Linux Kernel Deadlock Vulnerability in sa1100_set_termios()

Vulnerability

A deadlock vulnerability has been identified in the Linux kernel's handling of serial communication, specifically within the sa1100_set_termios() function. The issue arises when one thread holds a lock while waiting for a timer to stop, and another thread attempts to acquire the same lock, leading to a permanent blockage. This vulnerability affects the tty subsystem of the Linux kernel.

Impact

Exploitation of this vulnerability leads to a deadlock condition, where the sa1100_set_termios() function is unable to complete its operation, causing a permanent halt in the affected thread's execution.

Remediation

The vulnerability has been addressed by modifying the order of operations in the sa1100_set_termios() function. Users should apply the latest patches available in the Linux kernel to mitigate this issue.

Added: Jun 9, 2025, 7:46 PM
Updated: Jun 9, 2025, 7:46 PM

Vulnerability Rating

Custom Algorithm
spread
9.0
impact
2.5
exploitability
3.5
remediation
0.0
relevance
0.0
threat
3.2
urgency
2.9
incentive
1.7

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.