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

1.4 KiB

CVE-2024-43110

Description

The ctl_request_sense function could expose up to three bytes of the kernel heap to userspace.Malicious software running in a guest VM that exposes virtio_scsi can exploit the vulnerabilities to achieve code execution on the host in the bhyve userspace process, which typically runs as root. Note that bhyve runs in a Capsicum sandbox, so malicious code is constrained by the capabilities available to the bhyve process. A malicious iSCSI initiator could achieve remote code execution on the iSCSI target host.

POC

Reference

No PoCs from references.

Github