-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| kvm-ioctls | rust | < 0.19.1 | 0.19.1 |
The vulnerability description explicitly names VmFd::create_device as the affected function. The GitHub PR #298 shows the fix was changing from ioctl_with_ref to ioctl_with_mut_ref in vm.rs, confirming the location. The root cause matches CWE-843 (type confusion between mutable/immutable pointers) and aligns with the described undefined behavior pattern in Rust pointer handling.
Ongoing coverage of React2Shell