[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Full-disclosure] CounterChaos <= 0.48c SQL Injection Vulnerability
- To: full-disclosure@xxxxxxxxxxxxxxxxx
- Subject: [Full-disclosure] CounterChaos <= 0.48c SQL Injection Vulnerability
- From: Tamriel <tamriel@xxxxxxx>
- Date: Fri, 04 Aug 2006 00:07:38 +0100
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Advisory: CounterChaos <= 0.48c SQL Injection Vulnerability
Release Date: 2006/08/04
Last Modified: 2006/08/03
Author: Tamriel [tamriel at gmx dot net]
Application: CounterChaos <= 0.48c
Risk: Moderate
Vendor Status: not contacted
Vendor Site: www.chaossoft.de
Overview:
Quote from www.chaossoft.de:
"CounterChaos ist ein flexibler Onlinecounter fuer Ihre Homepage.
Er ist klein und kompakt in PHP geschrieben und benutzt eine
mySQL-Datenbank, um die Daten abzuspeichern."
Details:
SQL Injection Vulnerabilities in counterchaos.php
(arround line 35-45)
...
$referer= $_SERVER["HTTP_REFERER"];
$referer=strtolower($referer);
...
// Ohne www auch nicht gefunden => im Original speichern
mysql_query("INSERT INTO $tabellerefi SET
monat='$akt_monat', jahr='$akt_jahr',
refi='$referer', treffer='1'") or die(mysql_error());
}
...
Here an attacker can fake his http referer and so inject his own
sql queries (magic quotes must be off).
Solution:
Take a view on PHP's ysql_real_escape_string function.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (MingW32)
iD8DBQFE0oG6qBhP+Twks7oRAiHwAJ9rEawQjTC7CBFE2eYdw7HvuVpY7gCeIJIZ
mI1GPKkG4/Y9jiiJbuN9ZpM=
=SAvc
-----END PGP SIGNATURE-----
_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/