A big week in security updates, including the Linux kernel, Ceph, ICU,
Firefox, Dino and more, plus Joe and Alex discuss tips for securely working
from home in light of Coronavirus.
Show Notes
Overview
A big week in security updates, including the Linux kernel, Ceph, ICU,
Firefox, Dino and more, plus Joe and Alex discuss tips for securely working
from home in light of Coronavirus.
Crafted website -> DoS, URL and other browser chrome spoofing, bypass
content security policy protections, RCE etc
Extensions with all-url permission could access local files
Copy-as-cURL devtools feature failed to escape website-controlled
data - possible command injection -> RCE if user tricked into using
this on a crafted website
Nested KVM guest could access resources of parent -> sensitive info
disclosure
Guest VM could read memory from another guest VM since would sometimes
miss deferred TLB flushes when switching guests
Rest low priority
Memory leaks in various network and other device drivers under
particular error scenarios - not likely that a local or remote user
could easily trigger these so hence low priority
CVE-2020-8832 - Ubuntu Intel i915 specific issue due to previous fix for
CVE-2020-14615 being incomplete - so not completely mitigated in this
kernel as expected
KVM nested virt bug and various driver memory leak fixes (see above) and
a NULL pointer deref if a malicious USB device was inserted to the system
DoS able to be triggered by an authenticated user causing an unexpected
disconnect to radosgw - sockets pile up and eventually exhaust resources
-> DoS
Fixes for multiple failures to validate inputs - remote attacker could
use to obtain, inject or remove info
Also includes a change to accept IV of 12 bytes as well as 16 bytes since
this is what a lo t of other OMEMO clients are using
OMEMO (OMEMO Multi-End Message and Object Encryption) - XMPP extension
for multiclient E2E - so allows messages to be synchronised across
multiple clients, even if some are offline