glibc: Information leak with LD_DEBUG glibc contains an information leak vulnerability allowing the debugging of SUID binaries. glibc 2004-08-16 2006-05-28 59526 local 2.3.2-r11 2.3.2-r10 2.3.3.20040420-r1 2.3.3.20040420 2.3.4.20040619-r1 2.3.3.20040420 2.3.4.20040619-r1 2.3.4.20040619 2.3.4.20040808 2.3.4.20040605

The GNU C library defines various Unix-like "system calls" and other basic facilities needed for a standard POSIX-like application to operate.

Silvio Cesare discovered a potential information leak in glibc. It allows LD_DEBUG on SUID binaries where it should not be allowed. This has various security implications, which may be used to gain confidentional information.

An attacker can gain the list of symbols a SUID application uses and their locations and can then use a trojaned library taking precendence over those symbols to gain information or perform further exploitation.

There is no known workaround at this time. All users are encouraged to upgrade to the latest available version of glibc.

All glibc users should upgrade to the latest version:

# emerge sync # emerge -pv your_version # emerge your_version
CVE-2004-1453 jaervosz