From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2E5A216F849 for ; Fri, 21 Jun 2024 10:24:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718965456; cv=none; b=D5QmlLkwfCMU6hwA0uNoj1Lc3jYA0JDJ+yW3++ZVfi2m4hu3iHrKpF2+R113gP8zhNsnOOIsn+NX7rYbUDwI2rAgsnrIdLraHZJB/mwFTYZEy5qMakjGO9QuPxC9XXTvKlfcf2jh51Fh9vlVmVDm3ZkYOsgCqITASdG38gMmh6Q= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718965456; c=relaxed/simple; bh=Xygb4wLACnI6hP6eHME15N6SzxGxyuTioi35QYCB59A=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=csmWN/GOXx4iUQL8RJvY0z2K6993mXdSzAnpkd8qaqVApGjCYiWEw4GB232eAlPcI9Z6hJ9F2RYn7BPQ+RKiGHo1Fb+ZNXmbq55kjtWfpTyDmH05d4efgxhgL/qVDDRlzRR0ph7U9S6RbfT+olXwvKs5RCivnf/Px8kI6iE8MY8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=LCfGWgrt; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="LCfGWgrt" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9E08EC2BBFC; Fri, 21 Jun 2024 10:24:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1718965456; bh=Xygb4wLACnI6hP6eHME15N6SzxGxyuTioi35QYCB59A=; h=From:To:Cc:Subject:Date:Reply-to:From; b=LCfGWgrt581UusF8aFLslwUf/dr3Fmj1VFhYLXK9EDu7XKHz5GhXTadi8VGITvdlp FNosNrP87X87nzF0uEd+5B5TaK29Yd81YvTplQeREx24lhBVS/rW3DyVVU5B31XObM LDkY5GxwAg36A0WdfJysF7QGEaiE/IQaeYDChJY0= From: Greg Kroah-Hartman To: linux-cve-announce@vger.kernel.org Cc: Greg Kroah-Hartman Subject: CVE-2024-38381: nfc: nci: Fix uninit-value in nci_rx_work Date: Fri, 21 Jun 2024 12:19:43 +0200 Message-ID: <2024062137-CVE-2024-38381-07fb@gregkh> X-Mailer: git-send-email 2.45.2 Precedence: bulk X-Mailing-List: linux-cve-announce@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Reply-to: , X-Developer-Signature: v=1; a=openpgp-sha256; l=3030; i=gregkh@linuxfoundation.org; h=from:subject:message-id; bh=Xygb4wLACnI6hP6eHME15N6SzxGxyuTioi35QYCB59A=; b=owGbwMvMwCRo6H6F97bub03G02pJDGmlwTvNVjs6hOWURh9tu/JMxEDJ86JIYOTi5ruLZRjtz 3H75sR2xLIwCDIxyIopsnzZxnN0f8UhRS9D29Mwc1iZQIYwcHEKwEQqlBjmp9Q5FT+4EFVckpK9 Yaaq25nnRw7eY1hw+OThNlOTl3duTBVzndswNX+101dzAA== X-Developer-Key: i=gregkh@linuxfoundation.org; a=openpgp; fpr=F4B60CC5BF78C2214A313DCB3147D40DDB2DFB29 Content-Transfer-Encoding: 8bit Description =========== In the Linux kernel, the following vulnerability has been resolved: nfc: nci: Fix uninit-value in nci_rx_work syzbot reported the following uninit-value access issue [1] nci_rx_work() parses received packet from ndev->rx_q. It should be validated header size, payload size and total packet size before processing the packet. If an invalid packet is detected, it should be silently discarded. The Linux kernel CVE team has assigned CVE-2024-38381 to this issue. Affected and fixed versions =========================== Issue introduced in 4.19.312 with commit 11387b2effbb and fixed in 4.19.316 with commit 406cfac9debd Issue introduced in 5.4.274 with commit 03fe259649a5 and fixed in 5.4.278 with commit 485ded868ed6 Issue introduced in 5.10.215 with commit 755e53bbc61b and fixed in 5.10.219 with commit f80b786ab055 Issue introduced in 5.15.154 with commit ac68d9fa09e4 and fixed in 5.15.161 with commit ad4d196d2008 Issue introduced in 6.1.85 with commit b51ec7fc9f87 and fixed in 6.1.93 with commit e8c8e0d0d214 Issue introduced in 6.6.26 with commit a946ebee45b0 and fixed in 6.6.33 with commit e53a7f8afcbd Issue introduced in 6.9 with commit d24b03535e5e and fixed in 6.9.4 with commit 017ff3976249 Issue introduced in 6.9 with commit d24b03535e5e and fixed in 6.10-rc1 with commit e4a87abf5885 Issue introduced in 6.8.5 with commit 8948e30de81f Please see https://www.kernel.org for a full list of currently supported kernel versions by the kernel community. Unaffected versions might change over time as fixes are backported to older supported kernel versions. The official CVE entry at https://cve.org/CVERecord/?id=CVE-2024-38381 will be updated if fixes are backported, please check that for the most up to date information about this issue. Affected files ============== The file(s) affected by this issue are: net/nfc/nci/core.c Mitigation ========== The Linux kernel CVE team recommends that you update to the latest stable kernel version for this, and many other bugfixes. Individual changes are never tested alone, but rather are part of a larger kernel release. Cherry-picking individual commits is not recommended or supported by the Linux kernel community at all. If however, updating to the latest release is impossible, the individual changes to resolve this issue can be found at these commits: https://git.kernel.org/stable/c/406cfac9debd4a6d3dc5d9258ee086372a8c08b6 https://git.kernel.org/stable/c/485ded868ed62ceb2acb3a459d7843fd71472619 https://git.kernel.org/stable/c/f80b786ab0550d0020191a59077b2c7e069db2d1 https://git.kernel.org/stable/c/ad4d196d2008c7f413167f0a693feb4f0439d7fe https://git.kernel.org/stable/c/e8c8e0d0d214c877fbad555df5b3ed558cd9b0c3 https://git.kernel.org/stable/c/e53a7f8afcbd2886f2a94c5d56757328109730ea https://git.kernel.org/stable/c/017ff397624930fd7ac7f1761f3c9d6a7100f68c https://git.kernel.org/stable/c/e4a87abf588536d1cdfb128595e6e680af5cf3ed