CVE-2025-1713
BaseFortify
Publication date: 2025-07-17
Last updated on: 2025-07-17
Assigner: Xen Project
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| xen | xen | 4.17 |
| xen | xen | 4.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-833 | The product contains multiple threads or executable segments that are waiting for each other to release a necessary lock, resulting in deadlock. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs when setting up interrupt remapping for legacy PCI(-X) devices, including PCI(-X) bridges. During this process, a lookup of the upstream bridge is required, which involves acquiring a lock. However, this lock acquisition happens in a context where acquiring the lock is unsafe, potentially causing a deadlock.
How can this vulnerability impact me? :
The vulnerability can lead to a deadlock situation in the system when handling interrupt remapping for legacy PCI(-X) devices. This deadlock can cause system hangs or crashes, impacting system stability and availability.