CYBERSECURITYTRACKER
TRACKING7,457 stories in this site build1,583 vulnerability news stories in this site build
Vulnerabilities

CVE-2026-60074

Review this vulnerability's source-backed evidence, with unavailable values and read failures kept distinct.

A permanent, source-backed tracker page. Values are shown only when returned; explicit gaps and read failures remain different states.

Full record read. Reported values and explicit gaps below come from the tracked record. Tracker data as of: .

Detection and validation

Mapped metadata availability only. These signals do not change priority.

  • Sigma

    Not mapped by tracked sources.

  • Atomic

    Not mapped by tracked sources.

  • Nuclei

    Not mapped by tracked sources.

  • Metasploit

    Not mapped by tracked sources.

What it is

Reported

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 property `\p{Nd}` and not just `[0-9]`. Date::Manip::Base::check then validates the captured fields with numeric comparisons alone (`$y<1 || $y>9999`, `$m<1 || $m>12`, `$d<1 || $d>$days`), and _parse_check stores the numified fields (`$y+0`).…

Source reported · Source: NVD · Source last published: · Source description excerpt; complete tracked detail loads below. · Source last updated: · Tracker data as of:

What is affected

Reported

SBECK; Date::Manip. Product-level identification only; no affected-version conclusion is available from this field.

Source reported · Source: NVD · Source last published: · Source last updated: · Tracker data as of:

Urgency and basis

Reported

Track · 117.2

Tracker computed · Tracker decision tier from the evidence detailed below · Source last updated: · Tracker data as of:

Exploitation evidence

Not reported

Not reported by tracked sources.

What to do

Not reported

Not reported by tracked sources.

Tracker inference. Guidance from the decision tier: No action now. Remediate within standard update timelines. Monitor for change.

Evidence detail

Loading the full tracker evidence record…

Glossary