First published: Mon Oct 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: PCI: keystone: Fix if-statement expression in ks_pcie_quirk() This code accidentally uses && where || was intended. It potentially results in a NULL dereference. Thus, fix the if-statement expression to use the correct condition. [kwilczynski: commit log]
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=5.4.284<5.5 | |
Linux Kernel | >=6.1.110<6.1.113 | |
Linux Kernel | >=6.6.51<6.6.54 | |
Linux Kernel | >=6.10.10<6.10.13 | |
Linux Kernel | >=6.11<6.11.2 | |
Linux Kernel | =5.10.226 | |
Linux Kernel | =5.15.167 | |
debian/linux | <=5.10.223-1<=5.10.226-1 | 6.1.123-1 6.1.128-1 6.12.12-1 6.12.15-1 |
debian/linux-6.1 | 6.1.119-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2024-47756 is classified as high due to the risk of a NULL dereference.
To fix CVE-2024-47756, upgrade to the corrected Linux kernel versions that address this vulnerability.
CVE-2024-47756 affects Linux kernel versions between 5.4.284 and 5.5, as well as several versions from 6.1.110 to 6.1.113, among others.
CVE-2024-47756 is an issue in the Linux kernel related to incorrect logical operator usage, potentially leading to a NULL pointer dereference.
Yes, specific patches and updated kernel versions are provided to resolve CVE-2024-47756.