CVE-2026-32875
Last modified
CVE-2026-32875 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.10 through 5.11.0 are vulnerable to buffer overflow or infinite loop through large indent handling. EPSS estimates a 0.47% 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.10 through 5.11.0 are vulnerable to buffer overflow or infinite loop through large indent handling. ujson.dumps() crashes the Python interpreter (segmentation fault) when the product of the indent parameter and the nested depth of the input exceeds INT32_MAX. It can also get stuck in an infinite loop if the indent is a large negative number. Both are caused by an integer overflow/underflow whilst calculating how much memory to reserve for indentation. And both can be used to achieve denial of service. To be vulnerable, a service must call ujson.dump()/ujson.dumps()/ujson.encode() whilst giving untrusted users control over the indent parameter and not restrict that indentation to reasonably small non-negative values. A service may also be vulnerable to the infinite loop if it uses a fixed negative indent. An underflow always occurs for any negative indent when the input data is at least one level nested but, for small negative indents, the underflow is usually accidentally rectified by another overflow. 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.1.0, < 5.12.0 |
References
- https://github.com/ultrajson/ultrajson/issues/700Issue Tracking
- https://github.com/ultrajson/ultrajson/security/advisories/GHSA-c8rr-9gxc-jprvExploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-32875?
How severe is CVE-2026-32875?
How do I fix CVE-2026-32875?
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-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-32874UltraJSON 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
- CVE-2026-32881ewe is a Gleam web server. ewe is a Gleam web server. Versio…5.3
Are you affected by CVE-2026-32875?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
