CVE-2025-38114

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-38114
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-38114.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-38114
Downstream
Related
Published
2025-07-03T08:35:23Z
Modified
2025-10-22T12:20:24.930042Z
Summary
e1000: Move cancel_work_sync to avoid deadlock
Details

In the Linux kernel, the following vulnerability has been resolved:

e1000: Move cancelworksync to avoid deadlock

Previously, e1000down called cancelworksync for the e1000 reset task (via e1000downandstop), which takes RTNL.

As reported by users and syzbot, a deadlock is possible in the following scenario:

CPU 0: - RTNL is held - e1000close - e1000down - cancelworksync (cancel / wait for e1000resettask())

CPU 1: - processonework - e1000resettask - take RTNL

To remedy this, avoid calling cancelworksync from e1000down (e1000resettask does nothing if the device is down anyway). Instead, call cancelworksync for e1000reset_task when the device is being removed.

References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
e400c7444d84b0fd2ebb34e618f83abe05917543
Fixed
1fd4438ddcc4958ed24662d5125114299e19bae4
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
e400c7444d84b0fd2ebb34e618f83abe05917543
Fixed
b4a8085ceefb7bbb12c2b71c55e71fc946c6929f

Affected versions

v6.*

v6.12
v6.12-rc6
v6.12-rc7
v6.13
v6.13-rc1
v6.13-rc2
v6.13-rc3
v6.13-rc4
v6.13-rc5
v6.13-rc6
v6.13-rc7
v6.14
v6.14-rc1
v6.14-rc2
v6.14-rc3
v6.14-rc4
v6.14-rc5
v6.14-rc6
v6.14-rc7
v6.15
v6.15-rc1
v6.15-rc2
v6.15-rc3
v6.15-rc4
v6.15-rc5
v6.15-rc6
v6.15-rc7
v6.15.1
v6.15.2

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.15.3