CVE-2026-60075 Details
Description
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 auto-generated alternation of time patterns reached through a leading `(?:$atrx|^|\s+)`. The engine therefore retries the match at every position of an interior whitespace run: at each start position the leading `\s+` consumes the rest of the run greedily, the time alternation fails because the run holds no digits, and the engine backtracks a space at a time across the run before advancing the start position, which is quadratic in the length of the run. No time need be present in the string for this to happen, only a long run of whitespace, and the parse time rises about fourfold for each doubling of the run: a few kilobytes of whitespace costs seconds of CPU per parse and tens of kilobytes costs minutes. Any caller that passes an untrusted string of unbounded length to ParseDate(), Date::Manip::Date->parse() or ->parse_time() can be made to spend unbounded CPU in a single parse, a denial of service.
A denial-of-service vulnerability has been identified in Date::Manip versions prior to 6.99 for Perl. The issue arises from unanchored regular expression substitutions in the time parsing function, which can lead to excessive CPU usage. The vulnerability allows for quadratic backtracking, where the regex engine retries matches at every position of a whitespace run, causing significant performance degradation. Exploitation can be triggered by passing an untrusted string with a long run of whitespace to the time parsing functions, such as ParseDate() or Date::Manip::Date->parse().
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 30, 2026CISA-ADP
Assessed Jul 31, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/SBECK-github/Date-Manip/pull/55 | CPANSec | |
| https://metacpan.org/release/SBECK/Date-Manip-6.99/source/lib/Date/Manip/Date.pm#L1526 | CPANSec | Source CodeVendor |
| https://metacpan.org/release/SBECK/Date-Manip-6.99/source/lib/Date/Manip/Date.pm#L1811 | CPANSec | Source CodeVendor |
| https://security.metacpan.org/patches/D/Date-Manip/6.99/CVE-2026-60075-r1.patch | CPANSec | Broken LinkVendor |
| http://www.openwall.com/lists/oss-security/2026/07/30/20 | CVE |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-1333 | Inefficient Regular Expression Complexity | CPANSec |
Affected Products
| Product | Versions |
|---|---|
| Date::Manip | <= 6.99 |
CPE
Remediation
| |
Change History
6 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 2, 2026 | CVE Modified | CPANSec |
| Sep 2, 2026 | CVE Modified | CVE |
| Aug 21, 2026 | CVE Modified | CPANSec |
| Jul 31, 2026 | CVE Modified | CISA-ADP |
| Jul 30, 2026 | CVE Modified | CVE |
| Jul 30, 2026 | New CVE Received | CPANSec |
Volerion