nbconvert has an Arbitrary File Read via Path Traversal in HTMLExporter Image Embedding
Moderate severity
GitHub Reviewed
Published
Apr 20, 2026
in
jupyter/nbconvert
•
Updated Apr 21, 2026
Description
Published by the National Vulnerability Database
Apr 21, 2026
Published to the GitHub Advisory Database
Apr 21, 2026
Reviewed
Apr 21, 2026
Last updated
Apr 21, 2026
Summary
When
HTMLExporter.embed_images=True, nbconvert's markdown renderer allows arbitrary file read via path traversal in image references. A malicious notebook can exfiltrate sensitive files from the conversion host by embedding them as base64 data URIs in the output HTML.Patches
Upgrade to nbconvert 7.17.1
Workarounds
Do not enable
HTMLExporter.embed_images(it is not enabled by default).References