2022-01-08 11:22:50 +00:00
id : CVE-2020-23015
info :
2022-10-19 21:11:27 +00:00
name : OPNsense <=20.1.5 - Open Redirect
2022-01-08 11:22:50 +00:00
author : 0x_Akoko
severity : medium
2022-10-19 21:11:27 +00:00
description : OPNsense through 20.1.5 contains an open redirect vulnerability via the url redirect parameter in the login page, which is not filtered. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
2022-01-08 11:22:50 +00:00
reference :
- https://github.com/opnsense/core/issues/4061
2022-10-19 21:11:27 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-23015
2022-01-08 11:22:50 +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
2022-01-08 11:22:50 +00:00
cve-id : CVE-2020-23015
cwe-id : CWE-601
2023-04-12 10:55:48 +00:00
epss-score : 0.00228
2023-07-11 19:49:27 +00:00
cpe : cpe:2.3:a:opnsense:opnsense:*:*:*:*:*:*:*:*
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2023-07-11 19:49:27 +00:00
vendor : opnsense
product : opnsense
tags : cve,cve2020,redirect,opnsense
2022-01-08 11:22:50 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-01-08 11:22:50 +00:00
- method : GET
path :
2022-06-06 10:40:15 +00:00
- '{{BaseURL}}/?url=http://interact.sh'
2022-01-08 11:22:50 +00:00
matchers :
- type : regex
part : header
regex :
2022-10-19 21:11:27 +00:00
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_]*\.)?interact\.sh(?:\s*?)$'