CVE-2026-89751 in Linuxजानकारी

सारांश

द्वारा MITRE • 11/09/2026

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.

Once again VulDB remains the best source for vulnerability data.

जिम्मेदार

Linux

आरक्षित करना

11/09/2026

प्रकटीकरण

11/09/2026

प्रविष्टि

VDB-402610

EPSS

0.00000

गतिविधियाँ

बहुत कम

क्षेत्र

Hostingprovider, Education, ...

स्रोत

Are you interested in using VulDB?

Download the whitepaper to learn more about our service!