Lucene search

K
ubuntucveUbuntu.comUB:CVE-2021-46932
HistoryFeb 27, 2024 - 12:00 a.m.

CVE-2021-46932

2024-02-2700:00:00
ubuntu.com
ubuntu.com
10
linux
kernel
vulnerability
cve-2021-46932
appletouch
driver
fix
syzbot
warning
work initialization

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

6.6 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

5.1%

In the Linux kernel, the following vulnerability has been resolved: Input:
appletouch - initialize work before device registration Syzbot has reported
warning in __flush_work(). This warning is caused by work->func == NULL,
which means missing work initialization. This may happen, since
input_dev->close() calls cancel_work_sync(&dev->work), but dev->work
initalization happens after input_register_device() call. So this patch
moves dev->work initialization before registering input device

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

6.6 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

5.1%