Vulnerability in Jberger Mojo::jwt
CVE-2026-9537
Mojo::JWT versions before 1.02 for Perl verify HMAC signatures with a non-constant-time string comparison. The decode() method compares the supplied signature to the recomputed HMAC with Perl's eq operator, which stops at the first differing byte, so the comparison time varies with the number of matching leading bytes. A caller that decodes attacker supplied tokens leaks the expected signature through this timing variation, which can be aggregated over many requests to recover the signature and forge a token.
EPSS: 0.003 (24.7th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.3 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N.
Affected products
- Jberger Mojo::jwt — versions 0
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2026-9537?
- CVE-2026-9537 is a medium-severity vulnerability in Jberger Mojo::jwt, classified under CWE-208. CVSS score: 5.3/10. Published 2026-07-17.
- How severe is CVE-2026-9537?
- Medium severity. CVSS v3 base score is 5.3 out of 10.