2022-06-04 08:57:15 +00:00
id : CVE-2018-14474
info :
2022-10-19 21:11:27 +00:00
name : Orange Forum 1.4.0 - Open Redirect
2022-06-04 08:57:15 +00:00
author : 0x_Akoko
severity : medium
description : |
2022-10-19 21:11:27 +00:00
Orange Forum 1.4.0 contains an open redirect vulnerability in views/auth.go via the next parameter to /login or /signup. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
2022-06-04 08:57:15 +00:00
reference :
- https://github.com/s-gv/orangeforum/commit/1f6313cb3a1e755880fc1354f3e1efc4dd2dd4aa
- https://seclists.org/fulldisclosure/2019/Jan/32
- https://vuldb.com/?id.122045
- https://nvd.nist.gov/vuln/detail/CVE-2018-14474
classification :
2022-06-04 09:18:35 +00:00
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-06-04 08:57:15 +00:00
cvss-score : 6.1
cve-id : CVE-2018-14474
cwe-id : CWE-601
2022-08-27 04:41:18 +00:00
tags : cve2018,redirect,orangeforum,oss,seclists,cve
2023-04-28 08:11:21 +00:00
metadata :
max-request : 2
2022-06-04 08:57:15 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-06-04 08:57:15 +00:00
- method : GET
path :
2022-06-06 10:40:15 +00:00
- '{{BaseURL}}/login?next=http://interact.sh/?app.scan/'
- '{{BaseURL}}/signup?next=http://interact.sh/?app.scan/'
2022-06-04 08:57:15 +00:00
stop-at-first-match : true
matchers :
- type : regex
part : header
regex :
2023-03-01 08:39:14 +00:00
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1