Description
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.
Problem types
CWE-401: Missing Release of Memory after Effective Lifetime
Product status
References
github.com/...rajson/security/advisories/GHSA-c38f-wx89-p2xg
github.com/...rajson/security/advisories/GHSA-c38f-wx89-p2xg
github.com/...ommit/82af1d0ac01d09aa40c887b460d44b9d9f4bccd9
github.com/ultrajson/ultrajson/releases/tag/5.12.1