1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Windows: Fix possible local privilege escalation vulnerability during execution of VeraCrypt Expander (CVE-2019-19501)

This commit is contained in:
Mounir IDRASSI
2019-12-03 22:23:09 +01:00
parent c6ff31be1c
commit ade8e3f8cb
3 changed files with 233 additions and 23 deletions

View File

@@ -957,7 +957,7 @@ BOOL CALLBACK MainDialogProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPa
if (lw == IDM_HOMEPAGE )
{
ArrowWaitCursor ();
ShellExecute (NULL, L"open", L"https://www.veracrypt.fr", NULL, NULL, SW_SHOWNORMAL);
SafeOpenURL (L"https://www.veracrypt.fr");
Sleep (200);
NormalCursor ();