35 lines
1.3 KiB
YAML
35 lines
1.3 KiB
YAML
id: CVE-2018-14474
|
|
|
|
info:
|
|
name: Orange Forum 1.4.0 - Open Redirect
|
|
author: 0x_Akoko
|
|
severity: medium
|
|
description: |
|
|
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.
|
|
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:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
|
cvss-score: 6.1
|
|
cve-id: CVE-2018-14474
|
|
cwe-id: CWE-601
|
|
tags: cve2018,redirect,orangeforum,oss,seclists,cve
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/login?next=http://interact.sh/?app.scan/'
|
|
- '{{BaseURL}}/signup?next=http://interact.sh/?app.scan/'
|
|
|
|
stop-at-first-match: true
|
|
matchers:
|
|
- type: regex
|
|
part: header
|
|
regex:
|
|
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/ZDYhFh/1
|
|
|
|
# Enhanced by md on 2022/10/13
|