cve/2024/CVE-2024-29193.md
2024-06-09 00:33:16 +00:00

1.3 KiB
Raw Blame History

CVE-2024-29193

Description

gotortc is a camera streaming application. Versions 1.8.5 and prior are vulnerable to DOM-based cross-site scripting. The index page (index.html) shows the available streams by fetching the API ([0]) in the client side. Then, it uses Object.entries to iterate over the result ([1]) whose first item (name) gets appended using innerHTML ([2]). In the event of a victim visiting the server in question, their browser will execute the request against the go2rtc instance. After the request, the browser will be redirected to go2rtc, in which the XSS would be executed in the context of go2rtcs origin. As of time of publication, no patch is available.

POC

Reference

Github

No PoCs found on GitHub currently.