Update and rename CVE-2018-14474.yaml to cves/2018/CVE-2018-14474.yaml
parent
fd8618540b
commit
afb6e1ab2d
|
@ -1,28 +0,0 @@
|
|||
id: CVE-2018-14474
|
||||
|
||||
info:
|
||||
name: OrangeForum 1.4.0 - Open Redirect
|
||||
author: 0x_Akoko
|
||||
severity: medium
|
||||
description: views/auth.go in Orange Forum 1.4.0 allows Open Redirection via the next parameter to /login or /signup.
|
||||
reference:
|
||||
- https://seclists.org/fulldisclosure/2019/Jan/32
|
||||
- https://vuldb.com/?id.122045
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.1/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: cve,cve2018,redirect,orangeforum
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/login?next=http://example.com/?app.scan/'
|
||||
- '{{BaseURL}}/signup?next=http://example.com/?app.scan/'
|
||||
|
||||
matchers:
|
||||
- type: regex
|
||||
part: header
|
||||
regex:
|
||||
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)example\.com\/?(\/|[^.].*)?$' # https://regex101.com/r/ZDYhFh/1
|
|
@ -0,0 +1,32 @@
|
|||
id: CVE-2018-14474
|
||||
|
||||
info:
|
||||
name: OrangeForum 1.4.0 - Open Redirect
|
||||
author: 0x_Akoko
|
||||
severity: medium
|
||||
description: |
|
||||
views/auth.go in Orange Forum 1.4.0 allows Open Redirection via the next parameter to /login or /signup.
|
||||
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.1/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: cve,cve2018,redirect,orangeforum,oss
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/login?next=http://attacker.com/?app.scan/'
|
||||
- '{{BaseURL}}/signup?next=http://attacker.com/?app.scan/'
|
||||
|
||||
stop-at-first-match: true
|
||||
matchers:
|
||||
- type: regex
|
||||
part: header
|
||||
regex:
|
||||
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)attacker\.com\/?(\/|[^.].*)?$' # https://regex101.com/r/ZDYhFh/1
|
Loading…
Reference in New Issue