PatchSiren cyber security CVE debrief
CVE-2026-60075 SBECK CVE debrief
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-07-30T14:17:02.710Z and has not been modified since then. The vulnerability in Date::Manip versions through 6.99 for Perl allows CPU exhaustion via quadratic backtracking in the unanchored time substitution in _parse_time. This occurs when the function attempts to parse a string with a long run of whitespace, causing the engine to retry the match at every position of the whitespace run. This can lead to significant CPU consumption and potential denial of service. The vulnerability can be triggered by passing an untrusted string of unbounded length to ParseDate(), Date::Manip::Date->parse() or ->parse_time(). To verify and mitigate this vulnerability, defenders should review the official advisory, validate affected scope and severity, and implement input validation and sanitization for untrusted strings. Additionally, operators, platform administrators, and security teams should review compensating controls and implement rate limiting or other controls to prevent excessive CPU consumption.
- Vendor
- SBECK
- Product
- Date::Manip
- CVSS
- HIGH 7.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-30
- Original CVE updated
- 2026-09-02
- Advisory published
- 2026-07-30
- Advisory updated
- 2026-09-02
Who should care
Developers and administrators using Date::Manip in Perl applications, especially those that parse untrusted input, should be aware of this vulnerability and take steps to mitigate it. This includes reviewing the official advisory, validating affected scope and severity, and implementing input validation and sanitization for untrusted strings. Additionally, operators, platform administrators, and security teams should review compensating controls and implement rate limiting or other controls to prevent excessive CPU consumption.
Technical summary
The _parse_time function in Date::Manip versions through 6.99 for Perl is vulnerable to CPU exhaustion via quadratic backtracking in the unanchored time substitution. This occurs when the function attempts to parse a string with a long run of whitespace, causing the engine to retry the match at every position of the whitespace run. This can lead to significant CPU consumption and potential denial of service. The vulnerability can be triggered by passing an untrusted string of unbounded length to ParseDate(), Date::Manip::Date->parse() or ->parse_time().
Defensive priority
High-priority defensive actions are required to mitigate the risk of CPU exhaustion via quadratic backtracking in the unanchored time substitution in _parse_time.
Recommended defensive actions
- Update Date::Manip to a version that fixes the vulnerability
- Implement input validation and sanitization for untrusted strings passed to ParseDate(), Date::Manip::Date->parse() or ->parse_time()
- Monitor CPU usage and implement rate limiting or other controls to prevent excessive CPU consumption
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE-2026-60075 vulnerability in Date::Manip versions through 6.99 for Perl allows CPU exhaustion via quadratic backtracking in the unanchored time substitution in _parse_time. Evidence is based on official CVE and NVD records, as well as source references from Metacpan and Openwall. The vulnerability can be triggered by passing an untrusted string of unbounded length to ParseDate(), Date::Manip::Date->parse() or ->parse_time(), which can lead to significant CPU consumption and potential denial of service. To verify and mitigate this vulnerability, defenders should review the official advisory, validate affected scope and severity, and implement input validation and sanitization for untrusted strings.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-60075 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-60075
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-60075 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-60075
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://metacpan.org/release/SBECK/Date-Manip-6.99/source/lib/Date/Manip/Date.pm
9b29abf9-4ab0-4765-b253-1875cd9b441e
-
Source reference
Unverified legacy reference
URL: https://metacpan.org/release/SBECK/Date-Manip-6.99/source/lib/Date/Manip/Date.pm
9b29abf9-4ab0-4765-b253-1875cd9b441e
-
Source reference
Unverified legacy reference
URL: https://security.metacpan.org/patches/D/Date-Manip/6.99/CVE-2026-60075-r1.patch
9b29abf9-4ab0-4765-b253-1875cd9b441e
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.