XSS in Alexxit Go2rtc

CVE-2024-29193

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 in the client side. Then, it uses `Object.entries` to iterate over the result whose first item (`name`) gets appended using `innerHTML`. 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 go2rtc’s origin. As of time of publication, no patch is available.

Vulnerability class: XSS (Cross-Site Scripting)

EPSS: 0.005 (37.5th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 6.1 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N.

Affected products

Weakness classification (CWE)

Public proof-of-concept exploits

References

Frequently asked questions

What is CVE-2024-29193?
CVE-2024-29193 is a medium-severity vulnerability in Alexxit Go2rtc, classified under Cross-site Scripting. CVSS score: 6.1/10. Published 2024-04-04.
How severe is CVE-2024-29193?
Medium severity. CVSS v3 base score is 6.1 out of 10.
Is CVE-2024-29193 known to be exploited?
1 public proof-of-concept repositories are indexed. Not currently listed in the CISA KEV catalog.