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

Latest
ISC Stormcast For Friday, June 5th, 2026 https://isc.sans.edu/podcastdetail/9960, (Fri, Jun 5th)SANS ISC · 2h agoFiltr is a new privacy tool that blocks ads in almost every iPhone and Mac appTechCrunch Security · 6h agoBrave Software releases Origin for a paid, bloat-free browsing experienceBleepingComputer · 6h agoDefense tech, AI, and fundraising take center stage at StrictlyVC Los Angeles on June 18TechCrunch Security · 6h agoHola Browser for Windows compromised to deliver cryptominerBleepingComputer · 6h agoCredit card theft campaign abuses Stripe to host stolen payment infoBleepingComputer · 7h agoUpdating the taxonomy of failure modes in agentic AI systems: What a year of red teaming taught usMicrosoft Security · 9h agoDentaQuest data breach exposed info of 2.6 million accountsBleepingComputer · 9h agoiFood Confirms Data Breach Affecting 1.2 Million Users in BrazilHackRead · 11h agoCisco Patches CVE-2026-20230 in Unified CM as Exploit Code Goes PublicThe Hacker News · 11h agoUN food agency discloses breach affecting 600,000 Gaza householdsBleepingComputer · 11h agoEverest Forms Pro Vulnerability Allows Remote Code Execution on WordPress SitesInfosecurity Magazine · 12h agoNew IronWorm malware hits 36 packages in npm supply-chain attackBleepingComputer · 12h agoClaude Code GitHub Action Flaw Let One Malicious Issue Hijack RepositoriesThe Hacker News · 13h agoAgentic AI Is Transforming Defense, But Only Secure IT Infrastructure Will Maximize ItThe Hacker News · 13h agoISC Stormcast For Friday, June 5th, 2026 https://isc.sans.edu/podcastdetail/9960, (Fri, Jun 5th)SANS ISC · 2h agoFiltr is a new privacy tool that blocks ads in almost every iPhone and Mac appTechCrunch Security · 6h agoBrave Software releases Origin for a paid, bloat-free browsing experienceBleepingComputer · 6h agoDefense tech, AI, and fundraising take center stage at StrictlyVC Los Angeles on June 18TechCrunch Security · 6h agoHola Browser for Windows compromised to deliver cryptominerBleepingComputer · 6h agoCredit card theft campaign abuses Stripe to host stolen payment infoBleepingComputer · 7h agoUpdating the taxonomy of failure modes in agentic AI systems: What a year of red teaming taught usMicrosoft Security · 9h agoDentaQuest data breach exposed info of 2.6 million accountsBleepingComputer · 9h agoiFood Confirms Data Breach Affecting 1.2 Million Users in BrazilHackRead · 11h agoCisco Patches CVE-2026-20230 in Unified CM as Exploit Code Goes PublicThe Hacker News · 11h agoUN food agency discloses breach affecting 600,000 Gaza householdsBleepingComputer · 11h agoEverest Forms Pro Vulnerability Allows Remote Code Execution on WordPress SitesInfosecurity Magazine · 12h agoNew IronWorm malware hits 36 packages in npm supply-chain attackBleepingComputer · 12h agoClaude Code GitHub Action Flaw Let One Malicious Issue Hijack RepositoriesThe Hacker News · 13h agoAgentic AI Is Transforming Defense, But Only Secure IT Infrastructure Will Maximize ItThe Hacker News · 13h 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·44d ago
No Exploit Needed: How Attackers Walk Through the Front Door via Identity-Based Attacks

The cybersecurity industry has spent the last several years chasing sophisticated threats like zero-days, supply chain compromises, and AI-generated exploits. However, the most reliable entry point for attackers still hasn't changed: stolen credentials. Identity-based attacks remain a dominant initial access vector in breaches today. Attackers obtain valid credentials through credential stuffing

🩹 PatchThe Hacker News·44d ago
Google Patches Antigravity IDE Flaw Enabling Prompt Injection Code Execution

Cybersecurity researchers have discovered a vulnerability in Google's agentic integrated development environment (IDE), Antigravity, that could be exploited to achieve code execution. The flaw, since patched, combines Antigravity's permitted file-creation capabilities with an insufficient input sanitization in Antigravity's native file-searching tool, find_by_name, to bypass the program's Strict

VulnerabilitySANS ISC·44d ago
A .WAV With A Payload, (Tue, Apr 21st)

There have been reports of threat actors using a .wav file as a vector for malware . It's a proper .wav file, but they didn't use staganography. The .wav file will play, but you'll just hear noise: That's because the TAs have just replaced the bytes that encode the sound with the BASE64 representation of their payload: Thus I don't need a .wav parser to extract the encoded payload, I can just use my base64dump.py tool: The BASE64-decoded payload is an XOR-encoded PE file. So I don't need to make a custom decoder, I can just perform a known-plaintext attack looking for the DOS header with my xor-kpa.py tool: The XOR key was found. Thus we can easily dump the decoded PE file and see the MZ header at position 0x08 and a bit further down the DOS header we used in the known-plaintext-attack: And my tool pecheck.py can extract an analyse the sample : 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·44d ago
CISA Adds 8 Exploited Flaws to KEV, Sets April-May 2026 Federal Deadlines

The U.S. Cybersecurity and Infrastructure Security Agency (CISA) on Monday added eight new vulnerabilities to its Known Exploited Vulnerabilities (KEV) catalog, including three flaws impacting Cisco Catalyst SD-WAN Manager, citing evidence of active exploitation. The list of vulnerabilities is as follows - CVE-2023-27351 (CVSS score: 8.2) - An improper authentication vulnerability in PaperCut

VulnerabilityThe Hacker News·45d ago
SGLang CVE-2026-5760 (CVSS 9.8) Enables RCE via Malicious GGUF Model Files

A critical security vulnerability has been disclosed in SGLang that, if successfully exploited, could result in remote code execution on susceptible systems. The vulnerability, tracked as CVE-2026-5760, carries a CVSS score of 9.8 out of 10.0. It has been described as a case of command injection leading to the execution of arbitrary code. SGLang is a high-performance, open-source serving