Bug 2162610 (CVE-2023-22745)
Summary: | CVE-2023-22745 tpm2-tss: Buffer Overlow in TSS2_RC_Decode | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Sandipan Roy <saroy> |
Component: | vulnerability | Assignee: | Nobody <nobody> |
Status: | NEW --- | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | aoconnor, bdettelb, bhu, caswilli, dffrench, dkuc, fjansen, gzaronik, hariharank, hkataria, jburrell, jkoehler, jmitchel, jsnitsel, jtanner, jwon, kaycoth, kshier, micjohns, ngough, psegedy, rgodfrey, shoracek, sthirugn, vkrizan, vmugicag |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: |
A flaw was found in tpm2-tss, which is an open source software implementation of the Trusted Computing Group (TCG) Trusted Platform Module (TPM) 2 Software Stack (TSS2). In affected versions, `Tss2_RC_SetHandler` and `Tss2_RC_Decode` index into the `layer_handler` with an 8-bit layer number, but the array only has `TPM2_ERROR_TSS2_RC_LAYER_COUNT` entries. Trying to add a handler for higher-numbered layers or to decode a response code with a layer number, reads/writes past the end of the buffer. This buffer overrun could result in arbitrary code execution. An example attack is a man-in-the-middle (MiTM) bus attack that returns 0xFFFFFFFFFF for the RC. Given the common use case of TPM modules, an attacker must have local access to the target machine with local system privileges, which allows access to the TPM system. Usually, TPM access requires administrative privileges.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | Type: | --- | |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 2162611, 2162612, 2162613 | ||
Bug Blocks: | 2162585 |
Description
Sandipan Roy
2023-01-20 07:21:20 UTC
Created tpm2-tss tracking bugs for this issue: Affects: fedora-all [bug 2162612] This issue has been addressed in the following products: Red Hat Enterprise Linux 9 Via RHSA-2023:6685 https://access.redhat.com/errata/RHSA-2023:6685 This issue has been addressed in the following products: Red Hat Enterprise Linux 8 Via RHSA-2023:7166 https://access.redhat.com/errata/RHSA-2023:7166 This issue has been addressed in the following products: Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions Red Hat Enterprise Linux 8.6 Telecommunications Update Service Via RHSA-2024:4408 https://access.redhat.com/errata/RHSA-2024:4408 This issue has been addressed in the following products: Red Hat Enterprise Linux 8.8 Extended Update Support Via RHSA-2024:4739 https://access.redhat.com/errata/RHSA-2024:4739 |