8.8

CVE-2022-23087

The e1000 network adapters permit a variety of modifications to an Ethernet packet when it is being transmitted.  These include the insertion of IP and TCP checksums, insertion of an Ethernet VLAN header, and TCP segmentation offload ("TSO").  The e1000 device model uses an on-stack buffer to generate the modified packet header when simulating these modifications on transmitted packets.

When checksum offload is requested for a transmitted packet, the e1000 device model used a guest-provided value to specify the checksum offset in the on-stack buffer.  The offset was not validated for certain packet types.

A misbehaving bhyve guest could overwrite memory in the bhyve process on the host, possibly leading to code execution in the host context.

The bhyve process runs in a Capsicum sandbox, which (depending on the FreeBSD version and bhyve configuration) limits the impact of exploiting this issue.

Data is provided by the National Vulnerability Database (NVD)
FreebsdFreebsd Version >= 12.0 < 12.3
FreebsdFreebsd Version12.3 Update-
FreebsdFreebsd Version12.3 Updatep1
FreebsdFreebsd Version12.3 Updatep2
FreebsdFreebsd Version12.3 Updatep3
FreebsdFreebsd Version12.3 Updatep4
FreebsdFreebsd Version13.0 Update-
FreebsdFreebsd Version13.0 Updatebeta1
FreebsdFreebsd Version13.0 Updatebeta2
FreebsdFreebsd Version13.0 Updatebeta3
FreebsdFreebsd Version13.0 Updatebeta3-p1
FreebsdFreebsd Version13.0 Updatebeta4
FreebsdFreebsd Version13.0 Updatep1
FreebsdFreebsd Version13.0 Updatep10
FreebsdFreebsd Version13.0 Updatep2
FreebsdFreebsd Version13.0 Updatep3
FreebsdFreebsd Version13.0 Updatep4
FreebsdFreebsd Version13.0 Updatep5
FreebsdFreebsd Version13.0 Updatep6
FreebsdFreebsd Version13.0 Updatep7
FreebsdFreebsd Version13.0 Updatep8
FreebsdFreebsd Version13.0 Updatep9
FreebsdFreebsd Version13.0 Updaterc1
FreebsdFreebsd Version13.0 Updaterc2
FreebsdFreebsd Version13.0 Updaterc3
FreebsdFreebsd Version13.0 Updaterc4
FreebsdFreebsd Version13.0 Updaterc5
FreebsdFreebsd Version13.0 Updaterc5-p1
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Type Source Score Percentile
EPSS FIRST.org 0.11% 0.299
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
134c704f-9b21-4f2e-91b3-4a467353bcc0 8.8 2 6
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
CWE-787 Out-of-bounds Write

The product writes data past the end, or before the beginning, of the intended buffer.