nuclei-templates/http/cves/2022/CVE-2022-45917.yaml

40 lines
1.5 KiB
YAML
Raw Normal View History

2022-12-10 10:38:15 +00:00
id: CVE-2022-45917
info:
name: ILIAS eLearning <7.16 - Open Redirect
2022-12-10 10:38:15 +00:00
author: arafatansari
severity: medium
description: |
ILIAS eLearning before 7.16 contains an open redirect vulnerability. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
2022-12-10 10:38:15 +00:00
reference:
- https://packetstormsecurity.com/files/170181/ILIAS-eLearning-7.15-Command-Injection-XSS-LFI-Open-Redirect.html
2022-12-12 17:33:07 +00:00
- https://seclists.org/fulldisclosure/2022/Dec/7
- https://sec-consult.com/vulnerability-lab/advisory/multiple-critical-vulnerabilities-in-ilias-elearning-platform/
- https://github.com/advisories/GHSA-hf6q-rx44-fh6j
- https://nvd.nist.gov/vuln/detail/CVE-2022-45917
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-2022-45917
cwe-id: CWE-601
cpe: cpe:2.3:a:ilias:ilias:*:*:*:*:*:*:*:*
epss-score: 0.00087
2022-12-10 10:38:15 +00:00
metadata:
max-request: 2
2022-12-12 17:25:49 +00:00
shodan-query: http.html:"ILIAS"
2023-06-04 08:13:42 +00:00
verified: true
tags: redirect,packetstorm,seclists,cve,cve2022,ilias
2022-12-10 10:38:15 +00:00
http:
2022-12-10 10:38:15 +00:00
- method: GET
path:
2022-12-12 17:25:49 +00:00
- "{{BaseURL}}/shib_logout.php?action=logout&return=https://example.com"
- "{{BaseURL}}/ilias/shib_logout.php?action=logout&return=https://example.com"
2022-12-10 10:38:15 +00:00
2022-12-12 17:25:49 +00:00
stop-at-first-match: true
2022-12-10 10:38:15 +00:00
matchers:
- type: regex
part: header
regex:
2022-12-12 17:25:49 +00:00
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)example\.com\/?(\/|[^.].*)?$'