CVE-2025-40055
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 is a double free issue in the Linux kernel's ocfs2 component. Specifically, in the user_cluster_disconnect() function, a memory area referred to as "lc" is freed twice due to error handling logic. This can lead to undefined behavior or potential exploitation. The fix involves setting "lc" to NULL after the first free to prevent the second free.
How can this vulnerability impact me? :
A double free vulnerability can cause memory corruption, which may lead to system crashes, denial of service, or potentially allow an attacker to execute arbitrary code with kernel privileges, depending on the exploitation scenario.