VYPR

libstring-util-perl

by Debian

CVEs (1)

  • CVE-2026-14895Jul 8, 2026
    risk 0.00cvss epss

    String::Util versions before 1.36 for Perl are susceptible to a regular expression denial of service. The trim and rtrim functions stripped trailing whitespace with s/\s*$//u. Because \s* matches greedily and the $ anchor fails whenever a non-whitespace character follows the…