Lucene search
+L

307 matches found

EUVD
EUVD
added 2026/03/30 9:31 p.m.9 views

EUVD-2026-17170

A flaw in Node.js HTTP request handling causes an uncaught TypeError when a request is received with a header named proto and the application accesses req.headersDistinct. When this occurs, dest"proto" resolves to Object.prototype rather than undefined, causing .push to be called on a non-array...

7.5CVSS7AI score0.25044EPSS
SaveExploits0References2
OSV
OSV
added 2026/03/30 8:16 p.m.8 views

ALPINE-CVE-2026-21710

A flaw in Node.js HTTP request handling causes an uncaught TypeError when a request is received with a header named proto and the application accesses req.headersDistinct. When this occurs, dest"proto" resolves to Object.prototype rather than undefined, causing .push to be called on a non-array...

7.5CVSS5.8AI score0.25044EPSS
SaveExploits0References1
NVD
NVD
added 2026/03/30 8:16 p.m.9 views

CVE-2026-21710

A flaw in Node.js HTTP request handling causes an uncaught TypeError when a request is received with a header named proto and the application accesses req.headersDistinct. When this occurs, dest"proto" resolves to Object.prototype rather than undefined, causing .push to be called on a non-array...

7.5CVSS0.25044EPSS
SaveExploits0References16
OSV
OSV
added 2026/03/30 8:16 p.m.13 views

UBUNTU-CVE-2026-21710

A flaw in Node.js HTTP request handling causes an uncaught TypeError when a request is received with a header named proto and the application accesses req.headersDistinct. When this occurs, dest"proto" resolves to Object.prototype rather than undefined, causing .push to be called on a non-array...

7.5CVSS7.3AI score0.25044EPSS
SaveExploits0References3
AlpineLinux
AlpineLinux
added 2026/03/30 7:07 p.m.9 views

CVE-2026-21710

A flaw in Node.js HTTP request handling causes an uncaught TypeError when a request is received with a header named proto and the application accesses req.headersDistinct. When this occurs, dest"proto" resolves to Object.prototype rather than undefined, causing .push to be called on a non-array...

7.5CVSS7AI score0.25044EPSS
SaveExploits0References16
Vulnrichment
Vulnrichment
added 2026/03/30 7:07 p.m.6 views

CVE-2026-21710

A flaw in Node.js HTTP request handling causes an uncaught TypeError when a request is received with a header named proto and the application accesses req.headersDistinct. When this occurs, dest"proto" resolves to Object.prototype rather than undefined, causing .push to be called on a non-array...

7.5CVSS7AI score0.25044EPSS
SaveExploits0References1
CVE
CVE
added 2026/03/30 7:07 p.m.112 views

CVE-2026-21710

Summary: CVE-2026-21710 is a denial-of-service-type issue in Node.js HTTP request handling triggered by a header named __proto__ accessed via req.headersDistinct, which can cause an uncaught TypeError and crash the process when dest["proto "] resolves to Object.prototype and .push() is called on ...

7.5CVSS6.7AI score0.25044EPSS
SaveExploits0References16Affected Software1
Cvelist
Cvelist
added 2026/03/30 7:07 p.m.386 views

CVE-2026-21710

A flaw in Node.js HTTP request handling causes an uncaught TypeError when a request is received with a header named proto and the application accesses req.headersDistinct. When this occurs, dest"proto" resolves to Object.prototype rather than undefined, causing .push to be called on a non-array...

7.5CVSS0.25044EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2026/03/30 7:07 p.m.28 views

CVE-2026-21710

A flaw in Node.js HTTP request handling causes an uncaught TypeError when a request is received with a header named proto and the application accesses req.headersDistinct. When this occurs, dest"proto" resolves to Object.prototype rather than undefined, causing .push to be called on a non-array...

7.5CVSS7.8AI score0.25044EPSS
SaveExploits0
OSV
OSV
added 2026/03/27 7:14 a.m.25 views

BIT-PARSE-2026-33539 Parse Server: SQL injection via aggregate and distinct field names in PostgreSQL adapter

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to versions 8.6.59 and 9.6.0, an attacker with master key access can execute arbitrary SQL statements on the PostgreSQL database by injecting SQL metacharacters into field name parameters...

8.6CVSS6.1AI score0.00452EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/03/26 3:00 p.m.8 views

CVE-2026-33539

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to versions 8.6.59 and 9.6.0-alpha.53, an attacker with master key access can execute arbitrary SQL statements on the PostgreSQL database by injecting SQL metacharacters into field name...

8.6CVSS6.1AI score0.00452EPSS
SaveExploits0References1
NVD
NVD
added 2026/03/24 7:16 p.m.12 views

CVE-2026-33539

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to versions 8.6.59 and 9.6.0-alpha.53, an attacker with master key access can execute arbitrary SQL statements on the PostgreSQL database by injecting SQL metacharacters into field name...

8.6CVSS0.00452EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/03/24 7:12 p.m.13 views

Parse Server has SQL Injection through aggregate and distinct field names in PostgreSQL adapter

Impact An attacker with master key access can execute arbitrary SQL statements on the PostgreSQL database by injecting SQL metacharacters into field name parameters of the aggregate $group pipeline stage or the distinct operation. This allows privilege escalation from Parse Server application-lev...

8.6CVSS6.1AI score0.00452EPSS
SaveExploits0References7Affected Software1
EUVD
EUVD
added 2026/03/24 7:12 p.m.10 views

EUVD-2026-14976

Parse Server has SQL Injection through aggregate and distinct field names in PostgreSQL adapter...

8.6CVSS5.9AI score0.00452EPSS
SaveExploits0References5
Snyk
Snyk
added 2026/03/24 7:12 p.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 via the field name parameters of the aggregate $group pipeline stage or the distinct operation in the PostgreS...

8.6CVSS6.2AI score0.00452EPSS
SaveExploits0References2
OSV
OSV
added 2026/03/24 7:12 p.m.24 views

GHSA-P2W6-RMH7-W8Q3 Parse Server has SQL Injection through aggregate and distinct field names in PostgreSQL adapter

Impact An attacker with master key access can execute arbitrary SQL statements on the PostgreSQL database by injecting SQL metacharacters into field name parameters of the aggregate $group pipeline stage or the distinct operation. This allows privilege escalation from Parse Server application-lev...

8.6CVSS6.1AI score0.00452EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/03/24 6:26 p.m.9 views

CVE-2026-33539

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to versions 8.6.59 and 9.6.0-alpha.53, an attacker with master key access can execute arbitrary SQL statements on the PostgreSQL database by injecting SQL metacharacters into field name...

8.6CVSS6.1AI score0.00452EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2026/03/24 6:26 p.m.28 views

CVE-2026-33539 Parse Server: SQL injection via aggregate and distinct field names in PostgreSQL adapter

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to versions 8.6.59 and 9.6.0-alpha.53, an attacker with master key access can execute arbitrary SQL statements on the PostgreSQL database by injecting SQL metacharacters into field name...

8.6CVSS0.00452EPSS
SaveExploits0References5
OSV
OSV
added 2026/03/24 6:26 p.m.17 views

CVE-2026-33539 Parse Server: SQL injection via aggregate and distinct field names in PostgreSQL adapter

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to versions 8.6.59 and 9.6.0-alpha.53, an attacker with master key access can execute arbitrary SQL statements on the PostgreSQL database by injecting SQL metacharacters into field name...

8.6CVSS6.1AI score
SaveExploits0References7
CVE
CVE
added 2026/03/24 6:26 p.m.21 views

CVE-2026-33539

Parse Server SQL injection vulnerability in PostgreSQL adapter (CVE-2026-33539). An attacker with master key access can inject SQL metacharacters into field name parameters of the aggregate $group stage or the distinct operation, enabling arbitrary SQL execution on PostgreSQL and privilege escala...

8.6CVSS6.1AI score0.00452EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder