Lucene search
+L

621 matches found

CNNVD
CNNVD
added 2022/07/13 12:00 a.m.12 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.00868EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2022/07/12 11:00 a.m.7 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.00868EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2022/07/05 9:06 p.m.48 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.02473EPSS
SaveExploits1References6
OSV
OSV
added 2022/07/05 6:15 p.m.4 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.02473EPSS
SaveExploits1References1
OSV
OSV
added 2022/06/17 12:18 a.m.12 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.30 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:00 a.m.222 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.02425EPSS
SaveExploits0References11Affected Software1
NVD
NVD
added 2022/06/02 5:15 p.m.59 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.01655EPSS
SaveExploits0References3
CNVD
CNVD
added 2022/05/23 12:00 a.m.83 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
vulnersOsv
vulnersOsv
added 2022/05/20 12:00 a.m.4 views

@chargeover/strapi (0.0.1-rc1.1), @mattie-bundle/mattie-strapi-bundle-example (>=1.0.0-alpha.0, <=1.0.0-alpha.3) +3 more potentially affected by CVE-2022-30618 via @strapi/strapi (>=4.0.0-beta.0, <=4.1.8)

@strapi/strapi NPM version =4.0.0-beta.0, =1.0.0-alpha.0, =0.9.0, =0.9.2 - sveltekit-strapi 0.1.0 Source cves: CVE-2022-30618 Source advisory: OSV:GHSA-VGJ7-895J-GPR6...

7.5CVSS7.4AI score0.00948EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2022/05/05 12:29 a.m.25 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.03649EPSS
SaveExploits0References15Affected Software2
Prion
Prion
added 2022/04/05 4:15 p.m.23 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:00 a.m.34 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:00 a.m.231 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:00 a.m.31 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:04 a.m.18 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.11 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.28 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.47 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:00 a.m.78 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.01799EPSS
SaveExploits1References1
Rows per page
Query Builder