2022-12-10 10:38:15 +00:00
|
|
|
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
|
|
|
|
metadata:
|
2022-12-10 11:01:26 +00:00
|
|
|
shodan-query: http.html:"ILIAS"
|
2022-12-10 10:38:15 +00:00
|
|
|
verified: true
|
|
|
|
tags: cve,2022,open,redirect
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/shib_logout.php?action=logout&return=https://attacker.com"
|
|
|
|
- "{{BaseURL}}/ilias/shib_logout.php?action=logout&return=https://attacker.com"
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
|
|
|
part: header
|
|
|
|
regex:
|
|
|
|
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)attacker\.com\/?(\/|[^.].*)?$' # https://regex101.com/r/ZDYhFh/1
|