NONE · 0

CVE-2025-68309

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...

Vulnerability 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.

References

FAQ

What is CVE-2025-68309?

CVE-2025-68309 is a documented vulnerability. 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...

How severe is CVE-2025-68309?

CVSS scoring is not yet available for CVE-2025-68309. Check NVD for updates.

Is there a patch for CVE-2025-68309?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.