parse-duraton is software that allows users to convert a human readable duration to milliseconds. Versions prior to 2.1.3 are vulnerable to an event loop delay due to the CPU-bound operation of resolving the provided string, from a 0.5ms and up to ~50ms per one operation, with a varying size from 0.01 MB and up to 4.3 MB respectively, and an out of memory that would crash a running Node.js application due to a string size of roughly 10 MB that utilizes unicode characters. Version 2.1.3 contains a patch.
References
Configurations
No configuration.
History
12 Feb 2025, 19:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-02-12 19:15
Updated : 2025-02-12 19:15
NVD link : CVE-2025-25283
Mitre link : CVE-2025-25283
CVE.ORG link : CVE-2025-25283
JSON object : View
Products Affected
No product.
CWE
CWE-1333
Inefficient Regular Expression Complexity