Lucene search
+L

100 matches found

AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.6 views

Astra Linux – Vulnerability in Jackson-Databind

In Jackson-Databind versions prior to 2.13.0, there was a possibility of a Java StackOverflow exception and a denial of service due to a large depth of nested objects...

7.5CVSS6.8AI score0.0486EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2026/05/18 12:0 a.m.27 views

PT-2026-41772

Name of the Vulnerable Software and Affected Versions parse-nested-form-data versions prior to 1.0.1 Description The parseFormData function processes bracket and dot-notation FormData field names into nested objects without filtering reserved property keys. An attacker can use a FormData field na...

8.2CVSS5.8AI score0.00315EPSS
SaveExploits0References9
Veracode
Veracode
added 2026/04/30 9:54 a.m.16 views

Uncontrolled Recursion

Axios is vulnerable to uncontrolled recursion. The vulnerability is due to the toFormData function recursively processing deeply nested objects without a depth limit, which allows an attacker to supply specially crafted input that triggers a stack overflow and crashes the Node.js process...

7.5CVSS5.3AI score0.00717EPSS
SaveExploits1References46Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/04/24 6:1 p.m.8 views

CVE-2026-42039

Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, toFormData recursively walks nested objects with no depth limit, so a deeply nested value passed as request data crashes the Node.js process with a RangeError. This vulnerability is fixed in 1.15.1 and...

6.9CVSS5.3AI score0.00717EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2026/04/16 9:44 p.m.24 views

GHSA-48M6-CH88-55MJ Flowise: Improper Mass Assignment in Account Registration Enables Unauthorized Organization Association

Summary An improper mass assignment JSON injection vulnerability in the account registration endpoint of Flowise Cloud allows unauthenticated attackers to inject server-managed fields and nested objects during account creation. This enables client-controlled manipulation of ownership metadata,...

8.1CVSS5.8AI score0.00334EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2026/04/16 9:44 p.m.15 views

Flowise: Improper Mass Assignment in Account Registration Enables Unauthorized Organization Association

Summary An improper mass assignment JSON injection vulnerability in the account registration endpoint of Flowise Cloud allows unauthenticated attackers to inject server-managed fields and nested objects during account creation. This enables client-controlled manipulation of ownership metadata,...

9.8CVSS5.8AI score0.00334EPSS
SaveExploits1References3Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/03/20 2:38 a.m.4 views

CVE-2026-32933

AutoMapper is a convention-based object-object mapper in .NET. Versions prior to 15.1.1 and 16.1.1 are vulnerable to a Denial of Service DoS attack. When mapping deeply nested object graphs, the library uses recursive method calls without enforcing a default maximum depth limit. This allows an...

7.5CVSS5.8AI score0.00542EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2026/03/12 2:47 p.m.7 views

BIT-PARSE-2026-30938 Parse Server has denylist `requestKeywordDenylist` keyword scan bypass through nested object placement

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to 8.6.12 and 9.5.1, the requestKeywordDenylist security control can be bypassed by placing any nested object or array before a prohibited keyword in the request payload. This is caused b...

6.9CVSS5.8AI score0.00393EPSS
SaveExploits0References4
OSV
OSV
added 2026/03/10 4:34 p.m.8 views

CVE-2026-30938 Parse Server has denylist `requestKeywordDenylist` keyword scan bypass through nested object placement

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to 8.6.12 and 9.5.1-alpha.1, the requestKeywordDenylist security control can be bypassed by placing any nested object or array before a prohibited keyword in the request payload. This is...

6.9CVSS5.8AI score
SaveExploits0References5
CVE
CVE
added 2026/03/10 4:34 p.m.81 views

CVE-2026-30938

Parse Server is affected by GHSA-Q342-9W2P-57FP, a vulnerability in the denylist keyword scan. The issue arises in the requestKeywordDenylist scanner: if a nested object/array appears before a prohibited keyword, the scanner exits prematurely, allowing bypass of the denylist. All deployments are ...

6.9CVSS5.8AI score0.00393EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/03/10 4:34 p.m.43 views

CVE-2026-30938 Parse Server has denylist `requestKeywordDenylist` keyword scan bypass through nested object placement

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to 8.6.12 and 9.5.1-alpha.1, the requestKeywordDenylist security control can be bypassed by placing any nested object or array before a prohibited keyword in the request payload. This is...

6.9CVSS0.00393EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/03/10 12:57 a.m.18 views

Parse Server has denylist `requestKeywordDenylist` keyword scan bypass through nested object placement

Impact The requestKeywordDenylist security control can be bypassed by placing any nested object or array before a prohibited keyword in the request payload. This is caused by a logic bug that stops scanning sibling keys after encountering the first nested value. Any custom requestKeywordDenylist...

6.9CVSS5.9AI score0.00393EPSS
SaveExploits0References5Affected Software1
Snyk
Snyk
added 2026/03/10 12:57 a.m.4 views

Improper Check for Unusual or Exceptional Conditions

Overview parse-server is a version of the Parse backend that can be deployed to any infrastructure that can run Node.js. Affected versions of this package are vulnerable to Improper Check for Unusual or Exceptional Conditions via the Utils class. An attacker can bypass configured keyword...

6.9CVSS5.8AI score0.00393EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/01/22 6:2 p.m.14 views

Seroval affected by Denial of Service via Deeply Nested Objects

Serialization of objects with extreme depth can exceed the maximum call stack limit. Mitigation: Seroval introduces a depthLimit parameter in serialization/deserialization methods. An error will be thrown if the depth limit is reached...

7.5CVSS5.4AI score0.00403EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/01/22 6:2 p.m.8 views

GHSA-3J22-8QJ3-26MX Seroval affected by Denial of Service via Deeply Nested Objects

Serialization of objects with extreme depth can exceed the maximum call stack limit. Mitigation: Seroval introduces a depthLimit parameter in serialization/deserialization methods. An error will be thrown if the depth limit is reached...

7.5CVSS5.5AI score0.00403EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/01/22 2:32 a.m.4 views

CVE-2026-24006 Seroval affected by Denial of Service via Deeply Nested Objects

Seroval facilitates JS value stringification, including complex structures beyond JSON.stringify capabilities. In versions 1.4.0 and below, serialization of objects with extreme depth can exceed the maximum call stack limit. In version 1.4.1, Seroval introduces a depthLimit parameter in...

7.5CVSS5.5AI score0.00403EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/01/22 2:32 a.m.8 views

EUVD-2026-4134

Seroval facilitates JS value stringification, including complex structures beyond JSON.stringify capabilities. In versions 1.4.0 and below, serialization of objects with extreme depth can exceed the maximum call stack limit. In version 1.4.1, Seroval introduces a depthLimit parameter in...

7.5CVSS5.5AI score0.00403EPSS
SaveExploits0References4
CVE
CVE
added 2026/01/22 2:32 a.m.40 views

CVE-2026-24006

CVE-2026-24006 affects Seroval and describes a Denial of Service risk from serializing deeply nested JS objects. Versions ≤ 1.4.0 permit object depth that can exhaust the call stack; version 1.4.1 adds a depthLimit parameter to serialization/deserialization and will throw an error when the limit ...

7.5CVSS5.5AI score0.00403EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/01/22 2:32 a.m.8 views

CVE-2026-24006 Seroval affected by Denial of Service via Deeply Nested Objects

Seroval facilitates JS value stringification, including complex structures beyond JSON.stringify capabilities. In versions 1.4.0 and below, serialization of objects with extreme depth can exceed the maximum call stack limit. In version 1.4.1, Seroval introduces a depthLimit parameter in...

7.5CVSS5.5AI score
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.7 views

EUVD-2022-1319

Malicious code in bioql PyPI...

7.5CVSS7.2AI score0.0486EPSS
SaveExploits1References40
Rows per page
Query Builder