public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v1 0/1][UDK branches][CVE-2017-5715] Stuff RSB before RSM
@ 2018-11-16  1:37 Hao Wu
  2018-11-16  1:37 ` [PATCH v1 1/1] UefiCpuPkg: [CVE-2017-5715] " Hao Wu
  0 siblings, 1 reply; 3+ messages in thread
From: Hao Wu @ 2018-11-16  1:37 UTC (permalink / raw)
  To: edk2-devel; +Cc: Hao Wu, Jiewen Yao, Laszlo Ersek, Michael D Kinney, Eric Dong

The series aims to mitigate the Branch Target Injection (CVE-2017-5715)
issues for 'RSM' instructions. Moreover, this series focuses on the UDK
branches where .NASM file is not added for a module.

Patch 1/1 will be applied on the below UDK branches:
UDK2015

A more detailed explanation of the purpose of commit is under the
'Branch target injection mitigation' section of the below link:
https://software.intel.com/security-software-guidance/insights/host-firmware-speculative-execution-side-channel-mitigation

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Eric Dong <eric.dong@intel.com>

Hao Wu (1):
  UefiCpuPkg: [CVE-2017-5715] Stuff RSB before RSM

 UefiCpuPkg/Include/StuffRsbAsm.inc          | 60 ++++++++++++++++++++
 UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/SmiEntry.asm |  5 +-
 UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/SmmInit.asm  |  5 +-
 UefiCpuPkg/PiSmmCpuDxeSmm/X64/SmiEntry.asm  |  5 +-
 UefiCpuPkg/PiSmmCpuDxeSmm/X64/SmmInit.asm   |  5 +-
 5 files changed, 76 insertions(+), 4 deletions(-)
 create mode 100644 UefiCpuPkg/Include/StuffRsbAsm.inc

-- 
2.12.0.windows.1



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-11-19  2:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-16  1:37 [PATCH v1 0/1][UDK branches][CVE-2017-5715] Stuff RSB before RSM Hao Wu
2018-11-16  1:37 ` [PATCH v1 1/1] UefiCpuPkg: [CVE-2017-5715] " Hao Wu
2018-11-19  2:00   ` Dong, Eric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox