2 matches found
EUVD-2026-51124
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 \pNd and not...
5.9AI score
SaveExploits0References3
PT-2026-66474
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 pNd and not...
5.9AI score
SaveExploits0References4
20