cve/2024/CVE-2024-53240.md
2025-09-29 21:09:30 +02:00

1.7 KiB

CVE-2024-53240

Description

In the Linux kernel, the following vulnerability has been resolved:xen/netfront: fix crash when removing deviceWhen removing a netfront device directly after a suspend/resume cycleit might happen that the queues have not been setup again, causing acrash during the attempt to stop the queues another time.Fix that by checking the queues are existing before trying to stopthem.This is XSA-465 / CVE-2024-53240.

POC

Reference

No PoCs from references.

Github