Security Advisory

CVE-2024-47756

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-10-21 12:14:19
Last updated 2026-05-23 15:53:53
Assigner Linux
State PUBLISHED

Description

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]