CVE-2025-39874
BaseFortify
Publication date: 2025-09-23
Last updated on: 2025-12-12
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 6.15 (inc) to 6.16.8 (exc) |
| linux | linux_kernel | 6.17 |
| linux | linux_kernel | 6.17 |
| linux | linux_kernel | 6.17 |
| linux | linux_kernel | 6.17 |
| linux | linux_kernel | 6.17 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-noinfo |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's macsec component when syncing features between upper and lower network devices. Specifically, a deadlock can happen because the lower device is locked via ETHTOOL_SFEATURES while syncing features, but the upper and lower device features can become out of sync. This causes the kernel to attempt to lock the lower device again while it is already locked, leading to a stuck state or deadlock. The issue arises from improper synchronization of network device features and locking order during feature updates.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to deadlock when updating network device features related to macsec, potentially leading to a system hang or network disruption. This can affect system stability and network availability, especially on systems using macsec for secure networking.