#VU82982 Permissions, Privileges, and Access Controls in FreeBSD - CVE-2023-5369
Published: November 10, 2023
FreeBSD
FreeBSD Foundation
Description
The vulnerability allows a local user to escalate privileges on the system.
The vulnerability exists due to the copy_file_range system call in Capsicum checks only for CAP_READ and CAP_WRITE capabilities on the input and output file descriptors. A local user can read and write data to an arbitrary location within the file corresponding to that file descriptor.