The fwctl driver implements a state machine which is executed when a bhyve guest accesses certain x86 I/O ports. The interface lets the guest copy a string into a buffer resident in the bhyve process' memory. A bug in the state machine implementation can result in a buffer overflowing when copying this string. Malicious, privileged software running in a guest VM can exploit the buffer overflow to achieve code execution on the host in the bhyve userspace process, which typically runs as root, mitigated by the capabilities assigned through the Capsicum sandbox available to the bhyve process.
References
Link | Resource |
---|---|
https://security.FreeBSD.org/advisories/FreeBSD-SA-23:07.bhyve.asc | Vendor Advisory |
https://security.netapp.com/advisory/ntap-20230831-0006/ |
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2023-08-01 23:15
Updated : 2023-08-31 19:15
NVD link : CVE-2023-3494
Mitre link : CVE-2023-3494
CVE.ORG link : CVE-2023-3494
JSON object : View
Products Affected
freebsd
- freebsd
CWE
CWE-120
Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')