# Cross-site scripting vulnerability found on www.google.fr We were able to identify a cross-site scripting (XSS) vulnerability in the main domain of Google: www.google.fr. ### Description Cross-site scripting is a kind of vulnerability that allows an attacker to send malicious code, usually in the form of Javascript, to another user. Exploiting an XSS may lead to private information compromise, cookie theft or even browser take over. **Access Vector**: Network **Security Risk**: Low **Vulnerability**: CWE-931 **CVSS Base Score**: 3.9 [comment]: https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C ### Proof of Concept Steps to reproduce this XSS issue: 1. First we need to click the link below using Firefox browser: ``` https://www.google.fr/#q=Olympiade&mie=oly%2C%5B%22%2Fm%2F03tnk7%22%2C1%2C%22r%22%2C1%2Cnull%2Cnull%2Cnull%2Cnull%2Cnull%2Cnull%2Cnull%2Cnull%2Cnull%2Cnull%2Cnull%2Cnull%2Cnull%2Cnull%2Cnull%2C0%5D ``` 2. Then, to insert the following payload in the input field related to search: ``` ``` Finally, the alert message box will pop up on the screen. ## Timeline (dd/mm/yyyy) * 05/08/2016 : Initial discovery * 05/08/2016 : Contact with vendor team * 05/08/2016 : Vendor acknowledges with a kind reply: "Nice Catch!" :-) * 09/08/2016 : Vulnerability is fixed. ## Credits * Issam Rabhi -- SYSDREAM Labs GPG : 47D1 E124 C43E F992 2A2E 1551 8EB4 8CD9 D5B2 59A1 * Website: https://sysdream.com/ * Twitter: @sysdream