CVE-2026-35613 MEDIUM

CVE-2026-35613: Path traversal in coursevault-preview due to improper base-directory boundary validation

Vendor Moritzmyrz
Product coursevault-preview
Weakness CWE-22 · Path traversal
Published April 7, 2026
Last update April 9, 2026

CVSS base score

5.1/10
Attack vector Local
Attack complexity High
Privileges required None
User interaction None
Confidentiality High
Integrity None

CVSS vector

CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N

What the vulnerability does

01Description

coursevault-preview is a utility for previewing course material files from a configured directory. coursevault-preview versions prior to 0.1.1 contain a path traversal vulnerability in the resolveSafe utility. The boundary check used String.prototype.startsWith(baseDir) on a normalized path, which does not enforce a directory boundary. An attacker who controls the relativePath argument to affected CoursevaultPreview methods may be able to read files outside the configured baseDir when a sibling directory exists whose name shares the same string prefix. This vulnerability is fixed in 0.1.1.

Key dates

02Disclosure timeline

April 7, 2026 CVE published
April 9, 2026 Record updated

Related vulnerabilities

04Related CVE