VYPR

String-Util

by Scottchiefbaker

Source repositories

CVEs (1)

  • CVE-2026-14895HigJul 7, 2026
    risk 0.42cvss 7.5epss 0.00

    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…