From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id B0DA07803CD for ; Thu, 8 Feb 2024 23:45:35 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=jOPDyjVj9hpvjzbzLUcaOQTP1njYa4fZtlcC5pZEHoo=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1707435934; v=1; b=NNZJJFGRtM3z4M4hmPNfoKIldujbrMGRrUOQNsqyUfUeDscv0fY6IRdxoA/2dQYjcRK1/HjZ oArdZT+NcEw+mQ1ws6BPi0SyW+DEw+H1t0+MZoP9D7vxuscpdLx/6daBKXU6cZpWSZ1+I9egmK2 SGIwpo5xBTOp63XuvG7dA6f0= X-Received: by 127.0.0.2 with SMTP id KD3PYY7687511xseLts2tAEM; Thu, 08 Feb 2024 15:45:34 -0800 X-Received: from mail-pl1-f174.google.com (mail-pl1-f174.google.com [209.85.214.174]) by mx.groups.io with SMTP id smtpd.web10.4852.1707435933825985091 for ; Thu, 08 Feb 2024 15:45:33 -0800 X-Received: by mail-pl1-f174.google.com with SMTP id d9443c01a7336-1d944e8f367so3031975ad.0 for ; Thu, 08 Feb 2024 15:45:33 -0800 (PST) X-Gm-Message-State: VLzPKLsqQk26uUzwWXyi8k64x7686176AA= X-Google-Smtp-Source: AGHT+IEg9vZJ/2qhYEgJbMbYfxDmwUrV94X3VDyTYqRWH3UnCZys05ZaCnXieW8ENAJTSM8IDWYuWQ== X-Received: by 2002:a17:902:e811:b0:1d9:61f1:571 with SMTP id u17-20020a170902e81100b001d961f10571mr825131plg.31.1707435933068; Thu, 08 Feb 2024 15:45:33 -0800 (PST) X-Forwarded-Encrypted: i=1; AJvYcCUcgeTa2Ba3wNWemTEkc62RURSd/uR2veY2WjqHg0YQiYfCQMJxYvvcQACXvm8MfYisGgDToXmSt5obYWiAjsdJjamCUrrx+FqoT7nvqEVw21yxdqXwgYVRfs7umRJGAkwYE9s56RlNWOb3xA== X-Received: from localhost.localdomain ([24.17.138.83]) by smtp.gmail.com with ESMTPSA id a12-20020a170902ee8c00b001d7492d9890sm319639pld.146.2024.02.08.15.45.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 08 Feb 2024 15:45:32 -0800 (PST) From: "Doug Flick via groups.io" To: devel@edk2.groups.io Cc: "Douglas Flick [MSFT]" , Saloni Kasbekar , Zachary Clark-williams Subject: [edk2-devel] [PATCH v1 0/3] Corrects additional concern in NetworkPkg Date: Thu, 8 Feb 2024 16:23:59 -0800 Message-ID: <20240209002403.11352-1-doug.edk2@gmail.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,dougflick@microsoft.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=NNZJJFGR; dmarc=pass (policy=none) header.from=groups.io; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io This patch series corrects an additional security concern found in Dhc6Dxe related to CVE-2023-45229. Additionally this fixes some issues on the mailing list that were not pulled in before merging into Edk2. Cc: Saloni Kasbekar Cc: Zachary Clark-williams Doug Flick (3): NetworkPkg: Dhcp6Dxe: SECURITY PATCH CVE-2023-45229 Related Patch NetworkPkg: Dhcp6Dxe: Additional Code Cleanup NetworkPkg: : Updating SecurityFixes.yaml NetworkPkg/Dhcp6Dxe/Dhcp6Io.c | 232 +++++++++++--------- NetworkPkg/Dhcp6Dxe/Dhcp6Utility.c | 20 +- NetworkPkg/SecurityFixes.yaml | 1 + 3 files changed, 141 insertions(+), 112 deletions(-) -- 2.43.0 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#115280): https://edk2.groups.io/g/devel/message/115280 Mute This Topic: https://groups.io/mt/104249911/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-