Skip to content

Cross-site Scripting in Prism

High severity GitHub Reviewed Published Feb 18, 2022 in PrismJS/prism • Updated Feb 3, 2023

Package

npm prismjs (npm)

Affected versions

>= 1.14.0, < 1.27.0

Patched versions

1.27.0

Description

Impact

Prism's Command line plugin can be used by attackers to achieve an XSS attack. The Command line plugin did not properly escape its output, leading to the input text being inserted into the DOM as HTML code.

Server-side usage of Prism is not impacted. Websites that do not use the Command Line plugin are also not impacted.

Patches

This bug has been fixed in v1.27.0.

Workarounds

Do not use the Command line plugin on untrusted inputs, or sanitized all code blocks (remove all HTML code text) from all code blocks that use the Command line plugin.

References

References

@RunDevelopment RunDevelopment published to PrismJS/prism Feb 18, 2022
Published by the National Vulnerability Database Feb 18, 2022
Published to the GitHub Advisory Database Feb 22, 2022
Reviewed Feb 22, 2022
Last updated Feb 3, 2023

Severity

High

CVSS overall score

This score calculates overall vulnerability severity from 0 to 10 and is based on the Common Vulnerability Scoring System (CVSS).
/ 10

CVSS v3 base metrics

Attack vector
Network
Attack complexity
High
Privileges required
None
User interaction
Required
Scope
Changed
Confidentiality
High
Integrity
Low
Availability
Low

CVSS v3 base metrics

Attack vector: More severe the more the remote (logically and physically) an attacker can be in order to exploit the vulnerability.
Attack complexity: More severe for the least complex attacks.
Privileges required: More severe if no privileges are required.
User interaction: More severe when no user interaction is required.
Scope: More severe when a scope change occurs, e.g. one vulnerable component impacts resources in components beyond its security scope.
Confidentiality: More severe when loss of data confidentiality is highest, measuring the level of data access available to an unauthorized user.
Integrity: More severe when loss of data integrity is the highest, measuring the consequence of data modification possible by an unauthorized user.
Availability: More severe when the loss of impacted component availability is highest.
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:L/A:L

EPSS score

0.093%
(41st percentile)

Weaknesses

CVE ID

CVE-2022-23647

GHSA ID

GHSA-3949-f494-cm99

Source code

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