Live Exposure Defense: From CVE to Confirmed Exposure in 12 Hours – See more

IONIX THREAT CENTER

A free, curated feed of CVEs that can be remotely exploited by an unauthenticated attacker, verified and published the moment they emerge. No noise, no triage backlog. Just the exploitable vulnerabilities that actually demand your attention, delivered in real time.

Be the first to know when new zero-days emerge:

Created Date
Source IONIX Threat Lab
CVE-2026-45075 – Authorization Bypass via HEAD Request – Symfony 7.4.0–7.4.11 and 8.0.0–8.0.11

CVE-2026-45075 is a high-severity authorization bypass vulnerability in Symfony, a widely-used PHP web application framework. When method-scoped security attributes (#[IsGranted], #[IsSignatureValid], #[IsCsrfTokenValid]) are configured to restrict checks to GET requests, an unauthenticated attacker can send an HTTP HEAD request to silently bypass the security check and reach the protected controller. The vulnerability is rated 8.3 (CVSS 4.0 / HIGH) and is classified under CWE-863: Incorrect Authorization.

Created Date
Source IONIX Threat Lab
CVE-2026-45063 – Authentication Bypass – Symfony X509Authenticator (prior to 5.4.52 / 6.4.40 / 7….

CVE-2026-45063 is a critical authentication bypass (identity spoofing) vulnerability in the X509Authenticator component of the Symfony PHP framework, rated CVSS 4.0: 9.1 (Critical). An attacker who can obtain a certificate signed by a CA trusted by the target application can craft the certificate's CN field to embed a victim's email address, causing Symfony to authenticate the attacker as the victim. All Symfony applications using mTLS client-certificate authentication via X509Authenticator and running versions prior to 5.4.52, 6.4.40, 7.4.12, or 8.0.12 are affected.

Created Date
Source IONIX Threat Lab
CVE-2026-45074 – Authentication Bypass – Symfony security-http 7.1.0–7.4.11 / 8.0.0–8.0.11

CVE-2026-45074 is a high-severity authentication bypass vulnerability in the symfony/security-http component, affecting Symfony versions 7.1.0 through 7.4.11 and 8.0.0 through 8.0.11. The flaw allows an attacker who controls another application registered on the same Central Authentication Service (CAS) server to replay a victim's authentication ticket and impersonate that user, achieving full account takeover without valid credentials. Patches are available in Symfony 7.4.12 and 8.0.12.

Created Date
Source IONIX Threat Lab
CVE-2026-58644 – Remote Code Execution via Deserialization – Microsoft SharePoint Server (Enterpr…

CVE-2026-58644 is a critical Remote Code Execution (RCE) vulnerability in Microsoft SharePoint Server, rooted in insecure deserialization of untrusted data (CWE-502). The flaw affects Microsoft SharePoint Enterprise Server 2016, SharePoint Server 2019, and SharePoint Server Subscription Edition, and carries a CVSS v3.1 base score of 9.8 (Critical). Because it requires no authentication and no user interaction, any internet-exposed SharePoint instance running a vulnerable version is at risk of full remote code execution by an unauthenticated attacker.

Created Date
Source IONIX Threat Lab
CVE-2026-50522 – Unauthenticated RCE via Deserialization – Microsoft SharePoint Server (Enterpris…

CVE-2026-50522 is a critical deserialization vulnerability in Microsoft SharePoint Server, affecting Enterprise Server 2016, Server 2019, and the Subscription Edition. The flaw arises from insecure deserialization of untrusted data (CWE-502), enabling unauthorized remote attackers to execute arbitrary code over the network with no authentication and no user interaction required. It carries a CVSS v3.1 base score of 9.8 (Critical), representing a maximum-severity risk for any internet-facing SharePoint deployment.

Created Date
Source IONIX Threat Lab
CVE-2026-14504 – Authorization Bypass in Upload API – Sonatype Nexus Repository 3 (3.88.0–3.93.2)

CVE-2026-14504 is a high-severity authorization bypass vulnerability in Sonatype Nexus Repository 3's component upload API, classified under CWE-862 (Missing Authorization). The flaw allows a user with only read/browse-level privileges on a Swift, Terraform, or Conda hosted repository to upload arbitrary artifacts, completely bypassing the intended write-permission enforcement. Rated 8.2 (High) under CVSS 4.0, the vulnerability affects versions 3.88.0 through 3.93.2 and is patched in version 3.94.0.

Created Date
Source IONIX Threat Lab
CVE-2026-11403 – Authentication Bypass via Weak API Key Generation – Sonatype Nexus Repository Ma…

CVE-2026-11403 is a high-severity authentication bypass vulnerability in Sonatype Nexus Repository Manager's format-specific API key generation mechanism, assigned a CVSS 4.0 score of 8.7. A flaw in the way the product generated API keys for NuGet, Docker Bearer Token, and npm Bearer Token authentication realms allowed a remote, unauthenticated attacker to gain unauthorized access to repository operations as a targeted user. Sonatype addressed this vulnerability in version 3.94.0, released July 9, 2026, by switching to UUID v4-based key generation for all affected formats.

Created Date
Source IONIX Threat Lab
CVE-2026-59083 – Security Constraint Bypass via RewriteValve URL Decoding Flaw – Apache Tomcat 8….

CVE-2026-59083 is a critical-severity (CVSS 9.1) Improper Handling of URL Encoding vulnerability in Apache Tomcat's RewriteValve component, publicly disclosed on July 14, 2026. The flaw allows unauthenticated, remote attackers to bypass security constraints in affected configurations by sending specially crafted HTTP requests that exploit incorrect URL decoding behavior in the RewriteValve. The vulnerability spans four major version branches of Apache Tomcat, covering the vast majority of active deployments.

Created Date
Source IONIX Threat Lab
CVE-2026-12583 – Unauthenticated PHP Object Injection Leading to RCE – Newsletters WordPress Plug…

CVE-2026-12583 is a high-severity PHP object deserialization vulnerability in the Newsletters WordPress plugin (by Tribulant Software), affecting all versions prior to 4.15. Unauthenticated remote attackers can inject a malicious PHP object through the plugin's publicly accessible subscription form and, via a property-oriented gadget chain bundled within the plugin itself, write arbitrary files and execute code on the server. The vulnerability carries a CVSS v3.1 score of 8.1 (High).

Created Date
Source IONIX Threat Lab
CVE-2026-57898 – Unauthenticated Arbitrary File Write Leading to RCE – Eclipse BaSyx Java Server …

CVE-2026-57898 is a critical unauthenticated arbitrary file write vulnerability (CWE-22 / CWE-73) in the Eclipse BaSyx Java Server SDK, affecting deployments that use the MongoDB backend across versions 2.0.0-milestone-05 through 2.0.0-milestone-12. By supplying a crafted fileName parameter to the AAS thumbnail API, a remote unauthenticated attacker can write arbitrary file content to any location the Java process has permission to access — a condition that may lead to remote code execution. The vulnerability carries a CVSS v3.1 base score of 9.0 (Critical).

Created Date
Source IONIX Threat Lab
CVE-2026-62422 – Authentication Bypass via Direct Database Access – JetBrains YouTrack (2024.2–20…

CVE-2026-62422 is a maximum-severity authentication bypass vulnerability (CVSS 10.0) in JetBrains YouTrack Server, classified under CWE-306 (Missing Authentication for Critical Function). The flaw allows unauthenticated remote attackers to bypass authentication through direct database access, granting full administrative control over the affected YouTrack instance. Six major version lines spanning 2024.2 through 2026.1 are affected, and JetBrains has released patched builds across all supported branches.

Created Date
Source IONIX Threat Lab
CVE-2026-61500 – Unauthenticated RCE via Predictable Session-Cookie Signing Key – Rejetto HFS 3.0…

CVE-2026-61500 is a critical unauthenticated remote code execution vulnerability in Rejetto HFS (HTTP File Server) versions 3.0.0 through 3.2.0, scoring 9.3 (CRITICAL) under CVSS v4.0. The flaw stems from the application deriving its session-cookie signing key from JavaScript's non-cryptographic Math.random() generator while simultaneously leaking outputs of that same generator to unauthenticated clients during the login flow. An attacker can exploit this entirely over the network, with no credentials required, to forge an administrator session cookie and achieve remote code execution.

Created Date
Source IONIX Threat Lab
CVE-2026-62242 – SSRF / Cloud Credential Exfiltration – Spring Boot Admin Server before 4.1.2

CVE-2026-62242 is a Server-Side Request Forgery (SSRF) vulnerability in Spring Boot Admin Server (by codecentric), affecting all versions before 4.1.2. Unauthenticated remote attackers can register malicious application instances with attacker-controlled healthUrl and managementUrl parameters, forcing the server to issue HTTP requests to arbitrary internal addresses — including cloud instance metadata services — and retrieve response bodies through the server's built-in actuator proxy. With a CVSS v3.1 base score of 8.6 (HIGH), this vulnerability poses a critical risk to any internet-exposed Spring Boot Admin deployment, particularly in cloud-hosted environments where exploitation…

Created Date
Source IONIX Threat Lab
CVE-2026-27690 – HTTP Request Smuggling – SAP Approuter below v20.10.0

CVE-2026-27690 is a critical HTTP Request Smuggling vulnerability (CWE-444) in SAP Approuter (@sap/approuter), the Node.js-based reverse proxy and primary entry point for applications deployed on SAP Business Technology Platform (SAP BTP). Rated 9.1 (Critical) on the CVSS v3.1 scale, the flaw allows an unauthenticated remote attacker to send a specially crafted HTTP request that causes request-response desynchronization, resulting in exposure of other users' responses and potential service unavailability. All versions of the @sap/approuter npm package below 20.10.0 are affected; SAP has released version 20.10.0 as the fix.

Created Date
Source IONIX Threat Lab
CVE-2026-44761 – Default OAuth2 Credentials Enable Unauthorized API Access in SAP Commerce Cloud …

CVE-2026-44761 is a critical default credentials vulnerability (CWE-1392) in SAP Commerce Cloud, affecting versions HY_COM 2205, COM_CLOUD 2211, and COM_CLOUD 2211-JDK21. SAP has assigned this a CVSS 3.1 base score of 9.1 (Critical). The platform may retain a sample OAuth2 client whose credentials are publicly documented in SAP Help Portal documentation; if left unchanged following deployment — a common misconfiguration — an unauthenticated remote attacker can use those well-known credentials to obtain a valid OAuth2 access token and invoke authenticated APIs to read and modify business-critical e-commerce data.

Created Date
Source IONIX Threat Lab
CVE-2026-62327 – Unauthenticated AI Provider API Key Disclosure – 9Router through v0.4.41

CVE-2026-62327 is a critical unauthenticated information disclosure vulnerability in 9Router (by decolua), a self-hosted Next.js-based AI provider routing dashboard, affecting all versions through 0.4.41. The flaw allows any remote attacker to retrieve full plaintext API keys for all connected AI provider accounts by sending a single unauthenticated HTTP request to the /api/usage/stats endpoint. With a CVSS 4.0 score of 9.3 (and a CVSS 3.1 score of 10.0), exploitation requires no credentials, no privileges, and no user interaction.

Created Date
Source IONIX Threat Lab
CVE-2026-62328 – Unauthenticated Information Disclosure – 9Router ≤ 0.4.41

CVE-2026-62328 is a high-severity unauthenticated information disclosure vulnerability in 9Router (by decolua), a self-hosted AI model routing proxy used to connect AI coding tools (such as Claude Code, Cursor, Codex, and Copilot) to upstream AI providers. The flaw arises from missing authentication middleware on two API endpoints, enabling any unauthenticated remote attacker to enumerate and retrieve complete AI conversation histories and associated user data. It carries a CVSS 4.0 score of 8.7 (High) and affects all 9Router versions through 0.4.41.

Created Date
Source IONIX Threat Lab
CVE-2026-59801 – Unauthenticated Provider API Access Exposes AI Credentials and Enables DoS – 9Ro…

CVE-2026-59801 is a critical missing authentication vulnerability (CWE-306) in 9Router, a Next.js-based AI routing gateway developed by decolua, affecting all versions through 0.4.41. The flaw allows unauthenticated remote attackers to fully interact with provider management and usage API endpoints — enabling theft of plaintext API keys and OAuth tokens, redirection of AI traffic to attacker-controlled servers, exfiltration of conversation histories, and complete denial of service through provider deletion. The vulnerability carries a CVSS 3.1 score of 9.8 (Critical).

Created Date
Source IONIX Threat Lab
CVE-2026-15089 – Critical Unpatched Vulnerability – Drupal Commerce guest registration (All Versi…

CVE-2026-15089 is a critical security vulnerability in the Drupal Commerce guest registration contributed module, affecting all released versions. The Drupal security team issued advisory SA-CONTRIB-2026-079 classifying this as Critical — Unsupported, indicating the module maintainer has not addressed the issue and no patch will be provided. The CVE record assigns a CVSS 3.1 base score of 9.1 with a vector of CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N; note that NVD's independent assessment of this score is not yet complete.

Created Date
Source IONIX Threat Lab
CVE-2026-55810 – PHP Object Injection in Drupal Plotly.js Graphing – all versions prior to 3.0.2

CVE-2026-55810 is a critical PHP Object Injection vulnerability in the Drupal contributed module Plotly.js Graphing, affecting all versions prior to 3.0.2. Disclosed via Drupal Security Advisory SA-CONTRIB-2026-050 on June 17, 2026, the flaw carries a CVSS v3.1 score of 9.8 (Critical) and can lead to Remote Code Execution depending on PHP gadget chains available in the target environment.

Created Date
Source IONIX Threat Lab
CVE-2026-13238 – Payment Authorization Bypass – Drupal Commerce Realex / Global Payments (version…

CVE-2026-13238 is an Incorrect Authorization (Forceful Browsing) vulnerability in the Drupal Commerce Realex / Global Payments payment module, affecting all versions prior to 3.0.2. When the redirect payment method is configured, the module fails to sufficiently verify the authenticity of payment responses returned by Global Payments, allowing an unauthenticated remote attacker to forge a payment confirmation and complete orders without payment. NVD rates this vulnerability Critical with a CVSS v3.1 score of 9.1.

Created Date
Source IONIX Threat Lab
CVE-2026-57815 – Arbitrary File Read – Forminator WordPress Plugin ≤ 1.55.0.2

CVE-2026-57815 is a high-severity Path Traversal (CWE-22) vulnerability in the Forminator WordPress plugin by WPMU DEV, affecting all versions up to and including 1.55.0.2. The flaw allows unauthenticated remote attackers to read and download arbitrary files from the affected web server — including files containing login credentials and backup data — with no authentication or user interaction required. The CVSS v3.1 base score is 7.5 (High).

Created Date
Source IONIX Threat Lab
CVE-2026-57702 – Unauthenticated Blind SQL Injection – Amelia WordPress Booking Plugin ≤ 2.4.2

CVE-2026-57702 is a critical Blind SQL Injection vulnerability in the Amelia (ameliabooking) WordPress booking plugin, developed by Melograno Venture Studio, affecting all versions through 2.4.2. With a CVSS v3.1 score of 9.3 (Critical) and no authentication or user interaction required, any internet-facing WordPress site running an affected version of Amelia is immediately exposed to full database exfiltration by a remote, unauthenticated attacker. The vulnerability has been patched in version 2.4.3.

Created Date
Source IONIX Threat Lab
CVE-2026-57707 – Unauthenticated SQL Injection – Simple Business Directory Pro (WordPress Plugin)…

CVE-2026-57707 is a critical unauthenticated SQL injection vulnerability affecting the Simple Business Directory Pro WordPress plugin by QuantumCloud, in all versions up to and including 15.9.4. The flaw allows a remote, unauthenticated attacker to inject malicious SQL commands over the network and extract sensitive data from the underlying WordPress database. With a CVSS v3.1 base score of 9.3 (Critical), this vulnerability requires no authentication and no user interaction to exploit.

Created Date
Source IONIX Threat Lab
CVE-2026-57714 – Unauthenticated Blind SQL Injection – LatePoint WordPress Plugin ≤ 5.6.3

CVE-2026-57714 is a critical Blind SQL Injection vulnerability in the LatePoint appointment booking plugin for WordPress, affecting all versions through 5.6.3. Carrying a CVSS v3.1 base score of 9.3 (Critical), the flaw requires no authentication and no user interaction, allowing any remote attacker to systematically extract sensitive data from the underlying WordPress database — with scope impact extending beyond the plugin's own data. Sites running LatePoint on 100,000+ active installations worldwide are at risk and should upgrade immediately.

Created Date
Source IONIX Threat Lab
CVE-2026-22095 – Unauthenticated RCE via Command Injection – EVbee DC-80 Firmware < V1.5.1

CVE-2026-22095 is a critical unauthenticated command injection vulnerability in the network diagnosis endpoint of the EVbee DC-80 DC fast charging station's built-in web server, running on port 8090. A remote, unauthenticated attacker can send a specially crafted HTTP request to this endpoint to execute arbitrary operating system commands on the device. Disclosed on July 10, 2026 as part of DIVD advisory DIVD-2026-00001, the flaw carries a CVSS 4.0 score of 9.3 (Critical) and affects all DC-80 firmware versions prior to V1.5.1.

Created Date
Source IONIX Threat Lab
CVE-2026-22096 – Missing Authentication Exposes Credentials and Allows Arbitrary File Upload – EV…

CVE-2026-22096 is a critical missing-authentication vulnerability (CWE-306) in the EVbee DC-80 DC fast-charging station, affecting all firmware versions prior to V1.5.1. The device's built-in web server, running on TCP port 8090, implements no authentication mechanism, enabling any network-reachable attacker to retrieve sensitive configuration data — including stored credentials — and upload arbitrary files through multiple exposed endpoints. The vulnerability carries a CVSS 4.0 score of 9.3 (CRITICAL), assessed by the Dutch Institute for Vulnerability Disclosure (DIVD) under coordinated disclosure case DIVD-2026-00001.

Created Date
Source IONIX Threat Lab
CVE-2026-57739 – Blind SQL Injection – AcyMailing SMTP Newsletter WordPress Plugin ≤ 10.11.0

CVE-2026-57739 is a critical Blind SQL Injection vulnerability (CWE-89) in the AcyMailing SMTP Newsletter plugin for WordPress, affecting all versions through 10.11.0. With a CVSS v3.1 base score of 9.3, the flaw can be triggered remotely by an unauthenticated attacker over the network with no user interaction required, enabling exfiltration of sensitive data from the underlying WordPress database.

Created Date
Source IONIX Threat Lab
CVE-2026-57705 – Unauthenticated Authorization Bypass – WordPress Event Tickets Plugin (≤ 5.28.5)

CVE-2026-57705 is a Missing Authorization vulnerability in the WordPress Event Tickets plugin by Nexcess, affecting all versions up to and including 5.28.5. Rated HIGH with a CVSS v3.1 score of 7.5, the flaw allows unauthenticated, remote attackers to exploit incorrectly configured access control security levels — enabling unauthorized integrity-impacting actions against affected WordPress installations without any credentials or user interaction. A patched version (5.28.5.1) has been released and immediate upgrade is strongly recommended.

Created Date
Source IONIX Threat Lab
CVE-2026-57697 – Authentication Bypass via Password Recovery – ProfileGrid WordPress Plugin ≤ 5.9…

CVE-2026-57697 is a high-severity Authentication Bypass vulnerability (CWE-288) in the ProfileGrid WordPress plugin by Metagauss, affecting all versions up to and including 5.9.9.6. The flaw resides in the plugin's password recovery mechanism and allows unauthenticated, remote attackers to bypass authentication controls and exploit the password reset flow to take over arbitrary user accounts. With a CVSS v3.1 base score of 7.5 (HIGH), the vulnerability carries no attack complexity and requires no privileges or user interaction to exploit.

Created Date
Source IONIX Threat Lab
CVE-2026-14165 – Authorization Bypass – Tuleap Enterprise Edition 17.0 through 17.5

CVE-2026-14165 is a high-severity Authorization Bypass Through User-Controlled Key vulnerability (CWE-639) in Dassault Systèmes' Tuleap Enterprise Edition, affecting versions 17.0 through 17.5. An unauthenticated remote attacker can exploit this flaw over the network — with no credentials or user interaction required — to access data belonging to other users without authorization. The vulnerability carries a CVSS v3.1 score of 7.5 (High) and was published on July 13, 2026.

Created Date
Source IONIX Threat Lab
CVE-2026-57829 – Unauthenticated Stored XSS – Helix Ultimate for Joomla (all versions < 2.2.7)

CVE-2026-57829 is a high-severity unauthenticated stored cross-site scripting (XSS) vulnerability in Helix Ultimate, the leading template framework for Joomla CMS developed by JoomShaper, carrying a CVSS 4.0 score of 8.7 (HIGH). The flaw allows any unauthenticated remote attacker to inject persistent malicious scripts into site content via Joomla's publicly accessible com_ajax endpoint — scripts that subsequently execute within administrator browser sessions, making this a direct admin account takeover vector. All Helix Ultimate versions prior to 2.2.7 are affected; the security patch was released on July 7, 2026.

Created Date
Source IONIX Threat Lab
CVE-2026-56259 – Credential Exfiltration & Authentication Bypass – Crawl4AI before 0.8.8

CVE-2026-56259 is a high-severity credential exfiltration vulnerability in the Crawl4AI Docker API server, affecting all versions prior to 0.8.8. Unauthenticated remote attackers can exploit exposed LLM processing endpoints to redirect API calls to attacker-controlled infrastructure and read arbitrary server-side environment variables, enabling theft of LLM provider API keys and the JWT SECRET_KEY used to sign authentication tokens — which can in turn be leveraged for authentication bypass. The vulnerability carries a CVSS 3.1 score of 8.2 (HIGH).

Created Date
Source IONIX Threat Lab
CVE-2026-56271 – Authentication Bypass via Hardcoded JWT Secrets – Flowise ≤ 3.0.13

CVE-2026-56271 is a critical authentication bypass vulnerability affecting Flowise, an open-source AI workflow builder, in all versions up to and including 3.0.13. The enterprise passport authentication middleware falls back to publicly known hardcoded JWT secrets and credential parameters when the corresponding environment variables are not configured, allowing any unauthenticated remote attacker to forge valid JWT tokens and fully impersonate any user, including administrators. The vulnerability is rated CVSS 9.8 (CRITICAL) under CVSS v3.1 and 9.3 under CVSS v4.0.

WATCH A SHORT IONIX DEMO

See how easy it is to implement a CTEM program with IONIX. Find and fix exploits fast.

Subscribe to Threat Center RSS

Copy/paste the link below into your preferred RSS reader or follow these instructions to subscribe to Slack alerts.

Get Real-Time CVE Alerts to Your Email

Be the first to know when new zero-days emerge