[Secure-testing-team] Bug#775727: sensible-utils: [PATCH] sensible-pager doesn't check for recursion like sensible-editor does
Marcel Partap
mpartap at gmx.net
Mon Jan 19 11:13:58 UTC 2015
Package: sensible-utils
Version: 0.0.9
Severity: important
Tags: security patch
This triggers in rare cases where PAGER=sensible-pager - then it effectively
acts as a forkbomb.
Remedy (adapted from sensible-editor):
+ # Prevent recursive loops, where these values are set to this script
+ p="$(which sensible-pager)"
+ [ "$(which $PAGER || true)" = "$p" ] && PAGER=
-- System Information:
Debian Release: 8.0
APT prefers unstable
APT policy: (510, 'unstable'), (510, 'testing'), (500, 'utopic'), (500, 'trusty'), (500, 'precise'), (500, 'stable'), (100, 'experimental')
Architecture: i386 (x86_64)
Foreign Architectures: amd64
Kernel: Linux 3.16.0-4-amd64 (SMP w/3 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
-- no debconf information
More information about the Secure-testing-team
mailing list