Lucene search

K
debiancveDebian Security Bug TrackerDEBIANCVE:CVE-2021-47285
HistoryMay 21, 2024 - 3:15 p.m.

CVE-2021-47285

2024-05-2115:15:16
Debian Security Bug Tracker
security-tracker.debian.org
10
linux kernel
cve-2021-47285
net/nfc/rawsock.c
permission check
bug fix
vulnerability
ns-aware check
ns_capable
sk_alloc

AI Score

7.1

Confidence

Low

EPSS

0

Percentile

9.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().

AI Score

7.1

Confidence

Low

EPSS

0

Percentile

9.2%