From 2b7de75ce14fd569b5d0d33475b1f0fe38d3d30a Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 18 Oct 2004 17:56:31 +0000 Subject: Document a SQL command injection in Cacti. The status of the PHP configuration option magic_quotes_gpc was confirmed by: ale Approved by: nectar --- security/vuxml/vuln.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 13dfb3890a5a..941c4621d92b 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,32 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> + + cacti -- SQL injection + + + cacti + 0.8.6 + + + + +

Fernando Quintero reports that Cacti 0.8.5a suffers from a + SQL injection attack where an attacker can change the + password for any Cacti user. This attack is not possible if + the PHP option magic_quotes_gpc is set to On, which is the + default for PHP in FreeBSD.

+ +
+ + http://marc.theaimsgroup.com/?l=full-disclosure&m=109269427427368 + + + 2004-08-16 + 2004-10-17 + +
+ apache13-modssl -- format string vulnerability in proxy support -- cgit