Lucene search

K
ubuntucveUbuntu.comUB:CVE-2022-48671
HistoryMay 03, 2024 - 12:00 a.m.

CVE-2022-48671

2024-05-0300:00:00
ubuntu.com
ubuntu.com
3
linux kernel
vulnerability resolved
cgroup
syzbot
percpu_rwsem_assert_held
cpus_read_lock
cpuset_attach
deadlock

5.5 Medium

CVSS3

Attack Vector

LOCAL

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

HIGH

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

5.4 Medium

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

5.1%

In the Linux kernel, the following vulnerability has been resolved: cgroup:
Add missing cpus_read_lock() to cgroup_attach_task_all() syzbot is hitting
percpu_rwsem_assert_held(&cpu_hotplug_lock) warning at cpuset_attach() [1],
for commit 4f7e7236435ca0ab (“cgroup: Fix threadgroup_rwsem <->
cpus_read_lock() deadlock”) missed that cpuset_attach() is also called from
cgroup_attach_task_all(). Add cpus_read_lock() like what
cgroup_procs_write_start() does.

5.5 Medium

CVSS3

Attack Vector

LOCAL

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

HIGH

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

5.4 Medium

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

5.1%