BetaIT-Hub is in early access — your feedback helps us improve. Use the chat or email [email protected]

Latest
Suspicious Polyfill login prompts pop up on Toshiba, Muji websitesBleepingComputer · 1h agoFormer cyber executive turned whistleblower accuses IBM of covering up several data breachesTechCrunch Security · 3h agoCISA: Hackers now exploit SolarWinds Serv-U flaw to crash serversBleepingComputer · 4h agoMiasma Malware Hits 32 Red Hat Packages via Compromised GitHub AccountHackRead · 4h agoChinese APT deploys new malware to keep access to hacked networksBleepingComputer · 5h agoIronWorm and New Miasma Worm Variant Hit npm in Supply Chain AttacksThe Hacker News · 5h agoDark web Nemesis Market vendor gets 26 years for selling drugsBleepingComputer · 5h agoAtlas Menu Data Breach Exposes 64,000 GTA V and CS2 Cheat Service UsersHackRead · 6h agoWeekly Metasploit Update: Apache ActiveMQ RCE, Gogs Rebase RCE, and Windows Kernel Pointer EnumRapid7 · 6h agoSecuring CI/CD in an agentic world: Claude Code Github action caseMicrosoft Security · 6h agoGoogle and FBI warn of ransomware group that sends fake IT workers to hack victims in personTechCrunch Security · 7h agoAndroid Spyware Asin Targets Arabic Users via Fake News, PDF and War Map AppsThe Hacker News · 8h agoOver 900 US gas station tank gauge systems exposed to attacksBleepingComputer · 8h agoNSA said to be readying Anthropic’s Mythos for use in cyber operationsTechCrunch Security · 9h agoWhat 2026 DBIR Confirms: Attacks Are Living in the BrowserBleepingComputer · 9h agoSuspicious Polyfill login prompts pop up on Toshiba, Muji websitesBleepingComputer · 1h agoFormer cyber executive turned whistleblower accuses IBM of covering up several data breachesTechCrunch Security · 3h agoCISA: Hackers now exploit SolarWinds Serv-U flaw to crash serversBleepingComputer · 4h agoMiasma Malware Hits 32 Red Hat Packages via Compromised GitHub AccountHackRead · 4h agoChinese APT deploys new malware to keep access to hacked networksBleepingComputer · 5h agoIronWorm and New Miasma Worm Variant Hit npm in Supply Chain AttacksThe Hacker News · 5h agoDark web Nemesis Market vendor gets 26 years for selling drugsBleepingComputer · 5h agoAtlas Menu Data Breach Exposes 64,000 GTA V and CS2 Cheat Service UsersHackRead · 6h agoWeekly Metasploit Update: Apache ActiveMQ RCE, Gogs Rebase RCE, and Windows Kernel Pointer EnumRapid7 · 6h agoSecuring CI/CD in an agentic world: Claude Code Github action caseMicrosoft Security · 6h agoGoogle and FBI warn of ransomware group that sends fake IT workers to hack victims in personTechCrunch Security · 7h agoAndroid Spyware Asin Targets Arabic Users via Fake News, PDF and War Map AppsThe Hacker News · 8h agoOver 900 US gas station tank gauge systems exposed to attacksBleepingComputer · 8h agoNSA said to be readying Anthropic’s Mythos for use in cyber operationsTechCrunch Security · 9h agoWhat 2026 DBIR Confirms: Attacks Are Living in the BrowserBleepingComputer · 9h ago

Security & IT News

Live

Real-time news from 13+ trusted sources — BleepingComputer, The Hacker News, Krebs on Security, Dark Reading & more.

VulnerabilityThe Hacker News·1d ago
FlutterShell Backdoor Spreads to macOS via Malicious Google and YouTube Ads

Cybersecurity researchers have shed light on a macOS malvertising campaign codenamed Operation FlutterBridge that spreads a new backdoor called FlutterShell. According to Palo Alto Networks Unit 42, the campaign is said to be the next stage of a previously reported activity cluster dubbed JSCoreRunner (aka FileRipple) in late August 2025. The cybercrime group behind the two attack chains is

🔴 BreachSchneier on Security·1d ago
Hacking Meta’s AI Chatbot

Hackers are convincing Meta’s AI support chatbot to let them take over other peoples’ accounts: A video posted on X showed the step-by-step process to hack someone’s Instagram account. The hacker allegedly used a VPN to spoof the targets’ presumed location to avoid triggering Instagram’s automated account protections. Then, the hacker opened a chat with Meta AI Support Assistant and asked the bot to add a new email address to the target’s account. The chatbot can be seen sending a verification code to the email address provided by the hacker; the hacker then shares the verification code with the chatbot, which prompts the chatbot to show a button to “Reset Password.” The hacker enters a new password and takes over the victim’s account. […] On Monday, Instagram spokesperson Andy Stone said in a reply to Wong’s post and others that the issue was now fixed. It’s unclear how many Instagram users had their accounts improperly accessed. It’s not that easy. Probably this particular tactic is now blocked. But there are others, many others, and they cannot be blocked as a class. The real problem is that LLM chatbots are not trustworthy enough for this application. Another news article .

🦠 MalwareThe Hacker News·1d ago
Fake Sites Mimicking Open-Source Tools Rank High on Google to Deliver Malware via TDS

Cybersecurity researchers have flagged a large-scale operation that impersonates open-source and freeware projects to funnel unsuspecting users through a Traffic Distribution System (TDS) and deliver malware families like Remus Stealer, AnimateClipper, and the SessionGate framework. "The sites are well-designed and often look like legitimate project portals at a glance, sometimes referencing

🔴 BreachThe Hacker News·1d ago
Hackers Spied on a Stock Exchange Executive's Outlook Mailbox for Five Months

Unknown attackers spent at least five months inside the Outlook mailbox of a senior executive at a major global stock exchange, copying the inbox out in small, repeated batches and routing it through Dropbox and OneDrive so the traffic blended into normal cloud activity. Symantec and Carbon Black's Threat Hunter Team reported the campaign this week. This points to espionage, not a money grab:

VulnerabilitySANS ISC·1d ago
Microsoft's Coreutils for Windows, (Thu, Jun 4th)

I've been using the GnuWin32 CoreUtils for Windows for many years now (it gives you many *nix core commands on Windows). Microsoft has just released their coreutils version for Windows. You can install them with a winget command (winget install Microsoft.Coreutils) or with the installer released on GitHub . It takes just a few clicks: It installs a single executable compiled with Rust (coreutils.exe) in the program files folder: And each individual command is a hard link to this executable: Here is the full list of commands: arch.cmd b2sum.cmd base32.cmd base64.cmd basename.cmd basenc.cmd cat.cmd cksum.cmd comm.cmd cp.cmd csplit.cmd cut.cmd date.cmd df.cmd dirname.cmd du.cmd echo.cmd env.cmd expr.cmd factor.cmd false.cmd find.cmd fmt.cmd fold.cmd grep.cmd head.cmd hostname.cmd join.cmd link.cmd ln.cmd ls.cmd md5sum.cmd mkdir.cmd mktemp.cmd mv.cmd nl.cmd nproc.cmd numfmt.cmd od.cmd pathchk.cmd pr.cmd printenv.cmd printf.cmd ptx.cmd pwd.cmd readlink.cmd realpath.cmd rm.cmd rmdir.cmd seq.cmd sha1sum.cmd sha224sum.cmd sha256sum.cmd sha384sum.cmd sha512sum.cmd shuf.cmd sleep.cmd sort.cmd split.cmd stat.cmd sum.cmd tac.cmd tail.cmd tee.cmd test.cmd touch.cmd tr.cmd true.cmd truncate.cmd tsort.cmd unexpand.cmd uniq.cmd unlink.cmd uptime.cmd wc.cmd xargs.cmd yes.cmd Didier Stevens Senior handler blog.DidierStevens.com (c) SANS Internet Storm Center. https://isc.sans.edu Creative Commons Attribution-Noncommercial 3.0 United States License.

VulnerabilityThe Hacker News·1d ago
DoJ Disrupts Southeast Asia Crypto Fraud Networks, Freezes $3.8 Million in Assets

The U.S. Department of Justice (DoJ) on Wednesday announced the results of a sweeping action undertaken by government authorities and private sector companies to combat cyber-enabled and cryptocurrency fraud targeting Americans. The "Disruption Week" operation began May 18, 2026, leading to the takedown of millions of social media, email, and internet access accounts used by transnational

VulnerabilityThe Hacker News·2d ago
WhatsApp, Slack Notifications Could Hijack Google Gemini on Android

A single poisoned notification from WhatsApp, Slack, SMS, Signal, Instagram, or Messenger could have hijacked Google Gemini's voice assistant on Android and made it open a victim's connected windows, fake a message from their boss, push the phone into a Zoom call, or quietly poison its long-term memory. No malicious app on the phone is required. The assistant just had to treat a hostile

VulnerabilityThe Hacker News·2d ago
CISA Adds Exploited Magento RCE Flaw CVE-2026-45247 to KEV Catalog

The U.S. Cybersecurity and Infrastructure Security Agency (CISA) on Wednesday added a critical flaw impacting Mirasvit Cache Warmer, a popular Magento full-page cache extension, to its Known Exploited Vulnerabilities (KEV) catalog, following reports of active exploitation in the wild. The vulnerability, tracked as CVE-2026-45247 (CVSS score: 9.8), is a case of deserialization of untrusted