3 underrated TV series on Hulu you should watch this weekend (June 5-7)



This weekend, we have three Hulu shows that prove that best TV shows don’t always come with the most noise. A contract killer who’ll make you laugh and squirm in equal measure, a Silicon Valley thriller that wants to break your brain, and a 90s mystery that keeps rewriting itself — all worth your time.

We also have guides to the best new movies to stream, the best movies on Netflix, the best movies on Hulu, the best free movies, and the best movies on Amazon Prime Video.

Mr. Inbetween (2018–2021)

  • Genre: Dark Comedy, Crime, Drama
  • IMDB rating: 8.7/10
  • Rotten Tomatoes (critics): 95%

Ray Shoesmith is a contract killer living in Sydney who also happens to be a devoted dad, a loyal friend, and a surprisingly thoughtful boyfriend. This Australian dark comedy show follows Ray as he navigates the very ordinary messiness of family life alongside the deeply unordinary demands of being a contract killer.

Scott Ryan, who created the show and plays Ray, writes dialogue that crackles with dry wit. Each episode runs around 25 minutes, making it one of the most binge-worthy shows on Hulu. I really like how the show never tries to explain or excuse Ray, trusting you to sit with the contradiction of liking someone who does terrible things for a living.

You can watch Mr. Inbetween on Hulu.

Devs (2020)

  • Genre: Sci-fi, Mystery, Thriller
  • IMDB rating: 7.6/10
  • Rotten Tomatoes (critics): 84%

When a young software engineer’s boyfriend dies under suspicious circumstances at her Silicon Valley employer, she starts pulling on a thread that unravels something far stranger than corporate conspiracy. Alex Garland, the writer-director behind Ex Machina and Annihilation, wrote and directed every episode of this eight-part miniseries.

Devs is dense, philosophical, and visually unlike other TV series. It wrestles with free will, quantum mechanics, and what it means to know the future with the kind of seriousness that demands your full attention. I really like how the show uses the cold architecture of Silicon Valley as a backdrop for questions that are ancient.

You can watch Devs on Hulu.

Cruel Summer (2021)

  • Genre: Mystery, Thriller, Drama
  • IMDB rating: 7.4/10
  • Rotten Tomatoes (critics): 94%

Set across three consecutive summers in a small Texas town in the 1990s, Cruel Summer follows two teenage girls whose lives become violently entangled after one of them goes missing. Each episode revisits the same date across 1993, 1994, and 1995, letting you watch how the same events look completely different depending on whose perspective you’re in.

Chiara Aurelia and Olivia Holt both deliver gripping performances, holding the show together across its shifting loyalties and unreliable timelines. The 90s setting gives it a specific, nostalgic feel, and I really like how the structure forces you to constantly revise what you think you know about both characters before the episode is even over.

You can watch Cruel Summer on Hulu.



Source link

Leave a Reply

Subscribe to Our Newsletter

Get our latest articles delivered straight to your inbox. No spam, we promise.

Recent Reviews


Ghost CMS flaw abused to push ClickFix attacks on hundreds of sites

Pierluigi Paganini
May 25, 2026

Threat actors are actively exploiting a security flaw, tracked as CVE-2026-26980, in Ghost CMS that was fixed months ago in real attacks against unpatched websites. According to Qianxin, the campaign has already affected more than 700 sites, including well-known organizations and universities.

The vulnerability is an SQL injection issue in Ghost’s Content API that can let an attacker read data from the database without logging in. In the worst case, this can expose the Admin API key, which can allow attackers to take over the site.

That key matters because it can be used to change published content. In this campaign, attackers used it to edit articles on compromised Ghost sites and insert malicious JavaScript at the end of pages. The goal was not just defacement, but to turn trusted websites into launch points for further malware delivery.

“After an in-depth investigation and analysis, we determined that this was not a targeted intrusion against the customer, but rather a large-scale poisoning campaign by an in-the-wild attack group targeting Ghost CMS. Although CVE-2026-26980 was publicly disclosed as early as February 19, a large number of users did not patch and upgrade in time, providing an opportunity for attackers.” reads the advisory published by Qianxin. “At least two groups are currently actively conducting such poisoning operations, and some sites have even become the target of competition between the two parties, with different malicious code being implanted one after another within a single day.”

The inserted code led visitors through a two-step chain. First, the page loaded a remote script that checked the browser and decided what the visitor should see. Then real victims were redirected to a fake verification page that looked like a normal “I’m human” check.

This is where the ClickFix part began. The page told users to press Windows+R, paste a command, and hit Enter. In practice, that command downloaded and started a malware payload on the victim’s machine. It was a classic social engineering trick: make the user do the dangerous part themselves.

Qianxin says the first signs of this activity appeared in early May. The malicious code found in the campaign had a compilation date of February 16, the same day Ghost announced the fix for CVE-2026-26980. That suggests the attackers moved quickly once they saw how many sites had not been updated.

The affected websites cover a wide range of sectors. Roughly half are personal blogs or independent sites, but the list also includes technology blogs, AI sites, media outlets, crypto projects, and educational institutions. Qianxin researchers say victims include sites linked to Harvard, Oxford, and DuckDuckGo.

The attack chain was also designed to be flexible. The loaders could fetch different payloads depending on the target, and the operators changed infrastructure several times.

“entire attack process has obvious five-stage characteristics of “CMS Takeover → Page Poisoning → Two-stage Loading → Social Engineering Lure (FakeCaptcha/ClickFix) → Malware Delivery”, and the entire process is highly automated: bulk vulnerability scanning → automatic key extraction → bulk injection → dynamic C2 distribution.” states the report.

In some cases, they switched domains after detection, keeping the campaign alive even when part of the chain was blocked.

“Through feature scanning of publicly accessible pages, we have cumulatively identified more than 700 poisoned victim domains, and have proactively contacted the sites for which contact information could be obtained, notifying them of the poisoning.” continues the report.

Qianxin also believes at least two different groups are involved. In some cases, the same site was hit more than once, with one attacker replacing the code left by another. That makes the campaign harder to clean up and shows how attractive compromised Ghost sites have become for abuse.

For site owners, the advice is straightforward. Ghost should be updated immediately, all credentials should be rotated, and site logs should be reviewed for suspicious admin API activity. Any injected scripts should be removed from the database itself, not just from the visual editor. Visitors who may have reached a poisoned site should also be warned.

The report includes Indicators of Compromise (IoCs) for the attacks observed by the researchers.

Follow me on Twitter: @securityaffairs and Facebook and Mastodon

Pierluigi Paganini

(SecurityAffairs – hacking, Ghost CMS)







Source link