I remember when you were actually able to keep up with CVEs and you could (at least somewhat) prioritize patches while disregarding those which felt irrelevant. But now.. are we simply supposed to use our f̶a̶v̶o̶r̶i̶t̶e̶ package manager and batch update our systems in a loop? while true; do apt-get update && apt-get upgrade -y; sleep 1d; done wait. erhm... and probably an automatic reboot/kernel reload every 48h; TH…
OSS-SEC: 432 Linux kernel CVEs (in less than 32 hours)
11–20 of 26 posts
Re: OSS-SEC: 432 Linux kernel CVEs (in less than 32 hours)
#12We need to start looking at seL4 as the base, instead.
Re: OSS-SEC: 432 Linux kernel CVEs (in less than 32 hours)
#13I remember when you were actually able to keep up with CVEs and you could (at least somewhat) prioritize patches while disregarding those which felt irrelevant. But now.. are we simply supposed to use our f̶a̶v̶o̶r̶i̶t̶e̶ package manager and batch update our systems in a loop? while true; do apt-get update && apt-get upgrade -y; sleep 1d; done wait. erhm... and probably an automatic reboot/kernel reload every 48h; TH…
This is a confusing comment because Debian/Ubuntu/etc (you referenced apt) have separate security repositories that exist for this purpose. They have only security fixes and don't try to unnecessarily fix "other" stuff. I have not heard of the security repos pushing out a breaking update before. `unattended-upgrade` uses only a subset of repos (ie security) and does this for you. If you actually wanted to schedule re…
Re: OSS-SEC: 432 Linux kernel CVEs (in less than 32 hours)
#14hehehe
>Another approach might be to sit back, have a nice cup of zen, and just always pull all updates and then update your entire fleet of systems on a weekly basis, which, yes, I sure would like to be able to do, but reality keeps getting in my way.
Am I the only one that gets concerned about the laissez-faire approach to security that a LOT of people take. I get that some exploits are not like the others, but some of the shit I've seen in places....
Re: OSS-SEC: 432 Linux kernel CVEs (in less than 32 hours)
#15I remember when you were actually able to keep up with CVEs and you could (at least somewhat) prioritize patches while disregarding those which felt irrelevant. But now.. are we simply supposed to use our f̶a̶v̶o̶r̶i̶t̶e̶ package manager and batch update our systems in a loop? while true; do apt-get update && apt-get upgrade -y; sleep 1d; done wait. erhm... and probably an automatic reboot/kernel reload every 48h; TH…
Re: OSS-SEC: 432 Linux kernel CVEs (in less than 32 hours)
#16I remember when you were actually able to keep up with CVEs and you could (at least somewhat) prioritize patches while disregarding those which felt irrelevant. But now.. are we simply supposed to use our f̶a̶v̶o̶r̶i̶t̶e̶ package manager and batch update our systems in a loop? while true; do apt-get update && apt-get upgrade -y; sleep 1d; done wait. erhm... and probably an automatic reboot/kernel reload every 48h; TH…
Especially in environments where manglement mandate something like Qualys, leading to demands that systems must be patched to address the critical vulnerabilities that it's reported despite said vulnerabilities being unexploitable. One that I trot out periodically as an example of this is a CVE that would only be exploitable if running on an IBM s390 with EBCDIC codepages. Our security team nevertheless wanted it pat…
Was always fun to purge a load of systems from old shit, and watch the counter drop.
Re: OSS-SEC: 432 Linux kernel CVEs (in less than 32 hours)
#17I remember when you were actually able to keep up with CVEs and you could (at least somewhat) prioritize patches while disregarding those which felt irrelevant. But now.. are we simply supposed to use our f̶a̶v̶o̶r̶i̶t̶e̶ package manager and batch update our systems in a loop? while true; do apt-get update && apt-get upgrade -y; sleep 1d; done wait. erhm... and probably an automatic reboot/kernel reload every 48h; TH…
There are pro/enterprise features that can upgrade the linux kernel without downtime, like livepatch or kpatch. (The non-proprietary klp-build is still missing tooling for most distros I think.)
Re: OSS-SEC: 432 Linux kernel CVEs (in less than 32 hours)
#18LLMs gave that one last push: Linux is not sustainable. We need to start looking at seL4 as the base, instead.
Re: OSS-SEC: 432 Linux kernel CVEs (in less than 32 hours)
#19LLMs gave that one last push: Linux is not sustainable. We need to start looking at seL4 as the base, instead.
Re: OSS-SEC: 432 Linux kernel CVEs (in less than 32 hours)
#20I remember when you were actually able to keep up with CVEs and you could (at least somewhat) prioritize patches while disregarding those which felt irrelevant. But now.. are we simply supposed to use our f̶a̶v̶o̶r̶i̶t̶e̶ package manager and batch update our systems in a loop? while true; do apt-get update && apt-get upgrade -y; sleep 1d; done wait. erhm... and probably an automatic reboot/kernel reload every 48h; TH…
This is a confusing comment because Debian/Ubuntu/etc (you referenced apt) have separate security repositories that exist for this purpose. They have only security fixes and don't try to unnecessarily fix "other" stuff. I have not heard of the security repos pushing out a breaking update before. `unattended-upgrade` uses only a subset of repos (ie security) and does this for you. If you actually wanted to schedule re…