VYPR

Date::Manip

by Perl Foundation

CVEs (2)

  • CVE-2026-60075Jul 31, 2026
    risk 0.00cvss epss

    Date::Manip versions through 6.99 for Perl allow CPU exhaustion via quadratic backtracking in the unanchored time substitution in _parse_time. _parse_time removes a time from anywhere in the string with the unanchored substitution `s/$timerx/ /`, where $timerx is an…

  • CVE-2026-60074Jul 31, 2026
    risk 0.00cvss epss

    Date::Manip versions through 6.99 for Perl return corrupted dates via non-ASCII decimal digits that pass the numeric range tests in check. The parse regexes capture year, month and day with the `\d` shorthand, which on a character string matches the whole Unicode decimal digit…