CVE-2025-40253
BaseFortify
Publication date: 2025-12-04
Last updated on: 2025-12-06
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 bug in the Linux kernel's s390/ctcm component. Specifically, the function 'mpc_rcvd_sweep_req(mpcginfo)' frees a memory object 'mpcginfo', and then the function 'ctcmpc_unpack_skb' also calls 'kfree' on the same object, causing it to be freed twice. This can lead to undefined behavior or potential security issues. The fix involved removing the redundant 'kfree' call in 'mpc_rcvd_sweep_req'.
How can this vulnerability impact me? :
A double-free vulnerability can lead to memory corruption, which attackers might exploit to cause system crashes, execute arbitrary code, or escalate privileges. In this case, since it is in the Linux kernel, exploitation could compromise system stability or security.