目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2022-30524 PoC — Xpdf 缓冲区错误漏洞

来源
关联漏洞
标题: Xpdf 缓冲区错误漏洞 (CVE-2022-30524)
Description:Xpdf是FOO实验室的一款开源的PDF阅读器。该产品支持解码LZW压缩格式的文件以及阅读加密的PDF文件。 Xpdf 4.0.4版本存在安全漏洞,该漏洞源于TextOutputDev.cc的TextLine类中存在无效的内存访问。攻击者利用该漏洞把特制的pdf文件发送到pdftotext二进制文件,从而导致拒绝服务(分段错误)或其他影响。
Description
Docker images of Xpdf 4.04, vulnerable to CVE-2022-30524
介绍
# Xpdf Docker Images

This repository contains docker images for [Xpdf](https://www.xpdfreader.com/)
version 4.04, which is vulnerable to [CVE-2022-30524](https://nvd.nist.gov/vuln/detail/CVE-2022-30524).

## Building the Images 📦

This repository contains the image in 3 flavours:

- **bullseye/gcc**: Debian "bullseye", built with gcc
- **bullseye/afl**: Debian "bullseye", built with afl-clang-fast++ (debug profile)
- **focal/afl**: Ubuntu 20.04 LTS (Focal Fossa), built with afl-clang-fast++
  (debug profile)

Flavours that are just aliases to other flavours:

- **bullseye** → **bullseye/gcc**

Their `Dockerfile` are present in their respective directories in [dockerfiles/](dockerfiles)
directory.

The repository is packaged with a [`Makefile`](Makefile) for easier building of
the images. To build any image, run the following command:

```shell
make '<flavor-name>'

# Eg. if building the focal/afl profile
make focal/afl

# If you want to build all the images
make
```

This will generate a Docker image `interiit/xpdf:4.04-<flavor>`. Running just
`make` builds all the images.

## Checking Integrity 🔍

The repository contains the vulnerable version of Xpdf, as well as a few sample
PDF files. The `pdftotext` binary should work on [pdfs/dummy.pdf](pdfs/dummy.pdf),
but should abruptly give segmentation fault on [pdfs/poc1](pdfs/poc1).

To make sure that the files are not corrupted/altered, run `make check`. If the
command errors, it might mean that the files may be corrupted.
文件快照

登录后查看神龙缓存的 POC 文件快照

登录查看
备注
    1. 建议优先通过来源进行访问。
    2. 本地 POC 快照面向订阅用户开放;当原始来源失效或无法访问时,本地镜像作为订阅权益的一部分提供。
    3. 持续抓取、验证、维护这份 POC 档案需要不少投入,因此本地快照已纳入付费订阅。您的订阅是让这份资料能继续走下去的关键,由衷感谢。 查看订阅方案 →