VYPR

PyPI package

pygments

pkg:pypi/pygments

Vulnerabilities (5)

  • CVE-2026-4539LowMar 22, 2026
    affected < 2.20.0fixed 2.20.0

    A security flaw has been discovered in pygments up to 2.19.2. The impacted element is the function AdlLexer of the file pygments/lexers/archetype.py. The manipulation results in inefficient regular expression complexity. The attack is only possible with local access. The exploit

  • CVE-2022-40896Jul 19, 2023
    affected < 2.15.0fixed 2.15.0

    A ReDoS issue was discovered in pygments/lexers/smithy.py in pygments through 2.15.0 via SmithyLexer.

  • CVE-2021-20270Mar 23, 2021
    affected >= 1.5, < 2.7.4fixed 2.7.4

    An infinite loop in SMLLexer in Pygments versions 1.5 to 2.7.3 may lead to denial of service when performing syntax highlighting of a Standard ML (SML) source file, as demonstrated by input that only contains the "exception" keyword.

  • CVE-2021-27291Mar 17, 2021
    affected >= 1.1, < 2.7.4fixed 2.7.4

    In pygments 1.1+, fixed in 2.7.4, the lexers used to parse programming languages rely heavily on regular expressions. Some of the regular expressions have exponential or cubic worst-case complexity and are vulnerable to ReDoS. By crafting malicious input, an attacker can cause a

  • CVE-2015-8557CriJan 8, 2016
    affected >= 1.2.2, < 2.1fixed 2.1

    The FontManager._get_nix_font_path function in formatters/img.py in Pygments 1.2.2 through 2.0.2 allows remote attackers to execute arbitrary commands via shell metacharacters in a font name.