CVE-2026-32874
Last modified
CVE-2026-32874 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. UltraJSON is a fast JSON encoder and decoder written in pure C with bindings for Python 3.7+. Versions 5.4.0 through 5.11.0 contain an accumulating memory leak in JSON parsing large (outside of the range [-2^63, 2^64 - 1]) integers. EPSS estimates a 0.48% chance of exploitation in the next 30 days.
Description
UltraJSON is a fast JSON encoder and decoder written in pure C with bindings for Python 3.7+. Versions 5.4.0 through 5.11.0 contain an accumulating memory leak in JSON parsing large (outside of the range [-2^63, 2^64 - 1]) integers. The leaked memory is a copy of the string form of the integer plus an additional NULL byte. The leak occurs irrespective of whether the integer parses successfully or is rejected due to having more than sys.get_int_max_str_digits() digits, meaning that any sized leak per malicious JSON can be achieved provided that there is no limit on the overall size of the payload. Any service that calls ujson.load()/ujson.loads()/ujson.decode() on untrusted inputs is affected and vulnerable to denial of service attacks. This issue has been fixed in version 5.12.0.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Ultrajson Project | Ultrajson | >= 5.4.0, < 5.12.0 |
References
- https://github.com/ultrajson/ultrajson/releases/tag/5.12.0Product, Release Notes
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-32874?
How severe is CVE-2026-32874?
How do I fix CVE-2026-32874?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-32868OPEXUS eComplaint and eCASE before 10.2.0.0 do not correctly…5.4
- CVE-2026-32869OPEXUS eComplaint and eCASE before 10.2.0.0 do not correctly…5.4
- CVE-2026-3287A security flaw has been discovered in youlaitech youlai-mal…9.8
- CVE-2026-32870Kirby is an open-source content management system. Kirby's `…7.5
- CVE-2026-32871FastMCP is a Pythonic way to build MCP servers and clients. …10
- CVE-2026-32873ewe is a Gleam web server. Versions 0.8.0 through 3.0.4 cont…7.5
- CVE-2026-32875UltraJSON is a fast JSON encoder and decoder written in pure…7.5
- CVE-2026-32877Botan is a C++ cryptography library. From version 2.3.0 to b…8.2
- CVE-2026-32878Parse Server is an open source backend that can be deployed …7.5
- CVE-2026-32879New API is a large language mode (LLM) gateway and artificia…4.9
- CVE-2026-3288A security issue was discovered in ingress-nginx where the `…8.8
- CVE-2026-32880ChurchCRM is an open-source church management system. Versio…6.4
Are you affected by CVE-2026-32874?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
