Lucene search
K

131 matches found

Tenable Nessus
Tenable Nessus
added 4 days ago9 views

Linux Distros Unpatched Vulnerability : CVE-2026-44660

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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...

8.7CVSS5.8AI score0.00052EPSS
Exploits1References3
OSV
OSV
added 2026/05/27 9:16 p.m.3 views

DEBIAN-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 operatio...

7.5CVSS5.8AI score0.00052EPSS
Exploits1References1
NVD
NVD
added 2026/05/27 9:16 p.m.7 views

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 operatio...

8.7CVSS0.00052EPSS
Exploits1References3
OSV
OSV
added 2026/05/27 9:16 p.m.3 views

UBUNTU-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 operatio...

8.7CVSS5.8AI score0.00052EPSS
Exploits1References5
CVE
CVE
added 2026/05/27 8:42 p.m.9 views

CVE-2026-44660

Summary of CVE-2026-44660 : UltraJSON’s ujson.dump() to a file-like object can leak memory if the underlying write() raises an exception. The root cause is that the temporary JSON string created during objToJSONFile() is not decremented on early return, causing memory growth proportional to the p...

8.7CVSS5.8AI score0.00052EPSS
Exploits1References3Affected Software1
Cvelist
Cvelist
added 2026/05/27 8:42 p.m.42 views

CVE-2026-44660 UltraJSON: Memory Leak in ujson.dump() on Write Failure

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 operatio...

8.7CVSS0.00052EPSS
Exploits1References3
ATTACKERKB
ATTACKERKB
added 2026/05/27 8:42 p.m.5 views

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 operatio...

8.7CVSS5.8AI score0.00052EPSS
Exploits1References4Affected Software1
Vulnrichment
Vulnrichment
added 2026/05/27 8:42 p.m.5 views

CVE-2026-44660 UltraJSON: Memory Leak in ujson.dump() on Write Failure

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 operatio...

8.7CVSS5.8AI score0.00052EPSS
Exploits1References3
Debian CVE
Debian CVE
added 2026/05/27 8:42 p.m.6 views

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 operatio...

8.7CVSS5.8AI score0.00052EPSS
Exploits1
EUVD
EUVD
added 2026/05/27 8:42 p.m.5 views

EUVD-2026-32663

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 operatio...

8.7CVSS5.8AI score0.00052EPSS
Exploits1References3
CNNVD
CNNVD
added 2026/05/27 12:0 a.m.5 views

UltraJSON 安全漏洞

UltraJSON is an open-source, ultra-fast JSON encoder and decoder written in pure C language, and compatible with Python 3.7+. Versions of UltraJSON prior to 5.12.1 contained a security vulnerability. This vulnerability occurred when writing object-like data to a file using ujson.dump, where an...

8.7CVSS5.8AI score0.00052EPSS
Exploits1References3
IBM Security Bulletins
IBM Security Bulletins
added 2026/05/21 3:13 p.m.6 views

Security Bulletin: IBM Watson Speech Services Cartridge is vulnerable to a memory leak or buffer overflow in UltraJSON [CVE-2026-32874, CVE-2026-32875]

Summary IBM Watson Speech Services Cartridge is vulnerable to a memory leak or buffer overflow in UltraJSON due to multiple issues CVE-2026-32874, CVE-2026-32875. UltraJSON is used in our speech runtimes. This vulnerabilitiy has been addressed. Please read the details for remediation below...

7.5CVSS6AI score0.00077EPSS
Exploits1Affected Software1
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.2 views

Astra Linux - уязвимость в ujson

UltraJSON is a fast JSON encoder and decoder written in pure C, with bindings for Python 3.7+. It was found that affected versions incorrectly decoded certain characters. JSON strings containing escaped surrogate characters that were not part of a valid surrogate pair were decoded incorrectly. Th...

7.5CVSS7.1AI score0.00069EPSS
Exploits1References2
Github Security Blog
Github Security Blog
added 2026/05/12 10:25 p.m.3 views

UltraJSON has a Memory Leak in ujson.dump() on Write Failure

Summary 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. Code that uses ujson.dumps rather than ujson.dump or...

8.7CVSS5.8AI score0.00052EPSS
Exploits1References4Affected Software1
Circl
Circl
added 2026/05/07 9:50 p.m.3 views

CVE-2026-44660

creationtimestamp| type| source ---|---|--- 2026-05-07 21:50:56+00:00| published-proof-of-concept| https://github.com/ultrajson/ultrajson/security/advisories/GHSA-c38f-wx89-p2xg...

8.7CVSS5.8AI score0.00052EPSS
Exploits1References1
IBM Security Bulletins
IBM Security Bulletins
added 2026/05/04 12:32 p.m.6 views

Security Bulletin: UltraJSON Memory Leak in Large Integer Parsing Enables Denial of Service

Summary 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 intege...

7.5CVSS6AI score0.00077EPSS
Exploits1Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/04/29 12:0 a.m.3 views

Ubuntu 22.04 LTS / 24.04 LTS / 25.10 / 26.04 LTS : UltraJSON vulnerabilities (USN-8219-1)

The remote Ubuntu 22.04 LTS / 24.04 LTS / 25.10 / 26.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-8219-1 advisory. Cameron Criswell discovered that UltraJSON contained a memory leak that would occur when parsing large integers. An...

7.5CVSS5.9AI score0.00077EPSS
Exploits1References3
OSV
OSV
added 2026/04/28 5:32 p.m.1 views

USN-8219-1 ujson vulnerabilities

Cameron Criswell discovered that UltraJSON contained a memory leak that would occur when parsing large integers. An attacker could possibly use this issue to cause UltraJSON to crash, resulting in a denial of service. This issue only affected Ubuntu 24.04 LTS, Ubuntu 25.10, and Ubuntu 26.04 LTS...

7.5CVSS5.4AI score0.00077EPSS
Exploits1References3
IBM Security Bulletins
IBM Security Bulletins
added 2026/03/25 12:45 p.m.5 views

Security Bulletin: IBM App Connect Enterprise Certified Container DesignerAuthoring operands that use mapping assistance are vulnerable to denial of service (CVE-2026-32874, CVE-2026-32875)

Summary Python module UltraJSON is used by IBM App Connect Enterprise Certified Container by the mapping assistance component. IBM App Connect Enterprise Certified Container DesignerAuthoring operands that use mapping assistance are vulnerable to denial of service. This bulletin provides patch...

7.5CVSS6.2AI score0.00077EPSS
Exploits1Affected Software1
Fedora
Fedora
added 2026/03/22 12:54 a.m.4 views

[SECURITY] Fedora 43 Update: python-ujson-5.12.0-1.fc43

UltraJSON is an ultra fast JSON encoder and decoder written in pure C with bindings for Python...

7.5CVSS5.8AI score0.00077EPSS
Exploits1
Rows per page
Query Builder