Связанные уязвимости
ubuntu
больше 1 года назад
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVSS3: 5.5
redhat
больше 1 года назад
[REJECTED CVE] In the Linux kernel, the following vulnerability has been resolved: net/nfc/rawsock.c: fix a permission check bug The Linux kernel CVE team has assigned CVE-2021-47285 to this issue.
github
больше 1 года назад
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().