pysec-2024-52
Vulnerability from pysec
Published
2024-06-09 19:15
Modified
2024-06-09 21:20
Details
lepture Authlib before 1.3.1 has algorithm confusion with asymmetric public keys. Unless an algorithm is specified in a jwt.decode call, HMAC verification is allowed with any asymmetric public key. (This is similar to CVE-2022-29217 and CVE-2024-33663.)
Aliases
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "authlib", "purl": "pkg:pypi/authlib" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.3.1" } ], "type": "ECOSYSTEM" } ], "versions": [ "0.1", "0.10", "0.11", "0.12", "0.12.1", "0.13", "0.14", "0.14.1", "0.14.2", "0.14.3", "0.15", "0.15.1", "0.15.2", "0.15.3", "0.15.4", "0.15.5", "0.15.6", "0.1rc0", "0.2", "0.2.1", "0.3", "0.4", "0.4.1", "0.5", "0.5.1", "0.6", "0.7", "0.8", "0.9", "1.0.0", "1.0.0a1", "1.0.0a2", "1.0.0b1", "1.0.0b2", "1.0.0rc1", "1.0.1", "1.1.0", "1.2.0", "1.2.1", "1.3.0" ] } ], "aliases": [ "CVE-2024-37568" ], "details": "lepture Authlib before 1.3.1 has algorithm confusion with asymmetric public keys. Unless an algorithm is specified in a jwt.decode call, HMAC verification is allowed with any asymmetric public key. (This is similar to CVE-2022-29217 and CVE-2024-33663.)", "id": "PYSEC-2024-52", "modified": "2024-06-09T21:20:21.309692+00:00", "published": "2024-06-09T19:15:00+00:00", "references": [ { "type": "REPORT", "url": "https://github.com/lepture/authlib/issues/654" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.