ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] Insecure library loading
@ 2010-10-15 17:25 Vladimir Lettiev
  2010-10-15 18:24 ` Igor Vlasenko
  0 siblings, 1 reply; 9+ messages in thread
From: Vladimir Lettiev @ 2010-10-15 17:25 UTC (permalink / raw)
  To: ALT Devel discussion list

Судя по всему в 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


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

end of thread, other threads:[~2010-10-16 10:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-15 17:25 [devel] Insecure library loading Vladimir Lettiev
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

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