Non-persistent XSS at Microsoft -Adesh Kolte
Hello Guyzz
I am Adesh Nandkishor Kolte (An Independent Security Resercher From India)
I had found a reflected XSS issue Microsoft, below is the My Writeup.
Vulnerability Type: Non Persistent XSS
Abstract: The affected url is vulnerable to Non-persistent XSS due to which an attacker is able to take over Microsoft account of logged in user.
Affected Url: https://www.microsoft.com/en-us/research/search/?q=<script>prompt();<script>
Payload: <script>prompt();</script>
Vulnerability Impact Senario: With Non Persistent Cross Site Scripting(XSS) an attacker can create custom URL with cookie stealing code on visiting which a user’s cookie can be stolen and his account can be hijacked.
Vulnerability Reproduction Steps(POC):
1. Visit the URL “https://www.microsoft.com/en-us/research/search/?q="
2. With the parameter “q=” we can inject our payload.
Brief description of the issue:
This vulnerability is caused due to validation present only on the Search textbox present on the webpage. And no validation is present if we provide the same malicious HTML payload directly through the URL.
Proof of Concept:
Hall Of Fame:
Hall Of Fame Link:
https://technet.microsoft.com/en-us/security/cc308575#0420
Thanks For Reading :)