Lucene search
+L

518 matches found

ATTACKERKB
ATTACKERKB
added 2022/07/26 1:15 p.m.5 views

CVE-2021-33438

An issue was discovered in mjs mJS: Restricted JavaScript engine, ES6 JavaScript version 6. There is stack buffer overflow in jsonparsearray in mjs.c...

5.5CVSS6.2AI score0.00338EPSS
SaveExploits1References3
OSV
OSV
added 2022/07/13 9:15 p.m.3 views

CVE-2022-34761

A CWE-476: NULL Pointer Dereference vulnerability exists that could cause a denial of service of the webserver when parsing JSON content type. Affected Products: X80 advanced RTU Communication Module BMENOR2200H V2.01 and later, OPC UA Modicon Communication Module BMENUA0100 V1.10 and prior...

7.5CVSS7.1AI score0.00849EPSS
SaveExploits0References1
CVE
CVE
added 2022/07/13 9:10 p.m.78 views

CVE-2022-34761

CVE-2022-34761 is a NULL pointer dereference in Schneider Electric’s X80 advanced RTU Module (BMENOR2200H, V2.01+) and OPC UA Modicon Module (BMENUA0100, V1.10 and older) that can cause a denial of service in the webserver when parsing JSON content. The root cause is a NULL pointer dereference re...

7.5CVSS7.4AI score0.00849EPSS
SaveExploits0References1Affected Software1
CNNVD
CNNVD
added 2022/07/13 12:0 a.m.6 views

多款Schneider Electric产品代码问题漏洞

The Schneider Electric OPC UA Modicon Communication Module and the Schneider Electric X80 advanced RTU Communication Module are both products of the French company Schneider Electric. The Schneider Electric OPC UA Modicon Communication Module is an Ethernet communication module with an embedded O...

7.5CVSS7.5AI score0.00849EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2022/07/12 11:0 a.m.4 views

CVE-2022-34761

A CWE-476: NULL Pointer Dereference vulnerability exists that could cause a denial of service of the webserver when parsing JSON content type. Affected Products: X80 advanced RTU Communication Module BMENOR2200H V2.01 and later, OPC UA Modicon Communication Module BMENUA0100 V1.10 and prior...

7.5CVSS5.9AI score0.00849EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2022/07/05 9:6 p.m.43 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
Github Security Blog
Github Security Blog
added 2022/06/17 12:18 a.m.26 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
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/07 12:0 a.m.217 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.02273EPSS
SaveExploits0References11Affected Software1
NVD
NVD
added 2022/06/02 5:15 p.m.52 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.76 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.19 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.17 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.26 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.217 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.27 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 score0.03472EPSS
SaveExploits1References9
RedHat Linux
RedHat Linux
added 2022/02/21 9:4 a.m.12 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.24 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
Rows per page
Query Builder