Advisory Database
  • Advisories
  • Dependency Scanning
  1. composer
  2. ›
  3. symfony/security-http
  4. ›
  5. CVE-2026-45069

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

May 27, 2026

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.

References

  • github.com/FriendsOfPHP/security-advisories/blob/master/symfony/security-http/CVE-2026-45069.yaml
  • github.com/FriendsOfPHP/security-advisories/blob/master/symfony/symfony/CVE-2026-45069.yaml
  • github.com/advisories/GHSA-29fc-p6c4-24cg
  • github.com/symfony/symfony/commit/6b717aaac21b7e96798448d14c4355ea87690b3d
  • github.com/symfony/symfony/security/advisories/GHSA-29fc-p6c4-24cg
  • nvd.nist.gov/vuln/detail/CVE-2026-45069
  • symfony.com/cve-2026-45069

Code Behaviors & Features

Detect and mitigate CVE-2026-45069 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 6.3.0 before 6.4.40, all versions starting from 7.4.0 before 7.4.12, all versions starting from 8.0.0 before 8.0.12

Fixed versions

  • 6.4.40
  • 7.4.12
  • 8.0.12

Solution

Upgrade to versions 6.4.40, 7.4.12, 8.0.12 or above.

Impact 6.5 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N

Learn more about CVSS

Weakness

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

Source file

packagist/symfony/security-http/CVE-2026-45069.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 23 Jun 2026 12:24:08 +0000.