After the recent release of Ubuntu 20.04 LTS, we look at security fixes for
OpenJDK, CUPS, the Linux kernel, Samba and more, plus Joe and Alex discuss
robot kits and the Kaiji botnet.
Show Notes
Overview
After the recent release of Ubuntu 20.04 LTS, we look at security fixes for
OpenJDK, CUPS, the Linux kernel, Samba and more, plus Joe and Alex discuss
robot kits and the Kaiji botnet.
Last mentioned back in Episode 49 - handles image format developed by ILM
with a high definition range for computer imaging applications - used by
opencv, gimp and others
Project Zero fuzzing OpenEXR - usual types of issues in large C++ code
base - OOB reads / writes - usual effects -> crashes, info leaks, RCE
Heap buffer overflow when parsing ppd files - so if added a printer with
a crafted ppd file could crash / RCE - since cupsd runs as root could be
possible RCE as root
Possible XSS when viewing list archives since mailman does not track the
mime-type of attachments -> so HTTP reply may lack a MIME type and so the
receiving browser may assume that content-type is text/html and so
execute contained Javascript code
UEFI firmware stack for x86-64 virtual machines - huge amount of code with a
large attack surface -> network stack, disk device and file-system
handling, cryptographic signature parsing etc
Buffer overflow in network stack and block io system
stack overflow, fail to clear memory containing passwords, memory leaks,
failure to properly check EFI signatures, memory corruption via a double
free etc