一、 漏洞 CVE-2023-35936 基础信息
漏洞标题
在使用PDF输出或--extract-media命令,使用未信任的输入时,Pandoc可以实现任意文件写入。
来源:AIGC 神龙大模型
漏洞描述信息
在使用PDF输出或--extract-media选项处理不受信任的输入时,Pandoc中可能发生任意文件写入。
来源:AIGC 神龙大模型
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H
来源:AIGC 神龙大模型
漏洞类别
对路径名的限制不恰当(路径遍历)
来源:AIGC 神龙大模型
漏洞标题
Arbitrary file write is possible in Pandoc when using PDF output or --extract-media with untrusted input
来源:美国国家漏洞数据库 NVD
漏洞描述信息
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.
来源:美国国家漏洞数据库 NVD
CVSS信息
CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:H/A:L
来源:美国国家漏洞数据库 NVD
漏洞类别
输入验证不恰当
来源:美国国家漏洞数据库 NVD
漏洞标题
Pandoc 输入验证错误漏洞
来源:中国国家信息安全漏洞库 CNNVD
漏洞描述信息
Pandoc是一个Haskell库,用于从一种标记格式转换为另一种标记格式,以及使用该库的命令行工具。 Pandoc 1.13版本至3.1.4之前版本存在输入验证错误漏洞,该漏洞源于容易受到任意文件写入漏洞的影响,允许攻击者在系统上创建或覆盖任意文件。
来源:中国国家信息安全漏洞库 CNNVD
CVSS信息
N/A
来源:中国国家信息安全漏洞库 CNNVD
漏洞类别
输入验证错误
来源:中国国家信息安全漏洞库 CNNVD
二、漏洞 CVE-2023-35936 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2023-35936 的情报信息