BugTraq
Back to list
|
Post reply
XSS in Microsoft SharePoint
May 04 2007 10:01PM
ville solarius gmail com
(1 replies)
Hi!
I think this is a XSS in MS SharePoint, you can reproduce it in SharePoint test server using for example following url:
http://www.example.com/sharepoint/default.aspx/%22);}if(true){alert(%22q
wertytis
This is due a lack of string stripping when putting the path into javascript.
It seems to work at least on every main page.
I tried to check for this in the web, but I didn't found this hole anywhere.
--
Regards,
Solarius - http://www.solarius.name
[ reply ]
RE: XSS in Microsoft SharePoint
May 05 2007 05:31PM
Jim Harrison (Jim isatools org)
(1 replies)
Re: XSS in Microsoft SharePoint
May 13 2007 11:42AM
Solarius (ville solarius gmail com)
Privacy Statement
Copyright 2010, SecurityFocus
I think this is a XSS in MS SharePoint, you can reproduce it in SharePoint test server using for example following url:
http://www.example.com/sharepoint/default.aspx/%22);}if(true){alert(%22q
wertytis
This is due a lack of string stripping when putting the path into javascript.
It seems to work at least on every main page.
I tried to check for this in the web, but I didn't found this hole anywhere.
--
Regards,
Solarius - http://www.solarius.name
[ reply ]