GHSA-655h-hg88-5qmf – xcb
Package
Manager: cargo
Name: xcb
Vulnerable Version: >=0 <1.6.0
Severity
Level: Low
CVSS v3.1: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:U/RL:O/RC:C
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:U
EPSS: N/A pctlN/A
Details
Rust XCB `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 descriptor can close the file descriptor and continue to attempt using it or close an already-closed file descriptor, violating I/O safety. Starting in version 1.6.0, `xcb` provides `Connection::connect_with_fd` and `Connection::connect_with_fd_and_extensions` as safe alternatives and deprecates the problematic functions.
Metadata
Created: 2025-08-22T17:34:45Z
Modified: 2025-08-22T17:34:45Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/08/GHSA-655h-hg88-5qmf/GHSA-655h-hg88-5qmf.json
CWE IDs: ["CWE-666", "CWE-672"]
Alternative ID: N/A
Finding: F067
Auto approve: 1