Lucene search
+L

533 matches found

OSV
OSV
added 2022/07/05 9:6 p.m.45 views

GHSA-WPQR-JCPX-745R Incorrect handling of invalid surrogate pair characters

Impact What kind of vulnerability is it? Who is impacted? Anyone parsing JSON from an untrusted source is vulnerable. 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...

7.5CVSS7.4AI score0.02298EPSS
SaveExploits1References6
OSV
OSV
added 2022/07/05 6:15 p.m.1 views

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

7.5CVSS7.5AI score0.02298EPSS
SaveExploits1References1
OSV
OSV
added 2022/06/17 12:18 a.m.10 views

GHSA-2226-4V3C-CFF8 Stack overflow in rustc_serialize when parsing deeply nested JSON

When parsing JSON using json::Json::fromstr, there is no limit to the depth of the stack, therefore deeply nested objects can cause a stack overflow, which aborts the process. Example code that triggers the vulnerability is rust fn main let = rustcserialize::json::Json::fromstr&"0,".repeat10000;...

7.3AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2022/06/17 12:18 a.m.27 views

Stack overflow in rustc_serialize when parsing deeply nested JSON

When parsing JSON using json::Json::fromstr, there is no limit to the depth of the stack, therefore deeply nested objects can cause a stack overflow, which aborts the process. Example code that triggers the vulnerability is rust fn main let = rustcserialize::json::Json::fromstr&"0,".repeat10000;...

3.6AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2022/06/07 12:0 a.m.218 views

JMESPath for Ruby uses unsafe JSON.load when safe JSON.parse is preferable

jmespath.rb aka JMESPath for Ruby before 1.6.1 uses JSON.load in a situation where JSON.parse is preferable...

9.8CVSS8.9AI score0.02292EPSS
SaveExploits0References11Affected Software1
NVD
NVD
added 2022/06/02 5:15 p.m.53 views

CVE-2022-31018

Play Framework is a web framework for Java and Scala. A denial of service vulnerability has been discovered in verions 2.8.3 through 2.8.15 of Play's forms library, in both the Scala and Java APIs. This can occur when using either the FormbindFromRequest method on a JSON request body or the...

7.5CVSS0.01607EPSS
SaveExploits0References3
CNVD
CNVD
added 2022/05/23 12:0 a.m.80 views

Fastjson Remote Code Execution Vulnerability (CNVD-2022-40233)

Fastjson is an open source JSON parsing library , it can parse JSON format strings , support for Java Bean serialized to JSON strings , you can also deserialize from JSON strings to JavaBean. Fastjson has a remote code execution vulnerability that can be exploited by an attacker to bypass the...

8.1AI score
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2022/05/05 12:29 a.m.22 views

ReviewBoard and Djblets library are vulnerable to code execution

An eval vulnerability exists in Python Software Foundation Djblets version before 0.6.30 and 0.7.0 before 0.7.19 and Beanbag Review Board before 1.7.15 when parsing JSON requests allowing an attacker to execute arbitrary Python code...

9.8CVSS7.5AI score0.03619EPSS
SaveExploits0References15Affected Software2
Prion
Prion
added 2022/04/05 4:15 p.m.20 views

Integer overflow

yajl-ruby is a C binding to the YAJL JSON parsing and generation library. The 1.x branch and the 2.x branch of yajl contain an integer overflow which leads to subsequent heap memory corruption when dealing with large 2GB inputs. The reallocation logic at yajlbuf.cL64 may result in the need 32bit...

5CVSS8AI score0.03472EPSS
SaveExploits1References7Affected Software1
Cvelist
Cvelist
added 2022/04/05 12:0 a.m.28 views

CVE-2022-24795 Buffer Overflow and Integer Overflow in yajl-ruby

yajl-ruby is a C binding to the YAJL JSON parsing and generation library. The 1.x branch and the 2.x branch of yajl contain an integer overflow which leads to subsequent heap memory corruption when dealing with large 2GB inputs. The reallocation logic at yajlbuf.cL64 may result in the need 32bit...

5.9CVSS8.5AI score0.03472EPSS
SaveExploits1References7
CVE
CVE
added 2022/04/05 12:0 a.m.221 views

CVE-2022-24795

The CVE-2022-24795 issue affects yajl (and its ruby binding yajl-ruby). A 32-bit size_t-based integer overflow in the reallocation logic (yajl_buf.c) can cause under-allocation when handling very large inputs (~2 GB), leading to heap memory corruption and potential process availability impact. On...

7.5CVSS7.6AI score0.03472EPSS
SaveExploits1References7Affected Software1
OSV
OSV
added 2022/04/05 12:0 a.m.29 views

CVE-2022-24795 Buffer Overflow and Integer Overflow in yajl-ruby

yajl-ruby is a C binding to the YAJL JSON parsing and generation library. The 1.x branch and the 2.x branch of yajl contain an integer overflow which leads to subsequent heap memory corruption when dealing with large 2GB inputs. The reallocation logic at yajlbuf.cL64 may result in the need 32bit...

5.9CVSS7.6AI score
SaveExploits0References9
RedHat Linux
RedHat Linux
added 2022/02/21 9:4 a.m.13 views

rubygem-json: Unsafe object creation vulnerability in JSON

A flaw was found in rubygem-json. While parsing certain JSON documents, the json gem including the one bundled with Ruby can be coerced into creating arbitrary objects in the target system. This is the same issue as CVE-2013-0269...

7.5CVSS7.2AI score0.06811EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2022/02/21 8:55 a.m.8 views

rubygem-json: Unsafe object creation vulnerability in JSON

A flaw was found in rubygem-json. While parsing certain JSON documents, the json gem including the one bundled with Ruby can be coerced into creating arbitrary objects in the target system. This is the same issue as CVE-2013-0269...

7.5CVSS7.2AI score0.06811EPSS
SaveExploits0References5
Veracode
Veracode
added 2022/02/11 9:13 a.m.25 views

Denial Of Service (DoS)

Play Framework is vulnerable to denial of service. The vulnerability exists in fromJson function of form.scala due to unbounded recursion during json parsing which allows an attacker to cause a stack overflow by sending a crafted json document that leads to an application crash...

7.5CVSS4.2AI score0.01403EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2022/02/10 8:23 p.m.42 views

Uncontrolled Recursion in Play Framework

In Play Framework 2.6.0 through 2.8.2, stack consumption can occur because of unbounded recursion during parsing of crafted JSON documents...

7.5CVSS7.3AI score0.01403EPSS
SaveExploits0References4Affected Software2
CNVD
CNVD
added 2022/01/28 12:0 a.m.73 views

Reolink RLC-410W cgiserver.cgi denial of service vulnerability

Reolink Rlc-410W is a Wifi security camera from Reolink China.A denial of service vulnerability exists in Reolink RLC-410W in version v3.0.0.13620121102, which stems from the JSON parsing function of cgiserver.cgi not doing the correct handling of incoming error messages. An attacker could use th...

8.6CVSS3.4AI score0.01771EPSS
SaveExploits1References1
Github Security Blog
Github Security Blog
added 2022/01/06 6:37 p.m.48 views

Infinite loop in Apache CFX

A vulnerability in the JsonMapObjectReaderWriter of Apache CXF allows an attacker to submit malformed JSON to a web service, which results in the thread getting stuck in an infinite loop, consuming CPU indefinitely. This issue affects Apache CXF versions prior to 3.4.4; Apache CXF versions prior ...

7.5CVSS4.3AI score0.07024EPSS
SaveExploits0References17Affected Software2
OSV
OSV
added 2022/01/05 9:15 p.m.6 views

UBUNTU-CVE-2022-21653

Jawn is an open source JSON parser. Extenders of the org.typelevel.jawn.SimpleFacade and org.typelevel.jawn.MutableFacade who don't override objectContext are vulnerable to a hash collision attack which may result in a denial of service. Most applications do not implement these traits directly, b...

7.5CVSS5.8AI score0.00793EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2022/01/05 12:0 a.m.9 views

Jawn 加密问题漏洞

Jawn is Typelevel open source for parsing Jay-Sawn Json. Jawn has a security vulnerability that can be exploited by attackers to perform denial-of-service attacks...

7.5CVSS7.2AI score0.00793EPSS
SaveExploits1References3
Rows per page
Query Builder