Lucene search
+L

7500 matches found

CVE
CVE
added 2026/03/12 6:49 p.m.43 views

CVE-2026-32242

CVE-2026-32242 affects Parse Server: the built-in OAuth2 adapter previously exported a singleton instance shared across all OAuth2 provider configurations. Under concurrent authentication requests for multiple providers configured with oauth2: true, a token validation could run against another pr...

9.1CVSS5.8AI score0.00261EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/03/12 6:49 p.m.12 views

CVE-2026-32242 Parse Server OAuth2 adapter shares mutable state across providers via singleton instance

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to 9.6.0-alpha.11 and 8.6.37, Parse Server's built-in OAuth2 auth adapter exports a singleton instance that is reused directly across all OAuth2 provider configurations. Under concurrent...

9.1CVSS5.8AI score
SaveExploits0References5
Snyk
Snyk
added 2026/03/12 6:32 p.m.16 views

Regular Expression Denial of Service (ReDoS)

Overview multipart is a Parser for multipart/form-data Affected versions of this package are vulnerable to Regular Expression Denial of Service ReDoS in the parseoptionsheader function due to the use of a regular expression with ambiguous alternation. An attacker can cause significant resource...

8.7CVSS5.8AI score0.00718EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/03/12 6:32 p.m.15 views

multipart vulnerable to ReDoS in `parse_options_header()`

Summary 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 multipart segment headers. This can be abused for denial of service DoS attacks against web...

7.5CVSS5.7AI score0.00718EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/03/12 6:32 p.m.13 views

EUVD-2026-11607

multipart vulnerable to ReDoS in parseoptionsheader...

7.5CVSS5.8AI score0.00718EPSS
SaveExploits0References2
OSV
OSV
added 2026/03/12 6:32 p.m.7 views

GHSA-P2M9-WCP5-6QW3 multipart vulnerable to ReDoS in `parse_options_header()`

Summary 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 multipart segment headers. This can be abused for denial of service DoS attacks against web...

7.5CVSS5.8AI score0.00718EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/03/12 6:08 p.m.54 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.00807EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2026/03/12 6:08 p.m.21 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.00807EPSS
SaveExploits1References4Affected Software1
Vulnrichment
Vulnrichment
added 2026/03/12 6:08 p.m.4 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.00807EPSS
SaveExploits1References3
Snyk
Snyk
added 2026/03/12 5:29 p.m.13 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.00627EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/03/12 5:29 p.m.19 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.00627EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/03/12 5:29 p.m.15 views

EUVD-2026-11689

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

9.3CVSS5.8AI score0.00627EPSS
SaveExploits0References3
OSV
OSV
added 2026/03/12 5:29 p.m.18 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.00627EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/03/12 5:29 p.m.15 views

EUVD-2026-11677

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

9.1CVSS5.8AI score0.00261EPSS
SaveExploits0References3
OSV
OSV
added 2026/03/12 5:29 p.m.13 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.00261EPSS
SaveExploits0References5
Snyk
Snyk
added 2026/03/12 5:29 p.m.15 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.00261EPSS
SaveExploits0References2
OSV
OSV
added 2026/03/12 5:16 p.m.10 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.00718EPSS
SaveExploits0References1
OSV
OSV
added 2026/03/12 5:16 p.m.16 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.00718EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/03/12 4:45 p.m.42 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.00718EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/03/12 4:45 p.m.4 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.00718EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder