CVE-2026-19054
Received Received - Intake

Path Traversal in Lspace-io lspace-server

Vulnerability report for CVE-2026-19054, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-06

Last updated on: 2026-08-06

Assigner: VulDB

Description

A vulnerability was detected in Lspace-io lspace-server up to 79f02fe5aa8970b210a6a05cf097155f8d9ffd71. This issue affects the function fileExists/readFile/writeFile/deleteFile of the file src/core/repository.ts of the component Repositories File API. Performing a manipulation of the argument filePath results in path traversal. The attack is only possible with local access. Continious delivery with rolling releases is used by this product. Therefore, no version details of affected nor updated releases are available. The project was informed of the problem early through an issue report but has not responded yet.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-06
Last Modified
2026-08-06
Generated
2026-08-07
AI Q&A
2026-08-07
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
lspace-io lspace-server to 79f02fe5aa8970b210a6a05cf097155f8d9ffd71 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a path traversal issue in the Lspace-io lspace-server software. It exists in functions like fileExists, readFile, writeFile, and deleteFile within the file src/core/repository.ts. An attacker can manipulate the filePath argument to access files outside the intended directory. The attack requires local access to the system.

Detection Guidance

Detecting this vulnerability requires checking for path traversal attempts in the lspace-server component. Monitor logs for unusual file access patterns or attempts to access files outside intended directories. Check for suspicious arguments passed to fileExists, readFile, writeFile, or deleteFile functions in src/core/repository.ts.

Impact Analysis

If exploited, this vulnerability could allow an attacker with local access to read, modify, or delete files outside the intended directory. This could lead to unauthorized data access, data corruption, or system disruption. The impact depends on the permissions of the affected system.

Mitigation Strategies

Immediately restrict local access to the lspace-server component. Review and validate all file path inputs to prevent path traversal. Consider disabling the Repositories File API if not essential. Monitor for any ongoing exploitation attempts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-19054. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart