安全公告/【CVE-2023-35936】

基本信息

漏洞名称:
受影响操作系统:Asianux
危险等级:中危
影响源码包:pandoc
CVSS评分:5
发现日期:2023-10-08
修复日期:
修复版本:2.2.1.1

漏洞描述

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.

漏洞判定

执行命令apt policy PackageName获取软件包版本号,版本小于修复版本,则受此漏洞影响,版本大于等于修复版本,则此漏洞已修复

修复方式

sudo apt update && sudo apt dist-upgrade

补丁

参考

https://security-tracker.debian.org/tracker/CVE-2023-35936
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-35936
https://nvd.nist.gov/vuln/detail/CVE-2023-35936