From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.136; helo=mga12.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 45EEE21CAD998 for ; Mon, 22 Oct 2018 08:18:44 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Oct 2018 08:18:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,412,1534834800"; d="scan'208";a="79995431" Received: from lgao4-mobl1.ccr.corp.intel.com ([10.255.31.133]) by fmsmga007.fm.intel.com with ESMTP; 22 Oct 2018 08:18:42 -0700 From: Liming Gao To: edk2-devel@lists.01.org Date: Mon, 22 Oct 2018 23:18:08 +0800 Message-Id: <20181022151811.29644-1-liming.gao@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 Subject: [PATCH v2 0/3] Add more checker for Tianocompress and Ueficompress(CVE FIX) X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2018 15:18:44 -0000 In V2, update commit message with fixed CVE number. Fix CVE-2017-5731,CVE-2017-5732,CVE-2017-5733,CVE-2017-5734,CVE-2017-5735 https://bugzilla.tianocore.org/show_bug.cgi?id=686 Liming Gao (3): MdePkg: Add more checker in UefiDecompressLib to access the valid buffer only(CVE FIX) IntelFrameworkModulePkg: Add more checker in UefiTianoDecompressLib(CVE FIX) BaseTools: Add more checker in Decompress algorithm to access the valid buffer(CVE FIX) BaseTools/Source/C/Common/Decompress.c | 23 +++++++++++++++++-- BaseTools/Source/C/TianoCompress/TianoCompress.c | 26 +++++++++++++++++++++- .../BaseUefiTianoCustomDecompressLib.c | 16 +++++++++++-- .../BaseUefiDecompressLib/BaseUefiDecompressLib.c | 17 ++++++++++++-- 4 files changed, 75 insertions(+), 7 deletions(-) -- 2.10.0.windows.1