PT-2026-30166 · Linux · Linux Kernel
Published
2026-04-03
·
Updated
2026-04-20
·
CVE-2026-23472
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
The Linux kernel contains a flaw in the serial core related to handling transmission for unknown ports (PORT UNKNOWN). Inconsistencies between
uart write room() and uart write() when xmit buf is NULL can lead to an infinite loop in drivers that use tty write room() to determine write availability. Specifically, uart write room() may return a value greater than zero even when xmit buf is NULL, while uart write() returns zero in the same scenario. This discrepancy causes drivers like caif serial to enter an infinite loop in their handle tx() function when used with PORT UNKNOWN serial ports, resulting in system hangs.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Infinite Loop
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel