Lucene search
+L

108 matches found

EUVD
EUVD
added 4 days ago10 views

EUVD-2026-51271

Uncontrolled recursion in the unknown-key skip path of the aws-smithy-json runtime crate before 0.62.7, which the smithy-rs code generator invokes from every generated struct deserializer, might allow remote unauthenticated users to cause a denial of service process abort via stack exhaustion via...

8.7CVSS6AI score0.00436EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 5 days ago5 views

CVE-2026-67216

A flaw was found in cJSON. An inefficient algorithmic complexity flaw in the cJSONCompare function allows a remote attacker to cause a denial of service DoS. By providing specially crafted, deeply nested JSON JavaScript Object Notation objects for comparison, an attacker can consume excessive CPU...

8.2CVSS5.8AI score0.00319EPSS
SaveExploits0References6
OSV
OSV
added 5 days ago5 views

CVE-2026-67216 cJSON cJSON_Compare Exponential Complexity Denial of Service

cJSON through 1.7.19 contains an inefficient algorithmic complexity flaw in cJSONCompare. When comparing objects, the function recurses into each shared subtree twice, once in each direction, with no depth guard, making the running time exponential in nesting depth. A small, deeply nested documen...

8.2CVSS5.8AI score0.00319EPSS
SaveExploits0References5
EUVD
EUVD
added 5 days ago7 views

EUVD-2026-50328

cJSON through 1.7.19 contains an inefficient algorithmic complexity flaw in cJSONCompare. When comparing objects, the function recurses into each shared subtree twice, once in each direction, with no depth guard, making the running time exponential in nesting depth. A small, deeply nested documen...

8.2CVSS5.8AI score0.00319EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 5 days ago7 views

Linux Distros Unpatched Vulnerability : CVE-2026-67216

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - cJSON through 1.7.19 contains an inefficient algorithmic complexity flaw in cJSONCompare. When comparing objects, the function recurses into each shared subtree...

8.2CVSS5.8AI score0.00319EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 5 days ago8 views

PT-2026-65814

cJSON through 1.7.19 contains an inefficient algorithmic complexity flaw in cJSON Compare. When comparing objects, the function recurses into each shared subtree twice, once in each direction, with no depth guard, making the running time exponential in nesting depth. A small, deeply nested docume...

8.2CVSS5.8AI score0.00319EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/22 8:16 p.m.8 views

CVE-2026-13064

Certain query operations involving deeply nested $jsonSchema constructs can trigger disproportionate CPU consumption in affected MongoDB deployments, potentially leading to resource exhaustion. The resulting CPU-bound operation cannot be interrupted through standard administrative controls...

7.1CVSS0.00235EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/22 8:16 p.m.5 views

UBUNTU-CVE-2026-13064

Certain query operations involving deeply nested $jsonSchema constructs can trigger disproportionate CPU consumption in affected MongoDB deployments, potentially leading to resource exhaustion. The resulting CPU-bound operation cannot be interrupted through standard administrative controls...

7.1CVSS5.8AI score0.00235EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/20 12:4 p.m.7 views

CVE-2026-63760

SurrealDB before 3.1.0 fails to enforce the configured recursion depth limit in the value and JSON parser when processing nested braces, brackets, or parentheses. Unauthenticated attackers can send deeply nested JSON payloads to the WebSocket /rpc endpoint to exhaust server memory and crash the...

8.7CVSS5.3AI score0.00359EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/07/20 12:4 p.m.7 views

CVE-2026-63760 SurrealDB before 3.1.0 Denial of Service via JSON Parser

SurrealDB before 3.1.0 fails to enforce the configured recursion depth limit in the value and JSON parser when processing nested braces, brackets, or parentheses. Unauthenticated attackers can send deeply nested JSON payloads to the WebSocket /rpc endpoint to exhaust server memory and crash the...

8.7CVSS5.4AI score0.00359EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/13 3:35 p.m.4 views

PYSEC-2026-2343 Apache Airflow Vulnerable to Exposure of Sensitive Information to an Unauthorized Actor

A bug in Apache Airflow's Variable response masker caused nested-key redaction triggered by secret-suffixed key names like password, token, secret, apikey to be bypassed when the JSON value's nesting depth exceeded the shared secrets masker's recursion limit: the masker returned the original nest...

6.5CVSS6.1AI score0.00348EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/07 4:3 p.m.7 views

PYSEC-2026-1561 LlamaIndex affected by a Denial of Service (DOS) in JSONReader

A denial of service vulnerability exists in the JSONReader component of the run-llama/llamaindex repository, specifically in version v0.12.37. The vulnerability is caused by uncontrolled recursion when parsing deeply nested JSON files, which can lead to Python hitting its maximum recursion depth...

8.6CVSS7.2AI score0.00283EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/07 4:2 p.m.11 views

PYSEC-2026-1559 LlamaIndex vulnerable to DoS attack through uncontrolled recursive JSON parsing

The JSONReader in run-llama/llamaindex versions 0.12.28 is vulnerable to a stack overflow due to uncontrolled recursive JSON parsing. This vulnerability allows attackers to trigger a Denial of Service DoS by submitting deeply nested JSON structures, leading to a RecursionError and crashing...

6.5CVSS7.2AI score0.00338EPSS
SaveExploits1References6
OSV
OSV
added 2026/07/01 8:3 p.m.10 views

GHSA-Q729-696Q-G9PQ SurrealDB has Denial of Service in JSON parser due to nested objects

The SurrealDB value and JSON parser did not enforce the configured recursion depth limit when parsing nested , , or tokens. The expression parser already enforced the limit for these tokens; the value/JSON parser omitted it. An unauthenticated attacker could send a deeply nested JSON payload to t...

7.5CVSS6.1AI score
SaveExploits0References3
NVD
NVD
added 2026/07/01 12:16 a.m.13 views

CVE-2026-54592

Oj Optimized JSON is a JSON parser and Object marshaller packaged as a Ruby gem. In versions prior to 3.17.3, Oj::Doceachchild, when invoked recursively over a deeply nested JSON document, overflows a fixed-size stack buffer and aborts the process, leading to DoS. In a two-step chain in...

7.5CVSS0.00263EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/06/30 10:29 p.m.15 views

CVE-2026-50193

A flaw was found in jackson-databind, a general-purpose data-binding library for Jackson Data Processor. A remote attacker can exploit this vulnerability by sending deeply nested JSON JavaScript Object Notation data to a service that reads and processes it. This can lead to a Denial of Service Do...

7.5CVSS5.7AI score0.00459EPSS
SaveExploits1References6
OSV
OSV
added 2026/06/25 5:22 p.m.6 views

CVE-2026-47770 jq: stack overflow in deep structural equality

jq is a command-line JSON processor. Prior to 1.8.2, comparing two sufficiently deeply nested arrays with the == operator exhausts the C stack on jq's ordinary command-line surface, resulting in denial of service via stack exhaustion uncontrolled recursion. The crash occurs in jq's recursive...

6.8CVSS6AI score0.00147EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2026/06/24 12:0 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-50193

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - jackson-databind contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor. From 2.13.0 until 2.14.0, a potential...

7.5CVSS5.3AI score0.00459EPSS
SaveExploits1References3
OSV
OSV
added 2026/06/23 9:21 p.m.15 views

GHSA-3WRR-7QPF-2PRH jackson-databind: Deeply nested JsonNode throws StackOverflowError for toString()

Impact Potential Denial-of-Service when attacker sends deeply nested JSON if and only if service: 1. Reads deeply nested 1000s of levels JSON as JsonNode ObjectMapper.readTree 2. Writes out same or modifided node using JsonNode.toString which can consume significant amount of resources with...

7.5CVSS5.8AI score0.00459EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2026/06/23 9:21 p.m.10 views

jackson-databind: Deeply nested JsonNode throws StackOverflowError for toString()

Impact Potential Denial-of-Service when attacker sends deeply nested JSON if and only if service: 1. Reads deeply nested 1000s of levels JSON as JsonNode ObjectMapper.readTree 2. Writes out same or modifided node using JsonNode.toString which can consume significant amount of resources with...

7.5CVSS5.8AI score0.00459EPSS
SaveExploits1References5Affected Software1
Rows per page
Query Builder