UltraJSON Project UltraJSON 4.1.0 for Python

CPE Details

UltraJSON Project UltraJSON 4.1.0 for Python
4.1.0
2022-02-10
19h09 +00:00
2022-03-11
23h46 +00:00
Alerte pour un CPE
Stay informed of any changes for a specific CPE.
Notifications manage

CPE Name: cpe:2.3:a:ultrajson_project:ultrajson:4.1.0:*:*:*:*:python:*:*

Informations

Vendor

ultrajson_project

Product

ultrajson

Version

4.1.0

Target Software

python

Related CVE

Open and find in CVE List

CVE ID Published Description Score Severity
CVE-2022-31116 2022-07-05 15h35 +00:00 UltraJSON is a fast JSON encoder and decoder written in pure C with bindings for Python 3.7+. Affected versions were found to improperly decode certain characters. JSON strings that contain escaped surrogate characters not part of a proper surrogate pair were decoded incorrectly. Besides corrupting strings, this allowed for potential key confusion and value overwriting in dictionaries. All users parsing JSON from untrusted sources are vulnerable. From version 5.4.0, UltraJSON decodes lone surrogates in the same way as the standard library's `json` module does, preserving them in the parsed output. Users are advised to upgrade. There are no known workarounds for this issue.
7.5
High
CVE-2022-31117 2022-07-05 15h30 +00:00 UltraJSON is a fast JSON encoder and decoder written in pure C with bindings for Python 3.7+. In versions prior to 5.4.0 an error occurring while reallocating a buffer for string decoding can cause the buffer to get freed twice. Due to how UltraJSON uses the internal decoder, this double free is impossible to trigger from Python. This issue has been resolved in version 5.4.0 and all users should upgrade to UltraJSON 5.4.0. There are no known workarounds for this issue.
5.9
Medium
CVE-2021-45958 2021-12-31 22h52 +00:00 UltraJSON (aka ujson) through 5.1.0 has a stack-based buffer overflow in Buffer_AppendIndentUnchecked (called from encode). Exploitation can, for example, use a large amount of indentation.
5.5
Medium