Lucene search
+L

1550 matches found

EUVD
EUVD
added 2026/03/11 12:36 a.m.17 views

EUVD-2026-11317

Parse Server vulnerable to user enumeration via email verification endpoint...

6.3CVSS5.8AI score0.00241EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/03/11 12:36 a.m.12 views

Parse Server vulnerable to user enumeration via email verification endpoint

Impact The email verification endpoint /verificationEmailRequest returns distinct error responses depending on whether an email address belongs to an existing user, is already verified, or does not exist. An attacker can send requests with different email addresses and observe the error codes to...

6.3CVSS5.8AI score0.00241EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/03/11 12:36 a.m.5 views

GHSA-W54V-HF9P-8856 Parse Server vulnerable to user enumeration via email verification endpoint

Impact The email verification endpoint /verificationEmailRequest returns distinct error responses depending on whether an email address belongs to an existing user, is already verified, or does not exist. An attacker can send requests with different email addresses and observe the error codes to...

6.3CVSS5.9AI score0.00241EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/03/11 12:35 a.m.10 views

EUVD-2026-11280

Parse Server's MFA recovery codes not consumed after use...

8.2CVSS5.8AI score0.0044EPSS
SaveExploits0References3
OSV
OSV
added 2026/03/11 12:35 a.m.15 views

GHSA-4HF6-3X24-C9M8 Parse Server's MFA recovery codes not consumed after use

Impact When multi-factor authentication MFA via TOTP is enabled for a user account, Parse Server generates two single-use recovery codes. These codes are intended as a fallback when the user cannot provide a TOTP token. However, recovery codes are not consumed after use, allowing the same recover...

8.2CVSS5.8AI score0.0044EPSS
SaveExploits0References5
Snyk
Snyk
added 2026/03/11 12:35 a.m.13 views

Operation on a Resource after Expiration or Release

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 Operation on a Resource after Expiration or Release due to the recovery code. An attacker can repeatedly gain unauthorized...

9.1CVSS5.9AI score0.0044EPSS
SaveExploits0References2
OSV
OSV
added 2026/03/11 12:34 a.m.12 views

GHSA-R2M8-PXM9-9C4G Parse Server has a protected fields bypass via dot-notation in query and sort

Impact The protectedFields class-level permission CLP can be bypassed using dot-notation in query WHERE clauses and sort parameters. An attacker can use dot-notation to query or sort by sub-fields of a protected field, enabling a binary oracle attack to enumerate protected field values. This...

8.7CVSS5.8AI score0.00367EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/03/11 12:34 a.m.17 views

Parse Server has a protected fields bypass via dot-notation in query and sort

Impact The protectedFields class-level permission CLP can be bypassed using dot-notation in query WHERE clauses and sort parameters. An attacker can use dot-notation to query or sort by sub-fields of a protected field, enabling a binary oracle attack to enumerate protected field values. This...

8.7CVSS5.8AI score0.00367EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/03/11 12:34 a.m.7 views

EUVD-2026-11279

Parse Server has a protected fields bypass via dot-notation in query and sort...

8.7CVSS5.8AI score0.00367EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/03/11 12:34 a.m.8 views

Incorrect Authorization

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 Incorrect Authorization in the handling of protectedFields permissions when processing query WHERE clauses and sort paramete...

8.7CVSS5.8AI score0.00367EPSS
SaveExploits0References2
OSV
OSV
added 2026/03/11 12:34 a.m.3 views

GHSA-GQPP-XGVH-9H7H Parse Server vulnerable to SQL Injection via dot-notation sub-key name in `Increment` operation on PostgreSQL

Impact A SQL injection vulnerability exists in the PostgreSQL storage adapter when processing Increment operations on nested object fields using dot notation e.g., stats.counter. The sub-key name is interpolated directly into SQL string literals without escaping. An attacker who can send write...

9.3CVSS6AI score0.00418EPSS
SaveExploits0References5
Snyk
Snyk
added 2026/03/11 12:34 a.m.6 views

SQL Injection

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 SQL Injection in the Increment operation on PostgreSQL when handling nested object fields using dot notation. An attacker ca...

9.8CVSS6.1AI score0.00418EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/03/11 12:34 a.m.9 views

EUVD-2026-11277

Parse Server vulnerable to SQL Injection via dot-notation sub-key name in Increment operation on PostgreSQL...

9.3CVSS5.8AI score0.00418EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/03/11 12:34 a.m.70 views

Parse Server vulnerable to SQL Injection via dot-notation sub-key name in `Increment` operation on PostgreSQL

Impact A SQL injection vulnerability exists in the PostgreSQL storage adapter when processing Increment operations on nested object fields using dot notation e.g., stats.counter. The sub-key name is interpolated directly into SQL string literals without escaping. An attacker who can send write...

9.8CVSS6AI score0.00418EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/11 12:34 a.m.11 views

Parse Server vulnerable to stored XSS via file upload of HTML-renderable file types

Impact An attacker can upload a file with a file extension or content type that is not blocked by the default configuration of the Parse Server fileUpload.fileExtensions option. The file can contain malicious code, for example JavaScript in an SVG or XHTML file. When the file is accessed via its...

6.3CVSS5.8AI score0.00245EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/03/11 12:34 a.m.6 views

EUVD-2026-11273

Parse Server vulnerable to stored XSS via file upload of HTML-renderable file types...

6.3CVSS5.8AI score0.00245EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/03/11 12:34 a.m.9 views

Cross-site Scripting (XSS)

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 Cross-site Scripting XSS via the file upload. An attacker can execute arbitrary scripts in the context of the application...

9.6CVSS5.7AI score0.00245EPSS
SaveExploits0References2
OSV
OSV
added 2026/03/11 12:34 a.m.4 views

GHSA-V5HF-F4C3-M5RV Parse Server vulnerable to stored XSS via file upload of HTML-renderable file types

Impact An attacker can upload a file with a file extension or content type that is not blocked by the default configuration of the Parse Server fileUpload.fileExtensions option. The file can contain malicious code, for example JavaScript in an SVG or XHTML file. When the file is accessed via its...

6.3CVSS5.8AI score0.00245EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/03/11 12:26 a.m.13 views

Parse Server vulnerable to SQL injection via `Increment` operation on nested object field in PostgreSQL

Impact A SQL injection vulnerability exists in the PostgreSQL storage adapter when processing Increment operations on nested object fields using dot notation e.g., stats.counter. The amount value is interpolated directly into the SQL query without parameterization or type validation. An attacker...

9.8CVSS6AI score0.00418EPSS
SaveExploits0References5Affected Software1
Snyk
Snyk
added 2026/03/11 12:26 a.m.7 views

SQL Injection

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 SQL Injection in the PostgreSQL storage adapter when processing Increment operations on nested object fields using dot...

9.8CVSS6.1AI score0.00418EPSS
SaveExploits0References2
Rows per page
Query Builder