Vulnerabilities tagged "exploit strategy"

Parallels Desktop Guest to Host Escape

Straight forward version is two Out-Of-Bounds accesses in reading and writing the `Driver feature set`. A guest provided value is stored, and then used as an array index without any validation both in `PciVirtIOWriteMM` and in `PciVirtIOReadMM` giving relative read/write primitives.
 
1
2
3
4