CVE-2025-68309
Awaiting Analysis Awaiting Analysis - Queue
BaseFortify

Publication date: 2025-12-16

Last updated on: 2025-12-18

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: PCI/AER: Fix NULL pointer access by aer_info The kzalloc(GFP_KERNEL) may return NULL, so all accesses to aer_info->xxx will result in kernel panic. Fix it.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-16
Last Modified
2025-12-18
Generated
2026-05-07
AI Q&A
2025-12-16
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Currently, no data is known.
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart