CVE-2024-42416
05.09.2024, 05:15
The ctl_report_supported_opcodes function did not sufficiently validate a field provided by userspace, allowing an arbitrary write to a limited amount of kernel help memory. 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.Enginsight
Vendor | Product | Version |
---|---|---|
freebsd | freebsd | 13.0 ≤ 𝑥 < 13.3 |
freebsd | freebsd | 13.3 |
freebsd | freebsd | 13.3:p1 |
freebsd | freebsd | 13.3:p2 |
freebsd | freebsd | 13.3:p3 |
freebsd | freebsd | 13.3:p4 |
freebsd | freebsd | 13.3:p5 |
freebsd | freebsd | 13.4:beta3 |
freebsd | freebsd | 14.0 |
freebsd | freebsd | 14.0:beta5 |
freebsd | freebsd | 14.0:p1 |
freebsd | freebsd | 14.0:p2 |
freebsd | freebsd | 14.0:p3 |
freebsd | freebsd | 14.0:p4 |
freebsd | freebsd | 14.0:p5 |
freebsd | freebsd | 14.0:p6 |
freebsd | freebsd | 14.0:p7 |
freebsd | freebsd | 14.0:p8 |
freebsd | freebsd | 14.0:p9 |
freebsd | freebsd | 14.0:rc3 |
freebsd | freebsd | 14.0:rc4-p1 |
freebsd | freebsd | 14.1 |
freebsd | freebsd | 14.1:p1 |
freebsd | freebsd | 14.1:p2 |
freebsd | freebsd | 14.1:p3 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-790 - Improper Filtering of Special ElementsThe software receives data from an upstream component, but does not filter or incorrectly filters special elements before sending it to a downstream component.
- CWE-1284 - Improper Validation of Specified Quantity in InputThe product receives input that is expected to specify a quantity (such as size or length), but it does not validate or incorrectly validates that the quantity has the required properties.