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

New CVE Detected

CVE-2026-45063 – Authentication Bypass – Symfony X509Authenticator (prior to 5.4.52 / 6.4.40 / 7….

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

Summary

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.

Technical details

  • Root cause: X509Authenticator extracts the user identifier from $_SERVER['SSL_CLIENT_S_DN'] (the client certificate’s Subject Distinguished Name) using a regex that matches emailAddress= at any position in the DN string. Because the regex is unanchored, it matches inside the value of other RDN fields — not just at proper RDN boundaries (CWE-290: Authentication Bypass by Spoofing).
  • Trigger conditions: The application must be configured to use Symfony’s X509Authenticator for mutual TLS (mTLS) client-certificate authentication. This is a non-default, explicitly configured security component.
  • Attack vector: A network-accessible attacker obtains a certificate issued by any CA trusted by the target application with a crafted CN value, e.g., CN=Attacker [email protected]. When this certificate is presented during the TLS handshake, the unanchored regex extracts [email protected] from within the CN value and authenticates the attacker as that victim user rather than matching the legitimate emailAddress= RDN field.
  • Impact: Complete authentication bypass enabling full impersonation of arbitrary users registered on the application, leading to unauthorized access to confidential data (VC:H) and unauthorized modification of application state (VI:H).

Affected software

  • symfony/security-http and symfony/symfony:
    • All versions prior to 5.4.52 (5.4.x branch)
    • Versions 6.0.0 through 6.4.39 (6.4.x branch)
    • Versions 7.0.0 through 7.4.11 (7.4.x branch)
    • Versions 8.0.0 through 8.0.11 (8.0.x branch)

Severity

CVSS 4.0 Base Score: 9.1 (Critical)
Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N

Note: A CVSS v3.1 score has not been published for this CVE. The official CVSS 4.0 score is 9.1. The AT:P (Attack Requirements: Present) qualifier reflects the prerequisite of holding a CA-trusted certificate; this does not lower the critical severity designation.

Mitigation and recommended actions

  • Immediate action — upgrade to a patched version:

    • Symfony 5.4.52 (5.4.x branch)
    • Symfony 6.4.40 (6.4.x branch)
    • Symfony 7.4.12 (7.4.x branch)
    • Symfony 8.0.12 (8.0.x branch)

    The fix anchors the emailAddress= extraction regex to RDN boundaries (start of string or following a , / / separator), ensuring the pattern only matches a legitimate emailAddress RDN and cannot be satisfied by content embedded in another RDN’s value.

  • If immediate patching is not possible: No official workarounds have been documented by the Symfony security team. Organizations should prioritize patching and consider restricting access to mTLS-protected endpoints at the network perimeter until the upgrade can be applied.

IONIX Status

The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

References

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

How IONIX’s External Exposure Management Platform Detects and Validates
Zero-Days to Shrink MTTR

1

Map your entire attack surface (continously)

IONIX uses multi-factor discovery methods, including DNS analysis, certificate mapping, metadata inspection, and more, to automatically map every internet-facing asset across your environment. This includes cloud instances, third-party platforms, shadow IT, and even forgotten infrastructure that traditional tools miss.

2

Monitor for new CVEs

Dozens of threat intel feeds using agentic technology are continuously analyzed to detect the appearance of proof-of-concept code, exploit kits, and indicators of active targeting. IONIX goes further by applying AI to proactively evaluate whether emerging vulnerabilities are likely to be exploited, even before PoCs go public.

3

Identify Potential External Exposures

Not all CVEs matter. IONIX filters vulnerabilities by asking attacker-centric questions: Can it be reached from the internet? Does it require authentication? Is it being exploited in the wild? This dramatically reduces noise and focuses teams on threats that can actually be weaponized.

4

Create Safe, Scalable Exploit Validations

IONIX transforms real-world PoCs into safe, non-intrusive test payloads that can be run in production environments without disruption. These simulations are precisely targeted to the systems that are vulnerable, ensuring rapid validation without unnecessary load.

5

Execute Exploit Validations

By combining context about software stack, versioning, exposure status, and reachability, IONIX ensures that only the right payloads are executed against the right assets, maximizing efficiency and minimizing risk.

6

Drive Fast and Actionable Remediation

Results are routed through integrations with ticketing, SOAR, and SIEM tools. Issues are written in plain language, bundled into remediation clusters, and prioritized based on asset criticality, exploitability, and blast radius. This shortens mean time to remediation (MTTR) and empowers teams to act with confidence.

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

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