PT-2026-43898 · Linux+2 · Linux Kernel+2

CVE-2026-46031

·

Published

2026-05-27

·

Updated

2026-08-25

CVSS v3.1

7.5

High

VectorAV:N/AC:L/PR:N/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 A deadlock occurs in the ks8851 driver when the ks8851 irq() function is executed. If a TX packet has been sent, the driver enables the TX queue via netif wake queue(), which schedules a TX softirq. When CONFIG PREEMPT RT=y is set and a packet is received, ks8851 rx pkts() calls netdev alloc skb ip align() to allocate SKBs. If bottom halves (BH) are enabled, local bh enable() triggers the pending softirq, which may call the .xmit callback ks8851 start xmit par(). This function attempts to lock the struct ks8851 net par .lock spinlock, which is already held by ks8851 irq(), resulting in a deadlock. If CONFIG PREEMPT RT is not set, the deadlock can still be triggered upon returning from spin unlock bh(&ks->statelock) in ks8851 irq() due to pending softirqs.
Recommendations At the moment, there is no information about a newer version that contains a fix for this vulnerability.

Exploit

Improper Locking

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

Weakness Enumeration

Related Identifiers

AZL-88731
CVE-2026-46031
ECHO-2BCA-ED07-E147
OPENSUSE-SU-2026:10954-1
USN-8488-1
USN-8488-2
USN-8489-1
USN-8507-1
USN-8567-1
USN-8569-1
USN-8574-1
USN-8574-2
USN-8574-3
USN-8595-1
USN-8595-2
USN-8595-3
USN-8596-1
USN-8603-1
USN-8606-1
USN-8607-1
USN-8608-1
USN-8609-1
USN-8619-1
USN-8665-1

Affected Products

Linuxmint
Linux Kernel
Ubuntu