CVE-2025-39796
BaseFortify
Publication date: 2025-09-12
Last updated on: 2025-11-24
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.17 |
| 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 involves the Linux kernel's network subsystem, specifically the lapbether driver. The issue arises because the function register_netdevice can trigger a lock dependency in xsk_notify when called from notifiers, which is problematic. The fix involves ignoring ops-locked net devices in lapbether to avoid this lock dependency problem.
How can this vulnerability impact me? :
The vulnerability can cause lock dependency issues in the Linux kernel's network device registration process, potentially leading to deadlocks or instability in the network subsystem. This could affect system reliability and network functionality on affected systems.