PT-2026-51842 · Linux+1 · Linux Kernel+1

CVE-2026-52948

·

Published

2026-05-04

·

Updated

2026-09-07

CVSS v3.1

9.8

Critical

VectorAV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Name of the Vulnerable Software and Affected Versions Linux kernel (affected versions not specified)
Description An integer overflow exists in the I2C TIMEOUT ioctl. The function accepts a user-provided timeout value in multiples of 10 ms. Although the argument is checked against INT MAX, it is subsequently multiplied by 10 before being passed to the msecs to jiffies() function. A malicious user can provide a large value that bypasses the initial check but overflows during multiplication, resulting in a truncated 32-bit unsigned value. This value is then assigned to client->adapter->timeout as a signed 32-bit integer and reinterpreted as a negative number. When this negative value is passed to wait for completion timeout(), it undergoes sign extension to a 64-bit unsigned long, causing premature returns and leaving the SMBus state machine in an unrecoverable state, which leads to a local Denial of Service (DoS).
Recommendations At the moment, there is no information about a newer version that contains a fix for this vulnerability.

Exploit

DoS

Integer Overflow

Found an issue in the description? Have something to add? Feel free to write us 👾

Weakness Enumeration

Related Identifiers

AZL-90513
BDU:2026-13915
CVE-2026-52948
ECHO-69C8-EDD4-E968
OESA-2026-3454
OESA-2026-3455
OPENSUSE-SU-2026:21555-1
SUSE-SU-2026:23066-1
SUSE-SU-2026:23068-1
SUSE-SU-2026:23193-1
SUSE-SU-2026:23194-1
SUSE-SU-2026:23221-1
SUSE-SU-2026:23231-1
SUSE-SU-2026:23237-1
SUSE-SU-2026:23241-1
SUSE-SU-2026:23244-1
SUSE-SU-2026:3130-1
SUSE-SU-2026:3166-1
SUSE-SU-2026:3594-1
USN-8726-1
USN-8727-1
USN-8728-1

Affected Products

Linux Kernel
Ubuntu