perl-Date-Manip-6.60-3.el8_10.1

エラータID: AXSA:2026-1619:01

Release date: 
Sunday, August 23, 2026 - 10:59
Subject: 
perl-Date-Manip-6.60-3.el8_10.1
Affected Channels: 
Asianux Server 8 for x86_64
Severity: 
High
Description: 

Date::Manip is a series of modules designed to make any common date/time operation easy to do. Operations such as comparing two times, determining a data a given amount of time from another, or parsing international times are all easily done. It deals with time as it is used in the Gregorian calendar (the one currently in use) with full support for time changes due to daylight saving time.

Security Fix(es):

* perl-Date-Manip: Date::Manip for Perl: Denial of Service via CPU exhaustion in date parsing (CVE-2026-60075)

For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.

CVE-2026-60075
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 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.

Solution: 

Update packages.

Additional Info: 

N/A

Download: 

SRPMS
  1. perl-Date-Manip-6.60-3.el8_10.1.src.rpm
    MD5: 955a671ef91d4cda5c3a95ee7b34afef
    SHA-256: 69bd2c43174524fc7b353bf703b2aa0912ff930d4d01c9a75a42f0a795601892
    Size: 1.57 MB

Asianux Server 8 for x86_64
  1. perl-Date-Manip-6.60-3.el8_10.1.noarch.rpm
    MD5: ef8201ea3685847382da445b11446691
    SHA-256: 2b2808fdd4a9decd21cb210765737dd5f601661349ed791e98bc6bdcefc1b7dd
    Size: 1.10 MB