2022-12-10 10:38:15 +00:00
id : CVE-2022-45917
info :
2023-02-08 16:15:47 +00:00
name : ILIAS eLearning <7.16 - Open Redirect
2022-12-10 10:38:15 +00:00
author : arafatansari
severity : medium
description : |
2023-02-08 16:15:47 +00:00
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
2023-02-08 16:15:47 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-45917
2023-01-05 16:49:54 +00:00
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
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:ilias:ilias:*:*:*:*:*:*:*:*
epss-score : 0.00087
2022-12-10 10:38:15 +00:00
metadata :
2023-04-28 08:11:21 +00:00
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
2023-01-05 11:21:19 +00:00
tags : redirect,packetstorm,seclists,cve,cve2022,ilias
2022-12-10 10:38:15 +00:00
2023-04-27 04:28:59 +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\/?(\/|[^.].*)?$'