CyberRota Analysis
This vulnerability has an unknown severity rating. It affects Linux.
CVE
CVE-2025-68309
Severity
UNKNOWN
CVSS
N/A
EPSS
0.15%
Linux
Original NVD 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.