Security readout for executives and security teams
Plain-English summary
CVE-2021-23388 is a denial-of-service issue in the npm package forms. Certain versions can spend excessive CPU time when validating crafted email input, potentially slowing or interrupting services that expose affected form validation to users.
Executive priority
Treat as a routine but real availability risk. Prioritize remediation where affected email validation is internet-facing or unauthenticated; lower priority for internal-only or unreachable code paths.
Technical view
The affected forms versions use vulnerable email-validation regular expression behavior that can trigger Regular Expression Denial of Service. The CVSS vector is network-accessible, low complexity, no privileges, no user interaction, unchanged scope, and limited availability impact only.
Likely exposure
Exposure is most likely in Node.js applications using forms before 1.2.1, or 1.3.0 through before 1.3.2, especially on public routes accepting email input.
Exploitation context
The source bundle does not show CISA KEV listing or cited evidence of active exploitation. The risk is service degradation, not data theft or integrity compromise, based on the CVSS impacts provided.
Researcher notes
Evidence supports a ReDoS flaw in email validation with fixed-version boundaries. The bundle does not include CWE mapping, exploit-in-the-wild proof, or detailed operational mitigations beyond upgrading and dependency validation.
Mitigation direction
- Upgrade forms to a non-affected version, such as 1.2.1 or 1.3.2 or later.
- Check direct and transitive dependencies for vulnerable forms versions.
- Review vendor and advisory guidance before relying on compensating controls.
- Limit exposure of unauthenticated endpoints that invoke affected email validation.
Validation and detection
- Inspect package manifests and lockfiles for forms versions in affected ranges.
- Confirm dependency scanning no longer reports CVE-2021-23388.
- Identify public routes or APIs that validate email through forms.
- Monitor affected services for unusual CPU spikes or request latency.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CVE-2021-23388 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Medium
- CVSS
- 5.3 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L3.91.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
5.3MediumVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Source materials
- CVE List V5 sourceCVE List V5
- https://snyk.io/vuln/SNYK-JS-FORMS-1296389CVE reference · x_refsource_MISC
- https://github.com/caolan/forms/pull/214CVE reference · x_refsource_MISC
- https://github.com/caolan/forms/pull/214/commits/d4bd5b5febfe49c1f585f162e04ec810f8dc47a0CVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
