Path Traversal in Msiemens Onenote.rs
CVE-2026-46671
Rust OneNote File Parser is a parser for Microsoft OneNote files implemented in Rust. Prior to version 1.1.1, a maliciously crafted `.onetoc2` table-of-contents file can cause `Parser::parse_notebook` to open arbitrary files on the host filesystem outside the notebook's directory. The parser reads entry names listed inside the `.onetoc2` and joins them against the notebook's base directory without validating that they are relative paths confined to that directory. The parser will bail out when the target file fails to parse as a OneNote section, so direct content exfiltration through the parser's return value is not practical, though file-existence probing and denial-of-service via large or special files remain possible. Anyone using `onenote_parser` to parse .onetoc2 files received from untrusted sources is affected. Users who only ever parse their own notebooks are not at meaningful risk. The issue is fixed in onenote_parser 1.1.1. The fix rejects absolute paths, parent-directory components, and other invalid path characters in entry names, and additionally canonicalises the resolved path to confirm it stays inside the notebook's base directory. For users who cannot upgrade to 1.1.1, only call `Parser::parse_notebook` on `.onetoc2` files from trusted sources. Alternatively, use `Parser::parse_section` / `Parser::parse_section_buffer` on individual .one files, which do not perform the directory walk.
Vulnerability class: Path Traversal (Directory Traversal)
EPSS: 0.002 (8.8th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 4.4 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:L.
Affected products
- Msiemens Onenote.rs — versions < 1.1.1
- Msiemens Rust_onenote_file_parser
Weakness classification (CWE)
References
- security-advisories@github.com (x_refsource_MISC, Release Notes)
- security-advisories@github.com (Patch, x_refsource_MISC)
- security-advisories@github.com (Product, x_refsource_MISC, Release Notes)
- security-advisories@github.com (x_refsource_CONFIRM, Patch, Mitigation, Release Notes, Vendor Advisory)
Frequently asked questions
- What is CVE-2026-46671?
- CVE-2026-46671 is a medium-severity vulnerability in Msiemens Onenote.rs, classified under Path Traversal. CVSS score: 4.4/10. Published 2026-07-20.
- How severe is CVE-2026-46671?
- Medium severity. CVSS v3 base score is 4.4 out of 10.