The Edge
Every defensive assumption about the developer endpoint died this week, and we should stop pretending otherwise. One threat actor (TeamPCP, now tracked as UNC6780) breached GitHub itself (3,800 internal repos), Grafana Labs' source tree, OpenAI, Mistral, Microsoft's own DurableTask Python SDK, and somewhere north of 600 npm and PyPI packages in a single rolling campaign. The vector was not a zero-day in any of those companies. It was a poisoned VS Code extension on one engineer's laptop, a hijacked maintainer account, and a missed workflow token after the cleanup. The blast radius extended to two of the three most security-mature AI labs on the planet.
Read that alongside Verizon's 2026 DBIR, published the same week: vulnerability exploitation has overtaken stolen credentials as the leading initial-access vector for the first time in the report's 19-year history. Pair both with Anthropic's Glasswing disclosure that fifty partners running Claude Mythos Preview have surfaced over 10,000 high- or critical-severity vulnerabilities in a single month, including a 27-year-old OpenBSD flaw nobody else had found. The defender-attacker asymmetry on bug discovery is collapsing in real time, and the discoverers are the labs whose own SDKs are being weaponized through their own developers' IDEs.
The trust chain that anchored two decades of enterprise security (signed binaries, blessed registries, marketplace extensions, vendor-maintained packages) is now itself the attack surface. Microsoft seizing Fox Tempest's malware-signing service was the right move and accomplished almost nothing structurally; the model is replicable, the signing-CA layer was always thin, and code-signing was treated as evidence for a decade. The Drupal CVE-2026-9082 mass-exploitation, the Cisco Secure Workload 10.0 in the segmentation control plane, the Defender link-following LPE: these are not anomalies on top of supply-chain noise. They are the same story told from different layers. The control plane is now the entry plane.
Defenders who still treat developer endpoints as productivity machines (extension installs at user discretion, broad GitHub PATs, casual npm pulls into CI) are running 2019's threat model against 2026's adversaries. The board-level question is no longer "do we have EDR on the laptop." It is "would we know if our most senior engineer's IDE was running someone else's code right now?" If the answer is anything other than yes within ten minutes, you are already TeamPCP's next disclosure.
Cyber Security News
TeamPCP/UNC6780 Breaches GitHub, Steals 3,800 Internal Repositories via Poisoned VS Code Extension
GitHub CISO Alexis Wales confirmed on May 19 that threat actor TeamPCP (now formally tracked by Google Threat Intelligence Group as UNC6780) accessed approximately 3,800 internal repositories after a GitHub employee installed a malicious version of the Nx Console VS Code extension, which had over 2.2 million installs on the Visual Studio Code Marketplace. The stolen repository data was subsequently advertised for sale on a cybercrime forum for $50,000.
The Nx Console compromise is the same root cause as Grafana Labs' simultaneous source-code theft, and the same actor cluster behind the TanStack npm worm, the @antv namespace compromise, and the Microsoft DurableTask Python SDK poisoning the same week. GitHub stated customer data stored outside internal repositories was not in scope.
Why it matters: When a single poisoned IDE extension yields internal source code at the platform that hosts the world's code, the IDE itself becomes Tier-0 infrastructure that must be governed accordingly.
Sources: BleepingComputer | TechCrunch | VentureBeat
Mini Shai-Hulud Worm Compromises 600+ npm and PyPI Packages, Reaches OpenAI and Mistral
Tenable, Microsoft, and Socket researchers documented the Mini Shai-Hulud self-propagating supply-chain worm (CVE-2026-45321) hitting more than 600 packages across npm and PyPI, including the @antv namespace (whose maintainer also publishes timeago.js, ~1.5M weekly downloads) and Microsoft's official durabletask Azure SDK in three malicious versions pushed within a 35-minute window. The worm defeated npm provenance attestation, forcing npm to globally invalidate every granular access token with write access that bypasses 2FA. Confirmed downstream victims include OpenAI and Mistral.
The payload specifically targets CI/CD credentials (AWS, GCP, GitHub OIDC, npm publish tokens) and is designed to weaponize naive cleanup attempts so that re-installation reinfects the environment.
Why it matters: Provenance attestation, the supply-chain defense the industry has spent two years promoting, was demonstrably defeated by one campaign; lockfile inspection before any reinstall is now the binding control.
Sources: Tenable | Microsoft Security Blog | SecurityWeek
Grafana Refuses Ransom After Single Un-Rotated Token Yields Source Code
Grafana Labs disclosed that the attacker (TeamPCP, claiming under the brand "CoinbaseCartel") accessed its GitHub environment via a single workflow token that survived rotation after the upstream TanStack npm compromise on May 11. Source code was exfiltrated; Grafana publicly refused to pay the ransom demand.
The incident is the most concrete case study of supply-chain blast radius extending days past containment. Grafana detected suspicious activity the same day TanStack landed and rotated GitHub workflow tokens and credentials immediately, but missed exactly one.
Why it matters: Token rotation hygiene after upstream supply-chain incidents must be exhaustive across every workflow, fine-grained PAT, and OIDC trust relationship; best-effort is the new compromised.
Sources: BleepingComputer | TechCrunch | The Record
Verizon DBIR 2026: Vulnerability Exploitation Becomes the #1 Breach Vector
Verizon's 2026 Data Breach Investigations Report, analyzing over 22,000 breaches, found vulnerability exploitation now accounts for roughly 31% of confirmed breaches, surpassing credential theft for the first time in the report's 19-year history. Tenable's analysis of the same data set found patching coverage and remediation rates simultaneously worsened, widening the attacker-defender gap.
The shift validates what KEV additions and emergency patches have been signaling for two quarters: attackers no longer need to phish when n-day exploitation is faster and more reliable.
Why it matters: Quarterly patch cycles are now operating against a 2019 threat model; vulnerability management is officially the highest-ROI defensive control of 2026.
Sources: CyberScoop | SecurityWeek | Dark Reading
Drupal Core SQL Injection (CVE-2026-9082) Added to CISA KEV Under Active Exploitation
CISA added CVE-2026-9082, an unauthenticated SQL injection in Drupal Core's database abstraction API affecting PostgreSQL backends (CVSS 9.8), to the Known Exploited Vulnerabilities catalog after Drupal confirmed exploitation in the wild within days of patch release. The flaw allows remote attackers to manipulate user-controllable PHP array keys reaching SQL placeholder construction in EntityQuery condition handling.
Drupal underpins a large share of government, education, and media sites with PostgreSQL backends: exactly the demographic of CMS-watchlist mass scanning.
Why it matters: The patch-to-exploit window collapsed to days, mirroring NGINX Rift and Langflow earlier this month; defenders treating CMS advisories as routine are operating against the wrong tempo.
Microsoft Defender Zero-Days "UnDefend" and "RedSun" Actively Exploited
Microsoft shipped out-of-band patches for two Defender zero-days on May 21: CVE-2026-41091 (CVSS 7.8), a link-following flaw in the Malware Protection Engine enabling local privilege escalation to SYSTEM, and CVE-2026-45498, which silently disables Defender's antimalware service. Huntress observed hands-on intrusions using both (internally tracked as "UnDefend" and "RedSun") and CISA added both to KEV the same day with a June 3 federal remediation deadline.
Defender runs at SYSTEM on hundreds of millions of endpoints. A privilege-escalation flaw in the AV engine itself is a near-universal post-compromise enabler, and a silent service-disable capability is exactly what ransomware affiliates pay top dollar for.
Why it matters: Endpoint protection products are now Tier-0 attack targets in their own right; "patch with the next maintenance window" is malpractice for this class of CVE.
Sources: SecurityWeek | Help Net Security | BleepingComputer
Cisco Secure Workload CVSS 10.0 Auth Bypass Patches Microsegmentation Control Plane
Cisco patched CVE-2026-20223, a maximum-severity unauthenticated API flaw in Cisco Secure Workload (formerly Tetration), the zero-trust microsegmentation platform that integrates with firewalls, SD-WAN controllers, and endpoint management across enterprise estates. A separate Catalyst SD-WAN authentication bypass (CVE-2026-20182, also CVSS 10.0) in the vdaemon peering service affects both vSmart and vManage.
Secure Workload sits above other security tools in the trust hierarchy: compromise grants the ability to rewrite microsegmentation policy across the entire estate, with the network's own enforcement helping the attacker.
Why it matters: Two simultaneous CVSS 10.0s in Cisco's security and routing control planes is an emergency patch event; assume the appliance management plane is internet-reachable until proven otherwise.
Sources: BleepingComputer
NGINX "Rift" (CVE-2026-42945) Exploited Days After Patch
A 16-year-old heap buffer overflow in NGINX's rewrite module, tracked as CVE-2026-42945 with CVSS 9.2, came under active exploitation within days of F5 releasing patches and proof-of-concept code becoming public. The flaw is triggerable remotely via crafted HTTP requests against the most widely deployed web server on the public internet.
Every NGINX-fronted SaaS, every CDN edge node, every Kubernetes ingress controller is potentially in scope. The compressed patch-to-exploit window is consistent with the broader Verizon DBIR finding.
Why it matters: Pre-auth RCE in load-bearing internet infrastructure cannot wait for monthly maintenance windows; treat this as a fleet-wide emergency.
Sources: Security Boulevard
ShinyHunters Returns: Charter Communications (42M Records), 7-Eleven, Canvas (275M Records)
ShinyHunters resurfaced after a two-week silence with simultaneous claims against Charter Communications (42M customer records), DentaQuest, and a 9.4GB published dump of 185,256 7-Eleven franchisee records after the convenience retailer refused to pay. The group also claims approximately 275 million student and staff records from Instructure's Canvas learning platform, and is reportedly retaliating against cybersecurity firm Unit 221B with harassment for publicly counseling victims not to pay.
The targeting profile (telecom data brokers, retail franchise repositories, education identity systems) confirms ShinyHunters' pivot to pure data-extortion at scale, with refusal-to-pay now reliably resulting in full-volume dumps within weeks.
Why it matters: Telecom and education identity stores are now the most leveraged extortion targets in the ecosystem, fueling downstream identity fraud and SIM-swap operations far beyond the breached entity.
Sources: BleepingComputer | SecurityBrief Australia
Lazarus Deploys RemotePE: Memory-Only RAT Against Crypto and Banks
Fox-IT and The Hacker News documented Lazarus Group deploying RemotePE, a fully memory-resident fileless RAT, against cryptocurrency exchanges and financial institutions, replacing the group's older ThemeForestRAT and PondRAT tooling. The malware executes entirely in memory with no disk artifacts, defeating most file-based forensics and EDR detection. North Korean operators also account for approximately 76% of all crypto hack losses in the first four months of 2026 ($577M of $651M total), with KelpDAO alone losing $290M.
Separately, Void Dokkaebi's InvisibleFerret backdoor was recompiled as Cython binaries to evade Python-source YARA, and Lazarus's PolinRider campaign continues to weaponize GitHub against developers.
Why it matters: Memory-only execution means IR teams without volatile-memory acquisition capability lose the entire forensic picture on reboot. Collection priorities must shift before the next incident, not after.
Sources: The Hacker News | Fox-IT
Microsoft Disrupts Fox Tempest Malware-Signing-as-a-Service
Microsoft's Digital Crimes Unit, partnered with Resecurity, seized the signspace.cloud domain and shut down hundreds of virtual machines tied to Fox Tempest, a malware-signing-as-a-service platform active since May 2025 that issued over a thousand short-lived fraudulent code-signing certificates to ransomware operators including Qilin and Akira. The service had infected thousands of U.S. machines, including 12+ owned by Microsoft itself.
Fox Tempest weaponized "verified" and "safe to install" trust labels (the same UX cues defenders trained users to look for) to distribute payloads that appeared legitimately signed and bypassed application allowlists.
Why it matters: Disrupting the signing-CA layer degrades affiliate tempo but the MSaaS model is replicable; never treat a valid signature as exoneration. Behavioral telemetry must remain primary.
Sources: Microsoft Security Blog | Petri | The Register
Foxconn Hit by Nitrogen Ransomware: 8TB Including Apple, Nvidia, Intel Project Files
The Nitrogen ransomware group claimed exfiltration of 8TB and more than 11 million files from Foxconn North America, with sample leaks reportedly including over 30 confidential Apple server schematics independently verified as authentic by AppleInsider, plus references to Nvidia and Intel programs. Foxconn confirmed the incident affected its North American operations.
Contract manufacturers remain the highest-leverage extortion target because a single compromise yields NDA-protected hardware roadmaps from every downstream OEM partner.
Why it matters: Supplier-side breaches now drive multi-brand exposure at scale; OEMs must contractually require breach-notification SLAs and treat tier-one manufacturing partners as Tier-0 IP custodians.
Sources: AppleInsider
Iranian APT Nimbus Manticore Pivots to SEO Poisoning, MiniUpdate RAT Abuses Azure C2
The IRGC-linked group Nimbus Manticore (also tracked as UNC1549, Screening Serpens, Smoke Sandstorm) shifted from career-themed spear-phishing to SEO poisoning impersonating Oracle SQL Developer downloads, delivering MiniFast and MiniUpdate RAT family payloads against targets in the United States, Israel, and the United Arab Emirates. Six new MiniUpdate variants were observed, all abusing Microsoft Azure-hosted lookalike subdomains (e.g., buisness-centeral-transportation[.]azurewebsites[.]net) for command-and-control.
Azure-resident C2 is a deliberate trust-abuse choice (outbound TLS to azurewebsites domains rarely triggers proxy alerts) and the geopolitical conflict context confirms an active IRGC collection mandate against logistics, aerospace, and energy adjacent sectors.
Why it matters: Treat Azure-resident C2 patterns and typosquatted developer-tool sites as elevated indicators; the "if it's signed and from Microsoft infrastructure, it's safe" heuristic is dead.
Sources: GBHackers | Unit 42 | Cybersecurity Dive
Webworm Uses Discord and Microsoft Graph API for European Government Espionage
ESET researchers documented the China-aligned Webworm APT expanding from Asian to European government targets, deploying new modular implants GraphWorm (abusing Microsoft Graph API / OneDrive) and EchoCreep (using Discord) as command-and-control channels against ministries in Belgium, Italy, Poland, Serbia, and Spain. The campaign blends C2 entirely into allowlisted SaaS egress.
The pivot pairs with NCSC warnings that Chinese operators are pivoting to "everyday devices" against UK firms, and with separate reporting on the Showboat/JFMBackdoor toolkit shared across multiple PRC clusters against telecom operators in 14 Middle East countries.
Why it matters: Discord and Graph API as dual C2 channels defeat egress filtering at almost every EU government perimeter; tenant-level Graph audit logging is now baseline, not advanced telemetry.
Sources: Infosecurity Magazine | GBHackers
AI News
Google I/O 2026 Ships Gemini 3.5 Family, Antigravity 2.0, Spark, and Omni in One Wave
Google used I/O 2026 to ship Gemini 3.5 Flash as the new default for AI Mode in Search across 98 languages and 200 countries (the largest search-box change in 25 years) alongside Gemini Omni (a world-model family for any-to-any generation), Gemini Spark (a proactive 24/7 personal agent), Antigravity 2.0 (a standalone agent-first desktop app that dropped the IDE entirely), and the Managed Agents API. Pichai publicly conceded that Gemini's agentic coding still trails Claude Code and Cursor, framing the bet as owning the runtime layer rather than the model.
The Managed Agents API may be the most consequential release: it provisions a full Linux sandbox per agent with one call, commoditizing the LangChain/LlamaIndex middleware tier that has been the de facto integration layer for two years.
Why it matters: The frontier competition has officially moved from model weights to runtime ownership; the next 12 months of agent economics are decided at the orchestration layer, not the leaderboard.
Sources: Google Blog | TechCrunch | BetaNews
Anthropic's Project Glasswing Surfaces 10,000+ Critical Vulnerabilities in One Month
Anthropic published its first Project Glasswing update, reporting that approximately 50 partners using Claude Mythos Preview have identified more than 10,000 high- or critical-severity vulnerabilities across systemically important software in roughly a month.
CMU's V8 browser-exploitation benchmark separately found Claude Mythos leading GPT-5.5 by a wide margin in autonomous browser exploit development. The capability is no longer "find a bug." It now reliably reaches working exploits across five stages.
Why it matters: The defender-attacker asymmetry on bug discovery is collapsing fast; the "find before adversaries do" thesis only works if every major lab participates, which is not the current state.
Sources: Anthropic | The Decoder
Andrej Karpathy Joins Anthropic's Pre-Training Team
OpenAI co-founder and former Tesla AI director Andrej Karpathy announced he is joining Anthropic's pre-training team, framing the work as "using Claude to build Claude." It is the most consequential individual researcher move of 2026 so far.
Pre-training is the bottleneck function inside every frontier lab; Karpathy landing on that team (rather than on alignment, applied product, or the new managed-agent stack) signals where Anthropic believes its next capability gains have to come from.
Why it matters: Talent is moving toward the pre-training core just as Glasswing and Mythos demonstrate the lab is producing differentiated capability output; the gap between Anthropic and OpenAI on coding and security workloads is widening, not closing.
Sources: Times of India
Trump Pulls AI Cybersecurity Executive Order Hours Before Signing
President Trump cancelled the scheduled Thursday signing of a seven-page executive order that would have given the federal government pre-release testing authority over frontier AI models, after AI CEOs declined to attend the ceremony. POLITICO, Axios, and TechPolicy.Press published the unsigned draft, which included an "FDA for AI" review mechanism and cybersecurity testing requirements. Reporting indicates Elon Musk and Mark Zuckerberg directly intervened to stall the order.
With EO 14110 already repealed, the U.S. now has no federal pre-release framework for frontier models. This gap arrived the same week Anthropic disclosed one such model found 10,000 critical vulnerabilities.
Why it matters: The U.S. has affirmatively chosen no federal capability gate; compliance burden now lives at the state level (Texas HB 149) and export-destination level (EU AI Act), favoring incumbents who can absorb per-jurisdiction overhead.
Sources: Axios | POLITICO | Ars Technica
EU AI Act Omnibus Delays High-Risk Enforcement 16 Months as Big Tech Lobbying Wins
The EU Council and Parliament's provisional Omnibus deal pushes the AI Act's largest enforcement wave by sixteen months, moving binding obligations on employment, education, and health-insurance AI from August 2026 to December 2, 2027. Trinity College Dublin researchers documented that the "simplification" package reflects industry lobbying asks beyond a pure timeline shift, materially weakening transparency and high-risk-system obligations. The Commission separately published draft guidance on high-risk classification with public consultation through June 23.
The narrative that Europe is the strict regulatory counterweight to a deregulating U.S. is now harder to sustain: both jurisdictions softened frontier-model oversight within the same week.
Why it matters: The December 2027 cliff means compliance evidence will be expected retroactively; inventory and transparency wiring started now is the only viable path.
Sources: DEV Community | EUobserver | Hogan Lovells
OpenAI Model Disproves 80-Year-Old Erdős Conjecture, Verified by Nine External Mathematicians
OpenAI announced that an internal general-purpose reasoning model produced a counterexample to Paul Erdős's 1946 planar unit distance conjecture, disproving the long-held belief that optimal configurations resemble square grids. Unlike the October 2025 math claim that collapsed within days, this announcement shipped with a companion verification paper co-authored by nine external mathematicians, including Thomas Bloom, who publicly debunked the prior attempt.
Google DeepMind's AlphaProof Nexus separately solved nine of 353 open Erdős problems for a few hundred dollars in compute. Gary Marcus's scrutiny piece notes Princeton's Will Sawin refined the OpenAI result, raising appropriate questions about how to distinguish AI-generated lemmas from autonomous solutions.
Why it matters: AI math claims have moved from marketing artifact to verifiable contribution; the choice to recruit prior critics as co-verifiers is the credibility move the field needed.
Sources: OpenAI | The Decoder
Cohere Ships Command A+: 218B Sparse MoE Leading on Non-Hallucination
Cohere released Command A+, a 218-billion-parameter sparse mixture-of-experts model targeting agentic workflows that runs on as few as two H100 GPUs. It scored 37 on the Artificial Analysis Intelligence Index (in line with Claude 4.5 Haiku) and ranked first on AA-Omniscience Non-Hallucination at 86%, roughly 3 points ahead of the next-best model. Headline AA-Omniscience accuracy of 9% reflects a deliberate refuse-when-uncertain posture.
Two H100s is the inflection point at which mid-sized enterprises can run a frontier-class agentic model behind their own firewall without a hyperscaler contract.
Why it matters: Non-hallucination leadership matters more than composite scores for regulated buyers who'd rather hear "I don't know" than confabulation; on-prem deployable frontier models are now a real category.
Sources: Artificial Analysis
Cursor Composer 2.5 Matches Frontier Coding Models at Sub-$1 Per Task
Cursor shipped Composer 2.5, scoring 62 on the Artificial Analysis Coding Agent Index, behind only higher-effort variants of Claude Opus 4.7 and GPT-5.5, both of which cost 10-60x more per task. This is the first Composer release that puts Cursor's in-house model in clear contention with frontier coding agents at sub-$1 unit economics.
Falcon H1R 7B (TII) separately reported beating models seven times its size on math and coding benchmarks; Sapient Intelligence open-sourced HRM-Text, a 1B-parameter brain-inspired reasoning model trained on up to 1000x fewer tokens.
Why it matters: The "always call the smartest model" default is dying; vertically integrated and architecturally novel small models are eating the frontier's lunch on specific workloads, and unit economics are following.
Sources: Artificial Analysis | Zen van Riel | PR Newswire
Alibaba Ships Qwen 3.7 Max: 35-Hour Autonomous Runs, 1M Context, Claude Code Compatible
Alibaba officially launched Qwen 3.7 Max at its Hangzhou Cloud Summit, claiming the model can run autonomously for 35 hours, handle 1,000+ tool calls per session, and leads the AA-Omniscience benchmark on non-hallucination rate. It supports external harnesses including Anthropic's Claude Code.
This is the first Chinese closed-weights frontier model to top a metric enterprises actually buy on (hallucination reliability) and it ships with native Claude Code harness support, blurring the closed-weights U.S./China divide policymakers assume still exists.
Why it matters: Western buyers comparing sovereign or open options now face genuine model selection, not just brand selection; the "one Chinese model to watch" narrative is over.
Sources: VentureBeat
OpenAI Adopts C2PA Provenance and SynthID Watermarking via Google Partnership
OpenAI announced it is formally joining the C2PA open standard and partnering with Google to embed invisible SynthID watermarks in AI-generated images, alongside previewing a public verification tool. The measures apply only to OpenAI's own products. The EU AI Act Omnibus also formalized a ban on non-consensual "nudifier" apps under a consent-centered harm model.
Two frontier labs adopting a shared provenance stack is the first credible industry coordination on synthetic-content authenticity: a precondition for any regulatory framework that distinguishes AI from human-made media.
Why it matters: Provenance is becoming pre-competitive infrastructure even as OpenAI and Google compete fiercely elsewhere; the coordination signals industry is pre-empting harder regulation rather than waiting for it to arrive.
Sources: The Next Web
Active Exploitation Watchlist + Notable CVEs
| CVE | Product | Severity | Status | Action |
|---|---|---|---|---|
| CVE-2026-20223 | Cisco Secure Workload | 10.0 Critical | Patch Available | Patch Now |
| CVE-2026-20182 | Cisco Catalyst SD-WAN | 10.0 Critical | Patch Available | Patch Now |
| CVE-2026-27130 | Dokploy | 9.9 Critical | Patch Available | Patch Now |
| CVE-2026-9082 | Drupal Core | 9.8 Critical | Actively Exploited (KEV) | Patch Now |
| CVE-2026-45321 | npm Mini Shai-Hulud Worm | 9.8 Critical | Actively Exploited | Patch Now |
| CVE-2025-34291 | Langflow | 9.4 Critical | Actively Exploited (KEV) | Patch Now |
| CVE-2026-8838 | Amazon Redshift Python Driver | 9.3 Critical | Patch Available | Patch Now |
| CVE-2026-42945 | NGINX | 9.2 Critical | Actively Exploited | Patch Now |
| CVE-2026-44112 | OpenClaw | 6.3 Medium (NIST) / 9.6 Critical (VulnCheck) | POC Public | Patch Now |
| CVE-2026-41940 | LiteSpeed cPanel/WHM | 8.8 High | Actively Exploited | Patch Now |
| CVE-2026-20128 | Cisco Catalyst SD-WAN | 7.8 High | Patch Available | Patch Now |
| CVE-2026-41091 | Microsoft Defender | 7.8 High | Actively Exploited (KEV) | Patch Now |
| CVE-2026-45498 | Microsoft Defender | 7.8 High | Actively Exploited (KEV) | Patch Now |
| CVE-2026-34926 | Trend Micro Apex One | 7.5 High | Actively Exploited (KEV) | Patch Now |
| CVE-2026-42897 | Microsoft Exchange | 6.8 Medium | Actively Exploited (KEV) | Mitigate |
| CVE-2026-45585 | Windows BitLocker | 6.8 Medium | POC Public | Mitigate |
| CVE-2026-28910 | macOS Archive Utility | 6.5 Medium | Patch Available | Patch Now |
| CVE-2026-45829 | ChromaDB | N/A Critical | POC Public | Mitigate |
| CVE-2010-0249 | Microsoft Internet Explorer | 9.3 Critical | Actively Exploited (KEV) | Patch Now |
| CVE-2010-0806 | Microsoft Internet Explorer | 9.3 Critical | Actively Exploited (KEV) | Patch Now |
| CVE-2009-3459 | Adobe Acrobat/Reader | 9.3 Critical | Actively Exploited (KEV) | Patch Now |
| CVE-2009-1537 | Microsoft DirectX | 9.3 Critical | Actively Exploited (KEV) | Patch Now |
| CVE-2008-4250 | Microsoft Windows SMB | 10.0 Critical | Actively Exploited (KEV) | Patch Now |