Branches for Squeeze

Name Status Last Modified Last Commit
lp:debian/squeeze/tomboy 1 Development 2010-11-29 18:59:02 UTC
13. [bc0695b] Fix insecure LD_LIBRARY_PAT...

Author: Iain Lane
Revision Date: 2010-11-29 18:59:02 UTC

[bc0695b] Fix insecure LD_LIBRARY_PATH. A vulnerability existed
where if LD_LIBRARY_PATH were set but empty, a trailing : as a path
separator would still be appended to the path, exposing an
insecure/invalid search path. Using :+: instead of +: prevents this
as ${X:+:$X} returns X iff X is set and not empty whereas ${X+:$X}
returns X iff X is set (it may be empty). References: CVE-2010-4005
(Closes: #605096)

11 of 1 result