This week we look at security updates for the X server, the Linux kernel
and GnuTLS plus we preview the upcoming AppArmor3 release that is slated
for Ubuntu 20.10 (Groovy Gorilla).
Show Notes
Overview
This week we look at security updates for the X server, the Linux kernel
and GnuTLS plus we preview the upcoming AppArmor3 release that is slated
for Ubuntu 20.10 (Groovy Gorilla).
privilege escalation may be possible since in both cases could cause
arbitrary code exec with a binary that is using libX11 and running with
root privileges (setuid / sudo etc) - this is why we often advise don’t
run graphical applications via sudo etc
80.0.1 - upstream release to fix regressions in 80.0 release -> crashes
on GPU resets, WebGL rendering issues, performance issue in processing CA
certs &c
AF_PACKET (layer 2) socket did not perform bounds checks in some places -
requires CAP_NET_RAW or root - BUT can be root in a user namespace and
these are enabled by default in Ubuntu and other Linux distros -> can
disable by sysctl `kernel.unprivileged_userns_clone=0`