Advisories list

[advisory]
id = "HSEC-2023-0014"
keywords = ["file write"]
aliases = ["CVE-2023-35936", "GHSA-xj5q-fv23-575g"]
cwe = [20]

[[references]]
type = "REPORT"
url = "https://github.com/jgm/pandoc/security/advisories/GHSA-xj5q-fv23-575g"

[[affected]]
package = "pandoc"
cvss = "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:H/A:L"

[[affected.versions]]
introduced = "1.13"
fixed = "3.1.4"

Arbitrary file write is possible when using PDF output or --extract-media with untrusted input

Pandoc is susceptible to an arbitrary file write vulnerability, which can be triggered by providing a specially crafted image element in the input when generating files using the --extract-media option or outputting to PDF format. This vulnerability allows an attacker to create or overwrite arbitrary files on the system (depending on the privileges of the process running pandoc).

This vulnerability only affects systems that (a) pass untrusted user input to pandoc and (b) allow pandoc to be used to produce a PDF or with the --extract-media option.

The vulnerability is patched in pandoc 3.1.4.