Description
Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to versions 8.6.8 and 9.5.0-alpha.8, the PagesRouter static file serving route is vulnerable to a path traversal attack that allows unauthenticated reading of files outside the configured pagesPath directory. The boundary check uses a string prefix comparison without enforcing a directory separator boundary. An attacker can use path traversal sequences to access files in sibling directories whose names share the same prefix as the pages directory (e.g. pages-secret starts with pages). This issue has been patched in versions 8.6.8 and 9.5.0-alpha.8.
Published: 2026-03-07
Score: 6.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Unauthenticated file disclosure via path traversal
Action: Patch
AI Analysis

Impact

Parse Server’s PagesRouter static file serving route performed a bounding check using only a string prefix comparison, neglecting to enforce a directory separator boundary. The vulnerability permits unauthenticated attackers to supply path traversal sequences that reference files located outside the configured pagesPath directory. The result is that arbitrary files residing in sibling directories whose names share the same prefix as the pages directory can be read, exposing potentially confidential data. This weakness is classified as a path traversal flaw (CWE-22) and gives attackers read‑only access to files on the server. Based on the description, the attack vector is inferred to be an unauthenticated HTTP request to the PagesRouter endpoint. The exploit details are inferred from the description because the CVE does not provide explicit implementation steps.

Affected Systems

The issue affects parse-community Parse Server versions prior to 8.6.8 and 9.5.0‑alpha.8. In particular, release cpes list includes 9.5.0‑alpha1 through alpha7 and earlier 8.x series. Systems running those builds that expose the PagesRouter route publicly are vulnerable.

Risk and Exploitability

The vulnerability carries a CVSS score of 6.3 (medium). EPSS is reported as less than 1 %, indicating a very low exploitation probability at the time of analysis. The vulnerability is not listed in the CISA KEV catalog. Based on the description, the attack vector is inferred to be an unauthenticated HTTP request to the exposed PagesRouter endpoint. An attacker can exploit the flaw by sending a crafted HTTP request to an exposed PagesRouter endpoint without authentication. Since the server trusts the requested path components, the attacker can traverse directories to read files such as configuration, secrets, or logs. The exploit details are inferred from the description because the CVE does not provide explicit implementation steps.

Generated by OpenCVE AI on April 17, 2026 at 12:07 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Parse Server to version 8.6.8 or later, or to 9.5.0‑alpha.8 or later, where the path traversal bug has been fixed.
  • If immediate upgrade is not possible, choose a pagesPath directory name that does not share a common prefix with any adjacent directories and confirm the path is validated before use.
  • Restrict external access to the PagesRouter endpoint by configuring firewall rules or a reverse proxy to limit traffic to trusted hosts, thereby reducing the attack surface.

Generated by OpenCVE AI on April 17, 2026 at 12:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-hm3f-q6rw-m6wh Parse Server: `PagesRouter` path traversal allows reading files outside configured pages directory
History

Tue, 10 Mar 2026 17:00:00 +0000

Type Values Removed Values Added
First Time appeared Parseplatform
Parseplatform parse-server
CPEs cpe:2.3:a:parseplatform:parse-server:*:*:*:*:*:node.js:*:*
cpe:2.3:a:parseplatform:parse-server:9.5.0:alpha1:*:*:*:node.js:*:*
cpe:2.3:a:parseplatform:parse-server:9.5.0:alpha2:*:*:*:node.js:*:*
cpe:2.3:a:parseplatform:parse-server:9.5.0:alpha3:*:*:*:node.js:*:*
cpe:2.3:a:parseplatform:parse-server:9.5.0:alpha4:*:*:*:node.js:*:*
cpe:2.3:a:parseplatform:parse-server:9.5.0:alpha5:*:*:*:node.js:*:*
cpe:2.3:a:parseplatform:parse-server:9.5.0:alpha6:*:*:*:node.js:*:*
cpe:2.3:a:parseplatform:parse-server:9.5.0:alpha7:*:*:*:node.js:*:*
Vendors & Products Parseplatform
Parseplatform parse-server
Metrics cvssV3_1

{'score': 3.7, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N'}


Mon, 09 Mar 2026 19:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 09 Mar 2026 10:15:00 +0000

Type Values Removed Values Added
First Time appeared Parse Community
Parse Community parse Server
Vendors & Products Parse Community
Parse Community parse Server

Sat, 07 Mar 2026 16:30:00 +0000

Type Values Removed Values Added
Description Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to versions 8.6.8 and 9.5.0-alpha.8, the PagesRouter static file serving route is vulnerable to a path traversal attack that allows unauthenticated reading of files outside the configured pagesPath directory. The boundary check uses a string prefix comparison without enforcing a directory separator boundary. An attacker can use path traversal sequences to access files in sibling directories whose names share the same prefix as the pages directory (e.g. pages-secret starts with pages). This issue has been patched in versions 8.6.8 and 9.5.0-alpha.8.
Title Parse Server: `PagesRouter` path traversal allows reading files outside configured pages directory
Weaknesses CWE-22
References
Metrics cvssV4_0

{'score': 6.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Parse Community Parse Server
Parseplatform Parse-server
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-03-09T18:25:17.931Z

Reserved: 2026-03-05T21:27:35.341Z

Link: CVE-2026-30848

cve-icon Vulnrichment

Updated: 2026-03-09T17:38:51.166Z

cve-icon NVD

Status : Analyzed

Published: 2026-03-07T17:15:52.190

Modified: 2026-03-10T16:56:59.753

Link: CVE-2026-30848

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-17T12:15:18Z

Weaknesses