Dismissed
(not in Nixpkgs)
Permalink
CVE-2026-33204
7.5 HIGH
- CVSS version (CVSS): 3.1
- Attack Vector (AV): Network (N)
- Attack Complexity (AC): Low (L)
- Privileges Required (PR): None (N)
- User Interaction (UI): None (N)
- Scope (S): Unchanged (U)
- Confidentiality (C): None (N)
- Integrity (I): None (N)
- Availability (A): High (H)
- Modified Attack Vector (MAV): Network (N)
- Modified Attack Complexity (MAC): Low (L)
- Modified Privileges Required (MPR): None (N)
- Modified User Interaction (MUI): None (N)
- Modified Confidentiality (MC): None (N)
- Modified Scope (MS): Unchanged (U)
- Modified Integrity (MI): None (N)
- Modified Availability (MA): High (H)
by @LeSuisse Activity log
- Created suggestion
- @LeSuisse dismissed (not in Nixpkgs)
SimpleJWT has an Unauthenticated Denial of Service via JWE header tampering
SimpleJWT is a simple JSON web token library written in PHP. Prior to version 1.1.1, an unauthenticated attacker can perform a Denial of Service via JWE header tampering when PBES2 algorithms are used. Applications that call JWE::decrypt() on attacker-controlled JWEs using PBES2 algorithms are affected. This issue has been patched in version 1.1.1.
References
-
https://github.com/kelvinmo/simplejwt/security/advisories/GHSA-xw36-67f8-339x x_refsource_CONFIRM
-
https://github.com/kelvinmo/simplejwt/releases/tag/v1.1.1 x_refsource_MISC
Affected products
simplejwt
- ==< 1.1.1
Matching in nixpkgs
pkgs.python312Packages.djangorestframework-simplejwt
JSON Web Token authentication plugin for Django REST Framework
pkgs.python313Packages.djangorestframework-simplejwt
JSON Web Token authentication plugin for Django REST Framework
pkgs.python314Packages.djangorestframework-simplejwt
JSON Web Token authentication plugin for Django REST Framework
Package maintainers
-
@arnoldfarkas Arnold Farkas <arnold.farkas@gmail.com>