mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
27 lines
1.7 KiB
Markdown
27 lines
1.7 KiB
Markdown
### [CVE-2024-47756](https://cve.mitre.org/cgi-bin/cvename.cgi?name=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
|
|
- https://github.com/fkie-cad/nvd-json-data-feeds
|
|
- https://github.com/w4zu/Debian_security
|
|
|