CVE Catalog

CVE-2026-89248

MediumCVSS 5.3
Published: Updated: Translated: NVD NIST

Summary

AVideo through commit c3edcc274c389816d434acadac07ee78eaf330c1 is missing an authentication/authorization check in plugin/WebRTC/status.json.php. When the WebRTC plugin is present, any unauthenticated remote user can request the endpoint and receive JSON containing the absolute filesystem path of the WebRTC2RTMP helper binary, the configured WebRTC port, file_exists/is_executable status, log contents, and port reachability information.

Risk Assessment

Exposure of system paths, configuration, and logs facilitates attacker reconnaissance and may lead to further attacks on the infrastructure.

Recommendation

Add a User::isLogged(), User::isAdmin(), or forbiddenPage() check to the status.json.php endpoint; until a fix is available, consider disabling the WebRTC plugin or restricting access to the endpoint at the web server level.

Other vulnerabilities in AVideo

See all
Original NVD description (English source)

AVideo through commit c3edcc274c389816d434acadac07ee78eaf330c1 is missing an authentication/authorization check in plugin/WebRTC/status.json.php. When the WebRTC plugin is present, any unauthenticated remote user can request /plugin/WebRTC/status.json.php and receive JSON containing the absolute filesystem path of the WebRTC2RTMP helper binary (revealing the document-root path), the configured WebRTC port, file_exists/is_executable status for the binary, the contents of the WebRTC log/JSON files (videos/WebRTC2RTMP.log) when present, and whether the configured port is reachable on loopback (127.0.0.1) and on the public address. The endpoint performs no User::isLogged(), User::isAdmin(), or forbiddenPage() check. The issue was unfixed at the time of reporting.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS