Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2022-31129

7.5 · HIGH
Published Jul 6, 2022 momentjs CWE-400 EPSS 5.25% (92th pctl)

Overview

CVE-2022-31129 is a high-severity vulnerability affecting momentjs moment. It was published on July 6, 2022 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

moment is a JavaScript date library for parsing, validating, manipulating, and formatting dates. Affected versions of moment were found to use an inefficient parsing algorithm. Specifically using string-to-date parsing in moment (more specifically rfc2822 parsing, which is tried by default) has quadratic (N^2) complexity on specific inputs. Users may notice a noticeable slowdown is observed with inputs above 10k characters. Users who pass user-provided strings without sanity length checks to moment constructor are vulnerable to (Re)DoS attacks. The problem is patched in 2.29.4, the patch can be applied to all affected versions with minimal tweaking. Users are advised to upgrade. Users unable to upgrade should consider limiting date lengths accepted from user input.

Remediation

Check the references section for vendor advisories and patches from momentjs. Update moment to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
momentjs moment >= 2.18.0, < 2.29.4 Affected

Frequently Asked Questions

What is CVE-2022-31129?

CVE-2022-31129 is a high-severity vulnerability affecting momentjs moment. It was published on July 6, 2022 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2022-31129?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2022-31129?

Check the references section for vendor advisories and patches from momentjs. Update moment to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2022-31129?

CyberStrike's AI-powered security agents can automatically detect CVE-2022-31129 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.