Linux vulnerability found - effecting Debian and RedHat
-
The article can be found here. Patch your systems.
You'll need to reboot to complete the installation process
-
Only affects older systems. Nothing up to date is at risk.
-
@scottalanmiller Yeah but these are the stories the news media runs with. It doesn't matter if it virtually no one is affected:/ Dumb media.
-
@scottalanmiller said in Linux vulnerability found - effecting Debian and RedHat:
Only affects older systems. Nothing up to date is at risk.
And since every Linux system on Earth is totally up to date, we can safely ignore this.
-
@rojoloco said in Linux vulnerability found - effecting Debian and RedHat:
@scottalanmiller said in Linux vulnerability found - effecting Debian and RedHat:
Only affects older systems. Nothing up to date is at risk.
And since every Linux system on Earth is totally up to date, we can safely ignore this.
I was actually looking at some systems here with a sideways eye. . .
-
@rojoloco said in Linux vulnerability found - effecting Debian and RedHat:
@scottalanmiller said in Linux vulnerability found - effecting Debian and RedHat:
Only affects older systems. Nothing up to date is at risk.
And since every Linux system on Earth is totally up to date, we can safely ignore this.
It's not even the most recent point releases of Redhat or Debian. That's what is surprising to me.
Although yes I've got to look and see if some of our systems are doing what they should here.
-
@rojoloco said in Linux vulnerability found - effecting Debian and RedHat:
@scottalanmiller said in Linux vulnerability found - effecting Debian and RedHat:
Only affects older systems. Nothing up to date is at risk.
And since every Linux system on Earth is totally up to date, we can safely ignore this.
It's more that people with unpatched systems already know that they have loads of vulnerabilities. There is no surprise there.
-
If you can't patch/reboot immediately you can put this in
/etc/sysctl.conf
vm.legacy_va_layout = 1
Then run:
/sbin/sysctl -p
-
@stacksofplates Oh that is interesting, I didn't know that.
-
@jmoore said in Linux vulnerability found - effecting Debian and RedHat:
@stacksofplates Oh that is interesting, I didn't know that.
Ya it forces it to use the legacy mmap layout which isn't vulnerable. Once you are able to reboot then you should be able to remove it.