2021-01-24 11:37:25 +00:00
id : CVE-2021-22873
info :
2022-10-19 21:11:27 +00:00
name : Revive Adserver <5.1.0 - Open Redirect
2021-01-24 11:37:25 +00:00
author : pudsec
2021-09-10 11:26:40 +00:00
severity : medium
2022-10-19 21:11:27 +00:00
description : Revive Adserver before 5.1.0 contains an open redirect vulnerability via the dest, oadest, and ct0 parameters of the lg.php and ck.php delivery scripts. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
2022-04-22 10:38:41 +00:00
reference :
2022-05-17 09:18:12 +00:00
- https://hackerone.com/reports/1081406
- https://github.com/revive-adserver/revive-adserver/issues/1068
- http://seclists.org/fulldisclosure/2021/Jan/60
2022-10-19 21:11:27 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-22873
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-2021-22873
cwe-id : CWE-601
2022-06-27 23:15:56 +00:00
metadata :
shodan-query : http.favicon.hash:106844876
2022-06-27 23:27:37 +00:00
verified : "true"
2022-08-27 04:41:18 +00:00
tags : cve2021,redirect,revive,hackerone,seclists,cve
2021-01-24 11:37:25 +00:00
requests :
- method : GET
path :
2022-06-06 10:40:15 +00:00
- "{{BaseURL}}/ads/www/delivery/lg.php?dest=http://interact.sh"
- "{{BaseURL}}/adserve/www/delivery/lg.php?dest=http://interact.sh"
- "{{BaseURL}}/adserver/www/delivery/lg.php?dest=http://interact.sh"
- "{{BaseURL}}/openx/www/delivery/lg.php?dest=http://interact.sh"
- "{{BaseURL}}/revive/www/delivery/lg.php?dest=http://interact.sh"
- "{{BaseURL}}/www/delivery/lg.php?dest=http://interact.sh"
2021-01-29 18:05:27 +00:00
2021-09-02 11:59:10 +00:00
stop-at-first-match : true
2022-10-07 21:27:25 +00:00
host-redirects : true
2021-09-02 11:59:10 +00:00
max-redirects : 2
2021-01-24 11:37:25 +00:00
matchers :
2022-06-27 23:15:56 +00:00
- type : regex
part : header
regex :
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/ZDYhFh/1
2022-10-19 21:11:27 +00:00
# Enhanced by md on 2022/10/14