cve/2019/CVE-2019-6961.md
2024-06-09 00:33:16 +00:00

959 B

CVE-2019-6961

Description

Incorrect access control in actionHandlerUtility.php in the RDK RDKB-20181217-1 WebUI module allows a logged in user to control DDNS, QoS, RIP, and other privileged configurations (intended only for the network operator) by sending an HTTP POST to the PHP backend, because the page filtering for non-superuser (in header.php) is done only for GET requests and not for direct AJAX calls.

POC

Reference

Github

No PoCs found on GitHub currently.