VYPR

libmojolicious-perl

by Debian

Source repositories

CVEs (1)

  • CVE-2026-14803MedJul 6, 2026
    risk 0.35cvss 6.5epss 0.00

    Mojo::JSON versions before 9.47 for Perl allow memory exhaustion via unbounded recursion in the pure-Perl decoder. The pure-Perl decode path (`_decode_value` dispatching to `_decode_array` and `_decode_object`) recurses with no depth limit, so a small deeply nested JSON…