Resource exhaustion in Janus WebRTC Server - #VU151861
Published: September 23, 2026
Vulnerability details
The vulnerability allows a remote user to cause a denial of service.
The vulnerability exists due to uncontrolled resource consumption in the videoroom create request handler when processing a create request containing an excessively large threads value. A remote user can submit a crafted create request to cause a denial of service.
The helper-thread creation loop holds rooms_mutex, blocking other videoroom operations while allocations are attempted.