8.8

CVE-2023-3494

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.

Data is provided by the National Vulnerability Database (NVD)
FreebsdFreebsd Version13.1 Update-
FreebsdFreebsd Version13.1 Updateb1-p1
FreebsdFreebsd Version13.1 Updateb2-p2
FreebsdFreebsd Version13.1 Updatep1
FreebsdFreebsd Version13.1 Updatep2
FreebsdFreebsd Version13.1 Updatep3
FreebsdFreebsd Version13.1 Updatep4
FreebsdFreebsd Version13.1 Updatep5
FreebsdFreebsd Version13.1 Updatep6
FreebsdFreebsd Version13.1 Updatep7
FreebsdFreebsd Version13.1 Updatep8
FreebsdFreebsd Version13.1 Updaterc1-p1
FreebsdFreebsd Version13.2 Update-
FreebsdFreebsd Version13.2 Updatep1
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Type Source Score Percentile
EPSS FIRST.org 0.19% 0.414
CVSS Metriken
Source Base Score Exploit Score Impact Score Vector string
nvd@nist.gov 8.8 2 6
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
CWE-120 Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')

The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer, leading to a buffer overflow.