mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
1.7 KiB
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.