CVE-2025-38623
BaseFortify
Publication date: 2025-08-22
Last updated on: 2025-11-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.1.153 |
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 PowerNV hotplug code involves improper handling of surprise plug events. When a device is unexpectedly removed, the upstream bridge port can cause a PE freeze on the PHB, preventing MSI interrupts from being received and stalling all plug events on associated slots. Additionally, when a device is removed, the PHB/PE remains frozen and cannot be cleared without a reboot, causing the hotplug system to fail and requiring a system reboot to detect new devices. The fix involves issuing appropriate unfreeze and rescan commands during hotplug events to prevent these failures.
How can this vulnerability impact me? :
This vulnerability can cause the hotplug system to completely fail after device removal, leading to stalled plug events and requiring a system reboot to detect new devices. This can result in downtime, reduced system availability, and inconvenience due to the need for reboots to recover from device removal events.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, ensure that the system applies the fix that issues the appropriate unfreeze and rescan commands on hotplug events. Avoid rebooting by clearing the PE freeze on the PHB after device removal. If the system is affected, a reboot may be required to clear the freeze and redetect devices until the fix is applied.