All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/6] Firmware 20260508 patches
@ 2026-05-08  9:55 Gerd Hoffmann
  2026-05-08  9:55 ` [PULL 1/6] hw/uefi: fix buffer overruns Gerd Hoffmann
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Gerd Hoffmann @ 2026-05-08  9:55 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

The following changes since commit ee7eb612be8f8886d48c1d0c1f1c65e495138f83:

  Merge tag 'single-binary-20260506' of https://github.com/philmd/qemu into staging (2026-05-06 10:45:02 -0400)

are available in the Git repository at:

  https://gitlab.com/kraxel/qemu.git tags/firmware-20260508-pull-request

for you to fetch changes up to b4680c02b8e838c75691656ee2c4450b454d1ca7:

  hw/uefi: avoid possibly unaligned variable_auth_2 struct field access (2026-05-08 09:12:11 +0200)

----------------------------------------------------------------
hw/uefi: collection of CVE fixes.

----------------------------------------------------------------

Gerd Hoffmann (6):
  hw/uefi: fix buffer overruns
  hw/uefi: verify pio_xfer_offset before calculating buffer checksum
  hw/uefi: fix ucs2 string helper functions
  hw/uefi: add name_size check to uefi_vars_mm_lock_variable()
  hw/uefi: verify data size before accessing it in wrap_pkcs7
  hw/uefi: avoid possibly unaligned variable_auth_2 struct field access

 hw/uefi/var-service-auth.c  | 21 +++++++++++--------
 hw/uefi/var-service-core.c  |  4 ++++
 hw/uefi/var-service-pkcs7.c | 21 ++++++++++++-------
 hw/uefi/var-service-utils.c | 42 +++++++++++++++++++++----------------
 hw/uefi/var-service-vars.c  | 22 +++++++++++++++----
 5 files changed, 71 insertions(+), 39 deletions(-)

-- 
2.54.0



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

end of thread, other threads:[~2026-05-11 14:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-08  9:55 [PULL 0/6] Firmware 20260508 patches Gerd Hoffmann
2026-05-08  9:55 ` [PULL 1/6] hw/uefi: fix buffer overruns Gerd Hoffmann
2026-05-08  9:55 ` [PULL 2/6] hw/uefi: verify pio_xfer_offset before calculating buffer checksum Gerd Hoffmann
2026-05-08  9:55 ` [PULL 3/6] hw/uefi: fix ucs2 string helper functions Gerd Hoffmann
2026-05-08  9:55 ` [PULL 4/6] hw/uefi: add name_size check to uefi_vars_mm_lock_variable() Gerd Hoffmann
2026-05-08  9:55 ` [PULL 5/6] hw/uefi: verify data size before accessing it in wrap_pkcs7 Gerd Hoffmann
2026-05-08  9:55 ` [PULL 6/6] hw/uefi: avoid possibly unaligned variable_auth_2 struct field access Gerd Hoffmann
2026-05-11 14:21 ` [PULL 0/6] Firmware 20260508 patches Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.