Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2023-43632

9.0 · CRITICAL
Published Sep 21, 2023 linuxfoundation CWE-789 EPSS 0.54% (43th pctl)

Overview

CVE-2023-43632 is a critical-severity vulnerability affecting linuxfoundation edge_virtualization_engine. It was published on September 21, 2023 and has a CVSS 3.1 base score of 9.0 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.0, rated CRITICAL. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

As noted in the “VTPM.md” file in the eve documentation, “VTPM is a server listening on port

8877 in EVE, exposing limited functionality of the TPM to the clients.

VTPM allows clients to

execute tpm2-tools binaries from a list of hardcoded options”

The communication with this server is done using protobuf, and the data is comprised of 2

parts:

1. Header

2. Data

When a connection is made, the server is waiting for 4 bytes of data, which will be the header,

and these 4 bytes would be parsed as uint32 size of the actual data to come.

Then, in the function “handleRequest” this size is then used in order to allocate a payload on

the stack for the incoming data.

As this payload is allocated on the stack, this will allow overflowing the stack size allocated for

the relevant process with freely controlled data.

* An attacker can crash the system.

* An attacker can gain control over the system, specifically on the “vtpm_server” process

which has very high privileges.

Remediation

Check the references section for vendor advisories and patches from linuxfoundation. Update edge_virtualization_engine to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linuxfoundation edge_virtualization_engine >= 3.0.0, < 9.5.0 Affected

Frequently Asked Questions

What is CVE-2023-43632?

CVE-2023-43632 is a critical-severity vulnerability affecting linuxfoundation edge_virtualization_engine. It was published on September 21, 2023 and has a CVSS 3.1 base score of 9.0 (CRITICAL).

How severe is CVE-2023-43632?

This vulnerability has a CVSS 3.1 base score of 9.0, rated CRITICAL. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2023-43632?

Check the references section for vendor advisories and patches from linuxfoundation. Update edge_virtualization_engine to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2023-43632?

CyberStrike's AI-powered security agents can automatically detect CVE-2023-43632 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.