Description
Perspective 5.0.0 contains a path traversal vulnerability that allows unauthenticated remote attackers to read arbitrary files from the server filesystem by including literal ../ segments in HTTP request URL paths. Attackers can bypass the insufficient query-string-stripping sanitization to traverse outside the configured asset root directory and retrieve sensitive files such as system credentials and application secrets, with results exposed cross-origin due to a wildcard Access-Control-Allow-Origin header set on all responses.
Published: 2026-08-04
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Perspective 5.0.0 contains a path traversal flaw in the cwd_static_file_handler that lets unauthenticated attackers include literal "../" segments in HTTP request URLs. The flaw bypasses insufficient query‑string sanitization, enabling traversal outside the configured asset root. Attackers can then read arbitrary files on the server filesystem, such as system credentials and application secrets, with the results exposed cross‑origin because a wildcard Access‑Control-Allow-Origin header is applied to every response.

Affected Systems

The vulnerable product is Perspective by perspective‑dev, version 5.0.0. Any installation running this exact release is affected; no other versions or backports are listed as impacted.

Risk and Exploitability

The CVSS score of 8.7 marks this vulnerability as High, and its EPSS score is currently unavailable, indicating no quantified exploitation frequency. The vulnerability is not listed in CISA KEV, but its capability to read arbitrary files coupled with an open web interface means the likelihood of exploitation in the wild remains significant. Attackers can achieve confidential data disclosure simply by making a crafted HTTP request; no authentication or privilege escalation is required and the attack can be performed remotely.

Generated by OpenCVE AI on August 4, 2026 at 19:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor’s patch or upgrade to a newer version of Perspective that fixes the path‑traversal defect.
  • Configure the static file handler to strictly validate requested paths against the asset root, rejecting any request that contains "../" or other traversal sequences.
  • Remove or restrict the wildcard Access‑Control-Allow-Origin header on static file responses, allowing only trusted origins or disabling CORS entirely for this route.

Generated by OpenCVE AI on August 4, 2026 at 19:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 06 Aug 2026 22:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 05 Aug 2026 10:45:00 +0000

Type Values Removed Values Added
First Time appeared Perspective-dev
Perspective-dev perspective
Vendors & Products Perspective-dev
Perspective-dev perspective

Tue, 04 Aug 2026 15:00:00 +0000

Type Values Removed Values Added
Description Perspective 5.0.0 contains a path traversal vulnerability that allows unauthenticated remote attackers to read arbitrary files from the server filesystem by including literal ../ segments in HTTP request URL paths. Attackers can bypass the insufficient query-string-stripping sanitization to traverse outside the configured asset root directory and retrieve sensitive files such as system credentials and application secrets, with results exposed cross-origin due to a wildcard Access-Control-Allow-Origin header set on all responses.
Title Perspective 5.0.0 Path Traversal via cwd_static_file_handler
Weaknesses CWE-22
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Perspective-dev Perspective
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-05T13:16:22.020Z

Reserved: 2026-07-28T16:06:49.774Z

Link: CVE-2026-67200

cve-icon Vulnrichment

Updated: 2026-08-04T19:40:17.773Z

cve-icon NVD

Status : Received

Published: 2026-08-04T15:16:40.717

Modified: 2026-08-05T14:17:09.207

Link: CVE-2026-67200

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T10:19:52Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')