Exploitation Summary
EIP tracks 1 public exploit for CVE-2006-6799. PoCs published by rgod.
AI-analyzed exploit summary This exploit targets a SQL injection vulnerability in Cacti <= 0.8.6i via the 'cmd.php' script, leveraging improper input validation to inject malicious SQL commands. The injected commands manipulate the 'poller_item' table to execute arbitrary commands via a popen() call in the poller.php script.
Description
SQL injection vulnerability in Cacti 0.8.6i and earlier, when register_argc_argv is enabled, allows remote attackers to execute arbitrary SQL commands via the (1) second or (2) third arguments to cmd.php. NOTE: this issue can be leveraged to execute arbitrary commands since the SQL query results are later used in the polling_items array and popen function.
Exploits (1)
This exploit targets a SQL injection vulnerability in Cacti <= 0.8.6i via the 'cmd.php' script, leveraging improper input validation to inject malicious SQL commands. The injected commands manipulate the 'poller_item' table to execute arbitrary commands via a popen() call in the poller.php script.