Vulnerabilities (CVE)

Filtered by vendor Parseplatform Subscribe
Filtered by product Parse-server
Total 25 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2020-15270 1 Parseplatform 1 Parse-server 2023-12-10 4.0 MEDIUM 4.3 MEDIUM
Parse Server (npm package parse-server) broadcasts events to all clients without checking if the session token is valid. This allows clients with expired sessions to still receive subscription objects. It is not possible to create subscription objects with invalid session tokens. The issue is not patched.
CVE-2020-26288 1 Parseplatform 1 Parse-server 2023-12-10 4.0 MEDIUM 6.5 MEDIUM
Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. It is an npm package "parse-server". In Parse Server before version 4.5.0, user passwords involved in LDAP authentication are stored in cleartext. This is fixed in version 4.5.0 by stripping password after authentication to prevent cleartext password storage.
CVE-2020-5251 1 Parseplatform 1 Parse-server 2023-12-10 5.0 MEDIUM 5.3 MEDIUM
In parser-server before version 4.1.0, you can fetch all the users objects, by using regex in the NoSQL query. Using the NoSQL, you can use a regex on sessionToken and find valid accounts this way.
CVE-2019-1020012 1 Parseplatform 1 Parse-server 2023-12-10 5.0 MEDIUM 7.5 HIGH
parse-server before 3.4.1 allows DoS after any POST to a volatile class.
CVE-2019-1020013 1 Parseplatform 1 Parse-server 2023-12-10 5.0 MEDIUM 5.3 MEDIUM
parse-server before 3.6.0 allows account enumeration.