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

New CVE Detected

CVE-2026-45069 – Authentication Bypass – Symfony 6.3–6.4.39, 7.4.0–7.4.11, 8.0.0–8.0.11

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

Summary

CVE-2026-45069 is a high-severity authentication bypass vulnerability in Symfony’s OidcTokenHandler component, affecting the symfony/security-http package in versions ≥6.3 <6.4.40, ≥7.4 <7.4.12, and ≥8.0 <8.0.12. A logic flaw in claim verification allows a validly signed JWT that omits mandatory security claims to pass authentication, potentially granting an unauthenticated remote attacker unauthorized access to protected resources. The vulnerability carries a CVSS 4.0 score of 8.8 (High).

Technical details

  • Root cause: OidcTokenHandler::verifyClaims() registers checkers for the audience (aud), issuer (iss), and expiry (exp) JWT claims, but never passes the $mandatoryClaims argument to ClaimCheckerManager::check(). Because the underlying ClaimCheckerManager only validates claims that are actually present in the token, any registered checker for an absent claim is silently skipped.
  • Trigger condition: The vulnerability is exploitable only in Symfony applications that have configured OidcTokenHandler for OpenID Connect (OIDC) bearer token authentication — this is not a default Symfony configuration.
  • Attack vector: A remote, unauthenticated attacker presents a bearer JWT that is validly signed by a trusted Identity Provider (IdP) but has the aud, iss, and exp claims stripped. The token passes OidcTokenHandler verification without those critical claims being checked.
  • Impact: Authentication bypass — the attacker gains access as an authenticated user to any resource protected by the OidcTokenHandler mechanism, with high confidentiality impact (VC:H) and low integrity impact (VI:L) on the vulnerable system per the CVSS 4.0 assessment.
  • CWE: CWE-345 (Insufficient Verification of Data Authenticity); CWE-1287 (Improper Validation of Specified Type of Input).

Affected software

  • symfony/security-http and symfony/symfony ≥6.3, <6.4.40
  • symfony/security-http and symfony/symfony ≥7.4, <7.4.12
  • symfony/security-http and symfony/symfony ≥8.0, <8.0.12

Severity

CVSS 4.0 base score: 8.8 (High)
Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N

Mitigation and recommended actions

  • Immediate — upgrade to a patched release:
    • Symfony 6.x: upgrade to 6.4.40 or later
    • Symfony 7.x: upgrade to 7.4.12 or later
    • Symfony 8.x: upgrade to 8.0.12 or later
  • If immediate patching is not possible: Restrict external network access to OIDC-protected endpoints at the perimeter (WAF/firewall) to reduce exposure, and review Identity Provider logs for anomalous bearer token usage. Note that network-layer mitigations are not a substitute for patching.

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