CVE-2021-32821: MooTools Regular Expression Denial of Service
7.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.64608%
CWE
Published
1/3/2023
Updated
4/2/2024
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 |
---|---|---|---|
mootools | npm | <= 1.5.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The advisory specifically references Slick.Parser.js
as the vulnerable component, and the provided PoC demonstrates exploitation via Slick.Slick.parse()
. The vulnerability stems from inefficient regex patterns in the CSS selector parsing logic, which is core functionality handled by this parser. The direct reproduction using this function
and the CWE mapping to inefficient regex complexity confirm this assessment.