CVE-2025-39733
BaseFortify
Publication date: 2025-09-07
Last updated on: 2025-11-25
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.15 |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
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 in the Linux kernel involves issues with locking mechanisms related to team devices. Specifically, there were ordering issues with lower instance locks and the team lock. The fix involved replacing the team lock with the rtnl lock to protect the team device, similar to how bonding devices are handled. This change improves the locking order and prevents potential concurrency problems.
How can this vulnerability impact me? :
The vulnerability could lead to concurrency issues or race conditions in the Linux kernel's handling of team devices, potentially causing system instability or unexpected behavior in network device management.