CVE-2023-43632
Last modified
CVE-2023-43632 is a critical-severity vulnerability rated 9.9/10 on the CVSS scale. 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. EPSS estimates a 0.55% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linuxfoundation | Edge Virtualization Engine | >= 3.0.0, < 9.5.0 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-43632?
How severe is CVE-2023-43632?
How do I fix CVE-2023-43632?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-43627Path traversal vulnerability in ACERA 1320 firmware ver.01.2…5.7
- CVE-2023-43628An integer underflow vulnerability exists in the NTRIP Strea…7.5
- CVE-2023-43629Incorrect default permissions in some Intel(R) GPA software …7.8
- CVE-2023-4363Inappropriate implementation in WebShare in Google Chrome on…4.3
- CVE-2023-43630PCR14 is not in the list of PCRs that seal/unseal the “vault…8.8
- CVE-2023-43631 On boot, the Pillar eve container checks for the existence …8.8
- CVE-2023-43633 On boot, the Pillar eve container checks for the existence …8.8
- CVE-2023-43634 When sealing/unsealing the “vault” key, a list of PCRs is u…8.8
- CVE-2023-43635 Vault Key Sealed With SHA1 PCRs The measured boot sol…8.8
- CVE-2023-43636 In EVE OS, the “measured boot” mechanism prevents a compr…8.8
- CVE-2023-43637 Due to the implementation of "deriveVaultKey", prior to ver…7.8
- CVE-2023-4364Inappropriate implementation in Permission Prompts in Google…4.3
Are you affected by CVE-2023-43632?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
