CVE-2026-46006
Last modified
CVE-2026-46006 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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 ]. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
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 ]
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 2.6.34, < 5.15.209 |
| Linux | Linux Kernel | >= 5.16, < 6.1.175 |
| Linux | Linux Kernel | >= 6.2, < 6.6.140 |
| Linux | Linux Kernel | >= 6.7, < 6.12.86 |
| Linux | Linux Kernel | >= 6.13, < 6.18.27 |
| Linux | Linux Kernel | >= 6.19, < 7.0.4 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-46006?
How severe is CVE-2026-46006?
How do I fix CVE-2026-46006?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-46000In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46001In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46002In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46003In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46004In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46005In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46007In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46008In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2026-46009In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-4601Versions of the package jsrsasign before 11.1.1 are vulnerab…9.1
- CVE-2026-46010In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-46011In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-46006?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
