CVE-2024-1606
18.03.2024, 10:15
Lack of input sanitization in BMC Control-M branches 9.0.20 and 9.0.21 allows logged-in users formanipulation of generated web pages via injection of HTML code. This might lead to a successful phishing attack for example by tricking users into using a hyperlink pointing to a website controlled by an attacker. Fix for 9.0.20 branch was released in version 9.0.20.238.Fix for 9.0.21 branch was released in version 9.0.21.200.
Vendor | Product | Version |
---|---|---|
bmc | control-m | 9.0.20 ≤ 𝑥 < 9.0.20.238 |
bmc | control-m | 9.0.21 ≤ 𝑥 < 9.0.21.201 |
𝑥
= 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.