Answer in brief
CVE-2026-53325 records a Medium severity (CVSS 5.5) vulnerability in agp/amd64: Fix broken error propagation in agp_amd64_probe(). The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
Answer in brief
CVE-2026-53325 records a Medium severity (CVSS 5.5) vulnerability in agp/amd64: Fix broken error propagation in agp_amd64_probe(). The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 5.5. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=a32073bffc656ca4bde6002b6cf7c1a8e0e22712 <ce800993af477fc24187349c6a20d3073140b759 || >=a32073bffc656ca4bde6002b6cf7c1a8e0e22712 <1d7d45050e14083c1de1460c93f4063c1f0bca7b || >=a32073bffc656ca4bde6002b6cf7c1a8e0e22712 <3e844a63668d1c3d10a9d347d7ebf161b2f91c84 || >=a32073bffc656ca4bde6002b6cf7c1a8e0e22712 <eb045714bc6a2bbb0befb7a31b996a196e188869 || >=a32073bffc656ca4bde6002b6cf7c1a8e0e22712 <564b3b3f6565313eb6fa5355ffd037d6fb27897f || >=a32073bffc656ca4bde6002b6cf7c1a8e0e22712 <53483a9f4ee9eeb18aa866ec16cce79e136987e1 || >=a32073bffc656ca4bde6002b6cf7c1a8e0e22712 <0aa9b27c454c53074cde592eaceb442d30341585 || >=a32073bffc656ca4bde6002b6cf7c1a8e0e22712 <cefe535a60a2e00e09f4b2689b0c8ffc6912459a || >=a32073bffc656ca4bde6002b6cf7c1a8e0e22712 <b08472db93b1ccff84a7adec5779d47f0e9d3a30 | ce800993af477fc24187349c6a20d3073140b759, 1d7d45050e14083c1de1460c93f4063c1f0bca7b, 3e844a63668d1c3d10a9d347d7ebf161b2f91c84, eb045714bc6a2bbb0befb7a31b996a196e188869, 564b3b3f6565313eb6fa5355ffd037d6fb27897f, 53483a9f4ee9eeb18aa866ec16cce79e136987e1, 0aa9b27c454c53074cde592eaceb442d30341585, cefe535a60a2e00e09f4b2689b0c8ffc6912459a, b08472db93b1ccff84a7adec5779d47f0e9d3a30 |
| Linux/Linuxgeneric | 2.6.18 | Not reported |
Published upstream
Jun 29, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jun 29, 2026
In the Linux kernel, the following vulnerability has been resolved: agp/amd64: Fix broken error propagation in agp_amd64_probe() A NULL pointer dereference was observed in the AMD64 AGP driver when running in a virtualized environment (e.g. qemu/kvm) without a physical AMD northbridge. The crash occurs in amd64_fetch_size() when attempting to dereference the pointer returned by node_to_amd_nb(0). The root cause of this crash is broken error propagation in agp_amd64_probe(): When no AMD northbridges are found, cache_nbs() correctly returns -ENODEV. However, the probe function erroneously checks the return value against exactly -1, rather than < 0. As a result, the hardware absence error is masked, allowing the driver to improperly proceed with initialization. It eventually calls agp_add_bridge(), which invokes amd64_fetch_size(). Since the hardware does not exist, node_to_amd_nb(0) returns NULL, leading to a General Protection Fault (GPF) when accessing its ->misc member. Fix the issue by correcting the error check in agp_amd64_probe() to abort properly when cache_nbs() returns any negative error code. This prevents the driver from erroneously proceeding without hardware, thereby avoiding the subsequent NULL pointer dereference at its source.
Quoted source text, attributed separately from HOL analysis.
CVSS is 5.5. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=a32073bffc656ca4bde6002b6cf7c1a8e0e22712 <ce800993af477fc24187349c6a20d3073140b759 || >=a32073bffc656ca4bde6002b6cf7c1a8e0e22712 <1d7d45050e14083c1de1460c93f4063c1f0bca7b || >=a32073bffc656ca4bde6002b6cf7c1a8e0e22712 <3e844a63668d1c3d10a9d347d7ebf161b2f91c84 || >=a32073bffc656ca4bde6002b6cf7c1a8e0e22712 <eb045714bc6a2bbb0befb7a31b996a196e188869 || >=a32073bffc656ca4bde6002b6cf7c1a8e0e22712 <564b3b3f6565313eb6fa5355ffd037d6fb27897f || >=a32073bffc656ca4bde6002b6cf7c1a8e0e22712 <53483a9f4ee9eeb18aa866ec16cce79e136987e1 || >=a32073bffc656ca4bde6002b6cf7c1a8e0e22712 <0aa9b27c454c53074cde592eaceb442d30341585 || >=a32073bffc656ca4bde6002b6cf7c1a8e0e22712 <cefe535a60a2e00e09f4b2689b0c8ffc6912459a || >=a32073bffc656ca4bde6002b6cf7c1a8e0e22712 <b08472db93b1ccff84a7adec5779d47f0e9d3a30 | ce800993af477fc24187349c6a20d3073140b759, 1d7d45050e14083c1de1460c93f4063c1f0bca7b, 3e844a63668d1c3d10a9d347d7ebf161b2f91c84, eb045714bc6a2bbb0befb7a31b996a196e188869, 564b3b3f6565313eb6fa5355ffd037d6fb27897f, 53483a9f4ee9eeb18aa866ec16cce79e136987e1, 0aa9b27c454c53074cde592eaceb442d30341585, cefe535a60a2e00e09f4b2689b0c8ffc6912459a, b08472db93b1ccff84a7adec5779d47f0e9d3a30 |
| Linux/Linuxgeneric | 2.6.18 | Not reported |
Published upstream
Jun 29, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jun 29, 2026
In the Linux kernel, the following vulnerability has been resolved: agp/amd64: Fix broken error propagation in agp_amd64_probe() A NULL pointer dereference was observed in the AMD64 AGP driver when running in a virtualized environment (e.g. qemu/kvm) without a physical AMD northbridge. The crash occurs in amd64_fetch_size() when attempting to dereference the pointer returned by node_to_amd_nb(0). The root cause of this crash is broken error propagation in agp_amd64_probe(): When no AMD northbridges are found, cache_nbs() correctly returns -ENODEV. However, the probe function erroneously checks the return value against exactly -1, rather than < 0. As a result, the hardware absence error is masked, allowing the driver to improperly proceed with initialization. It eventually calls agp_add_bridge(), which invokes amd64_fetch_size(). Since the hardware does not exist, node_to_amd_nb(0) returns NULL, leading to a General Protection Fault (GPF) when accessing its ->misc member. Fix the issue by correcting the error check in agp_amd64_probe() to abort properly when cache_nbs() returns any negative error code. This prevents the driver from erroneously proceeding without hardware, thereby avoiding the subsequent NULL pointer dereference at its source.
Quoted source text, attributed separately from HOL analysis.