SQL injection in Cacti - CVE-2026-39948
Published: June 22, 2026
Vulnerability details
The vulnerability allows a remote attacker to execute arbitrary SQL commands.
The vulnerability exists due to SQL injection in the rfilter parameter handling in graph_view.php and related RLIKE query sites when handling user-supplied rfilter input. A remote attacker can send a specially crafted request to execute arbitrary SQL commands.
The pre-authentication vector reaches the SQL sink through raw grv('rfilter') usage, while sites that validate the parameter with regex filtering are not affected by this specific injection pattern.