NA

CVE-2023-34840

Published: 30/06/2023 Updated: 07/07/2023
CVSS v3 Base Score: 6.1 | Impact Score: 2.7 | Exploitability Score: 2.8
VMScore: 0

Vulnerability Summary

angular-ui-notification v0.1.0, v0.2.0, and v0.3.6 exists to contain a cross-site scripting (XSS) vulnerability.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

angular-ui-notification project angular-ui-notification

Github Repositories

XSS in angular-ui-notification

CVE-2023-34840 Vulnerability Explanation All versions in angular-ui-notification are vulnerable to XSS due to the library not sanitizing the input provided by the user In order to safely use this library, sanitizing / encoding the parameters passed to this library is highly recommended, such as the following: private sanitizeHTML(str: string) { return strreplace(/[^\w ]/