First published: Tue May 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: ACPI: fix NULL pointer dereference Commit 71f642833284 ("ACPI: utils: Fix reference counting in for_each_acpi_dev_match()") started doing "acpi_dev_put()" on a pointer that was possibly NULL. That fails miserably, because that helper inline function is not set up to handle that case. Just make acpi_dev_put() silently accept a NULL pointer, rather than calling down to put_device() with an invalid offset off that NULL pointer.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/kernel | <5.4.139 | 5.4.139 |
redhat/kernel | <5.10.57 | 5.10.57 |
redhat/kernel | <5.13.6 | 5.13.6 |
redhat/kernel | <5.14 | 5.14 |
Linux kernel | <5.4.139 | |
Linux kernel | >=5.5<5.10.57 | |
Linux kernel | >=5.11<5.13.6 | |
Linux kernel | =5.14-rc1 | |
Linux kernel | =5.14-rc2 | |
IBM Security Verify Governance - Identity Manager | <=ISVG 10.0.2 | |
IBM Security Verify Governance, Identity Manager Software Stack | <=ISVG 10.0.2 | |
IBM Security Verify Governance, Identity Manager Virtual Appliance | <=ISVG 10.0.2 | |
IBM Security Verify Governance Identity Manager Container | <=ISVG 10.0.2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2021-47289 is classified as a moderate severity vulnerability in the Linux kernel.
You should apply the appropriate patches provided by your Linux distribution.
CVE-2021-47289 affects various versions of the Linux kernel, particularly those before the fixed versions mentioned.
Exploitation of CVE-2021-47289 could lead to a NULL pointer dereference which may result in system crashes.
Yes, CVE-2021-47289 is a publicly disclosed vulnerability in the Linux kernel.