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 055AC3EEAE5 for ; Sat, 15 Aug 2026 12:31:37 +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=1786797098; cv=none; b=X2RQm/+HVvtruroSTUO5TvDihTlZs/foUEBo/J0MpvqLywzw2lxrN7xmJD6jaeL0WgTCAiwh1QFehoxmxYcUzjFcePiAqC3hvrx74jzX4HPJvQLdnnNtBf4B1vRW4tN1z1W+KCS19C/SwkTFeGxegQOoxxtm23oBm54Vb6iNoFU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786797098; c=relaxed/simple; bh=TCnrrqFMpHXiFqUs7f6llSA/VOivXWcqrmeXZPrJdho=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=lBEjOsvKCx3zK3NeKXO6vFc0NKt8rkvPZAmIX0HWABBV8OS2SNVUcEkKDdEWTEfkBcxwcX42OGVIClrmQbKo9ijLeVdGBicu4kZdxKhd/eoBKs3Mav0cKchnXO2gLy2Ur/DtPqPjVcnNN6rYWWwX7dH46xUAFRQXwuXLn1jrhy8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=f0MKUt8Z; 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="f0MKUt8Z" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5C1D91F000E9; Sat, 15 Aug 2026 12:31:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1786797096; bh=MThqoYr8/CcXQLks/xhlT1ZeEQaScOJcHfbNUmixrpo=; h=From:To:Cc:Subject:Date:Reply-To; b=f0MKUt8Z2tifu1WTYvW0EK+MaxtE2j01EXJQqrsl+AC1ig24gW6+qk7A/AYKUNU3S knBbMMTaDjZahHghx/AkL9zRdqGKGfMlz+a8IZOji7+9UEf9NNqDijuDAccN3qKlhz 3s0p4RNEFgx3srri0ckfdizf5OcSCWd9SOKI1cgM= From: Greg Kroah-Hartman To: linux-cve-announce@vger.kernel.org Cc: Greg Kroah-Hartman Subject: CVE-2026-74529: Bluetooth: hci_sync: hold conn in hci_connect_pa_sync() callback Date: Sat, 15 Aug 2026 21:26:50 +0900 Message-ID: <2026081546-CVE-2026-74529-1f0a@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=2053; i=gregkh@linuxfoundation.org; h=from:subject:message-id; bh=PDANi+gmoPDzZsUTCcXT2WwFDTGuLrRNymKSZx+M3Dk=; b=owGbwMvMwCRo6H6F97bub03G02pJDFkNUad+SD5R3sfO6brawrKNY6HQ25zn6a3cx0sKCxd77 7m/t1GtI5aFQZCJQVZMkeXLNp6j+ysOKXoZ2p6GmcPKBDKEgYtTACYiK8Uwv8rkwHNdFcdlC1Zd nH+/9hd/3fvyyQyzmJtXxxs0N3TP7Dn2+Nqf6gl3EhqdAA== 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: Bluetooth: hci_sync: hold conn in hci_connect_pa_sync() callback There is theoretical UAF if the conn is freed while the hci_sync task is running. Hold refcount to avoid that. The Linux kernel CVE team has assigned CVE-2026-74529 to this issue. Affected and fixed versions =========================== Issue introduced in 6.15 with commit 6d0417e4e1cf66fd917f06f0454958362714ef7d and fixed in 7.1.8 with commit c53c70ec289ee12f20c4f1b2fbfd151762c01f67 Issue introduced in 6.15 with commit 6d0417e4e1cf66fd917f06f0454958362714ef7d and fixed in 7.2-rc6 with commit 44fc74069d8988f2825246f9401218e29de2c0ab Issue introduced in 6.12.28 with commit eb8b860e87b296bd1874c79a668081efd00f9754 Issue introduced in 6.14.6 with commit 94bf6380e936339a700c0b3171a49baf512aa70b 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-74529 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/bluetooth/hci_sync.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/c53c70ec289ee12f20c4f1b2fbfd151762c01f67 https://git.kernel.org/stable/c/44fc74069d8988f2825246f9401218e29de2c0ab