Answer in brief
CVE-2026-80883 records a Unknown severity vulnerability in drm/tegra: gr2d/gr3d: Initialize address register map before HOST1X client is registered. The current sources do not mark it as known exploited. The current feed maps 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.
A CVSS score is not reported in the current record. 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). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <6e22d5ad61cfa38aa53fab86a530113aff6a3619 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <5db37fd7710e74bc4df48bddab8f571d0bfc6769 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <40a2a91da02c434938f0ba53877984820800b5f0 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <3055292b8eed69553b389a609197a241df47e68e || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <c4ef5ba1131346159e31f4ef858525cf377380a6 || >=0 <6.6.145 || >=0 <6.12.97 || >=0 <6.18.40 || >=0 <7.1.5 | 6e22d5ad61cfa38aa53fab86a530113aff6a3619, 5db37fd7710e74bc4df48bddab8f571d0bfc6769, 40a2a91da02c434938f0ba53877984820800b5f0, 3055292b8eed69553b389a609197a241df47e68e, c4ef5ba1131346159e31f4ef858525cf377380a6, 6.6.145, 6.12.97, 6.18.40, 7.1.5 |
Published upstream
Sep 4, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 4, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 4, 2026
In the Linux kernel, the following vulnerability has been resolved: drm/tegra: gr2d/gr3d: Initialize address register map before HOST1X client is registered The host1x_client_register() function is called just prior to register map initialization loop, making the device available to userspace. This may result in userspace attempting to submits a job before the register map is initialized. Address this by moving register initialization before host1x client registration.
Quoted source text, attributed separately from HOL analysis.