CVE-2024-54150

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-54150
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-54150.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-54150
Aliases
  • GHSA-9h24-7qp5-gp82
Published
2024-12-19T19:15:07Z
Modified
2025-01-08T16:27:12.695977Z
Summary
[none]
Details

cjwt is a C JSON Web Token (JWT) Implementation. Algorithm confusion occurs when a system improperly verifies the type of signature used, allowing attackers to exploit the lack of distinction between signing methods. If the system doesn't differentiate between an HMAC signed token and an RS/EC/PS signed token during verification, it becomes vulnerable to this kind of attack. For instance, an attacker could craft a token with the alg field set to "HS256" while the server expects an asymmetric algorithm like "RS256". The server might mistakenly use the wrong verification method, such as using a public key as the HMAC secret, leading to unauthorised access. For RSA, the key can be computed from a few signatures. For Elliptic Curve (EC), two potential keys can be recovered from one signature. This can be used to bypass the signature mechanism if an application relies on asymmetrically signed tokens. This issue has been addressed in version 2.3.0 and all users are advised to upgrade. There are no known workarounds for this vulnerability.

References

Affected packages

Git / github.com/xmidt-org/cjwt

Affected ranges

Type
GIT
Repo
https://github.com/xmidt-org/cjwt
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed

Affected versions

1.*

1.0.0
1.0.1
1.0.2

v1.*

v1.0.3
v1.0.4

v2.*

v2.0.0
v2.0.1
v2.1.0
v2.1.1
v2.2.0