moment@2.15.2 vulnerabilities

Parse, validate, manipulate, and display dates

  • latest version

    2.30.1

  • latest non vulnerable version

  • first published

    14 years ago

  • latest version published

    2 years ago

  • licenses detected

  • Direct Vulnerabilities

    Known vulnerabilities in the moment package. This does not include vulnerabilities belonging to this package’s dependencies.

    Fix vulnerabilities automatically

    Snyk's AI Trust Platform automatically finds the best upgrade path and integrates with your development workflows. Secure your code at zero cost.

    Fix for free
    VulnerabilityVulnerable Version
    • H
    Directory Traversal

    moment is a lightweight JavaScript date library for parsing, validating, manipulating, and formatting dates.

    Affected versions of this package are vulnerable to Directory Traversal when a user provides a locale string which is directly used to switch moment locale.

    How to fix Directory Traversal?

    Upgrade moment to version 2.29.2 or higher.

    <2.29.2
    • L
    Regular Expression Denial of Service (ReDoS)

    moment is a lightweight JavaScript date library for parsing, validating, manipulating, and formatting dates.

    Affected versions of this package are vulnerable to Regular Expression Denial of Service (ReDoS). It used a regular expression (/[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\/]+(\s*?[\u0600-\u06FF]+){1,2}/i) in order to parse dates specified as strings. This can cause a very low impact of about 2 seconds matching time for data 50k characters long.

    How to fix Regular Expression Denial of Service (ReDoS)?

    Upgrade moment to version 2.19.3 or higher.

    <2.19.3