From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 6BAD738911B for ; Sat, 15 Aug 2026 06:40:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786776021; cv=none; b=TTRxdHPTQdyvh+0vaYx2pGvkXnLXb2VsgY5bOP7aEGozfnz8YSSgXGoCPMoulo1icn93pVLchEW7IDrXZ33VUji20cyPqE7ET1F9UNPlNL4wSfEIiIqyemEw2J7qcjXnqBMQiq8q0kgRk0Iu/B9YX8FejZEd3pU5lJLTF50dLqs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786776021; c=relaxed/simple; bh=pkd+IA4U8sV325nJS7nKQsXJw+J1eM2Bjvpc67B9Cl4=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=V52ONq0kQPu97AxpcjNGX2aX4EITb8LpJeoUFDX2SRX3C4fQqnz+2KuGuTCzxaytyE/A/S0Wr8rXWtZnG2JSebnHZmo7zxHpNuaoHbAaAXHhhC8C6rGtpj8P6VaHrodbV4CLQjsb05QuQdEp4tRS07zGbAiXipnwSZj0Lc019Qs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=LhgYzoJd; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="LhgYzoJd" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 85FDE1F000E9; Sat, 15 Aug 2026 06:40:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1786776020; bh=ZQzeM0vWXV8TZuljNvaxLX4zOYJW6TU9MFhiQrfi56g=; h=From:To:Cc:Subject:Date:Reply-To; b=LhgYzoJdrRv2CmPILEsiBdcTee1xeRb1/wjJYFfabCVaesXYYzIKJ7oD0oAA4b+wF OWw8WwPakvaY19pqephBDdjjWeV9pLcJSRDR8JuM5g88TCPf8bC/KDLMkjlJ7BmwyW qDH4aakHdeuH/B1JSDBd8Ez2jN4btrj3/CvAfMwc= From: Greg Kroah-Hartman To: linux-cve-announce@vger.kernel.org Cc: Greg Kroah-Hartman Subject: CVE-2026-74433: rxrpc: Fix UAF in rxgk_issue_challenge() Date: Sat, 15 Aug 2026 15:12:40 +0900 Message-ID: <2026081515-CVE-2026-74433-cada@gregkh> X-Mailer: git-send-email 2.55.0 Reply-To: , Precedence: bulk X-Mailing-List: linux-cve-announce@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Developer-Signature: v=1; a=openpgp-sha256; l=2149; i=gregkh@linuxfoundation.org; h=from:subject:message-id; bh=YiG7X3vUrEF1Fe7qSImTP2SxDSKxPDZsdGVmB4GEQP0=; b=owGbwMvMwCRo6H6F97bub03G02pJDFkNjMppC69O2bZyxdz3oUeuMOyO55nCfHqCWHvL244N+ grFV65YdMSyMAgyMciKKbJ82cZzdH/FIUUvQ9vTMHNYmUCGMHBxCsBE2EUZFsw/YRLetU6lrcLQ as7tp07VVcV/ixnmey5bbLav7KP6hpz1X9fErz/5utPTFgA= X-Developer-Key: i=gregkh@linuxfoundation.org; a=openpgp; fpr=F4B60CC5BF78C2214A313DCB3147D40DDB2DFB29 Content-Transfer-Encoding: 8bit From: Greg Kroah-Hartman Description =========== In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix UAF in rxgk_issue_challenge() Fix rxgk_issue_challenge() to free the page containing the challenge content after invoking the tracepoint as the whdr passed to the tracepoint points into the page just freed. The Linux kernel CVE team has assigned CVE-2026-74433 to this issue. Affected and fixed versions =========================== Issue introduced in 6.16 with commit 9d1d2b59341f58126a69b51f9f5f8ccb9f12e54a and fixed in 6.18.40 with commit 844b8525ce503405c462ad67f750bec648720397 Issue introduced in 6.16 with commit 9d1d2b59341f58126a69b51f9f5f8ccb9f12e54a and fixed in 7.1.5 with commit 83bb0ed050e2ad9453d8ef50e4d6e624eac6eed8 Issue introduced in 6.16 with commit 9d1d2b59341f58126a69b51f9f5f8ccb9f12e54a and fixed in 7.2-rc1 with commit 107a4cb0d47e735830f852d83970d5c81f8e1e08 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-2026-74433 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/rxrpc/rxgk.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/844b8525ce503405c462ad67f750bec648720397 https://git.kernel.org/stable/c/83bb0ed050e2ad9453d8ef50e4d6e624eac6eed8 https://git.kernel.org/stable/c/107a4cb0d47e735830f852d83970d5c81f8e1e08