CVE-2026-14803
Last modified
CVE-2026-14803 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. 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 document can consume excessive memory. This path is the default when Cpanel::JSON::XS is not installed or `MOJO_NO_JSON_XS=1` is set; the Cpanel::JSON::XS fast path is not affected. Any caller that decodes an untrusted JSON body, for example `Mojo::Message::json` reached through `$c->req->json`, can exhaust process memory and cause denial of service.. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
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 document can consume excessive memory. This path is the default when Cpanel::JSON::XS is not installed or `MOJO_NO_JSON_XS=1` is set; the Cpanel::JSON::XS fast path is not affected. Any caller that decodes an untrusted JSON body, for example `Mojo::Message::json` reached through `$c->req->json`, can exhaust process memory and cause denial of service.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| SRI | Mojo::JSON | < 9.47 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-14803?
How severe is CVE-2026-14803?
How do I fix CVE-2026-14803?
Related CVEs from 2026
- CVE-2026-14798A vulnerability was identified in CodeAstro Apartment Visito…6.3
- CVE-2026-14799A security flaw has been discovered in CodeAstro Ecommerce W…6.3
- CVE-2026-1480An out-of-band SQL injection vulnerability (OOB SQLi) has be…7.5
- CVE-2026-14800A weakness has been identified in imhamzaazam ecommerceFlask…4.3
- CVE-2026-14801A security vulnerability has been detected in GPAC 26.03-DEV…4.8
- CVE-2026-14802A vulnerability was detected in react create-react-app up to…7.3
- CVE-2026-14807ERP App developed by PROG MIS has a Use of Hard-coded Creden…9.8
- CVE-2026-14808Prog Management System developed by PROG MIS has a Exposur…9.8
- CVE-2026-14809Prog Management System developed by PROG MIS has a SQL Injec…8.7
- CVE-2026-1481An out-of-band SQL injection vulnerability (OOB SQLi) has be…7.5
- CVE-2026-1482An out-of-band SQL injection vulnerability (OOB SQLi) has be…7.5
- CVE-2026-1483An out-of-band SQL injection vulnerability (OOB SQLi) has be…7.5
Are you affected by CVE-2026-14803?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
