9.1 CVE-2026-29000

Enriched by CISA Exploit
 

pac4j-jwt versions prior to 4.5.9, 5.7.9, and 6.3.3 contain an authentication bypass vulnerability in JwtAuthenticator when processing encrypted JWTs that allows remote attackers to forge authentication tokens. Attackers who possess the server's RSA public key can create a JWE-wrapped PlainJWT with arbitrary subject and role claims, bypassing signature verification to authenticate as any user including administrators.
https://nvd.nist.gov/vuln/detail/CVE-2026-29000

Categories

CWE-347 : Improper Verification of Cryptographic Signature
The product does not verify, or incorrectly verifies, the cryptographic signature for data. Automated static analysis, commonly referred to as Static Application Security Testing (SAST), can find some instances of this weakness by analyzing source code (or binary/compiled code) without having to execute it. Typically, this is done by building a model of data flow and control flow, then searching for potentially-vulnerable patterns that connect "sources" (origins of input) with "sinks" (destinations where the data interacts with external components, a lower layer such as the OS, etc.) Does not properly verify signatures for "trusted" entities. Insufficient verification allows spoofing. Insufficient verification allows spoofing. Accepts a configuration file without a Message Integrity Check (MIC) signature.

References


 

AFFECTED (from MITRE)


Vendor Product Versions
pac4j pac4j-jwt
  • 4.0 < 4.5.9 [affected]
  • 5.0 < 5.7.9 [affected]
  • 6.0 < 6.3.3 [affected]
© 2022 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation.

CPE

cpe start end
Configuration 1
cpe:2.3:a:pac4j:pac4j:*:*:*:*:*:*:*:* >= 4.0 < 4.5.9
cpe:2.3:a:pac4j:pac4j:*:*:*:*:*:*:*:* >= 5.0 < 5.7.9
cpe:2.3:a:pac4j:pac4j:*:*:*:*:*:*:*:* >= 6.0 < 6.3.3


REMEDIATION




EXPLOITS


Exploit-db.com

id description date
No known exploits

POC Github

Url
https://github.com/manbahadurthapa1248/CVE-2026-29000---pac4j-jwt-Authenticat...
https://github.com/alihussainzada/CVE-2026-29000-Python-PoC-pac4j-JWT-Authent...

Other Nist (github, ...)

Url
No known exploits


CAPEC


Common Attack Pattern Enumerations and Classifications

id description severity
463 Padding Oracle Crypto Attack
High
475 Signature Spoofing by Improper Validation
High