Skip to content

Security: openwall/john-packages

Security

SECURITY.md

Security Policy

Warning

  • john isn't to be used on untrusted input and should be run with the lowest privileges necessary;
    • it is unrealistic to have zero bugs, it is a consequence of how many formats and different parsers it has.
  • prefer sandboxed versions of packages (snap, flatpak or Docker) whenever you need "hardening".

Additionally:

Important

  • the MPI library (not used by packages from this repository) tends to open and listening ports, so it can expose itself, john, and the underlying system to direct network-based attacks as well;
  • use the --format option to reduce parsing of input files;
  • if you are compiling john yourself, you can also reduce dependencies by removing plugin formats or ignoring optional libraries/features, thus minimizing the attack surface for potential security threats.

Supported Versions

The john community releases patches for security vulnerabilities. Which versions are eligible for receiving such patches depends on the version:

Version Supported Note
upstream bleeding code Under development version
rolling 1.9J1+2404 Most recent release
jumbo 1 or older No longer maintained

Reporting a Vulnerability

Please just report issues in public right away:

The john community will send you a response indicating the next steps in handling your report. After the initial response to your report, the security team will keep you informed of progress and may request additional information or guidance.

If the issue is confirmed, john community will release a patch as soon as possible depending on complexity.

Please note that for security purposes all inputs are considered trusted by upstream john, and it should be assumed that input can control the program in arbitrary ways. In cases where greater robustness is desired, use the snap, the flatpak or the Docker version; you can also use the --format option to reduce parsing of input files.

When to Report a Vulnerability

When you think John The Ripper has a potential security vulnerability.

When you know of or suspect a potential vulnerability on another project that is used by john. For example, in a packaged dependency.

There aren’t any published security advisories