gotortc is a camera streaming application. Versions 1.8.5 and prior are vulnerable to DOM-based cross-site scripting. The links page (links.html
) appends the src
GET parameter ([0]
) in all of its links for 1-click previews. The context in which src
is being appended is innerHTML
([1]
), which will insert the text as HTML. Commit 3b3d5b033aac3a019af64f83dec84f70ed2c8aba contains a patch for the issue.
{ "nvd_published_at": "2024-04-04T15:15:39Z", "cwe_ids": [ "CWE-79" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2024-08-05T21:29:25Z" }