Inefficient Regular Expression Complexity in marked
GHSA-rrrm-qjm4-v8hf · CVE-2022-21680
Published · Modified
Description
Impact
What kind of vulnerability is it?
Denial of service.
The regular expression block.def may cause catastrophic backtracking against some strings.
PoC is the following.
import * as marked from "marked";
marked.parse(`[x]:${' '.repeat(1500)}x ${' '.repeat(1500)} x`);
Who is impacted?
Anyone who runs untrusted markdown through marked and does not use a worker with a time limit.
Patches
Has the problem been patched?
Yes
What versions should users upgrade to?
4.0.10
Workarounds
Is there a way for users to fix or remediate the vulnerability without upgrading?
Do not run untrusted markdown through marked or run marked on a worker thread and set a reasonable time limit to prevent draining resources.
References
Are there any links users can visit to find out more?
- https://marked.js.org/using_advanced#workers
- https://owasp.org/www-community/attacks/Regular_expression_Denial_of_Service_-_ReDoS
For more information
If you have any questions or comments about this advisory:
- Open an issue in marked
References
- WEB https://github.com/markedjs/marked/security/advisories/GHSA-rrrm-qjm4-v8hf
- ADVISORY https://nvd.nist.gov/vuln/detail/CVE-2022-21680
- WEB https://github.com/markedjs/marked/commit/c4a3ccd344b6929afa8a1d50ac54a721e57012c0
- PACKAGE https://github.com/markedjs/marked
- WEB https://github.com/markedjs/marked/releases/tag/v4.0.10
- WEB https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/AIXDMC3CSHYW3YWVSQOXAWLUYQHAO5UX
Ready to move
Start Securing
Free, no credit card | First findings in minutes