Vulnerabilities tagged "binary"

Details on a Samba Code Execution Bug [CVE-2021-44142]

Mistrusting some extended attributes, using them to calculate an offset leading to out-of-bound read/write primitives; presumably exploitable since these were used at Pwn2Own.In the `fruit_pread` function will read the `org.netatalk.Metadata` extended attribute which can unauthenticated user can set...
 

Zooming in on Zero-click Exploits

Two vulnerabilities in Zoom, a buffer overflow that affected Multi-Media Routers (MMR) servers and client, and an infoleak that only affected MMR servers. Both issues were found in various `load_from()` methods for serialization classes used in Real-time Transport Protocol (RTP) for audio/video content.
 

XNU kernel use-after-free in mach_msg

Use-after-free in the `ipc_port` subsystem of XNU, specifically the `ipc_port_copy_send()` function.This function would try to copy and send data on an IPC port, and attempts to account for a bunch of edge-cases on the state of the port...
 
8
9
10
11
12
13
14