lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <BN9PR11MB52763711D023C0A50171C2EB8CBE2@BN9PR11MB5276.namprd11.prod.outlook.com>
Date: Mon, 5 Aug 2024 02:24:42 +0000
From: "Tian, Kevin" <kevin.tian@...el.com>
To: Jason Gunthorpe <jgg@...dia.com>
CC: David Hildenbrand <david@...hat.com>, Mostafa Saleh <smostafa@...gle.com>,
	John Hubbard <jhubbard@...dia.com>, Elliot Berman <quic_eberman@...cinc.com>,
	Andrew Morton <akpm@...ux-foundation.org>, Shuah Khan <shuah@...nel.org>,
	Matthew Wilcox <willy@...radead.org>, "maz@...nel.org" <maz@...nel.org>,
	"kvm@...r.kernel.org" <kvm@...r.kernel.org>, "linux-arm-msm@...r.kernel.org"
	<linux-arm-msm@...r.kernel.org>, "linux-mm@...ck.org" <linux-mm@...ck.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"linux-kselftest@...r.kernel.org" <linux-kselftest@...r.kernel.org>,
	"pbonzini@...hat.com" <pbonzini@...hat.com>, Fuad Tabba <tabba@...gle.com>,
	"Xu, Yilun" <yilun.xu@...el.com>, "Qiang, Chenyi" <chenyi.qiang@...el.com>
Subject: RE: [PATCH RFC 0/5] mm/gup: Introduce exclusive GUP pinning

> From: Jason Gunthorpe <jgg@...dia.com>
> Sent: Friday, August 2, 2024 7:22 PM
> 
> On Fri, Aug 02, 2024 at 08:26:48AM +0000, Tian, Kevin wrote:
> > > From: Jason Gunthorpe <jgg@...dia.com>
> > > Sent: Thursday, June 20, 2024 10:34 PM
> > >
> > > On Thu, Jun 20, 2024 at 04:14:23PM +0200, David Hildenbrand wrote:
> > >
> > > > 1) How would the device be able to grab/access "private memory", if
> not
> > > >    via the user page tables?
> > >
> > > The approaches I'm aware of require the secure world to own the
> IOMMU
> > > and generate the IOMMU page tables. So we will not use a GUP approach
> > > with VFIO today as the kernel will not have any reason to generate a
> > > page table in the first place. Instead we will say "this PCI device
> > > translates through the secure world" and walk away.
> > >
> > > The page table population would have to be done through the KVM path.
> >
> > Sorry for noting this discussion late. Dave pointed it to me in a related
> > thread [1].
> >
> > I had an impression that above approach fits some trusted IO arch (e.g.
> > TDX Connect which has a special secure I/O page table format and
> > requires sharing it between IOMMU/KVM) but not all.
> >
> > e.g. SEV-TIO spec [2] (page 8) describes to have the IOMMU walk the
> > existing I/O page tables to get HPA and then verify it through a new
> > permission table (RMP) for access control.
> 
> It is not possible, you cannot have the unsecure world control the
> IOMMU translation and expect a secure guest.
> 
> The unsecure world can attack the guest by scrambling the mappings of
> its private pages. A RMP does not protect against this.
> 
> This is why the secure world controls the CPU's GPA translation
> exclusively, same reasoning for iommu.
> 

According to [3],

"
  With SNP, when pages are marked as guest-owned in the RMP table,
  they are assigned to a specific guest/ASID, as well as a specific GFN
  with in the guest. Any attempts to map it in the RMP table to a different
  guest/ASID, or a different GFN within a guest/ASID, will result in an RMP
  nested page fault.
"

With that measure in place my impression is that even the CPU's GPA
translation can be controlled by the unsecure world in SEV-SNP.

[3] https://lore.kernel.org/all/20240501085210.2213060-1-michael.roth@amd.com/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ