Lucene search

K
ubuntucveUbuntu.comUB:CVE-2021-47195
HistoryApr 10, 2024 - 12:00 a.m.

CVE-2021-47195

2024-04-1000:00:00
ubuntu.com
ubuntu.com
6
linux kernel
vulnerability
cve-2021-47195
fix
use-after-free
spi subsystem

CVSS3

5.5

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

AI Score

5.5

Confidence

High

EPSS

0

Percentile

9.0%

In the Linux kernel, the following vulnerability has been resolved: spi:
fix use-after-free of the add_lock mutex Commit 6098475d4cb4 (“spi: Fix
deadlock when adding SPI controllers on SPI buses”) introduced a
per-controller mutex. But mutex_unlock() of said lock is called after the
controller is already freed: spi_unregister_controller(ctlr) ->
put_device(&ctlr->dev) -> spi_controller_release(dev) ->
mutex_unlock(&ctrl->add_lock) Move the put_device() after the
mutex_unlock().

CVSS3

5.5

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

AI Score

5.5

Confidence

High

EPSS

0

Percentile

9.0%