CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2024-54150

Critical
Published: Translated: NVD NIST

Summary

cjwt to implementacja C JSON Web Token (JWT), która jest podatna na zamieszanie algorytmów podczas weryfikacji podpisu. Atakujący może wykorzystać brak rozróżnienia między metodami podpisywania, co prowadzi do nieautoryzowanego dostępu.

Risk Assessment

Organizacje mogą być narażone na ataki, w których nieautoryzowani użytkownicy uzyskują dostęp do systemów, jeśli weryfikacja podpisów nie jest prawidłowo zaimplementowana. To może prowadzić do poważnych naruszeń bezpieczeństwa.

Recommendation

Zaleca się aktualizację do wersji 2.3.0, aby usunąć tę podatność. Użytkownicy powinni również zweryfikować, czy ich systemy prawidłowo rozróżniają metody podpisywania tokenów.

Original NVD description (English source)

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

Vulnerability data from NVD (NIST) · CISA KEV · EPSS