a0d9f2d87e
- edk2-SecurityPkg-Change-use-of-EFI_D_-to-DEBUG_.patch [RHEL-21154 RHEL-21156] - edk2-SecurityPkg-Change-OPTIONAL-keyword-usage-style.patch [RHEL-21154 RHEL-21156] - edk2-MdePkg-Introduce-CcMeasurementProtocol-for-CC-Guest-.patch [RHEL-21154 RHEL-21156] - edk2-SecurityPkg-Support-CcMeasurementProtocol-in-DxeTpm2.patch [RHEL-21154 RHEL-21156] - edk2-SecurityPkg-Support-CcMeasurementProtocol-in-DxeTpmM.patch [RHEL-21154 RHEL-21156] - edk2-SecurityPkg-DxeTpm2MeasureBootLib-SECURITY-PATCH-411.patch [RHEL-21154 RHEL-21156] - edk2-SecurityPkg-DxeTpmMeasureBootLib-SECURITY-PATCH-4117.patch [RHEL-21154 RHEL-21156] - edk2-SecurityPkg-Adding-CVE-2022-36763-to-SecurityFixes.y.patch [RHEL-21154 RHEL-21156] - edk2-SecurityPkg-DxeTpm2MeasureBootLib-SECURITY-PATCH-418.patch [RHEL-21154 RHEL-21156] - edk2-SecurityPkg-DxeTpmMeasureBootLib-SECURITY-PATCH-4118.patch [RHEL-21154 RHEL-21156] - edk2-SecurityPkg-DxeTpm2MeasureBootLib-SEC-PATCH-4118-2.patch [RHEL-21154 RHEL-21156] - edk2-SecurityPkg-DxeTpmMeasureBootLib-SEC-PATCH-4117-2.patch [RHEL-21154 RHEL-21156] - edk2-SecurityPkg-Updating-SecurityFixes.yaml-after-symbol.patch [RHEL-21154 RHEL-21156] - edk2-NetworkPkg-Dhcp6Dxe-SECURITY-PATCH-CVE-2023-45230-Pa.patch [RHEL-21840 RHEL-21842] - edk2-NetworkPkg-Add-Unit-tests-to-CI-and-create-Host-Test.patch [RHEL-21840 RHEL-21842] - edk2-NetworkPkg-Dhcp6Dxe-SECURITY-PATCH-CVE-2023-45230-Un.patch [RHEL-21840 RHEL-21842] - edk2-NetworkPkg-Dhcp6Dxe-SECURITY-PATCH-CVE-2023-45229-Pa.patch [RHEL-21840 RHEL-21842] - Resolves: RHEL-21154 (CVE-2022-36763 edk2: heap buffer overflow in Tcg2MeasureGptTable() [rhel-8]) - Resolves: RHEL-21156 (CVE-2022-36764 edk2: heap buffer overflow in Tcg2MeasurePeImage() [rhel-8]) - Resolves: RHEL-21840 (CVE-2023-45229 edk2: Integer underflow when processing IA_NA/IA_TA options in a DHCPv6 Advertise message [rhel-8]) - Resolves: RHEL-21842 (CVE-2023-45230 edk2: Buffer overflow in the DHCPv6 client via a long Server ID option [rhel-8])
585 lines
22 KiB
Diff
585 lines
22 KiB
Diff
From e138f66708415704ad1133938c0dce5243795656 Mon Sep 17 00:00:00 2001
|
|
From: Jon Maloy <jmaloy@redhat.com>
|
|
Date: Tue, 13 Feb 2024 16:30:10 -0500
|
|
Subject: [PATCH 04/17] SecurityPkg: Support CcMeasurementProtocol in
|
|
DxeTpm2MeasureBootLib
|
|
|
|
RH-Author: Jon Maloy <jmaloy@redhat.com>
|
|
RH-MergeRequest: 44: edk2: heap buffer overflow in Tcg2MeasureGptTable()
|
|
RH-Jira: RHEL-21154 RHEL-21156
|
|
RH-Acked-by: Laszlo Ersek <lersek@redhat.com>
|
|
RH-Commit: [4/13] 8038fb605dbdaccfd40cb9d9d56db559ee9df639 (jmaloy/jons_fork)
|
|
|
|
JIRA: https://issues.redhat.com/browse/RHEL-21154
|
|
CVE: CVE-2022-36763
|
|
Upstream: Merged
|
|
Conflicts: Only cosmetic, due to the uncrustify changes made
|
|
in the newer version.
|
|
|
|
commit a124cd4ef92a349a6c823ea6701fcfd3a17db255
|
|
Author: Min Xu <min.m.xu@intel.com>
|
|
Date: Sat Dec 11 21:08:41 2021 +0800
|
|
|
|
SecurityPkg: Support CcMeasurementProtocol in DxeTpm2MeasureBootLib
|
|
|
|
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3625
|
|
|
|
DxeTpm2MeasureBootLib supports TPM2 based measure boot. After
|
|
CcMeasurementProtocol is introduced, CC based measure boot needs to
|
|
be supported in DxeTpm2MeasureBootLib as well.
|
|
|
|
There are 2 major changes in this commit.
|
|
|
|
1. A platform should have only one RTS/RTR. Only one of (virtual)TPM1.2,
|
|
(virtual)TPM2.0 and CC MR exists. Then only one TCG_SERVICE_PROTOCOL,
|
|
TCG2_PROTOCOL, CC_MEASUREMENT_PROTOCOL is exposed. In this library when
|
|
do measure boot only one of TCG2_PROTOCOL / CC_MEASUREMENT_PROTOCOL
|
|
will be called. MEASURE_BOOT_PROTOCOLS is defined to store the instances
|
|
of TCG2 protocol and CC Measurement protocol.
|
|
|
|
2. CcEvent is similar to Tcg2Event except the MrIndex and PcrIndex.
|
|
So in the code Tcg2Event will be first created and intialized. If
|
|
CcMeasurementProtocol is called to do the measure boot, then CcEvent
|
|
points to Tcg2Event and the MrIndex is adjusted.
|
|
|
|
Cc: Michael D Kinney <michael.d.kinney@intel.com>
|
|
Cc: Liming Gao <gaoliming@byosoft.com.cn>
|
|
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
|
|
Cc: Jiewen Yao <jiewen.yao@intel.com>
|
|
Cc: Jian J Wang <jian.j.wang@intel.com>
|
|
Cc: Sami Mujawar <sami.mujawar@arm.com>
|
|
Cc: Gerd Hoffmann <kraxel@redhat.com>
|
|
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
|
|
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
|
|
Signed-off-by: Min Xu <min.m.xu@intel.com>
|
|
|
|
Signed-off-by: Jon Maloy <jmaloy@redhat.com>
|
|
---
|
|
.../DxeTpm2MeasureBootLib.c | 347 ++++++++++++++----
|
|
.../DxeTpm2MeasureBootLib.inf | 3 +-
|
|
2 files changed, 271 insertions(+), 79 deletions(-)
|
|
|
|
diff --git a/SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.c b/SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.c
|
|
index 95682ac567..7abacdbc0a 100644
|
|
--- a/SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.c
|
|
+++ b/SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.c
|
|
@@ -1,5 +1,6 @@
|
|
/** @file
|
|
- The library instance provides security service of TPM2 measure boot.
|
|
+ The library instance provides security service of TPM2 measure boot and
|
|
+ Confidential Computing (CC) measure boot.
|
|
|
|
Caution: This file requires additional review when modified.
|
|
This library will have external input - PE/COFF image and GPT partition.
|
|
@@ -41,6 +42,12 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#include <Library/PeCoffLib.h>
|
|
#include <Library/SecurityManagementLib.h>
|
|
#include <Library/HobLib.h>
|
|
+#include <Protocol/CcMeasurement.h>
|
|
+
|
|
+typedef struct {
|
|
+ EFI_TCG2_PROTOCOL *Tcg2Protocol;
|
|
+ EFI_CC_MEASUREMENT_PROTOCOL *CcProtocol;
|
|
+} MEASURE_BOOT_PROTOCOLS;
|
|
|
|
//
|
|
// Flag to check GPT partition. It only need be measured once.
|
|
@@ -109,7 +116,7 @@ DxeTpm2MeasureBootLibImageRead (
|
|
Caution: This function may receive untrusted input.
|
|
The GPT partition table is external input, so this function should parse partition data carefully.
|
|
|
|
- @param Tcg2Protocol Pointer to the located TCG2 protocol instance.
|
|
+ @param MeasureBootProtocols Pointer to the located MeasureBoot protocol instances (i.e. TCG2/CC protocol).
|
|
@param GptHandle Handle that GPT partition was installed.
|
|
|
|
@retval EFI_SUCCESS Successfully measure GPT table.
|
|
@@ -121,26 +128,48 @@ DxeTpm2MeasureBootLibImageRead (
|
|
EFI_STATUS
|
|
EFIAPI
|
|
Tcg2MeasureGptTable (
|
|
- IN EFI_TCG2_PROTOCOL *Tcg2Protocol,
|
|
- IN EFI_HANDLE GptHandle
|
|
+ IN MEASURE_BOOT_PROTOCOLS *MeasureBootProtocols,
|
|
+ IN EFI_HANDLE GptHandle
|
|
)
|
|
{
|
|
- EFI_STATUS Status;
|
|
- EFI_BLOCK_IO_PROTOCOL *BlockIo;
|
|
- EFI_DISK_IO_PROTOCOL *DiskIo;
|
|
- EFI_PARTITION_TABLE_HEADER *PrimaryHeader;
|
|
- EFI_PARTITION_ENTRY *PartitionEntry;
|
|
- UINT8 *EntryPtr;
|
|
- UINTN NumberOfPartition;
|
|
- UINT32 Index;
|
|
- EFI_TCG2_EVENT *Tcg2Event;
|
|
- EFI_GPT_DATA *GptData;
|
|
- UINT32 EventSize;
|
|
+ EFI_STATUS Status;
|
|
+ EFI_BLOCK_IO_PROTOCOL *BlockIo;
|
|
+ EFI_DISK_IO_PROTOCOL *DiskIo;
|
|
+ EFI_PARTITION_TABLE_HEADER *PrimaryHeader;
|
|
+ EFI_PARTITION_ENTRY *PartitionEntry;
|
|
+ UINT8 *EntryPtr;
|
|
+ UINTN NumberOfPartition;
|
|
+ UINT32 Index;
|
|
+ UINT8 *EventPtr;
|
|
+ EFI_TCG2_EVENT *Tcg2Event;
|
|
+ EFI_CC_EVENT *CcEvent;
|
|
+ EFI_GPT_DATA *GptData;
|
|
+ UINT32 EventSize;
|
|
+ EFI_TCG2_PROTOCOL *Tcg2Protocol;
|
|
+ EFI_CC_MEASUREMENT_PROTOCOL *CcProtocol;
|
|
+ EFI_CC_MR_INDEX MrIndex;
|
|
|
|
if (mTcg2MeasureGptCount > 0) {
|
|
return EFI_SUCCESS;
|
|
}
|
|
|
|
+ PrimaryHeader = NULL;
|
|
+ EntryPtr = NULL;
|
|
+ EventPtr = NULL;
|
|
+
|
|
+ Tcg2Protocol = MeasureBootProtocols->Tcg2Protocol;
|
|
+ CcProtocol = MeasureBootProtocols->CcProtocol;
|
|
+
|
|
+ if ((Tcg2Protocol == NULL) && (CcProtocol == NULL)) {
|
|
+ ASSERT (FALSE);
|
|
+ return EFI_UNSUPPORTED;
|
|
+ }
|
|
+
|
|
+ if (sizeof (EFI_CC_EVENT) != sizeof (EFI_TCG2_EVENT)) {
|
|
+ ASSERT (FALSE);
|
|
+ return EFI_UNSUPPORTED;
|
|
+ }
|
|
+
|
|
Status = gBS->HandleProtocol (GptHandle, &gEfiBlockIoProtocolGuid, (VOID**)&BlockIo);
|
|
if (EFI_ERROR (Status)) {
|
|
return EFI_UNSUPPORTED;
|
|
@@ -168,6 +197,16 @@ Tcg2MeasureGptTable (
|
|
FreePool (PrimaryHeader);
|
|
return EFI_DEVICE_ERROR;
|
|
}
|
|
+
|
|
+ //
|
|
+ // PrimaryHeader->SizeOfPartitionEntry should not be zero
|
|
+ //
|
|
+ if (PrimaryHeader->SizeOfPartitionEntry == 0) {
|
|
+ DEBUG ((DEBUG_ERROR, "SizeOfPartitionEntry should not be zero!\n"));
|
|
+ FreePool (PrimaryHeader);
|
|
+ return EFI_BAD_BUFFER_SIZE;
|
|
+ }
|
|
+
|
|
//
|
|
// Read the partition entry.
|
|
//
|
|
@@ -202,11 +241,17 @@ Tcg2MeasureGptTable (
|
|
}
|
|
|
|
//
|
|
- // Prepare Data for Measurement
|
|
+ // Prepare Data for Measurement (CcProtocol and Tcg2Protocol)
|
|
//
|
|
EventSize = (UINT32)(sizeof (EFI_GPT_DATA) - sizeof (GptData->Partitions)
|
|
+ NumberOfPartition * PrimaryHeader->SizeOfPartitionEntry);
|
|
- Tcg2Event = (EFI_TCG2_EVENT *) AllocateZeroPool (EventSize + sizeof (EFI_TCG2_EVENT) - sizeof(Tcg2Event->Event));
|
|
+ EventPtr = (UINT8 *)AllocateZeroPool (EventSize + sizeof (EFI_TCG2_EVENT) - sizeof (Tcg2Event->Event));
|
|
+ if (EventPtr == NULL) {
|
|
+ Status = EFI_OUT_OF_RESOURCES;
|
|
+ goto Exit;
|
|
+ }
|
|
+
|
|
+ Tcg2Event = (EFI_TCG2_EVENT *)EventPtr;
|
|
if (Tcg2Event == NULL) {
|
|
FreePool (PrimaryHeader);
|
|
FreePool (EntryPtr);
|
|
@@ -243,22 +288,66 @@ Tcg2MeasureGptTable (
|
|
}
|
|
|
|
//
|
|
- // Measure the GPT data
|
|
+ // Only one of TCG2_PROTOCOL or CC_MEASUREMENT_PROTOCOL is exposed.
|
|
+ // So Measure the GPT data with one of the protocol.
|
|
//
|
|
- Status = Tcg2Protocol->HashLogExtendEvent (
|
|
- Tcg2Protocol,
|
|
- 0,
|
|
- (EFI_PHYSICAL_ADDRESS) (UINTN) (VOID *) GptData,
|
|
- (UINT64) EventSize,
|
|
- Tcg2Event
|
|
- );
|
|
- if (!EFI_ERROR (Status)) {
|
|
- mTcg2MeasureGptCount++;
|
|
+ if (CcProtocol != NULL) {
|
|
+ //
|
|
+ // EFI_CC_EVENT share the same data structure with EFI_TCG2_EVENT
|
|
+ // except the MrIndex and PCRIndex in Header.
|
|
+ // Tcg2Event has been created and initialized before. So only the MrIndex need
|
|
+ // be adjusted.
|
|
+ //
|
|
+ Status = CcProtocol->MapPcrToMrIndex (CcProtocol, Tcg2Event->Header.PCRIndex, &MrIndex);
|
|
+ if (EFI_ERROR (Status)) {
|
|
+ DEBUG ((DEBUG_ERROR, "Cannot map PcrIndex(%d) to MrIndex\n", Tcg2Event->Header.PCRIndex));
|
|
+ goto Exit;
|
|
+ }
|
|
+
|
|
+ CcEvent = (EFI_CC_EVENT *)EventPtr;
|
|
+ CcEvent->Header.MrIndex = MrIndex;
|
|
+ Status = CcProtocol->HashLogExtendEvent (
|
|
+ CcProtocol,
|
|
+ 0,
|
|
+ (EFI_PHYSICAL_ADDRESS)(UINTN)(VOID *)GptData,
|
|
+ (UINT64)EventSize,
|
|
+ CcEvent
|
|
+ );
|
|
+ if (!EFI_ERROR (Status)) {
|
|
+ mTcg2MeasureGptCount++;
|
|
+ }
|
|
+
|
|
+ DEBUG ((DEBUG_INFO, "DxeTpm2MeasureBootHandler - Cc MeasureGptTable - %r\n", Status));
|
|
+ } else if (Tcg2Protocol != NULL) {
|
|
+ //
|
|
+ // If Tcg2Protocol is installed, then Measure GPT data with this protocol.
|
|
+ //
|
|
+ Status = Tcg2Protocol->HashLogExtendEvent (
|
|
+ Tcg2Protocol,
|
|
+ 0,
|
|
+ (EFI_PHYSICAL_ADDRESS)(UINTN)(VOID *)GptData,
|
|
+ (UINT64)EventSize,
|
|
+ Tcg2Event
|
|
+ );
|
|
+ if (!EFI_ERROR (Status)) {
|
|
+ mTcg2MeasureGptCount++;
|
|
+ }
|
|
+
|
|
+ DEBUG ((DEBUG_INFO, "DxeTpm2MeasureBootHandler - Tcg2 MeasureGptTable - %r\n", Status));
|
|
}
|
|
|
|
- FreePool (PrimaryHeader);
|
|
- FreePool (EntryPtr);
|
|
- FreePool (Tcg2Event);
|
|
+Exit:
|
|
+ if (PrimaryHeader != NULL) {
|
|
+ FreePool (PrimaryHeader);
|
|
+ }
|
|
+
|
|
+ if (EntryPtr != NULL) {
|
|
+ FreePool (EntryPtr);
|
|
+ }
|
|
+
|
|
+ if (EventPtr != NULL) {
|
|
+ FreePool (EventPtr);
|
|
+ }
|
|
|
|
return Status;
|
|
}
|
|
@@ -271,12 +360,12 @@ Tcg2MeasureGptTable (
|
|
PE/COFF image is external input, so this function will validate its data structure
|
|
within this image buffer before use.
|
|
|
|
- @param[in] Tcg2Protocol Pointer to the located TCG2 protocol instance.
|
|
- @param[in] ImageAddress Start address of image buffer.
|
|
- @param[in] ImageSize Image size
|
|
- @param[in] LinkTimeBase Address that the image is loaded into memory.
|
|
- @param[in] ImageType Image subsystem type.
|
|
- @param[in] FilePath File path is corresponding to the input image.
|
|
+ @param[in] MeasureBootProtocols Pointer to the located MeasureBoot protocol instances.
|
|
+ @param[in] ImageAddress Start address of image buffer.
|
|
+ @param[in] ImageSize Image size
|
|
+ @param[in] LinkTimeBase Address that the image is loaded into memory.
|
|
+ @param[in] ImageType Image subsystem type.
|
|
+ @param[in] FilePath File path is corresponding to the input image.
|
|
|
|
@retval EFI_SUCCESS Successfully measure image.
|
|
@retval EFI_OUT_OF_RESOURCES No enough resource to measure image.
|
|
@@ -287,7 +376,7 @@ Tcg2MeasureGptTable (
|
|
EFI_STATUS
|
|
EFIAPI
|
|
Tcg2MeasurePeImage (
|
|
- IN EFI_TCG2_PROTOCOL *Tcg2Protocol,
|
|
+ IN MEASURE_BOOT_PROTOCOLS *MeasureBootProtocols,
|
|
IN EFI_PHYSICAL_ADDRESS ImageAddress,
|
|
IN UINTN ImageSize,
|
|
IN UINTN LinkTimeBase,
|
|
@@ -295,26 +384,46 @@ Tcg2MeasurePeImage (
|
|
IN EFI_DEVICE_PATH_PROTOCOL *FilePath
|
|
)
|
|
{
|
|
- EFI_STATUS Status;
|
|
- EFI_TCG2_EVENT *Tcg2Event;
|
|
- EFI_IMAGE_LOAD_EVENT *ImageLoad;
|
|
- UINT32 FilePathSize;
|
|
- UINT32 EventSize;
|
|
+ EFI_STATUS Status;
|
|
+ EFI_TCG2_EVENT *Tcg2Event;
|
|
+ EFI_IMAGE_LOAD_EVENT *ImageLoad;
|
|
+ UINT32 FilePathSize;
|
|
+ UINT32 EventSize;
|
|
+ EFI_CC_EVENT *CcEvent;
|
|
+ EFI_CC_MEASUREMENT_PROTOCOL *CcProtocol;
|
|
+ EFI_TCG2_PROTOCOL *Tcg2Protocol;
|
|
+ UINT8 *EventPtr;
|
|
+ EFI_CC_MR_INDEX MrIndex;
|
|
+
|
|
+ Status = EFI_UNSUPPORTED;
|
|
+ ImageLoad = NULL;
|
|
+ EventPtr = NULL;
|
|
+
|
|
+ Tcg2Protocol = MeasureBootProtocols->Tcg2Protocol;
|
|
+ CcProtocol = MeasureBootProtocols->CcProtocol;
|
|
+
|
|
+ if ((Tcg2Protocol == NULL) && (CcProtocol == NULL)) {
|
|
+ ASSERT (FALSE);
|
|
+ return EFI_UNSUPPORTED;
|
|
+ }
|
|
+
|
|
+ if (sizeof (EFI_CC_EVENT) != sizeof (EFI_TCG2_EVENT)) {
|
|
+ ASSERT (FALSE);
|
|
+ return EFI_UNSUPPORTED;
|
|
+ }
|
|
|
|
- Status = EFI_UNSUPPORTED;
|
|
- ImageLoad = NULL;
|
|
FilePathSize = (UINT32) GetDevicePathSize (FilePath);
|
|
|
|
//
|
|
// Determine destination PCR by BootPolicy
|
|
//
|
|
EventSize = sizeof (*ImageLoad) - sizeof (ImageLoad->DevicePath) + FilePathSize;
|
|
- Tcg2Event = AllocateZeroPool (EventSize + sizeof (EFI_TCG2_EVENT) - sizeof(Tcg2Event->Event));
|
|
- if (Tcg2Event == NULL) {
|
|
+ EventPtr = AllocateZeroPool (EventSize + sizeof (EFI_TCG2_EVENT) - sizeof (Tcg2Event->Event));
|
|
+ if (EventPtr == NULL) {
|
|
return EFI_OUT_OF_RESOURCES;
|
|
}
|
|
|
|
- Tcg2Event->Size = EventSize + sizeof (EFI_TCG2_EVENT) - sizeof(Tcg2Event->Event);
|
|
+ Tcg2Event = (EFI_TCG2_EVENT *)EventPtr;
|
|
Tcg2Event->Header.HeaderSize = sizeof(EFI_TCG2_EVENT_HEADER);
|
|
Tcg2Event->Header.HeaderVersion = EFI_TCG2_EVENT_HEADER_VERSION;
|
|
ImageLoad = (EFI_IMAGE_LOAD_EVENT *) Tcg2Event->Event;
|
|
@@ -352,13 +461,35 @@ Tcg2MeasurePeImage (
|
|
//
|
|
// Log the PE data
|
|
//
|
|
- Status = Tcg2Protocol->HashLogExtendEvent (
|
|
- Tcg2Protocol,
|
|
- PE_COFF_IMAGE,
|
|
- ImageAddress,
|
|
- ImageSize,
|
|
- Tcg2Event
|
|
- );
|
|
+ if (CcProtocol != NULL) {
|
|
+ Status = CcProtocol->MapPcrToMrIndex (CcProtocol, Tcg2Event->Header.PCRIndex, &MrIndex);
|
|
+ if (EFI_ERROR (Status)) {
|
|
+ DEBUG ((DEBUG_ERROR, "Cannot map PcrIndex(%d) to MrIndex\n", Tcg2Event->Header.PCRIndex));
|
|
+ goto Finish;
|
|
+ }
|
|
+
|
|
+ CcEvent = (EFI_CC_EVENT *)EventPtr;
|
|
+ CcEvent->Header.MrIndex = MrIndex;
|
|
+
|
|
+ Status = CcProtocol->HashLogExtendEvent (
|
|
+ CcProtocol,
|
|
+ PE_COFF_IMAGE,
|
|
+ ImageAddress,
|
|
+ ImageSize,
|
|
+ CcEvent
|
|
+ );
|
|
+ DEBUG ((DEBUG_INFO, "DxeTpm2MeasureBootHandler - Cc MeasurePeImage - %r\n", Status));
|
|
+ } else if (Tcg2Protocol != NULL) {
|
|
+ Status = Tcg2Protocol->HashLogExtendEvent (
|
|
+ Tcg2Protocol,
|
|
+ PE_COFF_IMAGE,
|
|
+ ImageAddress,
|
|
+ ImageSize,
|
|
+ Tcg2Event
|
|
+ );
|
|
+ DEBUG ((DEBUG_INFO, "DxeTpm2MeasureBootHandler - Tcg2 MeasurePeImage - %r\n", Status));
|
|
+ }
|
|
+
|
|
if (Status == EFI_VOLUME_FULL) {
|
|
//
|
|
// Volume full here means the image is hashed and its result is extended to PCR.
|
|
@@ -369,11 +500,77 @@ Tcg2MeasurePeImage (
|
|
}
|
|
|
|
Finish:
|
|
- FreePool (Tcg2Event);
|
|
+ if (EventPtr != NULL) {
|
|
+ FreePool (EventPtr);
|
|
+ }
|
|
|
|
return Status;
|
|
}
|
|
|
|
+/**
|
|
+ Get the measure boot protocols.
|
|
+
|
|
+ There are 2 measure boot, TCG2 protocol based and Cc measurement protocol based.
|
|
+
|
|
+ @param MeasureBootProtocols Pointer to the located measure boot protocol instances.
|
|
+
|
|
+ @retval EFI_SUCCESS Sucessfully locate the measure boot protocol instances (at least one instance).
|
|
+ @retval EFI_UNSUPPORTED Measure boot is not supported.
|
|
+**/
|
|
+EFI_STATUS
|
|
+EFIAPI
|
|
+GetMeasureBootProtocols (
|
|
+ MEASURE_BOOT_PROTOCOLS *MeasureBootProtocols
|
|
+ )
|
|
+{
|
|
+ EFI_STATUS Status;
|
|
+ EFI_TCG2_PROTOCOL *Tcg2Protocol;
|
|
+ EFI_CC_MEASUREMENT_PROTOCOL *CcProtocol;
|
|
+ EFI_TCG2_BOOT_SERVICE_CAPABILITY Tcg2ProtocolCapability;
|
|
+ EFI_CC_BOOT_SERVICE_CAPABILITY CcProtocolCapability;
|
|
+
|
|
+ CcProtocol = NULL;
|
|
+ Status = gBS->LocateProtocol (&gEfiCcMeasurementProtocolGuid, NULL, (VOID **)&CcProtocol);
|
|
+ if (EFI_ERROR (Status)) {
|
|
+ //
|
|
+ // Cc Measurement protocol is not installed.
|
|
+ //
|
|
+ DEBUG ((DEBUG_VERBOSE, "CcMeasurementProtocol is not installed. - %r\n", Status));
|
|
+ } else {
|
|
+ ZeroMem (&CcProtocolCapability, sizeof (CcProtocolCapability));
|
|
+ CcProtocolCapability.Size = sizeof (CcProtocolCapability);
|
|
+ Status = CcProtocol->GetCapability (CcProtocol, &CcProtocolCapability);
|
|
+ if (EFI_ERROR (Status) || (CcProtocolCapability.CcType.Type == EFI_CC_TYPE_NONE)) {
|
|
+ DEBUG ((DEBUG_ERROR, " CcProtocol->GetCapability returns : %x, %r\n", CcProtocolCapability.CcType.Type, Status));
|
|
+ CcProtocol = NULL;
|
|
+ }
|
|
+ }
|
|
+
|
|
+ Tcg2Protocol = NULL;
|
|
+ Status = gBS->LocateProtocol (&gEfiTcg2ProtocolGuid, NULL, (VOID **)&Tcg2Protocol);
|
|
+ if (EFI_ERROR (Status)) {
|
|
+ //
|
|
+ // Tcg2 protocol is not installed. So, TPM2 is not present.
|
|
+ //
|
|
+ DEBUG ((DEBUG_VERBOSE, "Tcg2Protocol is not installed. - %r\n", Status));
|
|
+ } else {
|
|
+ Tcg2ProtocolCapability.Size = (UINT8)sizeof (Tcg2ProtocolCapability);
|
|
+ Status = Tcg2Protocol->GetCapability (Tcg2Protocol, &Tcg2ProtocolCapability);
|
|
+ if (EFI_ERROR (Status) || (!Tcg2ProtocolCapability.TPMPresentFlag)) {
|
|
+ //
|
|
+ // TPM device doesn't work or activate.
|
|
+ //
|
|
+ DEBUG ((DEBUG_ERROR, "TPMPresentFlag=FALSE %r\n", Status));
|
|
+ Tcg2Protocol = NULL;
|
|
+ }
|
|
+ }
|
|
+
|
|
+ MeasureBootProtocols->Tcg2Protocol = Tcg2Protocol;
|
|
+ MeasureBootProtocols->CcProtocol = CcProtocol;
|
|
+
|
|
+ return (Tcg2Protocol == NULL && CcProtocol == NULL) ? EFI_UNSUPPORTED : EFI_SUCCESS;
|
|
+}
|
|
+
|
|
/**
|
|
The security handler is used to abstract platform-specific policy
|
|
from the DXE core response to an attempt to use a file that returns a
|
|
@@ -422,9 +619,8 @@ DxeTpm2MeasureBootHandler (
|
|
IN BOOLEAN BootPolicy
|
|
)
|
|
{
|
|
- EFI_TCG2_PROTOCOL *Tcg2Protocol;
|
|
+ MEASURE_BOOT_PROTOCOLS MeasureBootProtocols;
|
|
EFI_STATUS Status;
|
|
- EFI_TCG2_BOOT_SERVICE_CAPABILITY ProtocolCapability;
|
|
EFI_DEVICE_PATH_PROTOCOL *DevicePathNode;
|
|
EFI_DEVICE_PATH_PROTOCOL *OrigDevicePathNode;
|
|
EFI_HANDLE Handle;
|
|
@@ -435,29 +631,25 @@ DxeTpm2MeasureBootHandler (
|
|
EFI_PHYSICAL_ADDRESS FvAddress;
|
|
UINT32 Index;
|
|
|
|
- Status = gBS->LocateProtocol (&gEfiTcg2ProtocolGuid, NULL, (VOID **) &Tcg2Protocol);
|
|
+ MeasureBootProtocols.Tcg2Protocol = NULL;
|
|
+ MeasureBootProtocols.CcProtocol = NULL;
|
|
+
|
|
+ Status = GetMeasureBootProtocols (&MeasureBootProtocols);
|
|
+
|
|
if (EFI_ERROR (Status)) {
|
|
//
|
|
- // Tcg2 protocol is not installed. So, TPM2 is not present.
|
|
+ // None of Measured boot protocols (Tcg2, Cc) is installed.
|
|
// Don't do any measurement, and directly return EFI_SUCCESS.
|
|
//
|
|
- DEBUG ((DEBUG_VERBOSE, "DxeTpm2MeasureBootHandler - Tcg2 - %r\n", Status));
|
|
+ DEBUG ((DEBUG_INFO, "None of Tcg2Protocol/CcMeasurementProtocol is installed.\n"));
|
|
return EFI_SUCCESS;
|
|
}
|
|
-
|
|
- ProtocolCapability.Size = (UINT8) sizeof (ProtocolCapability);
|
|
- Status = Tcg2Protocol->GetCapability (
|
|
- Tcg2Protocol,
|
|
- &ProtocolCapability
|
|
- );
|
|
- if (EFI_ERROR (Status) || (!ProtocolCapability.TPMPresentFlag)) {
|
|
- //
|
|
- // TPM device doesn't work or activate.
|
|
- //
|
|
- DEBUG ((DEBUG_ERROR, "DxeTpm2MeasureBootHandler (%r) - TPMPresentFlag - %x\n", Status, ProtocolCapability.TPMPresentFlag));
|
|
- return EFI_SUCCESS;
|
|
- }
|
|
-
|
|
+ DEBUG ((
|
|
+ DEBUG_INFO,
|
|
+ "Tcg2Protocol = %p, CcMeasurementProtocol = %p\n",
|
|
+ MeasureBootProtocols.Tcg2Protocol,
|
|
+ MeasureBootProtocols.CcProtocol
|
|
+ ));
|
|
//
|
|
// Copy File Device Path
|
|
//
|
|
@@ -502,8 +694,8 @@ DxeTpm2MeasureBootHandler (
|
|
//
|
|
// Measure GPT disk.
|
|
//
|
|
- Status = Tcg2MeasureGptTable (Tcg2Protocol, Handle);
|
|
- DEBUG ((DEBUG_INFO, "DxeTpm2MeasureBootHandler - Tcg2MeasureGptTable - %r\n", Status));
|
|
+ Status = Tcg2MeasureGptTable (&MeasureBootProtocols, Handle);
|
|
+
|
|
if (!EFI_ERROR (Status)) {
|
|
//
|
|
// GPT disk check done.
|
|
@@ -647,14 +839,13 @@ DxeTpm2MeasureBootHandler (
|
|
// Measure PE image into TPM log.
|
|
//
|
|
Status = Tcg2MeasurePeImage (
|
|
- Tcg2Protocol,
|
|
+ &MeasureBootProtocols,
|
|
(EFI_PHYSICAL_ADDRESS) (UINTN) FileBuffer,
|
|
FileSize,
|
|
(UINTN) ImageContext.ImageAddress,
|
|
ImageContext.ImageType,
|
|
DevicePathNode
|
|
);
|
|
- DEBUG ((DEBUG_INFO, "DxeTpm2MeasureBootHandler - Tcg2MeasurePeImage - %r\n", Status));
|
|
}
|
|
|
|
//
|
|
diff --git a/SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.inf b/SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.inf
|
|
index 2506abbe7c..6dca79a20c 100644
|
|
--- a/SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.inf
|
|
+++ b/SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.inf
|
|
@@ -1,5 +1,5 @@
|
|
## @file
|
|
-# Provides security service for TPM 2.0 measured boot
|
|
+# Provides security service for TPM 2.0 measured boot and Confidential Computing measure boot.
|
|
#
|
|
# Spec Compliance Info:
|
|
# "TCG PC Client Platform Firmware Profile Specification for TPM Family 2.0 Level 00 Revision 1.03 v51"
|
|
@@ -61,6 +61,7 @@
|
|
|
|
[Protocols]
|
|
gEfiTcg2ProtocolGuid ## SOMETIMES_CONSUMES
|
|
+ gEfiCcMeasurementProtocolGuid ## SOMETIMES_CONSUMES
|
|
gEfiFirmwareVolumeBlockProtocolGuid ## SOMETIMES_CONSUMES
|
|
gEfiBlockIoProtocolGuid ## SOMETIMES_CONSUMES
|
|
gEfiDiskIoProtocolGuid ## SOMETIMES_CONSUMES
|
|
--
|
|
2.41.0
|
|
|