CVE-2026-19335
Received Received - Intake

Path Traversal in skill-vision-control

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

Publication date: 2026-08-09

Last updated on: 2026-08-09

Assigner: VulDB

Description

A vulnerability has been found in Jane-xiaoer skill-vision-control up to 1.3.0. This vulnerability affects the function getSkillVersionsDir of the file src/svc/utils/config.ts. Such manipulation of the argument skillName leads to path traversal. The attack can only be performed from a local environment. 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-09
Last Modified
2026-08-09
Generated
2026-08-09
AI Q&A
2026-08-09
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
jane-xiaoer skill-vision-control to 1.3.0 (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 is a path traversal vulnerability in the Jane-xiaoer skill-vision-control tool up to version 1.3.0. The issue occurs in the function getSkillVersionsDir in src/svc/utils/config.ts. The vulnerability allows manipulation of the skillName argument to traverse outside the intended directory (~/.svc/versions) through path operations. The attack is limited to local environments.

Detection Guidance

To detect this path traversal vulnerability, inspect the skill-vision-control application for versions up to 1.3.0. Check if user-controlled skill names are used directly in path operations without validation. Review the functions in src/svc/utils/config.ts, src/svc/core/manager.ts, src/svc/core/merger.ts, and src/svc/mcp/server.ts for improper path handling.

Impact Analysis

An attacker could exploit this to read, write, or delete files outside the intended directory. This includes creating symlinks, copying directories, or modifying sensitive files. Since the attack requires local access, it primarily affects users running the vulnerable software on their systems.

Compliance Impact

This vulnerability could potentially impact compliance with GDPR and HIPAA by enabling unauthorized file access or modification. A path traversal flaw may allow attackers to read sensitive files containing personal data or protected health information, violating confidentiality requirements. GDPR mandates strict data protection measures, while HIPAA requires safeguards for protected health information. Unauthorized access could lead to data breaches, triggering regulatory penalties and legal consequences.

Mitigation Strategies

Immediately update to the latest version of skill-vision-control if available. If not, restrict local access to trusted users only. Validate all skill names to reject traversal sequences, absolute paths, and path separators. Ensure resolved paths stay within the intended ~/.svc/versions directory before filesystem access.

Chat Assistant

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

EPSS Chart