CVE-2025-39951
BaseFortify
Publication date: 2025-10-04
Last updated on: 2025-10-06
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a use-after-free issue in the Linux kernel's virtio_uml driver. Specifically, when the function register_virtio_device() fails during the virtio_uml_probe() process, the code incorrectly marks the device as registered even though it was not successfully registered. This incorrect state can lead to use-after-free errors or other related problems.
How can this vulnerability impact me? :
The vulnerability can cause use-after-free errors, which may lead to system instability, crashes, or potentially allow an attacker to execute arbitrary code or cause denial of service by exploiting the improper handling of device registration in the virtio_uml driver.