All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-11.1 0/3] dmg: add missing input validation (CVE-2026-65929 & CVE-2026-65928)
@ 2026-07-23 14:45 Stefan Hajnoczi
  2026-07-23 14:45 ` [PATCH for-11.1 1/3] dmg: fix out-of-bounds load in search_chunk() (CVE-2026-65929) Stefan Hajnoczi
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Stefan Hajnoczi @ 2026-07-23 14:45 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-block, Stefan Hajnoczi, Kevin Wolf, Hanna Reitz

The read-only dmg block driver can crash or leak information when it encounters
a malicious DMG file. The severity of these issues is low because the block
driver is used in qemu-img convert workflows where there is no sensitive
information to leak and crashing is a self-DoS.

See the individual patches for descriptions of the bugs.

Stefan Hajnoczi (3):
  dmg: fix out-of-bounds load in search_chunk() (CVE-2026-65929)
  dmg: refuse to open files with no chunks
  dmg: reject inconsistent UDRW chunk sector count and length
    (CVE-2026-65928)

 block/dmg.c | 36 +++++++++++++++++++++++++++++++++++-
 1 file changed, 35 insertions(+), 1 deletion(-)

-- 
2.55.0



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

end of thread, other threads:[~2026-07-24 15:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-23 14:45 [PATCH for-11.1 0/3] dmg: add missing input validation (CVE-2026-65929 & CVE-2026-65928) Stefan Hajnoczi
2026-07-23 14:45 ` [PATCH for-11.1 1/3] dmg: fix out-of-bounds load in search_chunk() (CVE-2026-65929) Stefan Hajnoczi
2026-07-24  6:41   ` Philippe Mathieu-Daudé
2026-07-24 14:27   ` Kevin Wolf
2026-07-23 14:45 ` [PATCH for-11.1 2/3] dmg: refuse to open files with no chunks Stefan Hajnoczi
2026-07-24  6:37   ` Philippe Mathieu-Daudé
2026-07-23 14:45 ` [PATCH for-11.1 3/3] dmg: reject inconsistent UDRW chunk sector count and length (CVE-2026-65928) Stefan Hajnoczi
2026-07-24 15:15 ` [PATCH for-11.1 0/3] dmg: add missing input validation (CVE-2026-65929 & CVE-2026-65928) Kevin Wolf

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.