CVE-2025-40080
BaseFortify
Publication date: 2025-10-28
Last updated on: 2025-10-30
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's Network Block Device (nbd) subsystem involved improper socket restrictions. The system previously allowed various types of sockets, which syzbot (a kernel fuzzing tool) exploited by using unsupported socket types. The fix restricts nbd sockets explicitly to TCP and UNIX stream sockets and verifies that the socket supports the shutdown() method during setup, preventing misuse of unsupported socket types.
How can this vulnerability impact me? :
If exploited, this vulnerability could allow misuse or abuse of the nbd subsystem by using unsupported socket types, potentially leading to unexpected behavior or system instability. Restricting sockets to TCP and UNIX stream sockets helps prevent such abuse, improving system reliability and security.