MGB - Multiple Cross-Site Scripting / SQL Injections

Author: Stefan Schurtz
type: webapps
platform: php
port: 
date_added: 2012-07-09  
date_updated: 2015-07-04  
verified: 1  
codes:   
tags:   
aliases:   
screenshot_url:   
application_url:   

raw file: 37489.txt  
source: https://www.securityfocus.com/bid/54348/info

MGB is prone to multiple cross-site scripting vulnerabilities and an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data.

Exploiting these issues could allow an attacker to steal cookie-based authentication credentials, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.

MGB 0.6.9.1 is vulnerable; other versions may also be affected.

http://www.example.com/mgb/admin/admin.php?action=delete&id=[SQLi]&p=1

http://www.example.com/mgb/index.php?p=1â??"</script><script>alert(document.cookie)</script> [XSS]

http://www.example.com/mgb/newentry.php [XSS]