Security updates for Firefox, QEMU, Linux kernel, ClamAV and more, plus we
discuss our recommended reading list for getting into infosec and farewell
long-time member of the Ubuntu Security Team / community Tyler Hicks.
Show Notes
Overview
Security updates for Firefox, QEMU, Linux kernel, ClamAV and more, plus we
discuss our recommended reading list for getting into infosec and farewell
long-time member of the Ubuntu Security Team / community Tyler Hicks.
Buffer overread when converting multibyte characters via mbstring
functions and when reading data whilst stripping tags via fgetss() -
crash / info disc
Fix for a CPU and disk-based DoS when PHP FPM (FastCGI Process Manager)
would endlessly restart a child process - busy CPU loop and large error
logs -> DoS
Missing authorization checks on ALTER … DEPENDS ON EXTENSION
sub-commands - could allow unprivileged users to drop any function,
procedure, index etc under certain conditions
Buffer overflow in libslirp tcp emulation due to misuse of snprintf()
return value - assumed snprintf() returns the number of bytes written -
BUT returns the number of bytes which would have been written if the dest
buffer was big enough - so if buffer is too small then returns a value
larger than the buffer - so if that returned size is used later in a
memcpy() or similar would overflow the buffer - so instead need to
carefully track the return value if it is larger than the dest buffer
Separate buffer overflow in libslirp tcp emulation code due to missing
size checks
Heap buffer OOB write in iSCSI block driver - malicious iSCSI server
could trigger this and crash or possibly get code execution on QEMU host
Wifi-based DoS when used in AP mode - could get AP to send location
updates to clients before a new client had finished authentication - so
then as an unauthenticated station could DoS other connected stations
Memory leak in Datagram Congestion Control Protocol (DCCP) - DoS