From: Kevin Wolf <kwolf@redhat.com>
To: Oblivionsage <cookieandcream560@gmail.com>
Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org,
qemu-stable@nongnu.org, Hanna Czenczek <hreitz@redhat.com>,
Fam Zheng <fam@euphon.net>
Subject: Re: [PATCH] block/vmdk: fix OOB read in vmdk_read_extent()
Date: Tue, 10 Feb 2026 18:08:59 +0100 [thread overview]
Message-ID: <aYtmK-oq73DCVaQG@redhat.com> (raw)
In-Reply-To: <CAJ9qJssSwxkmEVethg57-Ph6maEfButSaV-r07ma9_x1sp6wYg@mail.gmail.com>
Am 10.02.2026 um 13:46 hat Oblivionsage geschrieben:
> From d335821a1f814eb3059ab5e6a7cd771360b698c4 Mon Sep 17 00:00:00 2001
> From: Oblivionsage <cookieandcream560@gmail.com>
> Date: Tue, 10 Feb 2026 13:33:25 +0100
> Subject: [PATCH] block/vmdk: fix OOB read in vmdk_read_extent()
> To: qemu-devel@nongnu.org
> Cc: qemu-block@nongnu.org,
> qemu-stable@nongnu.org,
> kwolf@redhat.com,
> hreitz@redhat.com,
> fam@euphon.net
>
> Bounds check for marker.size doesn't account for the 12-byte marker
> header, allowing zlib to read past the allocated buffer.
>
> Move the check inside the has_marker block and subtract the marker size.
>
> Fixes: CVE-2026-2243
> Reported-by: Halil Oktay (oblivionsage) <cookieandcream560@gmail.com>
> Signed-off-by: Halil Oktay (oblivionsage) <cookieandcream560@gmail.com>
Thanks, applied to the block branch.
Kevin
prev parent reply other threads:[~2026-02-10 17:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-10 12:46 [PATCH] block/vmdk: fix OOB read in vmdk_read_extent() Oblivionsage
2026-02-10 17:08 ` Kevin Wolf [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aYtmK-oq73DCVaQG@redhat.com \
--to=kwolf@redhat.com \
--cc=cookieandcream560@gmail.com \
--cc=fam@euphon.net \
--cc=hreitz@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-stable@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.