Bug 2401410 (CVE-2025-39951) - CVE-2025-39951 kernel: um: virtio_uml: Fix use-after-free after put_device in probe
Summary: CVE-2025-39951 kernel: um: virtio_uml: Fix use-after-free after put_device in...
Keywords:
Status: NEW
Alias: CVE-2025-39951
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-10-04 08:01 UTC by OSIDB Bzimport
Modified: 2025-10-06 18:52 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-10-04 08:01:33 UTC
In the Linux kernel, the following vulnerability has been resolved:

um: virtio_uml: Fix use-after-free after put_device in probe

When register_virtio_device() fails in virtio_uml_probe(),
the code sets vu_dev->registered = 1 even though
the device was not successfully registered.
This can lead to use-after-free or other issues.


Note You need to log in before you can comment on or make changes to this bug.