Bug 1213066 (CVE-2023-35936) - VUL-0: CVE-2023-35936: pandoc: arbitrary file write is possible when using PDF output or --extract-media with untrusted input
Summary: VUL-0: CVE-2023-35936: pandoc: arbitrary file write is possible when using PD...
Status: RESOLVED FIXED
Alias: CVE-2023-35936
Product: SUSE Security Incidents
Classification: Novell Products
Component: Incidents (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Normal
Target Milestone: ---
Assignee: Security Team bot
QA Contact: Security Team bot
URL: https://smash.suse.de/issue/371294/
Whiteboard:
Keywords:
Depends on: CVE-2023-38745
Blocks:
  Show dependency treegraph
 
Reported: 2023-07-06 08:07 UTC by Thomas Leroy
Modified: 2024-05-22 11:11 UTC (History)
4 users (show)

See Also:
Found By: Security Response Team
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Leroy 2023-07-06 08:07:10 UTC
CVE-2023-35936

Pandoc is a Haskell library for converting from one markup format to another,
and a command-line tool that uses this library. Starting in version 1.13 and
prior to version 3.1.4, 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. It only affects systems that pass untrusted user input
to pandoc and allow pandoc to be used to produce a PDF or with the
`--extract-media` option.

The fix is to unescape the percent-encoding prior to checking that the resource
is not above the working directory, and prior to extracting the extension.  Some
code for checking that the path is below the working directory was flawed in a
similar way and has also been fixed. Note that the `--sandbox` option, which
only affects IO done by readers and writers themselves, does not block this
vulnerability. The vulnerability is patched in pandoc 3.1.4. As a workaround,
audit the pandoc command and disallow PDF output and the `--extract-media`
option.


Upstream fix:
https://github.com/jgm/pandoc/commit/5e381e3878b5da87ee7542f7e51c3c1a7fd84b89

References:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-35936
https://www.cve.org/CVERecord?id=CVE-2023-35936
https://github.com/jgm/pandoc/security/advisories/GHSA-xj5q-fv23-575g
Comment 1 Thomas Leroy 2023-07-06 08:13:27 UTC
There's no official maintainer for pandoc. @Peter, feel free to reassign to someone your think is a better choice.

Affected:
- SUSE:SLE-15-SP5:Update/pandoc
- openSUSE:Factory/ghc-pandoc
- openSUSE:Backports:SLE-15-SP4/pandoc
Comment 14 Robert Frohl 2024-05-22 11:11:54 UTC
done, closing