Skip to content

Regular Expression Denial of Service (ReDoS) in Prism

High severity GitHub Reviewed Published Jun 28, 2021 in PrismJS/prism • Updated Feb 1, 2023

Package

npm prismjs (npm)

Affected versions

< 1.24.0

Patched versions

1.24.0

Description

Some languages before 1.24.0 are vulnerable to Regular Expression Denial of Service (ReDoS).

Impact

When Prism is used to highlight untrusted (user-given) text, an attacker can craft a string that will take a very very long time to highlight. Do not use the following languages to highlight untrusted text.

  • ASCIIDoc
  • ERB

Other languages are not affected and can be used to highlight untrusted text.

Patches

This problem has been fixed in Prism v1.24.

References

References

@RunDevelopment RunDevelopment published to PrismJS/prism Jun 28, 2021
Reviewed Jun 28, 2021
Published to the GitHub Advisory Database Jun 28, 2021
Published by the National Vulnerability Database Jun 28, 2021
Last updated Feb 1, 2023

Severity

High
7.4
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
Required
Scope
Changed
Confidentiality
None
Integrity
None
Availability
High
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:N/A:H

Weaknesses

CVE ID

CVE-2021-32723

GHSA ID

GHSA-gj77-59wh-66hg

Source code

Checking history
See something to contribute? Suggest improvements for this vulnerability.