CVE-2026-45069

Summary

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.

Affected Software

VendorProductVersion RangeStatus
symfonysymfony>= 6.3.0, < 6.4.40affected
symfonysymfony>= 7.4.0, < 7.4.12affected
symfonysymfony>= 8.0.0-BETA1, < 8.0.12affected
symfonysecurity-http>= 6.3.0, < 6.4.40affected
symfonysecurity-http>= 7.4.0, < 7.4.12affected
symfonysecurity-http>= 8.0.0-BETA1, < 8.0.12affected

Weaknesses

  • CWE-345: CWE-345: Insufficient Verification of Data Authenticity
  • CWE-1287: CWE-1287: Improper Validation of Specified Type of Input

ADP Enrichment

CISA ADP Vulnrichment

  • SSVC:
  • Exploitation: none
    • Automatable: yes
    • Technical Impact: partial

References