├── GP-PoC ├── FileOplock.cpp ├── FileOplock.h ├── Msi_Rollback.msi ├── PoC.sln ├── PoC.vcxproj ├── PoC.vcxproj.filters ├── PoC.vcxproj.user ├── Source.cpp ├── def.h ├── resource.aps ├── resource.h └── resource.rc ├── README.md ├── cmd.rbs ├── img └── Fig1.PNG └── public_run_bat.rbs /GP-PoC/FileOplock.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hagrid29/CVE-2024-2432-PaloAlto-GlobalProtect-EoP/HEAD/GP-PoC/FileOplock.cpp -------------------------------------------------------------------------------- /GP-PoC/FileOplock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hagrid29/CVE-2024-2432-PaloAlto-GlobalProtect-EoP/HEAD/GP-PoC/FileOplock.h -------------------------------------------------------------------------------- /GP-PoC/Msi_Rollback.msi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hagrid29/CVE-2024-2432-PaloAlto-GlobalProtect-EoP/HEAD/GP-PoC/Msi_Rollback.msi -------------------------------------------------------------------------------- /GP-PoC/PoC.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hagrid29/CVE-2024-2432-PaloAlto-GlobalProtect-EoP/HEAD/GP-PoC/PoC.sln -------------------------------------------------------------------------------- /GP-PoC/PoC.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hagrid29/CVE-2024-2432-PaloAlto-GlobalProtect-EoP/HEAD/GP-PoC/PoC.vcxproj -------------------------------------------------------------------------------- /GP-PoC/PoC.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hagrid29/CVE-2024-2432-PaloAlto-GlobalProtect-EoP/HEAD/GP-PoC/PoC.vcxproj.filters -------------------------------------------------------------------------------- /GP-PoC/PoC.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hagrid29/CVE-2024-2432-PaloAlto-GlobalProtect-EoP/HEAD/GP-PoC/PoC.vcxproj.user -------------------------------------------------------------------------------- /GP-PoC/Source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hagrid29/CVE-2024-2432-PaloAlto-GlobalProtect-EoP/HEAD/GP-PoC/Source.cpp -------------------------------------------------------------------------------- /GP-PoC/def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hagrid29/CVE-2024-2432-PaloAlto-GlobalProtect-EoP/HEAD/GP-PoC/def.h -------------------------------------------------------------------------------- /GP-PoC/resource.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hagrid29/CVE-2024-2432-PaloAlto-GlobalProtect-EoP/HEAD/GP-PoC/resource.aps -------------------------------------------------------------------------------- /GP-PoC/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hagrid29/CVE-2024-2432-PaloAlto-GlobalProtect-EoP/HEAD/GP-PoC/resource.h -------------------------------------------------------------------------------- /GP-PoC/resource.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hagrid29/CVE-2024-2432-PaloAlto-GlobalProtect-EoP/HEAD/GP-PoC/resource.rc -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hagrid29/CVE-2024-2432-PaloAlto-GlobalProtect-EoP/HEAD/README.md -------------------------------------------------------------------------------- /cmd.rbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hagrid29/CVE-2024-2432-PaloAlto-GlobalProtect-EoP/HEAD/cmd.rbs -------------------------------------------------------------------------------- /img/Fig1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hagrid29/CVE-2024-2432-PaloAlto-GlobalProtect-EoP/HEAD/img/Fig1.PNG -------------------------------------------------------------------------------- /public_run_bat.rbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hagrid29/CVE-2024-2432-PaloAlto-GlobalProtect-EoP/HEAD/public_run_bat.rbs --------------------------------------------------------------------------------