From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-189.mta1.migadu.com (out-189.mta1.migadu.com [95.215.58.189]) (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 490AA35203F for ; Fri, 29 May 2026 06:38:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.189 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780036692; cv=none; b=SPDO4lVTk9Tn+fbThoRIuhAGTVqp3FPjitgdCPFPZxgK/3F/q8qy713hQT5LGs2tl3G9XZlzW0PUoLxALt7x0NfXgL1/SReE4ZlD6ei2254CfDDCHyTRgvqT+zuWzhdz6pU3EGbxtMtSHWYdew2ByteWUxyOXezRtpYrHwzrKuI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780036692; c=relaxed/simple; bh=FMYZmmy9pl+CSUYKIaShkCf9kGNJLBVF7/zOSqnKhgI=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=ks7ZCua2Eou0s13rGxcEnMwNfPJ0CSHHY70+KdRK7Xkr5s7hq3oPoEtqnVWdD7CFj+dPi4ZHEAUkPiIJ4SwVIeQUqQwepqL3XmEM2ek51scdL1xhWoE27C0tOWmOeWtbt3bRbkWWuyl9sX3u8XdDrRTfltv6GsFwfblw676oZBw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=wxEtT06n; arc=none smtp.client-ip=95.215.58.189 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="wxEtT06n" Message-ID: <689d4e81-583e-446c-b18a-3aec328ac395@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1780036688; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=XoHjEWpkgdCVH/F4rqUpD7QCu1M+M6ibQLfZ6/htMgc=; b=wxEtT06nJKjYPeqjkaDjDoqV2FIXIOvdvGzlocmULWBLX1N0bxbf6Un7VMpw4x1YorZvA3 j5vWfhiJ/cDmJwIPNSvfvf/GhbI1BUQkSJxmpYA5CRw3XD/BnLpG4dIVM8/+fMceU6iMZb /AHswFm+aT8RrdK7EsTSHSr9F7wxJSU= Date: Fri, 29 May 2026 14:37:51 +0800 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: Unidentified Fragnesia Variant with Public PoC To: Wade Sparks , netdev@vger.kernel.org Cc: Disclosures References: X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Jiayuan Chen In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT On 5/28/26 11:12 PM, Wade Sparks wrote: > Hello netdev team, > (cc: security@kernel.org) > > The VulnCheck Research team recently discovered and successfully > reproduced a *public* proof of concept >  (PoC) > published by V12 Security that targets an unidentified variant of > CVE-2026-46300, referred to as Fragnesia. > > The original Fragnesia patch only addressed the coalesce path, leaving > the segmentation path independently exploitable. We confirmed the PoC > works on the latest Ubuntu kernel release > as of 2026-05-27 (we are in > the process of re-testing against v7.0.10 of the kernel.org release > ). The variant is distinct enough to warrant its > own patch, as it operates in a different function with a different > trigger path that survives the existing fix. > > If there is an existing patch that apparently has not made it's way to > Ubuntu distributions, we'd greatly appreciate if you could flag so > that we may initiate the CVE assignment process with kernel.org > CNA. Maybe this commit 48f6a5356a33 fixed the variant you mentioned above ?