跳转到帖子

FreeBSD: VID-E261E71C-6250-11EE-8E38-002590C1F29C (CVE-2023-5369): FreeBSD -- copy_file_range insufficient capability rights check

recommended_posts

发布于
  • Members

FreeBSD: VID-E261E71C-6250-11EE-8E38-002590C1F29C (CVE-2023-5369): FreeBSD -- copy_file_range insufficient capability rights check

Severity
6
CVSS
(AV:L/AC:L/Au:S/C:C/I:C/A:N)
Published
10/03/2023
Created
10/05/2023
Added
10/04/2023
Modified
01/28/2025

Description

Before correction, the copy_file_range system call checked only for the CAP_READ and CAP_WRITE capabilities on the input and output file descriptors, respectively.Using an offset is logically equivalent to seeking, and the system call must additionally require the CAP_SEEK capability.

This incorrect privilege check enabled sandboxed processes with only read or write but no seek capability on a file descriptor to read data from or write data to an arbitrary location within the file corresponding to that file descriptor.

Solution(s)

  • freebsd-upgrade-base-13_2-release-p4

References

  • CVE-2023-5369
  • 查看数 703
  • 已创建
  • 最后回复

参与讨论

你可立刻发布并稍后注册。 如果你有帐户,立刻登录发布帖子。
注意:你的帖子需要版主批准后才能看到。

游客
回帖…