27 lines
847 B
YAML
27 lines
847 B
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
|
||
|
metadata:
|
||
|
shodan-query : http.html:"ILIAS"
|
||
|
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
|