2 matches found
Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-992828)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992828 advisory. In the Linux kernel, the following vulnerability has been resolved: scsi: sg: Allow waiting for commands to complete on removed device When a SCSI device is removed...
`xcb::Connection::connect_to_fd*` functions violate I/O safety
The API of xcb::Connection has constructors which allow an arbitrary RawFd to be used as a socket connection. On either failure of these constructors or on the drop of Connection, it closes the associated file descriptor. Thus, a program which uses an OwnedFd such as a UnixStream as the file...