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 D8F181DF741 for ; Mon, 6 Jan 2025 18:14:21 +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=1736187262; cv=none; b=oBrBHTXo6PpXlunCmCjruEkVqEx6QcT82nRPBULiFKe31M5J4xup9fxGT3MmLUEMkgjwZ8DsXcajfrRT9h4FPBAorPmEwb/4wmw/K93WbeCJ4FdTVt4+cQrG82nb7jHhupb7VJTGsUGGOHvNItyZSq7AIaCZZn7ubkfI213FpEI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736187262; c=relaxed/simple; bh=P7hlFP5bWYLWeD3DwcNfldC22dG1wvCphN0V5kS6Pts=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ucVlF80wat467PmtgBzuYPCkH9YukI2GKlJHHtngAGeUkxMOc8Tg2/SffuKpj+hMJD5vyiABojfw8hCIwQd185NKMK8yGBBRjDVyeeIif1yc1JPAX77B5zUkeCg5GoUzW0kLjg7SJDu9aKCakcrYuAWwlw0k98SeeB7p5Tp4R2Q= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Awtc1n59; 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="Awtc1n59" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 16FECC4CEE1; Mon, 6 Jan 2025 18:14:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1736187261; bh=P7hlFP5bWYLWeD3DwcNfldC22dG1wvCphN0V5kS6Pts=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Awtc1n5944IZWONfiYHaDvQ3Fb3ZgHhCXkLlyzpFAtNixv2ehiz6DV2G0wCkShFKh TY7XdbC8cyOoQCeUjE4naP4NDKfQM7U2OVUqC7Z6WOJdvsD0+IBzGN/ZKvs2ql+fxU 1vwHfRs9KSD0Fjh8jvVHtP6eK8bHEE7mQLu02saE= Date: Mon, 6 Jan 2025 19:14:18 +0100 From: "gregkh@linuxfoundation.org" To: Theodore Ts'o Cc: Siddh Raman Pant , "linux-kernel@vger.kernel.org" , cve@kernel.org Subject: Re: CVE-2024-49967: ext4: no need to continue when the number of entries is 1 Message-ID: <2025010626-enviable-mandolin-30ca@gregkh> References: <2024102133-CVE-2024-49967-a58a@gregkh> <2024120952-decorator-lyricist-1e9a@gregkh> <20241209162623.GA1667758@mit.edu> <87a034f185ff5e865bc5d0db8121c39086c4f5c9.camel@oracle.com> <20250106180916.GI1284777@mit.edu> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250106180916.GI1284777@mit.edu> On Mon, Jan 06, 2025 at 01:09:16PM -0500, Theodore Ts'o wrote: > It looks like this CVE hasn't been revoked yet, at least per > nvd.nist.gov? Is that the best way to check kernel CVE's status? Yes it is, but I don't recall a concrete "please revoke this CVE" request which is why it didn't happen. Do you really want it revoked? thanks, greg k-h