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.43; helo=mga05.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (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 0343D211D59B9 for ; Thu, 7 Mar 2019 22:42:01 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Mar 2019 22:42:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,454,1544515200"; d="scan'208";a="305421836" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga005.jf.intel.com with ESMTP; 07 Mar 2019 22:42:00 -0800 Received: from fmsmsx126.amr.corp.intel.com (10.18.125.43) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 7 Mar 2019 22:42:00 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX126.amr.corp.intel.com (10.18.125.43) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 7 Mar 2019 22:42:00 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.74]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.26]) with mapi id 14.03.0415.000; Fri, 8 Mar 2019 14:41:58 +0800 From: "Gao, Liming" To: "Wang, Jian J" , "Ni, Ray" , "edk2-devel@lists.01.org" , "Kinney, Michael D" , "afish@apple.com" , "Laszlo Ersek (lersek@redhat.com)" , Leif Lindholm CC: "Cetola, Stephano" Thread-Topic: [edk2] [PATCH v2 0/2] Fix bugs in HiiDatabase driver Thread-Index: AQHU1Vc9ijT9QehElkaL07jRi7/JDaYAih0AgAC7afA= Date: Fri, 8 Mar 2019 06:41:57 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E3FDDA6@SHSMSX104.ccr.corp.intel.com> References: <20190308023514.103228-1-ray.ni@intel.com> In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjA1YzcxZTItOWRlOC00ZTQ0LWFlYTAtNDAyMTlkZDcyMzAyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiNEdTS3U2UWU5dTFENHJxSUtlaXA2RW53TnJuS3Z1MmlrWHpcL2FhN1RKNDgyVlVDa25iU25uamRXOWpjanZVNjMifQ== dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH v2 0/2] Fix bugs in HiiDatabase driver 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: Fri, 08 Mar 2019 06:42:02 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable This is to fix the security issue. I agree it is an import bug fix. I am OK= to push it for edk2-stable201903 tag Thanks Liming > -----Original Message----- > From: Wang, Jian J > Sent: Thursday, March 7, 2019 7:17 PM > To: Ni, Ray ; edk2-devel@lists.01.org > Cc: Cetola, Stephano ; Gao, Liming > Subject: RE: [edk2] [PATCH v2 0/2] Fix bugs in HiiDatabase driver >=20 > Hi all, >=20 > This is a very important fix for this issue. If no objection, I'd like th= e patch be part of this stable tag. >=20 >=20 > As to this patch series, >=20 > Reviewed-by: Jian J Wang >=20 >=20 > > -----Original Message----- > > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of = Ray Ni > > Sent: Friday, March 08, 2019 10:35 AM > > To: edk2-devel@lists.01.org > > Subject: [edk2] [PATCH v2 0/2] Fix bugs in HiiDatabase driver > > > > v2: put the CVE number in patch title. > > > > Ray Ni (2): > > MdeModulePkg/HiiDatabase: Fix potential integer overflow > > (CVE-2018-12181) > > MdeModulePkg/HiiImage: Fix stack overflow when corrupted BMP is parse= d > > (CVE-2018-12181) > > > > MdeModulePkg/Universal/HiiDatabaseDxe/Image.c | 130 ++++++++++++++---- > > 1 file changed, 105 insertions(+), 25 deletions(-) > > > > -- > > 2.20.1.windows.1 > > > > _______________________________________________ > > edk2-devel mailing list > > edk2-devel@lists.01.org > > https://lists.01.org/mailman/listinfo/edk2-devel