CVE-2026-45069: Symfony: OidcTokenHandler Accepts JWTs Missing aud/iss/exp Claims

Published May 27, 2026
·
Updated

Description

OidcTokenHandler is Symfony's built-in access-token handler for OpenID Connect: it validates a bearer JWT and returns the authenticated user identity. It delegates claim validation to the web-token/jwt-checker library's ClaimCheckerManager.

OidcTokenHandler::verifyClaims() registers audience (aud), issuer (iss), and expiry (exp) checkers, but never passes the $mandatoryClaims argument to ClaimCheckerManager::check(). That method only validates claims that are present in the token: a checker for an absent claim is silently skipped. A validly-signed JWT that simply omits aud, iss, and exp therefore passes verification.

Resolution

The OidcTokenHandler now calls the ClaimCheckerManager with the list of mandatory claims so that tokens missing aud, iss, or exp are rejected.

The patch for this issue is available here for branch 6.4.

Credits

Symfony would like to thank Claude Mythos Preview (via Project Glasswing) for reporting the issue and providing the fix.

Other sources

Symfony is a PHP framework for web and console applications and a set of reusable PHP components. Prior to 6.4.40, 7.4.12, and 8.0.12, OidcTokenHandler::verifyClaims() registered audience (aud), issuer (iss), and expiry (exp) checkers but did not pass the mandatory claims list to ClaimCheckerManager::check(), so a validly signed JWT that omitted those claims could pass verification. This issue is fixed in versions 6.4.40, 7.4.12, and 8.0.12.

MITRE

Affected Software

9 affected componentsFixes available
composer/symfony/symfony>=8.0.0<8.0.12
8.0.12
composer/symfony/symfony>=7.4.0<7.4.12
7.4.12
composer/symfony/symfony>=6.3.0<6.4.40
6.4.40
composer/symfony/security-http>=8.0.0<8.0.12
8.0.12
composer/symfony/security-http>=7.4.0<7.4.12
7.4.12
composer/symfony/security-http>=6.3.0<6.4.40
6.4.40
SensioLabs Symfony>=6.3.0<6.4.40
SensioLabs Symfony>=7.4.0<7.4.12
SensioLabs Symfony>=8.0.0<8.0.12

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade composer/symfony/symfony to a version that resolves this vulnerability.

    Fixed in 8.0.12
  2. Upgrade

    Upgrade composer/symfony/symfony to a version that resolves this vulnerability.

    Fixed in 7.4.12
  3. Upgrade

    Upgrade composer/symfony/symfony to a version that resolves this vulnerability.

    Fixed in 6.4.40
  4. Upgrade

    Upgrade composer/symfony/security-http to a version that resolves this vulnerability.

    Fixed in 8.0.12
  5. Upgrade

    Upgrade composer/symfony/security-http to a version that resolves this vulnerability.

    Fixed in 7.4.12
  6. Upgrade

    Upgrade composer/symfony/security-http to a version that resolves this vulnerability.

    Fixed in 6.4.40
  7. Upgrade

    Upgrade symfony/symfony to a version that resolves this vulnerability.

    Fixed in 6.4.40
  8. Upgrade

    Upgrade symfony/symfony to a version that resolves this vulnerability.

    Fixed in 7.4.12
  9. Upgrade

    Upgrade symfony/symfony to a version that resolves this vulnerability.

    Fixed in 8.0.12

Event History

May 27, 2026
Advisory Published
via GitHub·09:03 PM
Data Sourced
via GitHub·09:03 PM
DescriptionWeaknessAffected Software
Jul 14, 2026
CVE Published
via MITRE·06:46 PM
Data Sourced
via MITRE·06:46 PM
DescriptionWeakness
Data Sourced
via NVD·07:17 PM
RemedyDescriptionSeverityWeaknessAffected Software
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-45069?

The severity of CVE-2026-45069 is rated at 65, indicating a moderate risk level.

2

How do I fix CVE-2026-45069?

To fix CVE-2026-45069, update Symfony components including 'composer/symfony/symfony' and 'composer/symfony/security-http' to the latest version that includes the patch.

3

What does CVE-2026-45069 affect?

CVE-2026-45069 affects Symfony's OidcTokenHandler, which is responsible for validating access tokens in OpenID Connect.

4

What are the potential impacts of CVE-2026-45069?

The potential impacts of CVE-2026-45069 include unauthorized access due to improper validation of bearer JWT claims.

5

Is there a known exploit for CVE-2026-45069?

As of now, there are no publicly known exploits for CVE-2026-45069, but it is advisable to address the vulnerability promptly.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203