Lucene search
K

6714 matches found

Vulnrichment
Vulnrichment
added 2026/03/12 6:8 p.m.1 views

CVE-2026-32141 flatted: Unbounded recursion DoS in parse() revive phase

flatted is a circular JSON parser. Prior to 3.4.0, flatted's parse function uses a recursive revive phase to resolve circular references in deserialized JSON. When given a crafted payload with deeply nested or self-referential $ indices, the recursion depth is unbounded, causing a stack overflow...

7.5CVSS5.9AI score0.00022EPSS
Exploits1References3
ATTACKERKB
ATTACKERKB
added 2026/03/12 6:8 p.m.4 views

CVE-2026-32141

flatted is a circular JSON parser. Prior to 3.4.0, flatted's parse function uses a recursive revive phase to resolve circular references in deserialized JSON. When given a crafted payload with deeply nested or self-referential $ indices, the recursion depth is unbounded, causing a stack overflow...

7.5CVSS5.8AI score0.00022EPSS
Exploits1References4Affected Software1
Cvelist
Cvelist
added 2026/03/12 6:8 p.m.22 views

CVE-2026-32141 flatted: Unbounded recursion DoS in parse() revive phase

flatted is a circular JSON parser. Prior to 3.4.0, flatted's parse function uses a recursive revive phase to resolve circular references in deserialized JSON. When given a crafted payload with deeply nested or self-referential $ indices, the recursion depth is unbounded, causing a stack overflow...

7.5CVSS0.00022EPSS
Exploits1References3
EUVD
EUVD
added 2026/03/12 5:29 p.m.2 views

EUVD-2026-11689

Parse Server: Account takeover via operator injection in authentication data identifier...

9.3CVSS5.8AI score0.001EPSS
Exploits0References3
Github Security Blog
Github Security Blog
added 2026/03/12 5:29 p.m.4 views

Parse Server: Account takeover via operator injection in authentication data identifier

Impact An unauthenticated attacker can take over any user account that was created with an authentication provider that does not validate the format of the user identifier e.g. anonymous authentication. By sending a crafted login request, the attacker can cause the server to perform a...

9.8CVSS5.8AI score0.001EPSS
Exploits0References5Affected Software1
OSV
OSV
added 2026/03/12 5:29 p.m.3 views

GHSA-5FW2-8JCV-XH87 Parse Server: Account takeover via operator injection in authentication data identifier

Impact An unauthenticated attacker can take over any user account that was created with an authentication provider that does not validate the format of the user identifier e.g. anonymous authentication. By sending a crafted login request, the attacker can cause the server to perform a...

9.3CVSS5.8AI score0.001EPSS
Exploits0References5
Snyk
Snyk
added 2026/03/12 5:29 p.m.1 views

Improper Neutralization of Special Elements in Data Query Logic

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 Neutralization of Special Elements in Data Query Logic in the findUsersWithAuthData function of authentication data...

9.8CVSS5.8AI score0.001EPSS
Exploits0References2
vulnersOsv
vulnersOsv
added 2026/03/12 5:29 p.m.3 views

@bigegg/parse-server-schema-config (>=1.0.5 <=1.0.10), @kontaa/subgraph (>=1.0.1 <=1.2.3) +27 more potentially affected by CVE-2026-32248 via parse-server (>=2.0.8 <=7.5.4)

parse-server NPM version =2.0.8, =1.0.5, =1.0.1, =1.2.1, =2.4.46, =2.4.8, =1.0.0, =1.0.0, =1.0.1, =0.1.1, =0.0.2, =1.0.0, =0.1.0, =0.1.7, =0.0.1, =0.0.29 - parse-cli-server2 =0.0.30 and more Source cves: CVE-2026-32248 Source advisory: OSV:GHSA-5FW2-8JCV-XH87...

9.8CVSS5.8AI score0.001EPSS
Exploits0
vulnersOsv
vulnersOsv
added 2026/03/12 5:29 p.m.4 views

@bigegg/parse-server-schema-config (>=1.0.5 <=1.0.10), @kontaa/subgraph (>=1.0.1 <=1.2.3) +27 more potentially affected by CVE-2026-32242 via parse-server (>=2.0.8 <=7.5.4)

parse-server NPM version =2.0.8, =1.0.5, =1.0.1, =1.2.1, =2.4.46, =2.4.8, =1.0.0, =1.0.0, =1.0.1, =0.1.1, =0.0.2, =1.0.0, =0.1.0, =0.1.7, =0.0.1, =0.0.29 - parse-cli-server2 =0.0.30 and more Source cves: CVE-2026-32242 Source advisory: OSV:GHSA-2CJM-2GWV-M892...

9.1CVSS5.8AI score0.00066EPSS
Exploits0
OSV
OSV
added 2026/03/12 5:29 p.m.0 views

GHSA-2CJM-2GWV-M892 Parse Server's OAuth2 adapter shares mutable state across providers via singleton instance

Impact Parse Server's built-in OAuth2 auth adapter exports a singleton instance that is reused directly across all OAuth2 provider configurations. Under concurrent authentication requests for different OAuth2 providers, one provider's token validation may execute using another provider's...

9.1CVSS5.8AI score0.00066EPSS
Exploits0References5
EUVD
EUVD
added 2026/03/12 5:29 p.m.1 views

EUVD-2026-11677

Parse Server's OAuth2 adapter shares mutable state across providers via singleton instance...

9.1CVSS5.8AI score0.00066EPSS
Exploits0References3
Snyk
Snyk
added 2026/03/12 5:29 p.m.3 views

Race Condition

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 Race Condition in the OAuth2 auth adapter. An attacker can gain unauthorized access by exploiting a race condition that caus...

9.1CVSS5.8AI score0.00066EPSS
Exploits0References2
OSV
OSV
added 2026/03/12 5:16 p.m.0 views

DEBIAN-CVE-2026-28356

multipart is a fast multipart/form-data parser for python. Prior to 1.2.2, 1.3.1 and 1.4.0-dev, the parseoptionsheader function in multipart.py uses a regular expression with an ambiguous alternation, which can cause exponential backtracking ReDoS when parsing maliciously crafted HTTP or multipar...

7.5CVSS8.3AI score0.00859EPSS
Exploits0References1
OSV
OSV
added 2026/03/12 5:16 p.m.2 views

UBUNTU-CVE-2026-28356

multipart is a fast multipart/form-data parser for python. Prior to 1.2.2, 1.3.1 and 1.4.0-dev, the parseoptionsheader function in multipart.py uses a regular expression with an ambiguous alternation, which can cause exponential backtracking ReDoS when parsing maliciously crafted HTTP or multipar...

7.5CVSS5.8AI score0.00859EPSS
Exploits0References4
Cvelist
Cvelist
added 2026/03/12 4:45 p.m.21 views

CVE-2026-28356 ReDoS in multipart 1.3.0 - `parse_options_header()`

multipart is a fast multipart/form-data parser for python. Prior to 1.2.2, 1.3.1 and 1.4.0-dev, the parseoptionsheader function in multipart.py uses a regular expression with an ambiguous alternation, which can cause exponential backtracking ReDoS when parsing maliciously crafted HTTP or multipar...

7.5CVSS0.00859EPSS
Exploits0References1
ATTACKERKB
ATTACKERKB
added 2026/03/12 4:45 p.m.0 views

CVE-2026-28356

multipart is a fast multipart/form-data parser for python. Prior to 1.2.2, 1.3.1 and 1.4.0-dev, the parseoptionsheader function in multipart.py uses a regular expression with an ambiguous alternation, which can cause exponential backtracking ReDoS when parsing maliciously crafted HTTP or multipar...

7.5CVSS5.8AI score0.00859EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2026/03/12 4:45 p.m.1 views

CVE-2026-28356 ReDoS in multipart 1.3.0 - `parse_options_header()`

multipart is a fast multipart/form-data parser for python. Prior to 1.2.2, 1.3.1 and 1.4.0-dev, the parseoptionsheader function in multipart.py uses a regular expression with an ambiguous alternation, which can cause exponential backtracking ReDoS when parsing maliciously crafted HTTP or multipar...

7.5CVSS5.8AI score0.00859EPSS
Exploits0References3
OSV
OSV
added 2026/03/12 4:38 p.m.1 views

GHSA-MWV9-GP5H-FRR4 Sveltejs devalue's `devalue.parse` and `devalue.unflatten` emit objects with `__proto__` own properties

In some circumstances, devalue.parse and devalue.unflatten could emit objects with proto own properties. This in and of itself is not a security vulnerability and is possible with, for example, JSON.parse as well, but it can result in prototype injection if downstream code handles it incorrectly:...

6.9CVSS5.9AI score
Exploits0References3
Github Security Blog
Github Security Blog
added 2026/03/12 4:38 p.m.8 views

Sveltejs devalue's `devalue.parse` and `devalue.unflatten` emit objects with `__proto__` own properties

In some circumstances, devalue.parse and devalue.unflatten could emit objects with proto own properties. This in and of itself is not a security vulnerability and is possible with, for example, JSON.parse as well, but it can result in prototype injection if downstream code handles it incorrectly:...

5.8AI score
Exploits0References3Affected Software1
vulnersOsv
vulnersOsv
added 2026/03/12 4:37 p.m.4 views

@bigegg/parse-server-schema-config (>=1.0.5 <=1.0.10), @kontaa/subgraph (>=1.0.1 <=1.2.3) +27 more potentially affected by CVE-2026-32234 via parse-server (>=2.0.8 <=7.5.4)

parse-server NPM version =2.0.8, =1.0.5, =1.0.1, =1.2.1, =2.4.46, =2.4.8, =1.0.0, =1.0.0, =1.0.1, =0.1.1, =0.0.2, =1.0.0, =0.1.0, =0.1.7, =0.0.1, =0.0.29 - parse-cli-server2 =0.0.30 and more Source cves: CVE-2026-32234 Source advisory: OSV:GHSA-C442-97QW-J6C6...

5.1CVSS5.8AI score0.00043EPSS
Exploits0
Rows per page
Query Builder