Privilege escalation vulnerability glibc

Driesp

Verified User
Joined
Mar 12, 2007
Messages
193
Location
Belgium
Hi all

This is a heads up, because I don't know there are patches ready.

There is another glibc vulnerability. Multiple distro's are affected.
The flaw is serious, so we should update when a new glibc version comes out.

More info here:

Kind regards
Dries
 
Seems Centos 7 and Alma 8 and 9 are not affected as they all have lower Glibc versions.
So if I understand correctly this is only for Debian/Ubuntu and Fedora, maybe also Centos Stream with newer glibc versions.
 
Seems Centos 7 and Alma 8 and 9 are not affected as they all have lower Glibc versions.
So if I understand correctly this is only for Debian/Ubuntu and Fedora, maybe also Centos Stream with newer glibc versions.
Thanks, thats good news. I was not sure about this. I run primarly rocky 8 and 9.
 
You can check for yourself.
Use this command:
ldd --version
it's a little L or just copy and paste the command.

In Alma 9.3 it will give this output:
root@server#ldd --version
ldd (GNU libc) 2.34
so it's not 2.36 or newer.
 
Back
Top