10

CVE-2024-27298

parse-server is a Parse Server for Node.js / Express. This vulnerability allows SQL injection when Parse Server is configured to use the PostgreSQL database. The vulnerability has been fixed in 6.5.0 and 7.0.0-alpha.20.
Verknüpft mit AI von unstrukturierten Daten zu bestehenden CPE der NVD
Diese Information steht angemeldeten Benutzern zur Verfügung. Login Login
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
ParseplatformParse-server SwPlatformnode.js Version < 6.5.0
ParseplatformParse-server Version6.5.0 Updatealpha1 SwPlatformnode.js
ParseplatformParse-server Version6.5.0 Updatealpha2 SwPlatformnode.js
ParseplatformParse-server Version6.5.0 Updatebeta1 SwPlatformnode.js
ParseplatformParse-server Version7.0.0 Updatealpha1 SwPlatformnode.js
ParseplatformParse-server Version7.0.0 Updatealpha10 SwPlatformnode.js
ParseplatformParse-server Version7.0.0 Updatealpha11 SwPlatformnode.js
ParseplatformParse-server Version7.0.0 Updatealpha12 SwPlatformnode.js
ParseplatformParse-server Version7.0.0 Updatealpha13 SwPlatformnode.js
ParseplatformParse-server Version7.0.0 Updatealpha14 SwPlatformnode.js
ParseplatformParse-server Version7.0.0 Updatealpha15 SwPlatformnode.js
ParseplatformParse-server Version7.0.0 Updatealpha16 SwPlatformnode.js
ParseplatformParse-server Version7.0.0 Updatealpha17 SwPlatformnode.js
ParseplatformParse-server Version7.0.0 Updatealpha18 SwPlatformnode.js
ParseplatformParse-server Version7.0.0 Updatealpha19 SwPlatformnode.js
ParseplatformParse-server Version7.0.0 Updatealpha2 SwPlatformnode.js
ParseplatformParse-server Version7.0.0 Updatealpha3 SwPlatformnode.js
ParseplatformParse-server Version7.0.0 Updatealpha4 SwPlatformnode.js
ParseplatformParse-server Version7.0.0 Updatealpha5 SwPlatformnode.js
ParseplatformParse-server Version7.0.0 Updatealpha6 SwPlatformnode.js
ParseplatformParse-server Version7.0.0 Updatealpha7 SwPlatformnode.js
ParseplatformParse-server Version7.0.0 Updatealpha8 SwPlatformnode.js
ParseplatformParse-server Version7.0.0 Updatealpha9 SwPlatformnode.js
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.31% 0.539
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
security-advisories@github.com 10 3.9 5.8
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N
CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')

The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.