This week we look at security updates for Firefox, PostgreSQL, MariaDB,
HAProxy, the Linux kernel and more, plus we cover some current openings on
the team - come join us ☺
Show Notes
Overview
This week we look at security updates for Firefox, PostgreSQL, MariaDB,
HAProxy, the Linux kernel and more, plus we cover some current openings on
the team - come join us ☺
Better support for clearing cookies to stop possible hidden data leaks as part of the Total Cookie Protection
Private browsing to use attempt HTTPS by default than fallback to HTTP
Various security fixes:
race condition on DNS resolution specific to Linux -> memory
corruption -> crash / RCE
also specific to Linux - subsequent permissions dialogs would accept
input in the location of the original one - so could possibly trick a
user into accepting a permission without their direct knowledge
Episode 11 - possible user enumeration since as a result of patching
CVE-2018-15473 the behaviour when trying to log in changed depending on
whether the specific user account existed or not - due to a mistake made
when backporting the upstream patch
2 possible remote crasher bugs - one through just sending a crafted TLS
ClientHello message -> NULL ptr deref -> crash, the other via the planner
which is used to try and optimise SQL queries - possible OOB read
Researchers investigated HTTP/2 handling in various gateway / proxies and
found multiple issues - HTTP/2 desync attacks - allow to possibly hijack
clients, poison caches, and steal credentials
Initially HAProxy upstream thought they were safe but then found after
more analysis they were vulnerable to a few of the possible issues
Can be mitigated by disabling HTTP/2 or just install these updates :)
bluetooth UAF, NFC NULL ptr deref, access control issue in bluetooth -
could allow a local attacker in range to expose info, xen PV issue -
attacker in guest could DoS/RCE on host