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.
Published: 2026-08-09
Score: 4.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw exists in the getSkillVersionsDir function of the skill-vision-control utility, where an attacker can supply a crafted skillName argument that causes relative paths to be traversed. The resulting path traversal permits the attacker to access files outside the intended directory, potentially reading or writing sensitive data. This weakness corresponds to CWE-22 and can result in unauthorized disclosure or modification of local files, though it does not enable remote code execution.

Affected Systems

The vulnerability affects the Jane-xiaoer skill-vision-control application, specifically all releases up to version 1.3.0. The impacted code resides in src/svc/utils/config.ts within the mentioned product. No other vendors or products are listed in the CNA data.

Risk and Exploitability

The CVSS base score is 4.8, indicating medium severity, and the EPSS score is not available. The issue is not cataloged in the CISA KEV list. Because the attack requires local access to the system, the scope of exploitation is limited to insiders or compromised local administrators. No publicly known exploits are reported, but the path traversal could be combined with other local privilege escalation techniques if the attacker gains sufficient file system permissions. The safest assumption is that the threat remains low to moderate until a patch becomes available.

Generated by OpenCVE AI on August 9, 2026 at 06:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Check the project's repository or vendor site for an updated release that addresses the path traversal defect.
  • If an update is unavailable, restrict the getSkillVersionsDir function to trusted users only and enforce strict file system permissions on the target directories.
  • Implement input validation in the skillName handling logic to reject or sanitize paths containing traversal characters such as ".." or absolute path indicators.

Generated by OpenCVE AI on August 9, 2026 at 06:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Sun, 09 Aug 2026 05:30:00 +0000

Type Values Removed Values Added
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.
Title Jane-xiaoer skill-vision-control config.ts getSkillVersionsDir path traversal
First Time appeared Jane-xiaoer
Jane-xiaoer skill-vision-control
Weaknesses CWE-22
CPEs cpe:2.3:a:jane-xiaoer:skill-vision-control:*:*:*:*:*:*:*:*
Vendors & Products Jane-xiaoer
Jane-xiaoer skill-vision-control
References
Metrics cvssV2_0

{'score': 4.3, 'vector': 'AV:L/AC:L/Au:S/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 5.3, 'vector': 'CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

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


Subscriptions

Jane-xiaoer Skill-vision-control
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-13T19:37:18.682Z

Reserved: 2026-08-08T09:55:32.660Z

Link: CVE-2026-19335

cve-icon Vulnrichment

Updated: 2026-08-13T19:36:58.099Z

cve-icon NVD

Status : Deferred

Published: 2026-08-09T06:19:47.653

Modified: 2026-08-13T20:17:19.897

Link: CVE-2026-19335

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-09T09:00:08Z

Weaknesses
  • CWE-22

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