cve/2025/CVE-2025-59411.md
2025-09-29 21:09:30 +02:00

19 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### [CVE-2025-59411](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-59411)
![](https://img.shields.io/static/v1?label=Product&message=v6&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3C%206.5.11%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-79%3A%20Improper%20Neutralization%20of%20Input%20During%20Web%20Page%20Generation%20('Cross-site%20Scripting')&color=brightgreen)
### Description
CubeCart is an ecommerce software solution. Prior to version 6.5.11, the contact forms Enquiry field accepts raw HTML and that HTML is included verbatim in the email sent to the store admin. By submitting HTML in the Enquiry, the admin receives an email containing that HTML. This indicates user input is not being escaped or sanitized before being output in email (and possibly when re-rendering the form), leading to Cross-Site Scripting / HTML injection risk in email clients or admin UI. This issue has been patched in version 6.5.11.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/adityaax/adityaax
- https://github.com/fkie-cad/nvd-json-data-feeds