CVE-2026-46671: Rust OneNote File Parser: Path traversal in `Parser::parse_notebook` allows reading files outside the notebook directory
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.
References
- github.com/advisories/GHSA-4j5m-wc25-pvh7
- github.com/msiemens/onenote.rs/blob/master/CHANGELOG.md
- github.com/msiemens/onenote.rs/commit/c9267b2c96e2542be7e7b557d67318e81b733585
- github.com/msiemens/onenote.rs/releases/tag/v1.1.1
- github.com/msiemens/onenote.rs/security/advisories/GHSA-4j5m-wc25-pvh7
- nvd.nist.gov/vuln/detail/CVE-2026-46671
Code Behaviors & Features
Detect and mitigate CVE-2026-46671 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →