VYPR

libmojolicious-perl

by Debian

CVEs (1)

  • CVE-2026-14803Jul 7, 2026
    risk 0.00cvss epss

    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…