Intel

AIKIDO-2025-10659

parse_datetime is vulnerable to Integer Overflow or Wraparound

Integer Overflow or Wraparound Pre-CVE
Found by Aikido Intel before public disclosure or CVE publication.
Published Oct 2, 2025

15

Low Risk

This Affects:

Rustparse_datetime
0.10.0 - 0.11.0
Fixed in 0.12.0
Are you affected? Scan for Free

TL;DR

Affected versions of this package are vulnerable to an integer overflow in the date calculation functions, where the old code performed unchecked multiplication, which could result in a panic on overflow. The patched code introduces a safe check to prevent this. An attacker could exploit this by supplying a huge multiplier value that causes an integer overflow, triggering a panic and resulting in a denial-of-service condition.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range.

Background info

parse_datetime is vulnerable to Integer Overflow or Wraparound in versions 0.10.0 - 0.11.0.

How to fix this

Upgrade the parse_datetime library to the patch version.