From: "Денис Смирнов" <mithraen@freesource.info> To: Alexey Morsov <samurai@ricom.ru> Cc: ALT Linux Community <community@altlinux.ru> Subject: [Comm] Re: Атаки типа buffer overflow Date: Sun, 15 Aug 2004 20:39:39 +0400 Message-ID: <20040815163939.GA25010@dhcppc2> (raw) In-Reply-To: <411B66CA.1040504@ricom.ru> On Thu, Aug 12, 2004 at 04:47:06PM +0400, Alexey Morsov wrote: AM> Не секрет что многое в линуксе (а точнее там где используються AM> некоторые распространенные функции Си - скажем strcpy, sprintf) AM> подвержено переполнению буфера - и является уязвимым место многих AM> сервисов... Я бы сказал что подавляющее большинство ошибок безопасности с этим и связано. Собственно проблема в том, что в C отсутствует тип данных "строка". Есть только тип данных "указатель на символ", который и используется для работы со строками. Следить за тем, чтобы не было записи в память, не принадлежащую этой переменной, должен сам программист. AM> Собственно вопрос - как обстоят с этим дела и как можно AM> попроверять, поисследовать, помониторить на этот счет (про snort AM> слышал но не пользовался)? Копать в сторону утилит типа valgrind, которые умеют отлавливать некоторые проблемы такого рода. В общем случае проблема неразрешима, и является основной причиной крайней неразумности использования языка С для написания прикладного ПО. -- С уважением, Денис http://freesource.info
next prev parent reply other threads:[~2004-08-15 16:39 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2004-08-12 12:47 [COMM] " Alexey Morsov 2004-08-15 16:39 ` Денис Смирнов [this message] 2004-08-16 8:48 ` [Comm] " Alexey Morsov 2004-08-16 9:41 ` Денис Смирнов 2004-08-16 10:12 ` Aleksey Novodvorsky 2004-08-16 10:25 ` Maxim Tyurin 2004-08-16 10:37 ` Aleksey Novodvorsky
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=20040815163939.GA25010@dhcppc2 \ --to=mithraen@freesource.info \ --cc=community@altlinux.ru \ --cc=samurai@ricom.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