Bugzilla – Bug 1194620
VUL-0: CVE-2021-3998: glibc: unexpected return value from realpath() could leak data based on the application
Last modified: 2024-05-13 14:36:31 UTC
rh#2024633 A flaw was found in glibc. The realpath function may sometimes return a unexpected value, potentially leading to disclosure of sensitive data. References: https://bugzilla.redhat.com/show_bug.cgi?id=2024633 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-3998
Commit c6e0b0b5b0b introduced the realpath_stk() function. Therefore none of our SLE code streams is affected. SUSE:SLE-11-SP1:Update glibc-2.11.1-11c19d374bd4 SUSE:SLE-11-SP3:Update glibc-2.11.3-78856c5c73f74d SUSE:SLE-12-SP2:Update glibc-2.22 SUSE:SLE-12-SP4:Update glibc-2.22 SUSE:SLE-15:Update glibc-2.26 SUSE:SLE-15-SP3:Update glibc-2.31 Only Factory needs to be handled. openSUSE:Factory glibc-2.34 # git tag --contains c6e0b0b5b0b | cat - glibc-2.33 glibc-2.33.9000 glibc-2.34 glibc-2.34.9000
done