Create CVE-2015-5354.yaml

patch-1
Roberto Nunes 2022-05-28 20:33:47 +09:00 committed by GitHub
parent fd471f4e78
commit 0df8b13cd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

27
CVE-2015-5354.yaml Normal file
View File

@ -0,0 +1,27 @@
id: CVE-2015-5354
info:
name: Novius OS 5.0.1-elche - Open Redirect & XSS
author: 0x_Akoko
severity: medium
description: Open redirect vulnerability in Novius OS 5.0.1 (Elche) allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via a URL in the redirect parameter to admin/nos/login.
reference:
- https://packetstormsecurity.com/files/132478/Novius-OS-5.0.1-elche-XSS-LFI-Open-Redirect.html
- https://vuldb.com/?id.76181
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-2015-5354
cwe-id: CWE-601
tags: cve,cve2015,redirect,novius
requests:
- method: GET
path:
- '{{BaseURL}}/novius-os.5.0.1-elche/novius-os/admin/nos/login?redirect=http://example.com'
matchers:
- type: regex
part: header
regex:
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)example\.com\/?(\/|[^.].*)?$' # https://regex101.com/r/ZDYhFh/1