Threat Intel May 8, 2026

Threat Intel Bi-Weekly

Coverage: May 5–8, 2026 · 5 areas · CVEs, AI threats, nation-state activity, breaches, and news

13
Total
2
Critical
7
High
4
AI CVEs
2
Medium
Coverage: May 5 – May 8, 2026 · Sources: Palo Alto Networks, CISA KEV, NVD, The Hacker News, Rapid7, F5 Labs, LayerX Security, SecurityWeek, BleepingComputer, Malwarebytes, Inside Higher Ed, BlackFog, CrowdStrike, Google Cloud / Mandiant, Huntress, Oracle Security

Area 1 — CVEs & Exploits

[CRITICAL] CVEs & Exploits

CVE-2026-0300 — PAN-OS Zero-Day RCE, Nation-State Exploitation, No Patch Until May 13

A critical unauthenticated buffer overflow (CVSS 9.3) in the PAN-OS User-ID Authentication Portal (Captive Portal) on PA-Series and VM-Series firewalls allows a remote attacker to execute arbitrary code with root privileges by sending specially crafted packets — no credentials or user interaction required. Palo Alto Networks confirmed active exploitation in the wild on May 6, 2026, with Security Affairs reporting nation-state actor involvement observed for weeks before disclosure. CISA added CVE-2026-0300 to the KEV catalog on May 6 with a federal FCEB remediation deadline of May 9. No patch is available; fixes are expected May 13-28, 2026. Prisma Access, Cloud NGFW, and Panorama appliances are not affected.

REMEDIATION IMMEDIATE: Disable the User-ID Authentication Portal on any internet-facing device (Device → User Identification → Authentication Portal Settings → disable). Restrict portal access to trusted internal IP ranges only via interface management profile — do not expose response pages to the public internet. Monitor PAN-OS logs for unusual authentication activity or unexpected inbound packets to the captive portal interface. Prepare for rapid patch deployment when fixes ship May 13 (PA-Series) and May 28 (CSPU cycle for broader coverage). Validate exposure using Palo Alto's advisory guidance at security.paloaltonetworks.com/CVE-2026-0300.
--> Disable PAN-OS Captive Portal on internet-facing devices NOW — no patch available until May 13
[CRITICAL] CVEs & Exploits

CVE-2026-41940 — cPanel/WHM CVSS 9.8 Auth Bypass, Proof-of-Concept Public

A critical authentication bypass (CVSS 9.8) in cPanel and WHM versions prior to the latest emergency update allows unauthenticated attackers to gain full control over hosting accounts, websites, email, and server infrastructure. A public proof-of-concept and session checker tool were published to GitHub. Active exploitation has been observed from attacker IP 100.96.3.23. The vulnerability enables full WHM server takeover if the WHM panel is exposed. Affects all cPanel/WHM versions below the emergency patched release.

REMEDIATION Apply emergency cPanel/WHM update immediately via WHM's Update Center or run: /scripts/upcp --force. Verify the installed version against cPanel's security advisory. Restrict WHM access (port 2087) to trusted IP ranges via the Host Access Control (WHM → Security Center → Host Access Control). Audit cPanel access logs for suspicious sessions from external IPs. Check for the public PoC IOC: attacker IP 100.96.3.23.
--> Run /scripts/upcp --force on all cPanel/WHM hosts now; lock down port 2087 to trusted IPs
[CRITICAL] CVEs & Exploits

CVE-2026-4670 — MOVEit Automation CVSS 9.8 Auth Bypass (History Repeating)

Progress Software's MOVEit Automation contains a critical authentication bypass (CVSS 9.8, CWE-305) affecting versions from 2025.0.0 before 2025.0.9, from 2024.0.0 before 2024.1.8, and all versions prior to 2024.0.0. The flaw is remotely exploitable with no authentication or user interaction required (AV:N/AC:L/PR:N/UI:N) and can result in full compromise of confidentiality, integrity, and availability. MOVEit has been a perennial high-value target — the 2023 MOVEit campaign by Cl0p ransomware compromised 2,700+ organizations and affected 90M+ individuals. No active exploitation has been confirmed yet, but the CVSS profile and MOVEit's attack history make rapid exploitation likely.

REMEDIATION Patch immediately to: MOVEit Automation 2025.0.9+ or 2024.1.8+. Apply patches via Progress Software's official download portal. If immediate patching is not possible, restrict MOVEit Automation to trusted internal networks and disable external-facing endpoints. Review MOVEit access logs for unusual API activity. Cross-reference CVE-2026-5174 and CVE-2026-7420, which are companion vulnerabilities in the same disclosure.
--> Upgrade MOVEit Automation to 2025.0.9 or 2024.1.8 now; isolate externally-facing instances
[HIGH] CVEs & Exploits

CVE-2026-31431 Copy Fail — Linux Kernel LPE, PoC Public, CISA KEV, FCEB Deadline May 15

Previously covered (May 5 brief) — now has a public proof-of-concept at github.com/theori-io/copy-fail-CVE-2026-31431. A logic flaw in the Linux kernel authencesn cryptographic template allows an unprivileged local user to write four controlled bytes into the page cache of any readable file, enabling root access by modifying setuid binaries. CISA KEV-listed. FCEB patch deadline May 15, 2026. Attacker domain copy[.]fail is actively distributing exploit tooling.

REMEDIATION Apply latest kernel security patches for all affected distributions: apt upgrade linux-image-generic (Debian/Ubuntu), dnf update kernel (RHEL/Fedora/Rocky), zypper patch (SUSE). Patched in kernel versions 6.18.22, 6.19.12, 7.0. Block copy[.]fail domain at DNS/perimeter. Prioritize multi-tenant hosts, Kubernetes nodes, and CI/CD runners.
--> Patch Linux kernel on all hosts before FCEB deadline May 15; block copy[.]fail at perimeter

Area 2 — AI & Supply Chain

[HIGH] AI & Supply Chain

ClaudeBleed — Claude Chrome Extension Hijack by Zero-Permission Extensions (May 8, 2026)

LayerX Security disclosed that Anthropic's Claude Chrome extension (Claude in Chrome) trusts the origin (claude.ai) rather than the execution context, allowing any co-installed browser extension — including one with zero declared permissions — to inject arbitrary prompts, breach Claude's guardrails, bypass user confirmation flows, and perform actions in Gmail, Google Drive, and GitHub on behalf of the user. Demonstrated attacks include exfiltrating files from Google Drive, sending emails as the user, stealing GitHub source code, and summarizing/deleting email threads. Anthropic issued a partial fix in v1.0.70, but LayerX confirmed the flaw remains fully exploitable by switching an extension to 'privileged' mode — the user is never notified or asked to approve. No CVE assigned. Disclosure date: April 27, 2026; publicly reported May 7-8.

REMEDIATION Audit all installed Chrome extensions — remove any unknown, low-reputation, or recently installed extensions. Even a zero-permission extension can exploit this flaw. Revoke Claude in Chrome's access to Gmail, Google Drive, and GitHub via browser extension permissions until Anthropic confirms a complete fix. Enterprise environments: block or restrict the Claude Chrome extension via browser policy (ExtensionInstallBlocklist). Monitor Google Workspace admin logs for unusual sharing or forwarding activity attributed to the Claude extension. Check Anthropic's security advisory page for complete patch release.
--> Audit Chrome extensions now; revoke Claude in Chrome access to Gmail/Drive/GitHub until full patch
[HIGH] AI & Supply Chain

CVE-2026-29783 — GitHub Copilot CLI CVSS 7.5 Bash Expansion RCE, Patch Available

The shell tool within GitHub Copilot CLI versions 0.0.422 and earlier allows arbitrary code execution through crafted bash parameter expansion patterns (${var@P}, ${var=value}, ${!var}, nested $(cmd) inside ${...}). The CLI's safety classifier treats these patterns as read-only commands while they can embed and execute arbitrary code — bypassing write-operation approval requirements. Attack delivery vectors include prompt injection via repository README files, code comments, issue bodies, or compromised MCP server responses. A developer's workstation is compromised without any approval prompts. CVSS 7.5 High. Patched in version 0.0.423.

REMEDIATION Upgrade Copilot CLI immediately: gh extension upgrade copilot. Or reinstall: gh extension install github/gh-copilot. Verify version is 0.0.423 or later. If unable to upgrade, disable the Copilot CLI shell tool and avoid running Copilot against third-party or untrusted repositories. Audit shell command history for ${var@P}, ${!var}, and nested $(...) within ${...} patterns. Run Copilot CLI in isolated containers with minimal system access when processing untrusted code.
--> Run: gh extension upgrade copilot — verify v0.0.423 or later is installed
[HIGH] AI & Supply Chain

ClawHavoc Campaign — 1,100+ Malicious MCP Tools on ClawHub Deploy Infostealers

Unit 42 and independent researchers identified the ClawHavoc campaign, which uploaded over 1,100 malicious MCP tools to ClawHub (an MCP tool marketplace). Installing any of these tools results in deployment of information-stealing malware that exploits the permissions granted to the AI agent. Attack methodology mirrors TeamPCP but targets the MCP tooling ecosystem directly. The campaign represents a maturing supply chain attack model: rather than poisoning packages, attackers create convincing-looking AI agent tools that inherit all agent permissions on installation. No CVEs assigned; ongoing as of early May 2026.

REMEDIATION Only install MCP tools from verified, audited sources. Audit all currently installed MCP tools against the vendor's official list — remove any unrecognized tools. Implement MCP tool allowlisting in Claude Desktop settings and other agent configurations. Run MCP-enabled services in isolated sandboxes with no production credential access. Monitor for unexpected outbound connections from agent runtimes. Rotate any credentials or API keys accessible from environments with unaudited MCP tools installed.
--> Audit all installed MCP tools; remove unrecognized entries; allowlist only verified tools

Area 3 + 4 — Threat Actors & Dark Web

[HIGH] Threat Actors

ShinyHunters Breaches Instructure/Canvas — 275M Students and Staff, Ransom Deadline May 12

ShinyHunters ransomware group breached Instructure, the company behind the Canvas learning management system used by approximately 9,000 schools worldwide. The group claims to have stolen personal identifying information for 275 million students, teachers, and staff — including private messages between students and teachers. Canvas systems were visibly defaced on May 7 with ShinyHunters' ransom demand, confirmed by CBS Sacramento, ABC affiliates, and multiple universities. Affected institutions include the University of Pennsylvania, Wake County Public Schools, Sacramento State, and Duke University. Ransom deadline is May 12, 2026. ShinyHunters has also been linked to recent breaches at Princeton and Harvard universities.

REMEDIATION Canvas users (students, teachers, staff): immediately change Canvas account passwords and enable MFA if available. Do not reuse Canvas credentials on other services. Monitor institutional announcements for breach notification details. IT administrators at affected institutions: take Canvas instances offline or into read-only mode, isolate backup systems, engage Instructure's incident response team. Organizations: review what SSO/OAuth integrations may be compromised by the Canvas breach — revoke and reissue tokens as necessary. Watch for phishing campaigns leveraging exposed student/faculty PII.
--> Change Canvas passwords and enable MFA now; monitor Instructure incident page for updates
[HIGH] Threat Actors

APT28 / Fancy Bear — CVE-2026-32202 LNK Spoofing Campaign Targeting Ukraine and EU

CVE-2026-32202 (Windows Shell LNK spoofing, CVSS 4.3) is being actively exploited by APT28 (Fancy Bear, FOREST BLIZZARD) in campaigns targeting Ukrainian and EU government organizations. Akamai researchers confirmed the flaw is an incomplete patch of CVE-2026-21510 (CVSS 8.8), which was itself exploited by APT28 in February 2026. The LNK exploitation leaks NTLM hashes, enabling pass-the-hash lateral movement across enterprise networks. CISA KEV-listed with FCEB deadline May 12. Multiple CrowdStrike reports confirm FANCY BEAR deployed LLM-enabled malware (LAMEHUG) in 2025 to automate reconnaissance — this campaign continues that pattern.

REMEDIATION Apply Microsoft April 2026 Patch Tuesday update which addresses CVE-2026-32202. Block outbound SMB traffic on TCP port 445 to all external IP addresses at the perimeter firewall. Enable Windows Defender Credential Guard to protect NTLM hashes in memory. Deploy Microsoft's recommended mitigations for pass-the-hash: disable NTLMv1, enforce NTLMv2 with session security, enable Extended Protection for Authentication (EPA). Monitor for LNK file executions from untrusted locations in EDR telemetry.
--> Apply April 2026 Patch Tuesday; block TCP 445 outbound; enable Credential Guard
[HIGH] Threat Actors

DPRK UNC1069 / Lazarus — Axios npm Supply Chain, 100M Weekly Downloads, OtterCookie RAT

North Korean threat actor UNC1069 (attributed by Google; also tracked as Sapphire Sleet/FAMOUS CHOLLIMA by Microsoft/CrowdStrike) compromised the Axios npm package maintainer account in late March 2026, publishing trojanized versions 1.14.1 and 0.30.4. The malicious dependency 'plain-crypto-js' delivered OtterCookie, a cross-platform RAT enabling system reconnaissance, credential harvesting, and remote command execution on Windows, macOS, and Linux. Axios is downloaded approximately 100 million times weekly and integrated into ~80% of cloud and coding environments. Wiz detected the malicious packages in ~3% of examined environments. The compromised packages were removed within ~3 hours but may have been downloaded 500,000+ times before removal. DPRK incidents rose more than 130% in 2025 per CrowdStrike M-Trends 2026.

REMEDIATION Audit npm lock files (package-lock.json / yarn.lock) for Axios versions 1.14.1 or 0.30.4 — pin to 1.7.9 (latest stable) or the version used prior to compromise. Run npm audit across all projects. Scan build artifacts and deployed containers built with affected Axios versions using CrowdStrike, Wiz, or Sysdig. Rotate all credentials, API keys, and tokens accessible from environments that installed affected versions. Check for IOC domains: api[.]bensaru[.]site, winstonjs[.]site, and related UNC1069 infrastructure listed in F5 Labs bulletin. Alert: if OtterCookie RAT is detected, treat the host as fully compromised and initiate incident response.
--> Run: npm audit; check lock files for axios@1.14.1 or @0.30.4; rotate all credentials on affected hosts
[HIGH] Dark Web & Leaks

Instructure/Canvas — 275M Records Breach, PII and Private Messages Exposed

ShinyHunters' breach of Instructure Canvas is the most significant data breach of this period by raw scope. Claimed data includes PII (names, emails, institutional IDs) for 275 million students, teachers, and staff at approximately 9,000 institutions globally, plus 'billions of private messages' between students, teachers, and peers. Universities confirmed outages and defacements on May 7. Data leak deadline set by attackers is May 12, 2026. This breach is notable for combining a massive PII dataset with private communications — creating heightened phishing, social engineering, and blackmail risk for affected individuals.

REMEDIATION Affected individuals: change Canvas password immediately, enable MFA, monitor email for phishing using Canvas credentials or institutional identity. Watch for spear-phishing campaigns referencing academic content to establish trust. Parents of K-12 students: watch for education-themed scams targeting children's information. Institutions: notify students and staff per applicable breach notification laws (FERPA, state laws); engage credit monitoring services for affected parties; review Canvas SSO and OAuth integrations for downstream exposure.
--> Change Canvas credentials; monitor for education-themed phishing; institutions file FERPA notifications
[MEDIUM] Dark Web & Leaks

Checkmarx Dark Web Data Leak — TeamPCP / LAPSUS$ Source Code, API Keys, DB Credentials

Israeli application security firm Checkmarx confirmed that internal data including source code repositories, employee database records, API keys, authentication tokens, and MongoDB/MySQL database credentials surfaced on the dark web in late April 2026. Initial compromise was attributed to TeamPCP (the same group behind the Mini Shai-Hulud supply chain campaign). LAPSUS$ subsequently claimed and listed Checkmarx on their data leak site. Additional compromises were identified in Checkmarx's KICS Docker image, Visual Studio Code extensions, and GitHub workflows — all weaponized to distribute credential-stealing malware. The incident has broader implications: Checkmarx scans code for thousands of enterprise clients, meaning the breach may expose downstream customer code analysis results.

REMEDIATION Organizations that use Checkmarx: rotate any API keys, tokens, or credentials used to integrate with Checkmarx scanning pipelines. Review KICS Docker image versions — rebuild from official Checkmarx sources and verify integrity. Audit Checkmarx VS Code extension versions. Monitor for malicious Checkmarx GitHub workflow activity in your CI/CD. Check dark web monitoring services for your organization's credentials in the leaked dataset. Engage Checkmarx support for incident-specific guidance.
--> Rotate all Checkmarx integration API keys; rebuild KICS Docker images; audit VS Code extension versions
[MEDIUM] Dark Web & Leaks

Microsoft Large-Scale Phishing Campaign — Code-of-Conduct Lures Steal Auth Tokens

Microsoft disclosed a large-scale credential theft campaign leveraging code-of-conduct-themed phishing lures combined with legitimate email services to redirect users to attacker-controlled domains that steal authentication tokens. The campaign targets enterprise environments, exploiting the trust users place in legitimate-looking compliance or HR-themed communications. Token theft bypasses MFA in many configurations, enabling session hijacking and persistent access without requiring credentials.

REMEDIATION Enable Conditional Access policies requiring compliant devices for token issuance. Deploy Microsoft Entra ID (Azure AD) token protection to bind tokens to compliant devices. Educate users to verify URLs before entering credentials, especially for code-of-conduct, HR, or compliance-themed emails. Enable Microsoft Defender for Office 365 Safe Links to inspect and block attacker-controlled redirect URLs. Review sign-in logs in Entra ID for suspicious authentication events from unexpected locations or device states.
--> Enable Entra ID token protection and Conditional Access; review sign-in audit logs for token theft indicators

AI Vulnerability Monitor

Pulled from AI Vuln Monitor run — May 8, 2026

[HIGH] AI Vulnerability Monitor

NO-CVE-ClaudeBleed

Affected: Anthropic Claude Chrome Extension (Claude in Chrome) — all versions prior to Anthropic's partial fix

LayerX Security disclosed a flaw in Anthropic's Claude Chrome browser extension (Claude in Chrome) in which the extension exposes a privileged message interface to the Claude LLM via the 'externally_connectable' manifest setting, trusting the origin (claude.ai) rather than the actual execution context. This allows any other installed browser extension — including minimal, low-permission ones — to execute arbitrary prompts against the Claude LLM, breach Claude's guardrails, bypass user confirmation flows, manipulate Claude's perception of the UI, and perform sensitive cross-site actions (Gmail, Google Drive, GitHub). Researchers named the flaw 'ClaudeBleed.' Anthropic confirmed awareness and released a partial fix, but LayerX confirmed the flaw remains exploitable after the patch. No CVE assigned. Classified High severity due to requirement for a co-installed malicious extension, though the malicious extension can be minimal and low-permission.

REMEDIATIONAudit all installed Chrome extensions — remove any unknown or low-reputation extensions, as even minimal extensions can exploit this flaw. Monitor for unusual Claude-attributed actions in Gmail, Google Drive, and GitHub. Avoid granting Claude in Chrome access to high-sensitivity services until a complete fix is confirmed by Anthropic. Follow the Anthropic security advisory page for patch status. Enterprise environments should consider restricting or blocking the Claude Chrome extension via browser policy until a full fix is verified.
[HIGH] AI Vulnerability Monitor

CVE-2026-29783

Affected: GitHub Copilot CLI versions 0.0.422 and earlier

The shell tool within GitHub Copilot CLI versions prior to and including 0.0.422 allows arbitrary code execution through crafted bash parameter expansion patterns. The CLI's shell safety assessment classifies commands as read-only (safe) or write-capable (requires approval), but fails to account for bash parameter transformation operators that can embed executable code within apparently read-only commands. Dangerous patterns include ${var@P}, ${var=value}/${var:=value}, ${!var}, and nested $(cmd) or <(cmd) inside ${...} expansions. An attacker who can influence command text via prompt injection through repository files (README, code comments, issue bodies), compromised MCP server responses, or social engineering can achieve arbitrary code execution on the developer's workstation — even in permission modes requiring user approval for write operations, because the injected commands appear read-only. CVSS 7.5 High. Patched in version 0.0.423.

REMEDIATIONUpgrade GitHub Copilot CLI to version 0.0.423 or later immediately: run 'gh extension upgrade copilot' or reinstall via 'gh extension install github/gh-copilot'. If upgrade is not immediately possible, disable the Copilot CLI shell tool and avoid using Copilot CLI against untrusted repositories. Audit shell command history for patterns matching ${var@P}, ${var=value}, ${!var}, or nested $(...) inside ${...} expansions. Review any repository content processed by Copilot CLI for embedded prompt injection payloads. Run Copilot CLI in isolated containers with minimal system access when operating on third-party repositories.

Area 5 — AI & Cybersecurity News

[INFO] AI Security News

April 2026: Record 105 Ransomware Attacks — ShinyHunters Most Active, Healthcare Hardest Hit

BlackFog confirmed April 2026 as the highest April ransomware activity ever recorded: 105 publicly disclosed attacks across 22 countries, with the US accounting for 60% of incidents. ShinyHunters led all groups with 15 attacks. Healthcare was the most targeted sector with 25 attacks. 32 distinct ransomware groups were active. CrowdStrike's 2026 Global Threat Report notes AI-enabled adversaries increased activity by 89%, with Russia-nexus FANCY BEAR deploying LLM-enabled malware (LAMEHUG) and DPRK FAMOUS CHOLLIMA more than doubling its incident rate. 42% of vulnerabilities in 2025 were exploited before public disclosure.

REMEDIATION No single CVE — systemic recommendations: implement immutable, air-gapped backups and test recovery quarterly. Deploy EDR with ransomware behavioral detection. Enable network segmentation to limit blast radius. Require MFA on all remote access and privileged accounts. Subscribe to CISA KEV RSS feed for real-time patch prioritization.
--> Review backup and recovery procedures; validate EDR ransomware detection coverage
[INFO] AI Security News

Google Finds Indirect Prompt Injection Rising on the Public Web

Google researchers published findings (May 2, 2026) from a scan of the public web showing growing evidence of indirect prompt injection attempts targeting AI agents — including prompts embedded in web pages designed to trigger data exfiltration and destructive actions when processed by agentic AI. Sophistication remains limited, but the trend is clear as adversaries test the expanded attack surface that agentic AI creates. Multi-language evasion (fragmenting payloads across Mandarin, Arabic, Portuguese) was documented by Unit 42 in real-world attacks to bypass classifiers trained primarily in English.

REMEDIATION Treat all external content processed by AI agents as untrusted. Implement output monitoring and anomaly detection on AI agent actions. Apply strict allow-listing for tools and actions available to AI agents. Consider deploying AI-specific WAF or prompt-inspection layers for enterprise agentic deployments.
--> Implement agent output monitoring and action allowlisting for all production AI agents
[INFO] AI Security News

Oracle Announces Monthly Critical Security Patch Updates Beginning May 28, 2026

Oracle announced a shift to monthly Critical Security Patch Updates (CSPUs) beginning May 28, 2026, addressing high-priority vulnerabilities more rapidly than its quarterly CPU cycle. CSPUs provide targeted critical fixes while quarterly CPUs remain cumulative. This is a positive industry development — Oracle customers in customer-managed environments can now address critical vulnerabilities without waiting up to 90 days for the next quarterly cycle. Upcoming schedule: May 28 (CSPU), June 16 (CSPU), July 21 (quarterly CPU).

REMEDIATION Subscribe to Oracle Security Alerts (oracle.com/security-alerts) to receive CSPU notifications. Update patch management procedures and SLAs to incorporate monthly Oracle critical patch cycles beginning May 28. Test patching workflows against Oracle environments before May 28 release.
--> Subscribe to Oracle Security Alerts; update patch management SLAs for monthly Oracle CSPU cycle

Priority Action Matrix

TOP 5 ACTIONS THIS PERIOD
01 [DO NOW] Disable PAN-OS User-ID Captive Portal on all internet-facing firewalls
Device → User Identification → Authentication Portal Settings → Disable. No patch until May 13.
02 [DO NOW] Patch cPanel/WHM auth bypass CVE-2026-41940 — PoC is public
/scripts/upcp --force on all cPanel/WHM hosts. Block WHM port 2087 to untrusted IPs.
03 [TODAY] Upgrade MOVEit Automation to 2025.0.9 or 2024.1.8
CVSS 9.8 auth bypass with MOVEit's history of rapid exploitation. Isolate if patching delayed.
04 [TODAY] Patch Linux kernel for CVE-2026-31431 (Copy Fail) — PoC is public, deadline May 15
apt upgrade linux-image-generic / dnf update kernel. Block copy[.]fail domain at perimeter.
05 [THIS WEEK] Audit Chrome extensions + revoke Claude in Chrome access to Gmail/Drive/GitHub
ClaudeBleed: any co-installed extension can hijack Claude with zero permissions. Partial Anthropic fix is insufficient.

Biggest Risk This Period

!! HIGHEST PRIORITY RISK !!
CVE-2026-0300 is an unpatched CVSS 9.3 Critical zero-day in Palo Alto PAN-OS actively exploited by nation-state actors against internet-facing firewalls, with no patch until May 13 — the widest blast radius infrastructure vulnerability this period.