cve/2019/CVE-2019-17625.md

21 lines
994 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2019-17625](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17625)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### 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
- https://github.com/ramboxapp/community-edition/issues/2418
#### Github
- https://github.com/0xT11/CVE-POC
- https://github.com/Ekultek/CVE-2019-17625
- https://github.com/developer3000S/PoC-in-GitHub
- https://github.com/hectorgie/PoC-in-GitHub