cve/2019/CVE-2019-17625.md
2024-06-18 02:51:15 +02:00

994 B

CVE-2019-17625

Description

There is a stored XSS in Rambox 0.6.9 that can lead to code execution. The XSS is in the name field while adding/editing a service. The problem occurs due to incorrect sanitization of the name field when being processed and stored. This allows a user to craft a payload for Node.js and Electron, such as an exec of OS commands within the onerror attribute of an IMG element.

POC

Reference

Github