From nobody Wed Apr 8 13:26:16 2026 Delivered-To: importer2@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer2=patchew.org@nongnu.org; dmarc=pass(p=quarantine dis=none) header.from=swemel.ru ARC-Seal: i=1; a=rsa-sha256; t=1716816844; cv=none; d=zohomail.com; s=zohoarc; b=TMuvkRXCUVTIQ2W6wEVeiDkjW88hJyXEjF+wvtOIpbkibPUlhAI9QzC9Puhgs1xG+tgaBmnP0yJQAqj30W/UuneykHwr0GtIiq6DdfOBB0XO7xoqA/QKh+OJm1V/O97LP8JQbQNpWoj743aMC+Hllub8yljy9KhpUYezviG82YE= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1716816844; h=Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:Subject:To:To:Message-Id:Reply-To; bh=f9Zh4ZS38waNOk1bEjf7gbo+W6LJjp+Ahtys9uXlUPQ=; b=RAZRBFnnIvc+mGFyb0s2OQeahv2oYJG2tX7N0/w5jc9CYu60n7xmROIhlBWmcuLvHqMmfbqdt5oyRFDv2XAkRHKO3HOh5jz3gT+wV6L1a4WCoR2HoWsdNaM6JJhXDL5eHbNtgZdOAXeb2IwCgGQ/4U/uhN3f1BXLHq6rioacRJk= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer2=patchew.org@nongnu.org; dmarc=pass header.from= (p=quarantine dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1716816844269437.8005529565846; Mon, 27 May 2024 06:34:04 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sBaTT-0007Ad-LP; Mon, 27 May 2024 09:33:15 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sBaTR-00079z-Ft for qemu-devel@nongnu.org; Mon, 27 May 2024 09:33:13 -0400 Received: from mx.swemel.ru ([95.143.211.150]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sBaTP-0007f1-JB for qemu-devel@nongnu.org; Mon, 27 May 2024 09:33:13 -0400 From: Dmitry Frolov DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=swemel.ru; s=mail; t=1716816784; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=f9Zh4ZS38waNOk1bEjf7gbo+W6LJjp+Ahtys9uXlUPQ=; b=uySJ00lTw17dVTcYi3QiJT+HmDIqPjfgjHmggzweFBCYm+SJPHig83cAiV8DqBsuibp8Zj imDgstjSUuSDzIJ7mz8df6tgQkWgr/c2MbXMETth5XOxwGY03hhFApf5D2ZCVQk/3TcDSl 95P0HKTIqcq4wtnKaeAEqQbY1muZjbU= To: mst@redhat.com Cc: sdl.qemu@linuxtesting.org, qemu-devel@nongnu.org, Dmitry Frolov Subject: [PATCH] hw/net/virtio-net.c: fix crash in iov_copy() Date: Mon, 27 May 2024 16:31:41 +0300 Message-ID: <20240527133140.218300-2-frolov@swemel.ru> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer2=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=95.143.211.150; envelope-from=frolov@swemel.ru; helo=mx.swemel.ru X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer2=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer2=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @swemel.ru) X-ZM-MESSAGEID: 1716816848444100001 Content-Type: text/plain; charset="utf-8" A crash found while fuzzing device virtio-net-socket-check-used. Assertion "offset =3D=3D 0" in iov_copy() fails if less than guest_hdr_len = bytes were transmited. Signed-off-by: Dmitry Frolov --- hw/net/virtio-net.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hw/net/virtio-net.c b/hw/net/virtio-net.c index 24e5e7d347..603b80a50a 100644 --- a/hw/net/virtio-net.c +++ b/hw/net/virtio-net.c @@ -2783,6 +2783,12 @@ static int32_t virtio_net_flush_tx(VirtIONetQueue *q) */ assert(n->host_hdr_len <=3D n->guest_hdr_len); if (n->host_hdr_len !=3D n->guest_hdr_len) { + if (iov_size(out_sg, out_num) < n->guest_hdr_len) { + virtio_error(vdev, "virtio-net header is invalid"); + virtqueue_detach_element(q->tx_vq, elem, 0); + g_free(elem); + return -EINVAL; + } unsigned sg_num =3D iov_copy(sg, ARRAY_SIZE(sg), out_sg, out_num, 0, n->host_hdr_len); --=20 2.43.0