47 lines
2.0 KiB
YAML
47 lines
2.0 KiB
YAML
id: CVE-2022-45917
|
|
|
|
info:
|
|
name: ILIAS eLearning <7.16 - Open Redirect
|
|
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.
|
|
impact: |
|
|
An attacker can exploit this vulnerability to redirect users to malicious websites, leading to phishing attacks.
|
|
remediation: |
|
|
Upgrade to ILIAS eLearning version 7.16 or later to fix the open redirect vulnerability.
|
|
reference:
|
|
- https://packetstormsecurity.com/files/170181/ILIAS-eLearning-7.15-Command-Injection-XSS-LFI-Open-Redirect.html
|
|
- 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
|
|
epss-score: 0.00221
|
|
epss-percentile: 0.60222
|
|
cpe: cpe:2.3:a:ilias:ilias:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
vendor: ilias
|
|
product: ilias
|
|
shodan-query: http.html:"ILIAS"
|
|
tags: cve,cve2022,redirect,packetstorm,seclists,ilias,xss
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/shib_logout.php?action=logout&return=https://example.com"
|
|
- "{{BaseURL}}/ilias/shib_logout.php?action=logout&return=https://example.com"
|
|
|
|
stop-at-first-match: true
|
|
matchers:
|
|
- type: regex
|
|
part: header
|
|
regex:
|
|
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)example\.com\/?(\/|[^.].*)?$'
|
|
# digest: 4b0a00483046022100fae3b07ccfdd4ee848d28d943dee2ff6bb4fcb4d42eed3a8a572621d7d69edcd022100d88cff0e5cc31d498edebb952bd682219636cb7af85a1f216e7a124b4e55c19d:922c64590222798bb761d5b6d8e72950 |