VYPR

Mojo-JWT

by Jberger

Source repositories

CVEs (1)

  • CVE-2026-9537MedJul 17, 2026
    risk 0.27cvss 5.3epss 0.00

    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…