cve/2024/CVE-2024-47756.md
2025-09-29 21:09:30 +02:00

1.7 KiB

CVE-2024-47756

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 potentiallyresults in a NULL dereference.Thus, fix the if-statement expression to use the correct condition.[kwilczynski: commit log]

POC

Reference

No PoCs from references.

Github