CVE-2022-23087: Bhyve e82545 device emulation out-of-bounds write
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.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2022-23087?
CVE-2022-23087 is classified with high severity due to potential vulnerabilities in the e1000 network adapters.
How do I fix CVE-2022-23087?
To mitigate CVE-2022-23087, you should update to the latest version of FreeBSD that addresses the vulnerability.
What versions of FreeBSD are affected by CVE-2022-23087?
CVE-2022-23087 affects FreeBSD versions 12.0 to 12.3 and various 13.0 releases, including beta versions.
What impact does CVE-2022-23087 have on network security?
CVE-2022-23087 can allow unauthorized modifications to Ethernet packets, potentially compromising network security.
Is there a known exploit for CVE-2022-23087?
As of now, there is no public knowledge of active exploits for CVE-2022-23087, but the vulnerability itself poses a significant risk.