PyJWT is a JSON Web Token implementation in Python. From 2.8.0 to 2.12.1, when verifying detached JWS tokens using the unencoded-payload option ("b64": false, RFC 7797), PyJWT performs Base64URL decoding of the compact-serialization payload segment before enforcing the detached-payload rules. For b64=false, PyJWT later discards that decoded payload and replaces it with the caller-provided detached_payload. In practice, this turns the middle segment into an attacker-controlled “work amplifier”: a remote client can supply an arbitrarily large Base64URL payload segment that forces CPU work + memory allocations even if the signature is invalid. This creates an unauthenticated DoS vector against any endpoint that verifies detached JWS using PyJWT. This vulnerability is fixed in 2.13.0.
Conclusion & alert: CVE-2026-48525 is rated Exploit Available (50/100): CVSS Medium severity, with low exploitation likelihood (EPSS 0.05%). Core evidence: 1 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-03 | 0.04% | 0.05% | +0.02% |
| 2 | 2026-05-29 | — | 0.04% | — |
Full EPSS history (2 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 5.3 | 3.1 | MEDIUM |
|
3.9 | 1.4 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
not yet assigned | CVE-2026-48525 not yet assigned priority: Debian including 1 source packages (pyjwt), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): open 5. | https://security-tracker.debian.org/tracker/CVE-2026-48525 |
suse
|
high | CVE-2026-48525 severity important: SUSE including 2 source package names (python-PyJWT, python3-PyJWT), 4 product×package rows across 2 product lines (SUSE Linux Enterprise Module for Public Cloud 12, SUSE Linux Enterprise Server 15 SP1-LTSS): Known Not Affected 4. | https://www.suse.com/security/cve/CVE-2026-48525/ |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| pyjwt_project | pyjwt | >= 2.8.0, <= 2.12.1 | cpe:2.3:a:pyjwt_project:pyjwt:*:*:*:*:*:*:*:* |
| URL | Tags |
|---|---|
| https://github.com/jpadilla/pyjwt/security/advisories/GHSA-w7vc-732c-9m39 | Exploit Vendor Advisory Mitigation |