├── README.md ├── UniversalOrchestratorPrivEscPoc ├── UniversalOrchestratorPrivEscPoc.sln └── UniversalOrchestratorPrivEscPoc │ ├── UniversalOrchestratorPrivEscPoc.cpp │ ├── UniversalOrchestratorPrivEscPoc.vcxproj │ ├── UniversalOrchestratorPrivEscPoc.vcxproj.filters │ └── UniversalOrchestratorPrivEscPoc.vcxproj.user ├── poc.png ├── the-fix.png └── the-original-impl.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irsl/CVE-2020-1313/HEAD/README.md -------------------------------------------------------------------------------- /UniversalOrchestratorPrivEscPoc/UniversalOrchestratorPrivEscPoc.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irsl/CVE-2020-1313/HEAD/UniversalOrchestratorPrivEscPoc/UniversalOrchestratorPrivEscPoc.sln -------------------------------------------------------------------------------- /UniversalOrchestratorPrivEscPoc/UniversalOrchestratorPrivEscPoc/UniversalOrchestratorPrivEscPoc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irsl/CVE-2020-1313/HEAD/UniversalOrchestratorPrivEscPoc/UniversalOrchestratorPrivEscPoc/UniversalOrchestratorPrivEscPoc.cpp -------------------------------------------------------------------------------- /UniversalOrchestratorPrivEscPoc/UniversalOrchestratorPrivEscPoc/UniversalOrchestratorPrivEscPoc.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irsl/CVE-2020-1313/HEAD/UniversalOrchestratorPrivEscPoc/UniversalOrchestratorPrivEscPoc/UniversalOrchestratorPrivEscPoc.vcxproj -------------------------------------------------------------------------------- /UniversalOrchestratorPrivEscPoc/UniversalOrchestratorPrivEscPoc/UniversalOrchestratorPrivEscPoc.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irsl/CVE-2020-1313/HEAD/UniversalOrchestratorPrivEscPoc/UniversalOrchestratorPrivEscPoc/UniversalOrchestratorPrivEscPoc.vcxproj.filters -------------------------------------------------------------------------------- /UniversalOrchestratorPrivEscPoc/UniversalOrchestratorPrivEscPoc/UniversalOrchestratorPrivEscPoc.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irsl/CVE-2020-1313/HEAD/UniversalOrchestratorPrivEscPoc/UniversalOrchestratorPrivEscPoc/UniversalOrchestratorPrivEscPoc.vcxproj.user -------------------------------------------------------------------------------- /poc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irsl/CVE-2020-1313/HEAD/poc.png -------------------------------------------------------------------------------- /the-fix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irsl/CVE-2020-1313/HEAD/the-fix.png -------------------------------------------------------------------------------- /the-original-impl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irsl/CVE-2020-1313/HEAD/the-original-impl.png --------------------------------------------------------------------------------