CVE Explorer
CVE-2026-60074
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 numi
Known exploited
Not asserted
Disputed
No
Stale source
No
Conflicts
0
Affected products and versions
1 source assertion{"collectionURL":"https://cpan.org/modules","defaultStatus":"unaffected","packageName":"Date-Manip","product":"Date::Manip","programFiles":["lib/Date/Manip/Base.pm","lib/Date/Manip/Date.pm"],"programRoutines":[{"name":"Date::Manip::Base::check"},{"name":"Date::Manip::Date::_parse_check"},{"name":"Date::Manip::Date::_iso8601_rx"},{"name":"Date::Manip::Date::_other_rx"},{"name":"Date::Manip::Date::parse_format"}],"repo":"https://github.com/SBECK-github/Date-Manip","vendor":"SBECK","versions":[{"lessThanOrEqual":"6.99","status":"affected","version":"0","versionType":"custom"}]}
- cve_program_cvelist_v5affectedurn:baitaphish:normalized-source-record:v2:b0dc6adad493dc1be94fd97255de20b6e82d8d8c7bd1b24527a6be6ebaa16ef4 · sha256:5f67c7d20f8a312d… · /containers/cna/affected/0
Provider-owned CVSS observations
1 source assertion{"metric":{"attackComplexity":"LOW","attackVector":"NETWORK","availabilityImpact":"HIGH","baseScore":7.5,"baseSeverity":"HIGH","confidentialityImpact":"NONE","integrityImpact":"NONE","privilegesRequired":"NONE","scope":"UNCHANGED","userInteraction":"NONE","vectorString":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H","version":"3.1"},"metric_type":"cvssV3_1"}
- cve_program_cvelist_v5cvssurn:baitaphish:normalized-source-record:v2:b0dc6adad493dc1be94fd97255de20b6e82d8d8c7bd1b24527a6be6ebaa16ef4 · sha256:5f67c7d20f8a312d… · /containers/adp/1/metrics/0/cvssV3_1
CWE assertions
1 source assertion{"cweId":"CWE-1289","description":"CWE-1289 Improper Validation of Unsafe Equivalence in Input","lang":"en","type":"CWE"}
- cve_program_cvelist_v5cweurn:baitaphish:normalized-source-record:v2:b0dc6adad493dc1be94fd97255de20b6e82d8d8c7bd1b24527a6be6ebaa16ef4 · sha256:5f67c7d20f8a312d… · /containers/cna/problemTypes/0/descriptions/0
Source references
4 source assertions{"url":"http://www.openwall.com/lists/oss-security/2026/07/30/19"}
- cve_program_cvelist_v5referenceurn:baitaphish:normalized-source-record:v2:b0dc6adad493dc1be94fd97255de20b6e82d8d8c7bd1b24527a6be6ebaa16ef4 · sha256:5f67c7d20f8a312d… · /containers/adp/0/references/0
{"url":"https://metacpan.org/release/SBECK/Date-Manip-6.99/source/lib/Date/Manip/Base.pm#L602-614"}
- cve_program_cvelist_v5referenceurn:baitaphish:normalized-source-record:v2:b0dc6adad493dc1be94fd97255de20b6e82d8d8c7bd1b24527a6be6ebaa16ef4 · sha256:5f67c7d20f8a312d… · /containers/cna/references/1
{"url":"https://metacpan.org/release/SBECK/Date-Manip-6.99/source/lib/Date/Manip/Date.pm#L1536-1539"}
- cve_program_cvelist_v5referenceurn:baitaphish:normalized-source-record:v2:b0dc6adad493dc1be94fd97255de20b6e82d8d8c7bd1b24527a6be6ebaa16ef4 · sha256:5f67c7d20f8a312d… · /containers/cna/references/2
{"tags":["patch"],"url":"https://security.metacpan.org/patches/D/Date-Manip/6.99/CVE-2026-60074-r1.patch"}
- cve_program_cvelist_v5referenceurn:baitaphish:normalized-source-record:v2:b0dc6adad493dc1be94fd97255de20b6e82d8d8c7bd1b24527a6be6ebaa16ef4 · sha256:5f67c7d20f8a312d… · /containers/cna/references/0
Attribution and limitations
- CVE Program CVEList V5: Reproduce the MITRE copyright designation and CVE license in copies. Source →
Provider severity values are preserved separately. Baitaphish does not convert them into a risk rating, infer affected products, or treat EPSS as observed exploitation.