Lucene search

K
debiancveDebian Security Bug TrackerDEBIANCVE:CVE-2024-38553
HistoryJun 19, 2024 - 2:15 p.m.

CVE-2024-38553

2024-06-1914:15:15
Debian Security Bug Tracker
security-tracker.debian.org
cve-2024-38553
network driver
deadlock prevention
unix

6.9 Medium

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

15.7%

In the Linux kernel, the following vulnerability has been resolved: net: fec: remove .ndo_poll_controller to avoid deadlocks There is a deadlock issue found in sungem driver, please refer to the commit ac0a230f719b (“eth: sungem: remove .ndo_poll_controller to avoid deadlocks”). The root cause of the issue is that netpoll is in atomic context and disable_irq() is called by .ndo_poll_controller interface of sungem driver, however, disable_irq() might sleep. After analyzing the implementation of fec_poll_controller(), the fec driver should have the same issue. Due to the fec driver uses NAPI for TX completions, the .ndo_poll_controller is unnecessary to be implemented in the fec driver, so fec_poll_controller() can be safely removed.

6.9 Medium

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

15.7%

Related for DEBIANCVE:CVE-2024-38553