CVE-2023-30958
03.08.2023, 22:15
A security defect was identified in Foundry Frontend that enabled users to potentially conduct DOM XSS attacks if Foundry's CSP were to be bypassed. This defect was resolved with the release of Foundry Frontend 6.225.0.
Vendor | Product | Version |
---|---|---|
zabbix | frontend | 𝑥 < 6.225.0 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-83 - Improper Neutralization of Script in Attributes in a Web PageThe software does not neutralize or incorrectly neutralizes "javascript:" or other URIs from dangerous attributes within tags, such as onmouseover, onload, onerror, or style.
- CWE-79 - Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')The software does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.