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 6E0FE3A5E89 for ; Sun, 19 Jul 2026 15:41:30 +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=1784475691; cv=none; b=fclPrwLDXXLRSK0/nE5EY4OgJb06ZSl02LcAhhOL/TCY+c+BZj1XXhsvNWXMEbxuOI2DQ2FkcHgYZN8zFfnusSKYKsWzix3uKHSNShAJHrkfxduQhHKa0J1Zb8gf3vk+dVvACFu/ZlWIPkxRgaleYUnAXoEEsh4Plu/Xt2M6+Yk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784475691; c=relaxed/simple; bh=DW4+Kw6bOY3lNuOiTLmN2102XB3004OHOdZ4N3i0Ods=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=iBa1WVpk/zJUZn52LUrsDyJqT/kKm9I4I5bR0Gacqk40mpQssVueSFXtc7WQBy2xWO4rbK/wKXRUu4sehGDX+AwsI0j56CYnRph49xcgim/BQOTTpPh8lSm7Kft5dtPstemW1ooMos5MZwYFXFHKkcEQb5gqNRdwj0F7/G/FPao= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=R+GN7c2Q; 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="R+GN7c2Q" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 845D91F000E9; Sun, 19 Jul 2026 15:41:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1784475690; bh=EVTYgRoKB+b9T0cxbd7zphnHYex3MXisGpdNVgB+s04=; h=From:To:Cc:Subject:Date:Reply-To; b=R+GN7c2Q4Zn4mLpfDGl1gILCCTQJokZlXPatCTTE7az5Z6jAeQj2/GP8rX+J2GXxi OvqMQANDV18bHEmihjFYdZIoYY5SBoo+CmUt9rZFON/DKV1CYCzCcsdGIpjFA+I0bs cmJzAlgY3jIZlEBzh+WOcMu7JENz7ySUdmZa17uY= From: Greg Kroah-Hartman To: linux-cve-announce@vger.kernel.org Cc: Greg Kroah-Hartman Subject: CVE-2026-64022: gpio: aggregator: remove the software node when deactivating the aggregator Date: Sun, 19 Jul 2026 17:38:04 +0200 Message-ID: <2026071902-CVE-2026-64022-1155@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=2202; i=gregkh@linuxfoundation.org; h=from:subject:message-id; bh=ujtRvhI+xgRLwIyxGcSX1gujTy84VA2Aw0B+NU150Co=; b=owGbwMvMwCRo6H6F97bub03G02pJDFkx76MeW91Jenz9Zb5W8pO9djNOb2g3u1ym/mbdE/OsN UWPerJed8SyMAgyMciKKbJ82cZzdH/FIUUvQ9vTMHNYmUCGMHBxCsBEXF8yLNjO8qslbUbTCf1X MxbP1uspf2P/7inDLKaWqm3580ptAp7ERDJpRa5Zd09MAAA= 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: gpio: aggregator: remove the software node when deactivating the aggregator The dynamic software node we create for the aggregator platform device when using configfs is leaked when the device is deactivated. Destroy it as the last step in the tear-down path. The Linux kernel CVE team has assigned CVE-2026-64022 to this issue. Affected and fixed versions =========================== Issue introduced in 6.16 with commit 86f162e73d2d81ef6d819c06a3b6c2fda77a79b8 and fixed in 6.18.34 with commit 3e657619cf7258cb53b1beaf0d02998297695cde Issue introduced in 6.16 with commit 86f162e73d2d81ef6d819c06a3b6c2fda77a79b8 and fixed in 7.0.11 with commit 9870ea9a4a25abef3e7af3445bfce2472528a546 Issue introduced in 6.16 with commit 86f162e73d2d81ef6d819c06a3b6c2fda77a79b8 and fixed in 7.1 with commit 61fef83f239ecace1cce716135762a2d9b7b1fc6 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-64022 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/gpio/gpio-aggregator.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/3e657619cf7258cb53b1beaf0d02998297695cde https://git.kernel.org/stable/c/9870ea9a4a25abef3e7af3445bfce2472528a546 https://git.kernel.org/stable/c/61fef83f239ecace1cce716135762a2d9b7b1fc6