Multiple SQL Injection and XSS in eggblog

Summary

Vulnerability
Multiple SQL Injection and XSS in eggblog
Discovered
2006.01.17
Last Update
0 n/a
ID
EV0039
CVE
CVE-2006-0349 CVE-2006-0350
Risk Level
medium
Type
Multiple Vulnerabilities
Status
Unpatched
Vendor
n/a
Vulnerable Software
eggblog (http://www.epicdesigns.co.uk/projects/eggblog)
Version
2.0
PoC/Exploit
Available
Solution
Not available
Discovered by
Aliaksandr Hartsuyeu (eVuln.com)

Description

Multiple Vulnerabilities found in eggblog (http://www.epicdesigns.co.uk/projects/eggblog) script.

Most of user defined data isn't properly sanitized. This can be used to make any SQL query by injecting arbitrary SQL code (authorization or viewing blog and forum) or insert any javascript code (when posting new messages).

PoC/Exploit

1. SQL Injection example:

http://host/eggblog/home/blog.php?id=70'%20union%20select%201,2,3,4,5,6,7/*


2. Cross-Site Scripting.

link: http://host/eggblog/forum/topic.php?id=N
message: <XSS>

Solution.

Solution for "Multiple SQL Injection and XSS in eggblog" is not available. Check vendor's website for updates.