31 lines
1.0 KiB
YAML
31 lines
1.0 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
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.html:"ILIAS"
|
|
tags: cve,cve2022,ilias,redirect
|
|
|
|
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\/?(\/|[^.].*)?$'
|