CVE Database
/

CVE-2026-46006

Back to search

CVE-2026-46006

Published: May 27, 2026

Modified: Jun 1, 2026

PUBLISHED

CVSS v3.1

7.8

HIGH

Description

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: fix u32 overflow in pushbuf reloc bounds check nouveau_gem_pushbuf_reloc_apply() validates each relocation with if (r->reloc_bo_offset + 4 > nvbo->bo.base.size) but reloc_bo_offset is __u32 (uapi/drm/nouveau_drm.h) and the integer literal 4 promotes to unsigned int, so the addition is performed in 32 bits and wraps before the comparison against the size_t bo size. Cast to u64 so the addition happens in 64-bit arithmetic. [ Add Fixes: tag. - Danilo ]

VendorProductVersions

Linux

Linux

affected
a1606a9596e54da90ad6209071b357a4c1b0fa82 - < 573a1104bd36e49c067a9dc62e7c476d5ee7e92a
affected
a1606a9596e54da90ad6209071b357a4c1b0fa82 - < 45a45184b9c0b0b26ead06e370cda2073616a7cc
affected
a1606a9596e54da90ad6209071b357a4c1b0fa82 - < fa297e919d1680c38ab268ff952b1698dac987f6
affected
a1606a9596e54da90ad6209071b357a4c1b0fa82 - < d749a9a0ee4014681487e7ae549901aa8c176637
affected
a1606a9596e54da90ad6209071b357a4c1b0fa82 - < 332884f5eb79dd60a7162b079d09d39208567a31

+2 more versions

Linux

Linux

affected
2.6.34
unaffected
0 - < 2.6.34
unaffected
5.15.209 - <= 5.15.*
unaffected
6.1.175 - <= 6.1.*
unaffected
6.6.140 - <= 6.6.*

+4 more versions

CVSS v3.1 Details

CVSS v3.1 Vector

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector

Local

Attack Complexity

Low

Privileges Required

Low

User Interaction

None

Scope

Unchanged

Confidentiality

High

Integrity

High

Availability

High

Security Training

Train your team to recognize and prevent security threats with our comprehensive security awareness program.

Start Training

Vulnerability Scanning

Discover vulnerabilities in your applications and infrastructure before attackers do.

Scan Now