GHSA-qgj8-g9q4-7f2p

Suggest an improvement
Source
https://github.com/advisories/GHSA-qgj8-g9q4-7f2p
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/08/GHSA-qgj8-g9q4-7f2p/GHSA-qgj8-g9q4-7f2p.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-qgj8-g9q4-7f2p
Aliases
Published
2024-08-05T21:29:25Z
Modified
2024-08-06T23:12:05.500665Z
Severity
  • 8.8 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H CVSS Calculator
  • 8.7 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N CVSS Calculator
Summary
gotortc vulnerable to Cross-Site Request Forgery
Details

gotortc is a camera streaming application. Versions 1.8.5 and prior are vulnerable to Cross-Site Request Forgery. The /api/config endpoint allows one to modify the existing configuration with user-supplied values. While the API is only allowing localhost to interact without authentication, an attacker may be able to achieve that depending on how go2rtc is set up on the upstream application, and given that this endpoint is not protected against CSRF, it allows requests from any origin (e.g. a "drive-by" attack) . The exec handler allows for any stream to execute arbitrary commands. An attacker may add a custom stream through api/config, which may lead to arbitrary command execution. In the event of a victim visiting the server in question, their browser will execute the requests against the go2rtc instance. Commit 8793c3636493c5efdda08f3b5ed5c6e1ea594fd9 adds a warning about secure API access.

References

Affected packages

Go / github.com/AlexxIT/go2rtc

Package

Name
github.com/AlexxIT/go2rtc
View open source insights on deps.dev
Purl
pkg:golang/github.com/AlexxIT/go2rtc

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.9.0