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

Security & IT News

Live

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

🦠 MalwareThe Hacker News·45d ago
Researchers Detect ZionSiphon Malware Targeting Israeli Water, Desalination OT Systems

Cybersecurity researchers have flagged a new malware called ZionSiphon that appears to be specifically designed to target Israeli water treatment and desalination systems. The malware has been codenamed ZionSiphon by Darktrace, highlighting its ability to set up persistence, tamper with local configuration files, and scan for operational technology (OT)-relevant services on the local subnet.

VulnerabilitySANS ISC·45d ago
Handling the CVE Flood With EPSS, (Mon, Apr 20th)

Every morning, security people around the world face the same ritual: opening their vulnerability feed to find a lot of new CVE entries that appeared overnight. Over the past decade, this flood has become a defining challenge of modern defensive security. Some numbers[ 1 ]: CVEs published in 2023: 29K+ CVEs published in 2024: 40K+ New CVEs per day: ~110 Exploited in the wild: ~5-7% The root cause of this explosion is structural: the security research community has grown dramatically, bug bounty programs, automated scanning has industrialised vulnerability discovery, and software supply chains expose orders of magnitude more attack surface than legacy monolithic architectures ever did. And don t forget AI used more and more to find vulnerabilities! Every CVE receives a CVSS (Common Vulnerability Scoring System) that is a score between 0 and 10 attempts to express the intrinsic severity of a vulnerability. This score is based on core questions like: How bad it is if exploited? How complex exploitation is? What privileges are required? And what impact on confidentiality, integrity, and availability to expect? CVSS is a well-designed standard, and is useful. But it remains challenging to perform the initial triage: Which CVEs deserve to be investigated first? A CVSS 9.8 that sits dormant in an obscure software is less dangerous in practice than a CVSS 6.5 actively chained in ransomware campaigns! The Exploit Prediction Scoring System (EPSS) was developed by FIRST (Forum of Incident Response and Security Teams)[ 2 ] and has gone through successive iterations since its public launch in 2021, with EPSS v3 released in March 2023 as the current production model. Its design philosophy is fundamentally different from CVSS: instead of rating theoretical impact, EPSS answers a probabilistic question. We already talked about EPSS a long time ago[ 3 ] but it does get enough attention from the community (IMHO) How does it work? EPSS = P(exploitation within 30 days | CVE is published) Score range: 0.00001 1.0 (probability) Model: gradient-boosted machine learning (XGBoost) Input features: ~1,400 signals updated daily Data sources: exploit databases, darkweb telemetry, threat intel feeds, PoC repositories, NVD metadata Theory is nice but let s be more pragmatic! FIRST offers an API to query for EPSS scores: $ curl -s https://api.first.org/data/v1/epss?cve=CVE-2026-23099 | jq . { status : OK , status-code : 200, version : 1.0 , access : public , total : 1, offset : 0, limit : 100, data : [ { cve : CVE-2026-23099 , epss : 0.000180000 , percentile : 0.044770000 , date : 2026-04-19 } ] } How to automate this? Most SIEM or log management solutions can interact with external services through APIs. Let me show you how I enrich my vulnerabilities alert in Wazuh. I set up an integration[ 4 ] that will query the EPSS score of CVEs detected in my environment: A Python script will be invoked when a vulnerability is detected (with alert group vulnerability-detector , the fetch

🔴 BreachThe Hacker News·45d ago
Vercel Breach Tied to Context AI Hack Exposes Limited Customer Credentials

Web infrastructure provider Vercel has disclosed a security breach that allows bad actors to gain unauthorized access to "certain" internal Vercel systems. The incident stemmed from the compromise of Context.ai, a third-party artificial intelligence (AI) tool, that was used by an employee at the company. "The attacker used that access to take over the employee's Vercel Google Workspace account,

🩹 PatchMicrosoft Security·47d ago
Cross‑tenant helpdesk impersonation to data exfiltration: A human-operated intrusion playbook

In this article Risk to enterprise environments Attack chain overview Stage 1: Initial contact via Teams (T1566.003 Spearphishing via Service) Stage 2: Remote assistance foothold Stage 3: Interactive reconnaissance and access validation Stage 4: Payload placement and trusted application invocation Stage 5: Execution context validation and registry backed loader state Stage 6: Command and control Stage 7: Internal discovery and lateral movement toward high value assets Stage 8: Remote deployment of auxiliary access tooling (Level RMM) Stage 9: Data exfiltration Mitigation and protection guidance Microsoft protection outcomes Microsoft Defender XDR detections Hunting queries References Learn More Threat actors are initiating cross-tenant Microsoft Teams communications while impersonating IT or helpdesk personnel to socially engineer users into granting remote desktop access. After access is established through Quick Assist or similar remote support tools, attackers often execute trusted vendor-signed applications alongside attacker-supplied modules to enable malicious code execution. This access pathway might be used to perform credential-backed lateral movement using native administrative protocols such as Windows Remote Management (WinRM), allowing threat actors to pivot toward high-value assets including domain controllers. In observed intrusions, follow-on commercial remote management software and data transfer utilities such as Rclone were used to expand access across the enterprise environment and stage business-relevant information for transfer to external cloud storage. This intrusion chain relies heavily on legitimate applications and administrative protocols, allowing threat actors to blend into expected enterprise activity during multiple intrusion phases. Threat actors are increasingly abusing external Microsoft Teams collaboration to impersonate IT or helpdesk personnel and convince users to grant remote assistance access. From this initial foothold, attackers can leverage trusted tools and native administrative protocols to move laterally across the enterprise and stage sensitive data for exfiltration—often blending into routine IT support activity throughout the intrusion lifecycle. Microsoft Defender provides correlated visibility across identity, endpoint, and collaboration telemetry to help detect and disrupt this user‑initiated access pathway before it escalates into broader compromise. Risk to enterprise environments By abusing enterprise collaboration workflows instead of traditional email‑based phishing channels, attackers may initiate contact through applications such as Microsoft Teams in a way that appears consistent with routine IT support interactions. While Teams includes built‑in security features such as external‑sender labeling and Accept/Block prompts, this attack chain relies on convincing users to bypass those warnings and voluntarily grant remote access through legitimate support tools. In observed intrusions, ris

🔴 BreachThe Hacker News·47d ago
$13.74M Hack Shuts Down Sanctioned Grinex Exchange After Intelligence Claims

Grinex, a Kyrgyzstan-incorporated cryptocurrency exchange sanctioned by the U.K. and the U.S. last year, said it's suspending operations after it blamed Western intelligence agencies for a $13.74 million hack. The exchange said it fell victim to what it described as a large-scale cyber attack that bore hallmarks of foreign intelligence agency involvement. This attack led to the theft of over 1

🦠 MalwareThe Hacker News·47d ago
Mirai Variant Nexcorium Exploits CVE-2024-3721 to Hijack TBK DVRs for DDoS Botnet

Threat actors are exploiting security flaws in TBK DVR and end‑of‑life (EoL) TP-Link Wi-Fi routers to deploy Mirai-botnet variants on compromised devices, according to findings from Fortinet FortiGuard Labs and Palo Alto Networks Unit 42. The attack targeting TBK DVR devices has been found to exploit CVE-2024-3721 (CVSS score: 6.3), a medium-severity command injection vulnerability affecting