CVE-2023-39619:
Inefficient Regular Expression Complexity in node-email-check
7.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.38636%
CWE
Published
10/25/2023
Updated
11/8/2023
KEV Status
No
Technology
JavaScript
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
node-email-check | npm | <= 1.0.4 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
- The vulnerability documentation explicitly mentions the scpSyntax component as the attack vector
- The provided PoC in the Gist demonstrates the attack through isValidSync
- NPM documentation shows isValidSync performs synchronous validation without MX checks, directly engaging the regex
- The GitHub issue #2 confirms the regex vulnerability manifests in this function
- While the async isValid() might also be vulnerable, the sync version is explicitly demonstrated and more likely to be used in contexts where ReDoS would be impactful