From: John Levon <john.levon@nutanix.com>
To: zhaoguohan@kylinos.cn
Cc: "Thanos Makatos" <thanos.makatos@nutanix.com>,
"Cédric Le Goater" <clg@redhat.com>,
qemu-devel@nongnu.org
Subject: Re: [PATCH] vfio-user: validate VERSION replies
Date: Wed, 17 Jun 2026 13:25:42 +0100 [thread overview]
Message-ID: <ajKSRiC9yYhWeMJI@lent> (raw)
In-Reply-To: <20260603062138.4008583-1-zhaoguohan@kylinos.cn>
On Wed, Jun 03, 2026 at 02:21:38PM +0800, zhaoguohan@kylinos.cn wrote:
> From: GuoHan Zhao <zhaoguohan@kylinos.cn>
>
> The vfio-user protocol makes the VERSION payload optional, so a
> reply may legally stop after the major and minor fields.
>
> vfio_user_validate_version() currently assumes a capabilities string is
> always present and NUL-terminated. When the server replies without
> version data, QEMU ends up reusing the request-side capabilities buffer
> and the terminating-NUL check underflows. Replies shorter than the fixed
> VERSION header are also accessed before they are validated.
>
> Reject replies shorter than the fixed VERSION header and only parse
> capabilities when the reply actually carries version data.
>
> Fixes: 36227628d824 (vfio-user: implement message send infrastructure)
> Signed-off-by: GuoHan Zhao <zhaoguohan@kylinos.cn>
Thanks!
Reviewed-by: John Levon <john.levon@nutanix.com>
regards
john
prev parent reply other threads:[~2026-06-17 12:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-03 6:21 [PATCH] vfio-user: validate VERSION replies zhaoguohan
2026-06-12 9:00 ` Cédric Le Goater
2026-06-12 9:05 ` John Levon
2026-06-17 12:25 ` John Levon [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=ajKSRiC9yYhWeMJI@lent \
--to=john.levon@nutanix.com \
--cc=clg@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=thanos.makatos@nutanix.com \
--cc=zhaoguohan@kylinos.cn \
/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.