
CVE-2019-1315 के लिए प्रूफ-ऑफ-कॉन्सेप्ट PowerShell एक्सप्लॉइट, Windows Error Reporting Manager की एक मनमाना फ़ाइल स्थानांतरण विशेषाधिकार उन्नयन भेद्यता, Windows 10 1903 पर परीक्षण किया गया।
Details: https://offsec.almond.consulting/windows-error-reporting-arbitrary-file-move-eop.html
You will need the NtApiDotNet library to run it, as well as a valid Report.wer file, both to be placed in the same directory as the poc.ps1 script.
To generate a WER report file, you can run the [Environment]::FailFast('Error') command in PowerShell, and look for the report file in %ProgramData%\Microsoft\Windows\WER\ReportQueue.
The script can be run with the following command:
powershell -exec bypass -C ". .\poc.ps1; Test-Exploit"
Tested on Windows 10 1903.
मैंने NtApiDotNet.dll फ़ाइल संकलित की।
स्थानीय परीक्षण सफल।