Update: Got a mail from snapdeal security team, and this vulnerability has been fixed.
I just found a XSS vulnerability on a very popular Indian e-commerce site snapdeal.com. It was a bit tricky to find the XSS pattern, because searching for a string containing some javascript functions such as “alert(” or “String.fromCharCode(“, were throwing “Access Denied” page. Though, the search string containing “eval(” wasn’t throwing any error.
hacking
Popular (and not so popular) Indian E-commerce websites with XSS vulnerabilities
StandardI was going though few Indian e-commerce websites and found XSS vulnerabilities in few of them. I’m not publishing injection patterns due to security reasons. If anyone from the companies listed below want to know the injection pattern for their respective websites, get in touch. Below is the list of websites which are vulnerable:
- http://shopping.indiatimes.com/
- http://www.fabfurnish.com/
- http://www.saholic.com/
- http://www.bewakoof.com/
- http://www.lenskart.com/
- http://www.watchkart.com/
- http://www.bagskart.com/
- http://www.jewelskart.com/
- http://www.fnp.com/
- http://www.naaptol.com/
Find the screenshots for all the sites listed above (click to enlarge) : Continue reading
DealsAndYou, why you no sanitize inputs?
StandardUpdate: Dealsandyou has fixed the bug. Responded on twitter with a thanks.
I was looking at dealsandyou.com a couple of days back and something (may be their bad design) made me do a XSS vulnerability test on their “Search” input box using the XSS Locator code snippet. Voila!, an alert box popped up confirming my hunch. Continue reading