Vulnerability in Linux
CVE-2021-46971
In the Linux kernel, the following vulnerability has been resolved: perf/core: Fix unconditional security_locked_down() call Currently, the lockdown state is queried unconditionally, even though its result is used only if the PERF_SAMPLE_REGS_INTR bit is set in attr.sample_type. While that doesn't matter in case of the Lockdown LSM, it causes trouble with the SELinux's lockdown hook implementation. SELinux implements the locked_down hook with a check whether the current task's type has the corresponding "lockdown" class permission ("integrity" or "confidentiality") allowed in the policy. This means that calling the hook when the access control decision would be ignored generates a bogus permission check and audit record. Fix this by checking sample_type first and only calling the hook when its result would be honored.
EPSS: 0.002 (14.0th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 3.3 (Low). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N.
Affected products
- Linux — versions b0c8fdc7fdb77586c3d1937050925b960743306e, 5.4, 0
- Linux Linux_kernel
References
Frequently asked questions
- What is CVE-2021-46971?
- CVE-2021-46971 is a low-severity vulnerability in Linux. CVSS score: 3.3/10. Published 2024-02-27.
- How severe is CVE-2021-46971?
- Low severity. CVSS v3 base score is 3.3 out of 10.