OSS-SEC: 432 Linux kernel CVEs (in less than 32 hours)
1–10 of 26 posts
Re: OSS-SEC: 432 Linux kernel CVEs (in less than 32 hours)
#2But 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; THAT WILL DO IT! Re: OSS-SEC: 432 Linux kernel CVEs (in less than 32 hours)
#3Re: OSS-SEC: 432 Linux kernel CVEs (in less than 32 hours)
#4I 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…
Bonus points for relaunching programs open during initial execution of script.
Re: OSS-SEC: 432 Linux kernel CVEs (in less than 32 hours)
#5I 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…
Wire the script to a pressure sensor in your seat, save-all/update/reboot every time you get out of your chair. Bonus points for relaunching programs open during initial execution of script.
are you gonna spot the LLM bill or should I?
Re: OSS-SEC: 432 Linux kernel CVEs (in less than 32 hours)
#6Re: OSS-SEC: 432 Linux kernel CVEs (in less than 32 hours)
#7I 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…
Wire the script to a pressure sensor in your seat, save-all/update/reboot every time you get out of your chair. Bonus points for relaunching programs open during initial execution of script.
Re: OSS-SEC: 432 Linux kernel CVEs (in less than 32 hours)
#8I 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)
#9I 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…
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 patched, because Qualys said it was a vulnerability.
Re: OSS-SEC: 432 Linux kernel CVEs (in less than 32 hours)
#10I 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…
`unattended-upgrade` uses only a subset of repos (ie security) and does this for you. If you actually wanted to schedule reboots, it can do that too.