Server-Side Request Forgery (SSRF) in Janus WebRTC Server - #VU151865
Published: September 23, 2026
Vulnerability details
The vulnerability allows a remote attacker to send arbitrary commands to internal services.
The vulnerability exists due to improper URL protocol restriction in the TextRoom plugin's room post and new_post URL handling when processing API-supplied URLs. A remote attacker can supply a gopher URL through the plugin signaling API to send arbitrary commands to internal services.
Requests made through this vector are blind, and the TextRoom plugin does not set a timeout for them.