VYPR

Date-Manip

by Date Manip

Source repositories

CVEs (2)

  • CVE-2026-60075HigJul 30, 2026
    risk 0.42cvss 7.5epss 0.00

    Date::Manip versions through 7.00 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-60074HigJul 30, 2026
    risk 0.42cvss 7.5epss 0.00

    Date::Manip versions through 7.00 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…