PT-2026-53209 · Linux+2 · Linux Kernel+2

CVE-2026-53325

·

Published

2026-06-08

·

Updated

2026-09-07

CVSS v3.1

5.5

Medium

VectorAV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 7.1.2-1.1
Description A NULL pointer dereference occurs in the AMD64 AGP driver when operating in virtualized environments, such as qemu/kvm, that lack a physical AMD northbridge. The issue stems from broken error propagation in the agp amd64 probe() function. Specifically, when cache nbs() returns -ENODEV to indicate the absence of hardware, the probe function incorrectly checks if the return value is exactly -1 instead of checking if it is less than 0. This allows the driver to proceed with initialization and call agp add bridge(), which subsequently triggers amd64 fetch size(). Because the hardware is missing, node to amd nb(0) returns NULL, resulting in a General Protection Fault (GPF) when the system attempts to access the misc member of that pointer.
Recommendations Update the Linux kernel to version 7.1.2-1.1 or later.

Exploit

Fix

NULL Pointer Dereference

Found an issue in the description? Have something to add? Feel free to write us 👾

Weakness Enumeration

Related Identifiers

AZL-91409
BDU:2026-13872
CVE-2026-53325
ECHO-7D51-101D-8C23
OPENSUSE-SU-2026:11175-1
OPENSUSE-SU-2026:21555-1
SUSE-SU-2026:23066-1
SUSE-SU-2026:23068-1
SUSE-SU-2026:23193-1
SUSE-SU-2026:23194-1
SUSE-SU-2026:23221-1
SUSE-SU-2026:23231-1
SUSE-SU-2026:23237-1
SUSE-SU-2026:23241-1
SUSE-SU-2026:23244-1
SUSE-SU-2026:3130-1
SUSE-SU-2026:3166-1
SUSE-SU-2026:3594-1
USN-8726-1
USN-8727-1
USN-8728-1

Affected Products

Linux Kernel
Ubuntu
Qemu-Kvm