Lucene search

K
ubuntucveUbuntu.comUB:CVE-2021-47285
HistoryMay 21, 2024 - 12:00 a.m.

CVE-2021-47285

2024-05-2100:00:00
ubuntu.com
ubuntu.com
2
linux kernel
privilege check
rawsock_create
ns_capable
cve-2021-47285

6.7 Medium

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

13.2%

In the Linux kernel, the following vulnerability has been resolved:
net/nfc/rawsock.c: fix a permission check bug The function rawsock_create()
calls a privileged function sk_alloc(), which requires a ns-aware check to
check net->user_ns, i.e., ns_capable(). However, the original code checks
the init_user_ns using capable(). So we replace the capable() with
ns_capable().

6.7 Medium

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

13.2%