Skip to content

// CVE Tracker

152 active CVEs โ€” page 4 of 7, sorted unpatched-first by CVSS

85

CRITICAL

66

HIGH

152

TOTAL ACTIVE

146

PATCHED

CVSS Scale: 9.0โ€“10.0 CRITICAL ยท 7.0โ€“8.9 HIGH ยท 4.0โ€“6.9 MEDIUM ยท 0.1โ€“3.9 LOW
9.3
CVSS

CVE-2026-5194

wolfSSL Improper Certificate Signature Validation โ€” TLS Forgery in 5 Billion Devices

CRITICAL โœ“ Patch Available

A critical improper certificate validation vulnerability in wolfSSL allows attackers to present forged X.509 certificates with truncated digests that pass ECDSA, DSA, ML-DSA, Ed25519, and Ed448 signature verification without a legitimate private key. An attacker positioned between a vulnerable device and its server can exploit this to conduct TLS man-in-the-middle attacks, intercepting and modifying supposedly encrypted traffic. wolfSSL is an embedded TLS library present in an estimated 5 billion IoT, industrial, automotive, and network devices. Patched in wolfSSL 5.9.1 released 8 April 2026.

wolfSSL prior to 5.9.1 (all platforms) Embedded devices and firmware using wolfSSL (vendor-specific)
9.3
CVSS

CVE-2026-5752

Cohere Terrarium โ€” JavaScript Prototype Chain Traversal Sandbox Escape to Host Root RCE

CRITICAL โœ“ Patch Available

A critical vulnerability in Cohere Terrarium's JavaScript bridge layer allows an attacker to escape the Pyodide WebAssembly sandbox through JavaScript prototype chain traversal. By constructing a Python object that traverses the prototype chain across the Pyodide serialisation boundary into the host JavaScript context, an attacker can reach the Function constructor and execute arbitrary code as root on the host Node.js process. The vulnerability affects all Terrarium deployments processing externally-controlled or LLM-generated Python code. No public proof-of-concept has been released; Cohere has issued a patched version. The attack requires the ability to influence Python code submitted to Terrarium โ€” achievable through direct API access, indirect prompt injection, or LLM output manipulation.

Cohere Terrarium (all versions prior to patched release, April 2026)
9.3
CVSS

CVE-2026-9264

SketchUp SKP File Parsing RCE via Legacy IE11 WebView Component (CVSS 9.3)

CRITICAL โœ“ Patch Available

A memory corruption vulnerability in SketchUp's handling of maliciously crafted .SKP (SketchUp Model) files allows remote code execution when a user opens a weaponised file. The vulnerability exists in how SketchUp's legacy Internet Explorer 11 WebView component renders embedded HTML content within SKP files. The IE11 WebView is a legacy rendering component that SketchUp has used for UI elements across multiple product generations. Because IE11 reached end-of-life in June 2022 and no longer receives security patches, vulnerabilities in the IE11 rendering engine are no longer addressed by Microsoft โ€” making any application that embeds the IE11 WebView a vector for unpatched memory corruption. CVSS 9.3 (CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H). Affected: SketchUp Pro and SketchUp Go versions prior to the patched release.

Trimble SketchUp Pro โ€” affected versions (prior to patched release) Trimble SketchUp Go โ€” affected versions Any application embedding IE11 (MSHTML/Trident) WebView for HTML rendering
9.2
CVSS

CVE-2026-42945

NGINX Heap Buffer Overflow โ€” 18-Year-Old Chunked Transfer Encoding Parser Flaw

CRITICAL โœ“ Patch Available

A heap buffer overflow in NGINX's HTTP/1.1 chunked transfer encoding parser has been present since version 0.6.27 (released 2008), affecting every NGINX version in production use. A malformed HTTP request with a crafted chunk size value triggers the overflow in the parsing code, reliably causing denial-of-service via worker process crash and potentially enabling code execution under specific heap layout conditions. CVSS 9.2. Affects NGINX mainline, stable, and commercial NGINX Plus, as well as any product embedding NGINX as a component including Kubernetes nginx-ingress-controller.

NGINX 0.6.27 through 1.27.4 (mainline) NGINX 1.26.x stable (all releases prior to fix) NGINX Plus R32 and earlier +1 more
9.1
CVSS

CVE-2025-20333

Cisco Firepower Threat Defence โ€” Management Interface Command Injection RCE

CRITICAL โœ“ Patch Available

A command injection vulnerability in the management interface of Cisco Firepower Threat Defence (FTD) software allows an unauthenticated remote attacker to execute arbitrary OS commands with root privileges on the underlying device. The flaw exists in the input handling of the FTD management plane and requires no authentication to exploit. Successful exploitation provides full device compromise, enabling the FIRESTARTER implant campaign documented in the joint CISA/NCSC advisory published April 2026.

Cisco Firepower Threat Defence (FTD) all versions prior to patched release (Q4 2025) Cisco Secure Firewall appliances running FTD software
9.1
CVSS

CVE-2026-2699

Progress ShareFile Storage Zones Controller Authentication Bypass

CRITICAL โœ“ Patch Available

A critical authentication bypass vulnerability in Progress ShareFile Storage Zones Controller (SZC) arises from improper handling of execution-after-redirect behaviour in the /ConfigService/Admin.aspx administrative endpoint. An unauthenticated remote attacker can exploit the redirect logic to gain access to restricted administrative functions without supplying valid credentials. When chained with CVE-2026-2701 (arbitrary file upload), this vulnerability enables fully unauthenticated remote code execution. Progress released a fix in SZC version 5.12.4 on 10 March 2026; watchTowr Labs published full technical details on 2 April, significantly lowering the exploitation barrier. Approximately 30,000 SZC instances are internet-exposed.

Progress ShareFile Storage Zones Controller 5.12.3 and earlier
9.1
CVSS

CVE-2026-35616

Fortinet FortiClient EMS Pre-Authentication API Bypass and Privilege Escalation

CRITICAL โœ“ Patch Available

A critical improper access control vulnerability (CWE-284) in Fortinet FortiClient Endpoint Management Server allows an unauthenticated remote attacker to bypass API authentication and execute arbitrary code or commands on the server via crafted HTTP requests. Carrying a CVSS score of 9.1, this flaw affects the management plane responsible for deploying and enforcing endpoint security policy, ZTNA, and VPN access controls across managed fleets. Active exploitation was confirmed by multiple researchers beginning 31 March 2026, and CISA added CVE-2026-35616 to its KEV catalogue on 6 April with a federal remediation deadline of 9 April โ€” one of the shortest timelines CISA issues.

Fortinet FortiClient EMS 7.4.5 Fortinet FortiClient EMS 7.4.6
9.1
CVSS

CVE-2026-39808

Fortinet FortiSandbox โ€” Unauthenticated OS Command Injection (Root RCE)

CRITICAL โœ“ Patch Available

An OS command injection vulnerability in Fortinet FortiSandbox's job detail endpoint allows unauthenticated remote attackers to execute arbitrary commands as root via crafted HTTP requests. The endpoint at /fortisandbox/job-detail/tracer-behavior passes user-supplied input to an OS command context without sanitisation. Fortinet silently patched the vulnerability in November 2025 but did not disclose the CVE publicly until April 2026. A public proof-of-concept demonstrating one-command unauthenticated root RCE was released by security researcher Samuel de Lucas in April 2026.

Fortinet FortiSandbox 4.4.0 through 4.4.8
9.1
CVSS

CVE-2026-40372

Microsoft ASP.NET Core โ€” DataProtection Encryption Key Exposure on Linux (Security Regression)

CRITICAL โœ“ Patch Available

A security regression in Microsoft.AspNetCore.DataProtection introduced in .NET 10.0.0 causes the DataProtection key storage provider to write encryption key material to world-readable file system paths or log it to standard output on Linux deployments when no explicit key repository is configured. Applications using cookie authentication, anti-forgery tokens, or TempData โ€” all of which rely on DataProtection โ€” are at risk of session key theft, enabling authentication cookie forgery, CSRF bypass, and decryption of protected payloads. The regression does not affect Windows deployments using DPAPI-backed storage. Microsoft released an out-of-band patch (.NET 10.0.7) on 21โ€“22 April 2026.

Microsoft.AspNetCore.DataProtection 10.0.0 โ€“ 10.0.6 Microsoft .NET 10.0.0 โ€“ 10.0.6 (Linux/macOS deployments)
9.1
CVSS

CVE-2026-40976

Spring Boot 4.0 โ€” Actuator Auth Bypass When spring-boot-health Dependency Absent

CRITICAL โœ“ Patch Available

Spring Boot 4.0.0 through 4.0.5 exposes all Actuator management endpoints without authentication when applications include spring-boot-actuator-autoconfigure but omit the spring-boot-health dependency โ€” a common configuration in applications migrating from Spring Boot 3.x. The security filter chain mapping silently fails to apply, leaving /actuator/heapdump, /actuator/env, /actuator/loggers, and other endpoints accessible to unauthenticated network peers. No error or warning is logged. Patched in Spring Boot 4.0.6.

Spring Boot 4.0.0โ€“4.0.5
9.1
CVSS

CVE-2026-6074

Intrado 911 Emergency Gateway โ€” Unauthenticated Path Traversal Enables Arbitrary File Access

CRITICAL โœ“ Patch Available

CVE-2026-6074 is an unauthenticated path traversal vulnerability in the Intrado 911 Emergency Gateway (EGW) management interface affecting versions 5.x through 7.x. An attacker with network access to the management interface can traverse outside the web root to read, write, or delete arbitrary files on the underlying system โ€” no credentials or prior authentication required. Successful exploitation could allow modification of 911 call routing configuration, deployment of persistent web shells, or disabling of emergency call processing. Intrado patched the vulnerability on March 2 2026 and is directly contacting affected PSAP customers.

Intrado 911 Emergency Gateway (EGW) v5.x Intrado 911 Emergency Gateway (EGW) v6.x Intrado 911 Emergency Gateway (EGW) v7.x
9.0
CVSS

CVE-2026-30893

Wazuh SIEM/XDR Manager โ€” Unauthenticated RCE via Deserialization in Agent Registration API

CRITICAL โœ“ Patch Available

Deserialization vulnerability in the Wazuh manager's agent registration API endpoint (TCP 55000). An attacker who can reach the API port can send a crafted registration request containing a malicious serialised payload that executes arbitrary code in the context of the Wazuh manager process, which typically runs with root or high-privilege service account credentials. No authentication is required. Affects Wazuh 4.0.0 through 4.11.1. Fixed in Wazuh 4.11.2.

Wazuh 4.0.0โ€“4.11.1
~9.0
EST.

CVE-2026-40050

CrowdStrike Falcon LogScale โ€” Server-Side Request Forgery via Authenticated User

CRITICAL โœ“ Patch Available

A server-side request forgery (SSRF) vulnerability in CrowdStrike Falcon LogScale (formerly Humio) allows an authenticated user with any role to cause the LogScale server to issue arbitrary HTTP requests to internal network resources. The vulnerability exists in a data processing component that handles user-supplied URLs without adequate validation. Because LogScale has broad network connectivity to collect log data, this SSRF can be used to reach internal APIs, cloud metadata services, and protected network segments inaccessible from an external position.

CrowdStrike Falcon LogScale (on-premises/self-hosted) all versions prior to April 25 2026 release
9.0
CVSS

CVE-2026-42523

Jenkins GitHub Plugin โ€” Stored XSS via Job URL Processing Enables Session Hijacking

CRITICAL โœ“ Patch Available

Stored cross-site scripting (XSS) in Jenkins GitHub Plugin 1.46.0 and earlier via insufficient escaping of GitHub repository URL values in JavaScript rendered on job configuration and build result pages. An attacker with Item/Configure permission can inject a malicious JavaScript payload via the GitHub URL field; the payload executes in the browser of any Jenkins administrator who views the affected job, providing access to administrator session cookies, CSRF tokens, and the ability to extract pipeline credentials or modify pipeline definitions. Fixed in GitHub Plugin 1.46.1.

Jenkins GitHub Plugin 1.46.0 and earlier
8.8
CVSS

CVE-2025-31277

Apple WebKit Buffer Overflow โ€” DarkSword Exploit Chain Entry Point

HIGH โœ“ Patch Available

A buffer overflow vulnerability in Apple's WebKit browser engine serves as the initial entry point of the DarkSword multi-stage iOS and macOS exploit chain. An attacker can trigger the overflow by delivering a malicious webpage via Safari or any WebKit-based application, achieving initial code execution within the browser process without requiring user interaction beyond page load. This CVE affects iOS, iPadOS, macOS, watchOS, tvOS, and visionOS. CISA added CVE-2025-31277 to the Known Exploited Vulnerabilities catalogue on 20 March 2026, confirming active exploitation as part of the DarkSword framework.

Apple iOS and iPadOS prior to patched versions (2025) Apple macOS prior to patched versions (2025) Apple watchOS prior to patched versions (2025) +2 more
8.8
CVSS

CVE-2026-25177

Active Directory Domain Services Privilege Escalation via SPN/UPN Name Validation Flaw

HIGH โœ“ Patch Available

An elevation-of-privilege vulnerability in Windows Active Directory Domain Services caused by improper restriction and validation of Service Principal Names (SPNs) and User Principal Names (UPNs). A low-privileged authenticated domain user can exploit Unicode normalisation edge cases in name handling to escalate to domain administrator privileges over the network with no user interaction required. Patched in the March 2026 Patch Tuesday (10 March). Added to CISA Known Exploited Vulnerabilities catalogue following confirmed active exploitation approximately three weeks after the patch was released.

Windows Server 2022 Windows Server 2019 Windows Server 2016 +3 more
8.8
CVSS

CVE-2026-2701

Progress ShareFile Storage Zones Controller Arbitrary File Upload to Webroot

HIGH โœ“ Patch Available

An arbitrary file upload vulnerability in Progress ShareFile Storage Zones Controller allows an attacker with administrative session access to upload and extract archive content into the IIS web root, enabling placement of malicious ASPX webshells that execute with the web server's privileges. When chained with the authentication bypass in CVE-2026-2699, this vulnerability can be exploited without any authentication, yielding full remote code execution on the server. The full attack chain was publicly documented by watchTowr Labs on 2 April 2026 following coordinated disclosure, and Progress has issued a fix in version 5.12.4.

Progress ShareFile Storage Zones Controller 5.12.3 and earlier
~8.8
EST.

CVE-2026-35421

Windows GDI Remote Code Execution โ€” Malicious EMF File Exploitation via Document or Preview

HIGH โœ“ Patch Available

A remote code execution vulnerability in the Windows Graphics Device Interface (GDI) is triggered when a specially crafted Enhanced Metafile (EMF) is processed by the system. The vulnerability can be exploited via malicious documents, images, or files that a user previews in Windows Explorer or opens in an application that renders EMF content. The attack does not require elevated privileges. A successful exploit executes code in the context of the current user.

Windows 10 21H2 and 22H2 (all editions) Windows 11 22H2, 23H2, and 24H2 (all editions) Windows Server 2019 +2 more
8.8
CVSS

CVE-2026-3909

Google Chrome Skia Out-of-Bounds Write

HIGH โœ“ Patch Available

An out-of-bounds write vulnerability in Chrome's Skia graphics library allows a remote attacker to achieve arbitrary code execution within the sandboxed renderer process via a crafted web page. The flaw provides a reliable memory corruption primitive that, when chained with a sandbox escape, enables full OS-level code execution. Confirmed exploited in the wild before Google's emergency patch on 13 March 2026.

Google Chrome prior to 146.0.7680.75 (Linux/Mac) Google Chrome prior to 146.0.7680.76 (Windows) Chromium-based browsers (Microsoft Edge, Brave, Opera) โ€” vendor-specific patches required
8.8
CVSS

CVE-2026-3910

Google Chrome V8 Inappropriate Implementation โ€” Sandbox Escape

HIGH โœ“ Patch Available

An inappropriate implementation vulnerability in Chrome's V8 JavaScript engine allows an attacker to escape the renderer sandbox. When chained with CVE-2026-3909 (Skia out-of-bounds write), this forms a complete renderer-to-OS exploitation chain delivering arbitrary code execution on the underlying operating system without additional user interaction. Both vulnerabilities were exploited together in targeted attacks prior to the 13 March 2026 emergency patch.

Google Chrome prior to 146.0.7680.75 (Linux/Mac) Google Chrome prior to 146.0.7680.76 (Windows) Chromium-based browsers (Microsoft Edge, Brave, Opera) โ€” vendor-specific patches required
~8.8
EST.

CVE-2026-40365

SharePoint Server Remote Code Execution โ€” Authenticated Network Exploitation

HIGH โœ“ Patch Available

An authenticated remote code execution vulnerability in Microsoft SharePoint Server allows a user with standard account credentials to send a crafted HTTP request that triggers server-side code execution in the context of the SharePoint application pool service account. No elevated SharePoint permissions are required โ€” any domain user with access to the SharePoint site is a potential attacker. The vulnerability affects all on-premises SharePoint Server versions in the supported lifecycle. SharePoint Online (Microsoft 365) is not affected.

Microsoft SharePoint Server 2019 (prior to May 2026 CU) Microsoft SharePoint Server Subscription Edition (prior to May 2026 CU)
8.8
CVSS

CVE-2026-40978

Spring AI CosmosDBVectorStore โ€” SQL Injection via Unsanitised Metadata Filter Values

HIGH โœ“ Patch Available

SQL injection in Spring AI's CosmosDBVectorStore component via the SiteList parameter used in vector similarity search queries. The component constructs Azure Cosmos DB SQL queries using string concatenation without parameterisation or sanitisation of metadata filter values from SearchRequest objects. Attackers who control filter parameters โ€” common when filter values derive from user input in RAG pipelines โ€” can read out-of-scope documents or exfiltrate stored embeddings. Patched in Spring AI 1.1.5.

Spring AI 1.0.0โ€“1.0.4 Spring AI 1.1.0โ€“1.1.4
8.8
CVSS

CVE-2026-42208

LiteLLM โ€” SQL Injection Allows AI Provider API Key Theft (CISA KEV)

HIGH โœ“ Patch Available

A SQL injection vulnerability in LiteLLM โ€” an open-source AI gateway proxy used by enterprises to route requests to OpenAI, Anthropic, Azure OpenAI, and other AI providers โ€” allows an attacker to read and modify LiteLLM's backend database. The database contains the API keys LiteLLM holds for connected AI providers, enabling theft of credentials equivalent to prepaid AI compute budgets. LiteLLM request logs may also contain sensitive business context submitted to LLMs by the organisation. CISA added CVE-2026-42208 to the Known Exploited Vulnerabilities catalogue on 7 May 2026 โ€” the first AI infrastructure component to be confirmed exploited and listed in KEV.

LiteLLM prior to version 1.42.2
8.8
CVSS

CVE-2026-46174

AMD Zen 2 Operation Cache Microarchitecture Flaw โ€” Userspace to Kernel Privilege Escalation (CVSS 8.8)

HIGH โœ“ Patch Available

A microarchitectural vulnerability in the operation cache (op-cache) of AMD Zen 2 processors allows a local attacker with the ability to execute unprivileged code to escalate privileges to the kernel (ring 0). The op-cache is a micro-op cache that stores decoded x86 instructions for performance optimisation. The vulnerability exploits a flaw in how the Zen 2 op-cache handles privilege ring transitions: cached micro-operations can be retrieved in a different privilege context than the one in which they were cached, allowing userspace code to trigger execution of a cached kernel-mode micro-operation sequence. This attack class is distinct from Spectre/Meltdown (which exploit speculative execution paths) โ€” CVE-2026-46174 exploits a completed execution path in the op-cache that produces incorrect privilege assignment. AMD Security Bulletin AMD-SB-7052 published 28 May 2026. The Xen Project issued XSA-490 for hypervisor impacts on Xen running on Zen 2 hardware. Remediation requires PI firmware (BIOS/UEFI microcode) update from the system OEM โ€” OS-level patches alone are insufficient. CVSS 8.8 (CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H).

AMD EPYC 7002 Series (Rome) โ€” all processor steppings AMD Ryzen 3000 Series desktop (Matisse) AMD Ryzen 4000 Series desktop and mobile (Renoir) +3 more
8.8
CVSS

CVE-2026-4747

FreeBSD NFS Server โ€” Unauthenticated Remote Code Execution in NFSv4 nfsd (17-Year Vulnerability)

HIGH โœ“ Patch Available

An unauthenticated remote code execution vulnerability in FreeBSD's NFS server daemon (nfsd) allows a network-accessible attacker to execute arbitrary code without credentials. The vulnerability originates in the NFSv4 implementation introduced in FreeBSD 8.x and has been present for approximately 17 years. It was discovered by Anthropic's Claude Mythos AI vulnerability research model and disclosed through Project Glasswing in April 2026. FreeBSD NFS is widely deployed in NetApp storage appliances, BSD-based NAS devices, enterprise file servers, and network equipment. A patch is available in FreeBSD security advisories issued following Project Glasswing coordinated disclosure.

FreeBSD 8.0 โ€“ 14.1 (nfsd, NFSv4 server implementation) NetApp appliances and other embedded FreeBSD NFS implementations (vendor patches pending)

Note: CVE data is curated manually from NVD, vendor advisories, and security research. CVSS scores reflect NVD base scores at time of entry. Always verify with official vendor advisories before actioning.