CVE-2023-20228
16.08.2023, 21:15
A vulnerability in the web-based management interface of Cisco Integrated Management Controller (IMC) could allow an unauthenticated, remote attacker to conduct a cross-site scripting (XSS) attack against a user of the interface. This vulnerability is due to insufficient validation of user input. An attacker could exploit this vulnerability by persuading a user of an affected interface to click a crafted link. A successful exploit could allow the attacker to execute arbitrary script code in the browser of the targeted user or access sensitive, browser-based information.
Vendor | Product | Version |
---|---|---|
cisco | encs_5100_firmware | 3.2 ≤ 𝑥 < 3.2.15.1 |
cisco | encs_5400_firmware | 3.2 ≤ 𝑥 < 3.2.15.1 |
cisco | ucs_c220_m5_rack_server_firmware | 4.2 ≤ 𝑥 < 4.3.2.230207 |
cisco | ucs_e160s_m3_firmware | 𝑥 < 3.2.15.1 |
cisco | ucs_e180d_m3_firmware | 𝑥 < 3.2.15.1 |
cisco | ucs-e1120d-m3_firmware | 𝑥 < 3.2.15.1 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-80 - Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)The software receives input from an upstream component, but it does not neutralize or incorrectly neutralizes special characters such as "<", ">", and "&" that could be interpreted as web-scripting elements when they are sent to a downstream component that processes web pages.
- 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.