Maian Weblog 2.0 - 'print.php' SQL Injection

Author: Aliaksandr Hartsuyeu
type: webapps
platform: php
port: 
date_added: 2006-03-27
date_updated: 2016-12-13
verified: 1
codes: CVE-2006-1334;OSVDB-23945
tags: 
aliases: 
screenshot_url: 
application_url: 

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

Maian Weblog is prone to multiple SQL-injection vulnerabilities. The application fails to properly sanitize user-supplied input before using it in SQL queries.

This will allow an attacker to inject arbitrary SQL logic into the vulnerable parameters and scripts. As a result, the attacker may be able to access or modify sensitive information, compromise the application, or even compromise the underlying database. Other attacks are possible.

http://www.example.com/print.php?cmd=log&entry=999'% 20union%20select% 201,2,3,4,5, 6/*
↑