CVE-2025-68309
BaseFortify
Publication date: 2025-12-16
Last updated on: 2025-12-18
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's PCI/AER component where a function called kzalloc with GFP_KERNEL flag may return NULL. If this happens, subsequent accesses to the aer_info structure will dereference a NULL pointer, causing a kernel panic (system crash). The fix ensures that the code properly handles the case when kzalloc returns NULL to prevent the kernel panic.
How can this vulnerability impact me? :
This vulnerability can cause a kernel panic, which leads to a system crash and potential denial of service. This can disrupt normal operations, cause data loss, or require system reboots, impacting system availability and reliability.