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 D7BDE1E412A for ; Mon, 8 Dec 2025 01:20:25 +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=1765156825; cv=none; b=AU+Bsxu/TiDGlFYeXyi48QUBxH+0kUUkAxtfMfg60+ORN5EjDSApwMI/kxwplSqlx/fc2r8OB/hghTpbNIN05SkLE5nyUaxey0h5s6mbtQmA/yz0I4WX05gwR4O87vLKkawYvcVh5i5PcjCa4uZ5Xd1+nnnv68aWe3PdHxArkhY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1765156825; c=relaxed/simple; bh=D+7ZdCdA6Y8ka65/FRSE9vl1xgBZOYZmvgiRgJz1xxo=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=ceZXE3bv8i7r1krLZzn5uIp5qQk9SeDhgA/YKCPLa71Ar7VniRb9Kmqi5tcse5ZI0l+V+3SuxVk6DoWq/AXiqXea/X2RoJX3d7kUZmztfcrK1+ifRdVGglpl4Sp5Wxm2Ym43qrNSUVvKwGLcUJ0EFhNJfCLiRvVZ0PBzNXWz0aA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=a+1zx6nV; 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="a+1zx6nV" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3D4F7C4CEFB; Mon, 8 Dec 2025 01:20:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1765156825; bh=D+7ZdCdA6Y8ka65/FRSE9vl1xgBZOYZmvgiRgJz1xxo=; h=From:To:Cc:Subject:Date:Reply-To:From; b=a+1zx6nVFSfwhh1xrrHkAVU3cEotn5jKdSdZSAQsMQAXnopbnGfA4vTYfUzrAAdrO u0j9/Iv2JTUDJAeFa5jSN2uL37FX4wX/S0wNaLmzE702+ciF142ACvOVUlQXxQIPdl /YPOeVa4Ln0EMCAUk78idAQZxFnMPM3MOt1/o07E= From: Greg Kroah-Hartman To: linux-cve-announce@vger.kernel.org Cc: Greg Kroah-Hartman Subject: CVE-2023-53744: soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probe Date: Mon, 8 Dec 2025 10:19:43 +0900 Message-ID: <2025120841-CVE-2023-53744-c66e@gregkh> X-Mailer: git-send-email 2.52.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=2795; i=gregkh@linuxfoundation.org; h=from:subject:message-id; bh=skCJ68G5TuTVb/afO3cmeKIs6HdapV5pyo7eLUvGsU4=; b=owGbwMvMwCRo6H6F97bub03G02pJDJlm6mv1/mY5M3Ssuqy78sTm/ZcC1kyPj00TM1+y4MXmz 6WeXSdkOmJZGASZGGTFFFm+bOM5ur/ikKKXoe1pmDmsTCBDGLg4BWAij3cyLFinoC4eG2ehMeXJ onbet6m6/M++2zEsmOXaf+/dzf40uezQn7r7pofEir7RAQA= 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: soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probe wkup_m3_ipc_get() takes refcount, which should be freed by wkup_m3_ipc_put(). Add missing refcount release in the error paths. The Linux kernel CVE team has assigned CVE-2023-53744 to this issue. Affected and fixed versions =========================== Issue introduced in 5.2 with commit 5a99ae0092fe24fd581fdb6b9c2b48f94f92cf32 and fixed in 5.10.180 with commit 08310f810975c8c9e17c6ffb99fdb76a84e8adb7 Issue introduced in 5.2 with commit 5a99ae0092fe24fd581fdb6b9c2b48f94f92cf32 and fixed in 5.15.111 with commit 6a50350033e0e0854acf59a8413913b4de04bd7d Issue introduced in 5.2 with commit 5a99ae0092fe24fd581fdb6b9c2b48f94f92cf32 and fixed in 6.1.28 with commit 6dbcc493a18dd60947c2168a39df0ec2fe7b5110 Issue introduced in 5.2 with commit 5a99ae0092fe24fd581fdb6b9c2b48f94f92cf32 and fixed in 6.2.15 with commit e6c6b40c9bf49ce9b5493b146bfeb96359937cfa Issue introduced in 5.2 with commit 5a99ae0092fe24fd581fdb6b9c2b48f94f92cf32 and fixed in 6.3.2 with commit 65305e8c0009a1933679dad5c8196060a10f3c8b Issue introduced in 5.2 with commit 5a99ae0092fe24fd581fdb6b9c2b48f94f92cf32 and fixed in 6.4 with commit 8f3c307b580a4a6425896007325bddefc36e8d91 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-2023-53744 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: drivers/soc/ti/pm33xx.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/08310f810975c8c9e17c6ffb99fdb76a84e8adb7 https://git.kernel.org/stable/c/6a50350033e0e0854acf59a8413913b4de04bd7d https://git.kernel.org/stable/c/6dbcc493a18dd60947c2168a39df0ec2fe7b5110 https://git.kernel.org/stable/c/e6c6b40c9bf49ce9b5493b146bfeb96359937cfa https://git.kernel.org/stable/c/65305e8c0009a1933679dad5c8196060a10f3c8b https://git.kernel.org/stable/c/8f3c307b580a4a6425896007325bddefc36e8d91