Lucene search
K

132 matches found

EUVD
EUVD
added 2026/03/10 12:57 a.m.2 views

EUVD-2026-10436

Parse Server has Regular Expression Denial of Service ReDoS via $regex query in LiveQuery...

8.2CVSS5.8AI score0.00021EPSS
Exploits0References3
EUVD
EUVD
added 2026/03/10 12:57 a.m.2 views

EUVD-2026-10437

Parse Server has Regular Expression Denial of Service ReDoS via $regex query in LiveQuery...

8.2CVSS5.8AI score0.00021EPSS
Exploits0References3
OSV
OSV
added 2026/03/10 12:57 a.m.3 views

GHSA-MF3J-86QX-CQ5J Parse Server has Regular Expression Denial of Service (ReDoS) via `$regex` query in LiveQuery

Impact A malicious client can subscribe to a LiveQuery with a crafted $regex pattern that causes catastrophic backtracking, blocking the Node.js event loop. This makes the entire Parse Server unresponsive, affecting all clients. Any Parse Server deployment with LiveQuery enabled is affected. The...

8.2CVSS5.8AI score0.00021EPSS
Exploits0References5
Github Security Blog
Github Security Blog
added 2026/03/10 12:57 a.m.4 views

Parse Server has Regular Expression Denial of Service (ReDoS) via `$regex` query in LiveQuery

Impact A malicious client can subscribe to a LiveQuery with a crafted $regex pattern that causes catastrophic backtracking, blocking the Node.js event loop. This makes the entire Parse Server unresponsive, affecting all clients. Any Parse Server deployment with LiveQuery enabled is affected. The...

8.2CVSS5.8AI score0.00021EPSS
Exploits0References5Affected Software1
CNNVD
CNNVD
added 2026/03/10 12:0 a.m.3 views

Parse Server 安全漏洞

Parse Server is an open-source backend developed by the Parse Platform. It can be deployed on any infrastructure that runs Node.js. Versions of Parse Server prior to 9.5.2-alpha.3 and 8.6.16 contain security vulnerabilities. These vulnerabilities stem from the lack of enforceable class-level...

8.7CVSS5.8AI score0.00019EPSS
Exploits0References3
Positive Technologies
Positive Technologies
added 2026/03/10 12:0 a.m.3 views

PT-2026-24425

Name of the Vulnerable Software and Affected Versions Parse Server versions prior to 9.5.2-alpha.3 Parse Server versions prior to 8.6.16 Description Parse Server, an open-source backend deployable on Node.js infrastructures, is susceptible to a flaw where class-level permissions CLP are not...

8.7CVSS5.8AI score0.00019EPSS
Exploits0References8
Cvelist
Cvelist
added 2026/03/09 11:1 p.m.27 views

CVE-2026-30925 Parse Server affected by Regular Expression Denial of Service (ReDoS) via `$regex` query in LiveQuery

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to 9.5.0-alpha.14 and 8.6.11, a malicious client can subscribe to a LiveQuery with a crafted $regex pattern that causes catastrophic backtracking, blocking the Node.js event loop. This...

8.2CVSS0.00021EPSS
Exploits0References3
Vulnrichment
Vulnrichment
added 2026/03/09 11:1 p.m.2 views

CVE-2026-30925 Parse Server affected by Regular Expression Denial of Service (ReDoS) via `$regex` query in LiveQuery

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to 9.5.0-alpha.14 and 8.6.11, a malicious client can subscribe to a LiveQuery with a crafted $regex pattern that causes catastrophic backtracking, blocking the Node.js event loop. This...

8.2CVSS5.8AI score0.00021EPSS
Exploits0References3
Positive Technologies
Positive Technologies
added 2026/03/09 12:0 a.m.0 views

PT-2026-24151

Name of the Vulnerable Software and Affected Versions Parse Server versions prior to 9.5.0-alpha.14 Parse Server versions prior to 8.6.11 Description A crafted $regex pattern within a LiveQuery subscription can cause catastrophic backtracking, blocking the Node.js event loop and rendering the...

8.2CVSS5.8AI score0.00021EPSS
Exploits0References16
RedhatCVE
RedhatCVE
added 2026/01/09 8:42 a.m.7 views

CVE-2022-31112

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. In affected versions parse Server LiveQuery does not remove protected fields in classes, passing them to the client. The LiveQueryController now removes protected fields from the client respons...

8.2CVSS6.5AI score0.00595EPSS
Exploits0References1
EUVD
EUVD
added 2025/10/07 12:30 a.m.1 views

EUVD-2021-2005

Malware in sbrugna...

7.5CVSS7.4AI score0.00362EPSS
Exploits0References6
EUVD
EUVD
added 2025/10/03 8:7 p.m.0 views

EUVD-2022-6325

Malicious code in bioql PyPI...

8.2CVSS8.1AI score0.00595EPSS
Exploits0References9
RedhatCVE
RedhatCVE
added 2025/05/22 9:21 p.m.3 views

CVE-2021-41109

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to version 4.10.4, for regular non-LiveQuery queries, the session token is removed from the response, but for LiveQuery payloads it is currently not. If a user has a LiveQuery subscriptio...

7.5CVSS6.7AI score0.00362EPSS
Exploits0
OSV
OSV
added 2024/03/06 11:3 a.m.9 views

BIT-PARSE-2021-41109 LiveQuery publishes user session tokens

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to version 4.10.4, for regular non-LiveQuery queries, the session token is removed from the response, but for LiveQuery payloads it is currently not. If a user has a LiveQuery subscriptio...

7.5CVSS7.4AI score0.00362EPSS
Exploits0References4
OSV
OSV
added 2024/03/06 11:2 a.m.10 views

BIT-PARSE-2022-31112 Protected fields exposed via LiveQuery in parse-server

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. In affected versions parse Server LiveQuery does not remove protected fields in classes, passing them to the client. The LiveQueryController now removes protected fields from the client respons...

8.2CVSS8.1AI score0.00595EPSS
Exploits0References7
Github Security Blog
Github Security Blog
added 2022/07/06 7:52 p.m.30 views

Protected fields exposed via LiveQuery

Impact Parse Server LiveQuery does not remove protected fields in classes, passing them to the client. Patches The LiveQueryController now removes protected fields from the client response. Workarounds Use Parse.Cloud.afterLiveQueryEvent to manually remove protected fields. References -...

8.2CVSS8.1AI score0.00595EPSS
Exploits0References9Affected Software1
OSV
OSV
added 2022/07/06 7:52 p.m.19 views

GHSA-CRRQ-VR9J-FXXH Protected fields exposed via LiveQuery

Impact Parse Server LiveQuery does not remove protected fields in classes, passing them to the client. Patches The LiveQueryController now removes protected fields from the client response. Workarounds Use Parse.Cloud.afterLiveQueryEvent to manually remove protected fields. References -...

8.2CVSS8.3AI score0.00595EPSS
Exploits0References9
NVD
NVD
added 2022/06/30 5:15 p.m.13 views

CVE-2022-31112

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. In affected versions parse Server LiveQuery does not remove protected fields in classes, passing them to the client. The LiveQueryController now removes protected fields from the client respons...

8.2CVSS0.00595EPSS
Exploits0References6
Prion
Prion
added 2022/06/30 5:15 p.m.15 views

Design/Logic Flaw

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. In affected versions parse Server LiveQuery does not remove protected fields in classes, passing them to the client. The LiveQueryController now removes protected fields from the client respons...

6.4CVSS8AI score0.00595EPSS
Exploits0References6Affected Software1
Cvelist
Cvelist
added 2022/06/30 4:40 p.m.14 views

CVE-2022-31112 Protected fields exposed via LiveQuery in parse-server

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. In affected versions parse Server LiveQuery does not remove protected fields in classes, passing them to the client. The LiveQueryController now removes protected fields from the client respons...

8.2CVSS8.3AI score0.00595EPSS
Exploits0References6
Rows per page
Query Builder