CVE-2026-44660

UltraJSON is a fast JSON encoder and decoder written in pure C with bindings for Python 3.7+. Prior to 5.12.1, when ujson.dump() writes to a file-like object and the write operation raises an exception, the serialized JSON string object is not decremented, leaking memory. Each failed write operation leaks the full size of the serialized payload. This vulnerability is fixed in 5.12.1.
Configurations

Configuration 1 (hide)

cpe:2.3:a:ultrajson_project:ultrajson:*:*:*:*:*:python:*:*

History

No history.

Information

Published : 2026-05-27 21:16

Updated : 2026-06-17 10:51


NVD link : CVE-2026-44660

Mitre link : CVE-2026-44660

CVE.ORG link : CVE-2026-44660


JSON object : View

Products Affected

ultrajson_project

  • ultrajson
CWE
CWE-401

Missing Release of Memory after Effective Lifetime