Lucene search
K

135 matches found

OSV
OSV
added 2024/02/14 2:32 p.m.3 views

USN-6629-3 ujson vulnerabilities

USN-6629-1 fixed vulnerabilities in UltraJSON. This update provides the corresponding updates for Ubuntu 20.04 LTS. Original advisory details: It was discovered that UltraJSON incorrectly handled certain input with a large amount of indentation. An attacker could possibly use this issue to crash...

7.5CVSS6.8AI score0.01828EPSS
Exploits1References3
Ubuntu
Ubuntu
added 2024/02/14 2:32 p.m.49 views

USN-6629-3: UltraJSON vulnerabilities

USN-6629-1 fixed vulnerabilities in UltraJSON. This update provides the corresponding updates for Ubuntu 20.04 LTS. Original advisory details: It was discovered that UltraJSON incorrectly handled certain input with a large amount of indentation. An attacker could possibly use this issue to crash...

7.5CVSS6.7AI score0.01828EPSS
Exploits1
Ubuntu
Ubuntu
added 2024/02/14 2:58 a.m.38 views

USN-6629-2: UltraJSON vulnerability

USN-6629-1 fixed vulnerabilities in UltraJSON. This update provides the corresponding updates for Ubuntu 20.04 LTS. Original advisory details: It was discovered that UltraJSON incorrectly handled certain input with a large amount of indentation. An attacker could possibly use this issue to crash...

5.5CVSS6.7AI score0.01557EPSS
Exploits1
OSV
OSV
added 2024/02/14 2:58 a.m.3 views

USN-6629-2 ujson vulnerability

USN-6629-1 fixed vulnerabilities in UltraJSON. This update provides the corresponding updates for Ubuntu 20.04 LTS. Original advisory details: It was discovered that UltraJSON incorrectly handled certain input with a large amount of indentation. An attacker could possibly use this issue to crash...

5.5CVSS7.5AI score0.01557EPSS
Exploits1References2
Ubuntu
Ubuntu
added 2024/02/14 1:41 a.m.48 views

USN-6629-1: UltraJSON vulnerabilities

It was discovered that UltraJSON incorrectly handled certain input with a large amount of indentation. An attacker could possibly use this issue to crash the program, resulting in a denial of service. CVE-2021-45958 Jake Miller discovered that UltraJSON incorrectly decoded certain characters. An...

7.5CVSS6.7AI score0.01828EPSS
Exploits2
OSV
OSV
added 2024/02/14 1:41 a.m.5 views

USN-6629-1 ujson vulnerabilities

It was discovered that UltraJSON incorrectly handled certain input with a large amount of indentation. An attacker could possibly use this issue to crash the program, resulting in a denial of service. CVE-2021-45958 Jake Miller discovered that UltraJSON incorrectly decoded certain characters. An...

7.5CVSS6.8AI score0.01828EPSS
Exploits2References4
Tenable Nessus
Tenable Nessus
added 2024/02/12 12:0 a.m.27 views

Ubuntu 16.04 LTS / 18.04 LTS / 22.04 LTS : UltraJSON vulnerabilities (USN-6629-1)

The remote Ubuntu 16.04 LTS / 18.04 LTS / 22.04 LTS host has packages installed that are affected by multiple vulnerabilities as referenced in the USN-6629-1 advisory. It was discovered that UltraJSON incorrectly handled certain input with a large amount of indentation. An attacker could possibly...

7.5CVSS6.8AI score0.01828EPSS
Exploits2References4
IBM Security Bulletins
IBM Security Bulletins
added 2023/06/20 4:41 a.m.48 views

Security Bulletin: IBM Spectrum Discover is vulnerable to multiple vulnerabilities

Summary IBM has addressed multiple vulnerabilities in IBM Spectrum Discover. Webpack loader-utils CVE-2022-37601 is vulnerable to execute arbitrary code on the system caused by a pollution flaw in parseQuery function. OpenStack Keystone CVE-2021-3563 is vulnerable to bypass security restriction...

9.8CVSS9.6AI score0.61979EPSS
Exploits26Affected Software1
SUSE CVE
SUSE CVE
added 2023/02/15 3:36 a.m.1 views

SUSE CVE-2021-45958

UltraJSON aka ujson through 5.1.0 has a stack-based buffer overflow in BufferAppendIndentUnchecked called from encode. Exploitation can, for example, use a large amount of indentation...

5.5CVSS9.7AI score0.01557EPSS
Exploits1References5
SUSE CVE
SUSE CVE
added 2023/02/15 3:25 a.m.1 views

SUSE CVE-2022-31116

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

5.8CVSS9.1AI score0.01828EPSS
Exploits1References5
SUSE CVE
SUSE CVE
added 2023/02/15 3:25 a.m.2 views

SUSE CVE-2022-31117

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

4.7CVSS9.2AI score0.01388EPSS
Exploits0References5
OSV
OSV
added 2022/12/30 10:39 p.m.2 views

MGASA-2022-0487 Updated python-ujson packages fix security vulnerability

Fixes len integer overflow issue. RHBZ2149975 Ultrajson doesn't build on webassembly e.g. pyodide because the version of double-conversion used is too old. This updates it to a newer version which supports webassembly...

7.3AI score
Exploits0References4
Positive Technologies
Positive Technologies
added 2022/12/30 12:0 a.m.2 views

PT-2022-37586 · Ultrajson · Ultrajson

Name of the Vulnerable Software and Affected Versions: ultrajson affected versions not specified Description: The issue concerns an integer overflow related to the len function. Additionally, there was a problem with ultrajson building on webassembly e.g., pyodide due to an outdated version of...

7.2AI score
Exploits0References5
RedHat Linux
RedHat Linux
added 2022/12/07 8:28 p.m.5 views

python-ujson: Potential double free of buffer during string decoding

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

5.9CVSS7.4AI score0.01388EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2022/12/07 8:28 p.m.7 views

python-ujson: improper decoding of escaped surrogate characters may lead to string corruption, key confusion or value overwriting

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

7.5CVSS7.3AI score0.01828EPSS
Exploits1References5
RedHat Linux
RedHat Linux
added 2022/12/07 7:19 p.m.5 views

python-ujson: improper decoding of escaped surrogate characters may lead to string corruption, key confusion or value overwriting

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

7.5CVSS7.3AI score0.01828EPSS
Exploits1References5
RedHat Linux
RedHat Linux
added 2022/12/07 7:19 p.m.3 views

python-ujson: Potential double free of buffer during string decoding

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

5.9CVSS7.4AI score0.01388EPSS
Exploits0References5
Tenable Nessus
Tenable Nessus
added 2022/08/05 12:0 a.m.71 views

SUSE SLED15 / SLES15 Security Update : python-ujson (SUSE-SU-2022:2673-1)

The remote SUSE Linux SLED15 / SLEDSAP15 / SLES15 / SLESSAP15 host has a package installed that is affected by multiple vulnerabilities as referenced in the SUSE-SU-2022:2673-1 advisory. - UltraJSON is a fast JSON encoder and decoder written in pure C with bindings for Python 3.7+. Affected...

7.5CVSS7AI score0.01828EPSS
Exploits1References7
Fedora
Fedora
added 2022/08/03 1:49 a.m.35 views

[SECURITY] Fedora 35 Update: python-ujson-5.4.0-1.fc35

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

7.5CVSS6.2AI score0.01828EPSS
Exploits2
OpenVAS
OpenVAS
added 2022/07/24 12:0 a.m.18 views

Fedora: Security Advisory for python-ujson (FEDORA-2022-1b2b8d5177)

The remote host is missing an update for the Copyright C 2022 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software; you can...

5.9CVSS6.7AI score0.01388EPSS
Exploits0References2
Rows per page
Query Builder