├── .gitignore ├── AcronisPoC-SetInjectionRegKey ├── AcronisPoC-SetInjectionRegKey.vcxproj ├── AcronisPoC-SetInjectionRegKey.vcxproj.filters └── main-setregkey.cpp ├── AcronisPoC.sln ├── AcronisPoC ├── Acronis-Common.cpp ├── Acronis-Common.h ├── AcronisPoC.vcxproj ├── AcronisPoC.vcxproj.filters └── main-readfile.cpp ├── DummyDll ├── DummyDll.vcxproj ├── DummyDll.vcxproj.filters ├── dllmain.cpp ├── framework.h ├── pch.cpp └── pch.h ├── LICENSE ├── README.md └── Screenshots ├── Pasted image 20220711185141.png ├── Pasted image 20220714164619.png ├── Pasted image 20220714164824.png ├── Pasted image 20220714165031.png ├── Pasted image 20220714165436.png ├── Pasted image 20220714165557.png ├── Pasted image 20220714165813.png ├── Pasted image 20220714165905.png ├── Pasted image 20220714165942.png ├── Pasted image 20220714170044.png ├── Pasted image 20220714170246.png ├── Pasted image 20220714170704.png ├── Pasted image 20220714170759.png ├── Pasted image 20220714170828.png ├── Pasted image 20220714171155.png ├── Pasted image 20220714171229.png ├── Pasted image 20220714171305.png └── Pasted image 20220714171908.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/.gitignore -------------------------------------------------------------------------------- /AcronisPoC-SetInjectionRegKey/AcronisPoC-SetInjectionRegKey.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/AcronisPoC-SetInjectionRegKey/AcronisPoC-SetInjectionRegKey.vcxproj -------------------------------------------------------------------------------- /AcronisPoC-SetInjectionRegKey/AcronisPoC-SetInjectionRegKey.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/AcronisPoC-SetInjectionRegKey/AcronisPoC-SetInjectionRegKey.vcxproj.filters -------------------------------------------------------------------------------- /AcronisPoC-SetInjectionRegKey/main-setregkey.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/AcronisPoC-SetInjectionRegKey/main-setregkey.cpp -------------------------------------------------------------------------------- /AcronisPoC.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/AcronisPoC.sln -------------------------------------------------------------------------------- /AcronisPoC/Acronis-Common.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/AcronisPoC/Acronis-Common.cpp -------------------------------------------------------------------------------- /AcronisPoC/Acronis-Common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/AcronisPoC/Acronis-Common.h -------------------------------------------------------------------------------- /AcronisPoC/AcronisPoC.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/AcronisPoC/AcronisPoC.vcxproj -------------------------------------------------------------------------------- /AcronisPoC/AcronisPoC.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/AcronisPoC/AcronisPoC.vcxproj.filters -------------------------------------------------------------------------------- /AcronisPoC/main-readfile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/AcronisPoC/main-readfile.cpp -------------------------------------------------------------------------------- /DummyDll/DummyDll.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/DummyDll/DummyDll.vcxproj -------------------------------------------------------------------------------- /DummyDll/DummyDll.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/DummyDll/DummyDll.vcxproj.filters -------------------------------------------------------------------------------- /DummyDll/dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/DummyDll/dllmain.cpp -------------------------------------------------------------------------------- /DummyDll/framework.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/DummyDll/framework.h -------------------------------------------------------------------------------- /DummyDll/pch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/DummyDll/pch.cpp -------------------------------------------------------------------------------- /DummyDll/pch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/DummyDll/pch.h -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/README.md -------------------------------------------------------------------------------- /Screenshots/Pasted image 20220711185141.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/Screenshots/Pasted image 20220711185141.png -------------------------------------------------------------------------------- /Screenshots/Pasted image 20220714164619.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/Screenshots/Pasted image 20220714164619.png -------------------------------------------------------------------------------- /Screenshots/Pasted image 20220714164824.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/Screenshots/Pasted image 20220714164824.png -------------------------------------------------------------------------------- /Screenshots/Pasted image 20220714165031.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/Screenshots/Pasted image 20220714165031.png -------------------------------------------------------------------------------- /Screenshots/Pasted image 20220714165436.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/Screenshots/Pasted image 20220714165436.png -------------------------------------------------------------------------------- /Screenshots/Pasted image 20220714165557.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/Screenshots/Pasted image 20220714165557.png -------------------------------------------------------------------------------- /Screenshots/Pasted image 20220714165813.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/Screenshots/Pasted image 20220714165813.png -------------------------------------------------------------------------------- /Screenshots/Pasted image 20220714165905.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/Screenshots/Pasted image 20220714165905.png -------------------------------------------------------------------------------- /Screenshots/Pasted image 20220714165942.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/Screenshots/Pasted image 20220714165942.png -------------------------------------------------------------------------------- /Screenshots/Pasted image 20220714170044.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/Screenshots/Pasted image 20220714170044.png -------------------------------------------------------------------------------- /Screenshots/Pasted image 20220714170246.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/Screenshots/Pasted image 20220714170246.png -------------------------------------------------------------------------------- /Screenshots/Pasted image 20220714170704.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/Screenshots/Pasted image 20220714170704.png -------------------------------------------------------------------------------- /Screenshots/Pasted image 20220714170759.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/Screenshots/Pasted image 20220714170759.png -------------------------------------------------------------------------------- /Screenshots/Pasted image 20220714170828.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/Screenshots/Pasted image 20220714170828.png -------------------------------------------------------------------------------- /Screenshots/Pasted image 20220714171155.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/Screenshots/Pasted image 20220714171155.png -------------------------------------------------------------------------------- /Screenshots/Pasted image 20220714171229.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/Screenshots/Pasted image 20220714171229.png -------------------------------------------------------------------------------- /Screenshots/Pasted image 20220714171305.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/Screenshots/Pasted image 20220714171305.png -------------------------------------------------------------------------------- /Screenshots/Pasted image 20220714171908.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alfarom256/CVE-2022-45451/HEAD/Screenshots/Pasted image 20220714171908.png --------------------------------------------------------------------------------