-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Runtime Error with CVE-2023-29336 PoC On Windows 2016 Standard #4
Comments
Upon further inspection this is likely being caused by the fact that hardcoded offsets into USER32.dll are being used and I'm guessing |
Looks like this was designed to be getting the address of |
Okay so turns out the PoC is only designed to work on 14393.rs1_release.230329-2152 and I was testing on 14393.rs1_release.161220-1747 from what I can tell, which explains the differences. |
also encountered this problem. And,have you solved it? |
When running the PoC on a fresh Windows 2016 updated with Feb 2018 patches, I keep getting the following error when trying to run the PoC via a Visual Studio 2022 project:
Exception thrown at <address> in CVE-2023-29336.exe: 0xC00000005: Access violation reading location 0xFFFFFFFFFFFFFFFF
Yet looking at where add is I see its a variable that is seemingly pointing to invalid memory that cannot be read from:
The text was updated successfully, but these errors were encountered: