Code Monkey home page Code Monkey logo

xpdf-docker's Introduction

Xpdf Docker Images

This repository contains docker images for Xpdf version 4.04, which is vulnerable to 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/ directory.

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

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, but should abruptly give segmentation fault on 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.

xpdf-docker's People

Contributors

rishvic avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.