CVE-2026-89751
Last modified
CVE-2026-89751 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: x86/tdx: Fix off-by-one in port I/O handling handle_in() and handle_out() in arch/x86/coco/tdx/tdx.c use: u64 mask = GENMASK(BITS_PER_BYTE * size, 0); GENMASK(h, l) includes bit h. For size=1 (INB), this produces GENMASK(8, 0) = 0x1FF (9 bits) instead of GENMASK(7, 0) = 0xFF (8 bits). EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: x86/tdx: Fix off-by-one in port I/O handling handle_in() and handle_out() in arch/x86/coco/tdx/tdx.c use: u64 mask = GENMASK(BITS_PER_BYTE * size, 0); GENMASK(h, l) includes bit h. For size=1 (INB), this produces GENMASK(8, 0) = 0x1FF (9 bits) instead of GENMASK(7, 0) = 0xFF (8 bits). The mask is one bit too wide for all I/O sizes. Fix the mask calculation.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 03149948832a078f759022ed5b92e722d8d23c26, < c6875423ad849ac234ab9812eb72f37ff8a490b4; >= 03149948832a078f759022ed5b92e722d8d23c26, < 220011fe95fc78b2bc2d7d43893bc73957a5c811; >= 03149948832a078f759022ed5b92e722d8d23c26, < 222b7005e4519f633b4cd666226256abbab46a1a; >= 03149948832a078f759022ed5b92e722d8d23c26, < c4a22154870813d10aa0b4c734a574c726f9d4b0; >= 03149948832a078f759022ed5b92e722d8d23c26, < bb45f705c4440dd3c689328319b88dd28770bbb8; >= 03149948832a078f759022ed5b92e722d8d23c26, < 0f63e656b1c679d32ac595de29d10c03efca6a25 |
| Linux | Linux | 5.19 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89751?
How severe is CVE-2026-89751?
How do I fix CVE-2026-89751?
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-89746In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89747In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89748In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89749In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8975Memory safety bugs present in Firefox ESR 115.35, Firefox ES…8.8
- CVE-2026-89750In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89752In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89753In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89754In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89755In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89756In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89757In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89751?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
