In the Linux kernel, the following vulnerability has been resolved:
PCI/pwrctrl: Fix double cleanup on devmaddactionorreset() failure
When devmaddactionorreset() fails, it calls the passed cleanup function. Hence the caller must not repeat that cleanup.
Replace the "goto errregulatorfree" by the actual freeing, as there will never be a need again for a second user of this label.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/40xxx/CVE-2025-40145.json"
}