HOMEVULNERABILITIESCVE-2023-43632
CRITICAL

CVE-2023-43632

CWE-789Published: September 21, 2023· Updated: Jun 17, 2026

9.9
CVSS v3.1

Official 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.

NVD Source

Technical Analysis

CVE-2023-43632 can be exploited remotely over the network without requiring physical or adjacent access, significantly expanding the attack surface for threat actors.

Exploitation requires low privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

A successful exploit results in complete confidentiality breach (data exposure), full integrity compromise (data manipulation), availability disruption (denial of service), with a CVSS base score of 9.9.

The vulnerability has a "Changed" scope, meaning successful exploitation can impact components beyond the vulnerable component itself — such as the host operating system or adjacent services.

CVSS v3.1 Vector Breakdown

Exploitability
Attack VectorNetwork
Attack ComplexityLow
Privileges Req.Low
User InteractionNone
ScopeChanged
Impact
ConfidentialityHigh
IntegrityHigh
AvailabilityHigh
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H

Affected Vendors & Products

linuxfoundation1 product(s)
edge virtualization engine
Source: NVD CPE · 1 total CPE entries

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (2)

Quick Facts

CVE IDCVE-2023-43632
CVSS Score9.9 / 10
SeverityCRITICAL
WeaknessCWE-789
CISA KEVNo
Affected1 vendor(s)
PublishedSep 21, 2023

Related CVEs (CWE-789)

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2023-43632 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.