CVE-2025-40145
BaseFortify
Publication date: 2025-11-12
Last updated on: 2025-11-12
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
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 involves a double cleanup issue in the PCI power control code. Specifically, when the function devm_add_action_or_reset() fails, it calls a cleanup function, so the caller must not call that cleanup again. The vulnerability was due to a redundant cleanup call (a 'double cleanup') which could cause problems. The fix replaced a goto statement with direct freeing code to prevent this double cleanup.
How can this vulnerability impact me? :
The vulnerability could lead to improper resource management in the Linux kernel's PCI power control subsystem, potentially causing system instability or crashes due to double cleanup of resources. This could affect system reliability or availability.