Security Advisory

CVE-2025-68309

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2025-12-16 15:39:40
Last updated 2026-05-11 21:50:40
Assigner Linux
CVSS score not scored
State PUBLISHED

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.