CVE-2022-41676
29.11.2022, 04:15
Raiden MAILD Mail Server website mail field has insufficient filtering for user input. A remote attacker with general user privilege can send email using the website with malicious JavaScript in the input field, which triggers XSS (Reflected Cross-Site Scripting) attack to the mail recipient.
Vendor | Product | Version |
---|---|---|
raidenmaild | raidenmaild | 𝑥 < 4.7.4 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-85 - Doubled Character XSS ManipulationsThe web application does not filter user-controlled input for executable script disguised using doubling of the involved characters.
- 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.