Bug 1987 - [Anolis OS 8] Bugfix for CVE-2022-2959
Summary: [Anolis OS 8] Bugfix for CVE-2022-2959
Status: RESOLVED DUPLICATE of bug 1953
Alias: None
Product: Anolis OS 8
Classification: Anolis OS
Component: BaseOS Packages (show other bugs) BaseOS Packages
Version: 8.6
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: Jacob
QA Contact: shuming
URL:
Whiteboard:
Keywords: CVE
Depends on:
Blocks:
 
Reported: 2022-08-25 15:18 UTC by 小龙
Modified: 2022-08-25 19:11 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description 小龙 admin 2022-08-25 15:18:51 UTC
A race condition was found in the Linux kernel's watch queue due to a missing lock in the pipe_resize_ring(). The race condition occurs when a thread uses ioctl(IOC_WATCH_QUEUE_SET_SIZE) to resize the pipe buffer and free the old pipe buffer, while another thread uses keyctl() to trigger a notification in the watch queue, calling post_one_notification() and accessing the freed pipe buffer. This flaw allows a local user to crash the system or escalate their privileges on the system.
Comment 1 zuoyou alibaba_cloud_group 2022-08-25 19:11:38 UTC
duplicate bugzilla(1953)

*** This bug has been marked as a duplicate of bug 1953 ***