From: Vladimir Lettiev <thecrux@gmail.com> To: ALT Devel discussion list <devel@lists.altlinux.org> Subject: [devel] Insecure library loading Date: Fri, 15 Oct 2010 21:25:19 +0400 Message-ID: <20101015172519.GA5123@truecrux.org> (raw) Судя по всему в debian провели аудит безопасности shell-скриптов на предмет наличия небезопасного изменения переменной окружения LD_LIBRARY_PATH. Уязвимые скрипты используют следующую конструкцию в коде: export LD_LIBRARY_PATH=/usr/lib/somedir:$LD_LIBRARY_PATH В случае если переменная $LD_LIBRARY_PATH оказывается пустой, то ld.so трактует это как '.', т.е. текущий каталог. Если при запуске скрипта текущий каталог оказывается под контролем злоумышленника, то это позволяет выполнить произвольный код. Я начал развешивать баги ( #24316, #24324 ), но похоже их там ещё очень много. Мне кажется, что подобная проверка может быть автоматизированна и выполняться при сборке пакета, что позволит быстро вычислить все уязвимые пакеты (они не пройдут пересборку) и предотвратить появление новых программ с подобной уязвимостью. -- Vladimir Lettiev aka crux ✉ theCrux@gmail.com
next reply other threads:[~2010-10-15 17:25 UTC|newest] Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top 2010-10-15 17:25 Vladimir Lettiev [this message] 2010-10-15 18:24 ` Igor Vlasenko 2010-10-15 18:32 ` Vladimir Lettiev 2010-10-15 22:13 ` Igor Vlasenko 2010-10-16 6:39 ` Vladimir Lettiev 2010-10-16 9:05 ` Igor Vlasenko 2010-10-16 9:15 ` Michael Shigorin 2010-10-16 9:49 ` Igor Vlasenko 2010-10-16 10:56 ` Michael Shigorin
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=20101015172519.GA5123@truecrux.org \ --to=thecrux@gmail.com \ --cc=devel@lists.altlinux.org \ /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 Team development discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel devel/ http://lore.altlinux.org/devel \ devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru public-inbox-index devel Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.devel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git