Resource exhaustion in OPNsense - #VU139363
Published: July 26, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to uncontrolled resource consumption in the WebGUI lighttpd listener when buffering request bodies before authentication and CSRF validation. A remote attacker can send one or more large POST requests to cause a denial of service.
The listener accepts request bodies up to 2 GiB and uses temporary files on the root filesystem before passing requests to PHP/FastCGI.