CVE-2026-80887
Last modified
CVE-2026-80887 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: use check_add_overflow for shader size+offset bound vmw_shader_define() validates the user-supplied shader window against its backing buffer with (u64)buffer->tbo.base.size < (u64)size + (u64)offset drm_vmw_shader_create_arg::offset is __u64 in the uapi; when it is near U64_MAX the unsigned addition wraps and the resulting tiny value passes the check. The unbounded offset is then stored in res->guest_memory_offset and forwarded to host SVGA shader-create commands. Use check_add_overflow() to detect the wrap and compare the resulting endpoint against the buffer size..
Description
In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: use check_add_overflow for shader size+offset bound vmw_shader_define() validates the user-supplied shader window against its backing buffer with (u64)buffer->tbo.base.size < (u64)size + (u64)offset drm_vmw_shader_create_arg::offset is __u64 in the uapi; when it is near U64_MAX the unsigned addition wraps and the resulting tiny value passes the check. The unbounded offset is then stored in res->guest_memory_offset and forwarded to host SVGA shader-create commands. Use check_add_overflow() to detect the wrap and compare the resulting endpoint against the buffer size.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 668b206601c5f5063e03b76784a0d3024fa2b249, < 1bbe7751f5ebac383405ef29a66622d65bd505d3; >= 668b206601c5f5063e03b76784a0d3024fa2b249, < d3f44438aa805270aaead3b6840ccaea0f4c11f9; >= 668b206601c5f5063e03b76784a0d3024fa2b249, < cfd163169af3be56eaef113c680ea251f0d09189; >= 668b206601c5f5063e03b76784a0d3024fa2b249, < 5c725901908eb1e52a16fc0e2373cb761df42d21; >= 668b206601c5f5063e03b76784a0d3024fa2b249, < 54d56d5b42d2e4c72ba6e365e9774da90698aa22 |
| Linux | Linux | 6.4 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80887?
How severe is CVE-2026-80887?
How do I fix CVE-2026-80887?
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-80881In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80882In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80883In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80884In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80885In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80886In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80888In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80889In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8089The weMail: Email Marketing, Email Automation, Newsletters, …7.1
- CVE-2026-80890In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80891In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80892In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-80887?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
