
Minimal tool to test CVE-2025-6759 mitigation
Citrix documentation about CVE-2025-6759 contains alternative mitigation by disabling Citrix exception handler from registry.
However, that documentation does not answer the question: Will this change need VDA service or server restart or not? so this tool was built do test it.
Sources:
GfxMgr.exe and CtxGfx.exe
GfxMgr.exe does not exist at all in environments which do not have HDX 3D Pro/HDX Graphics feature installed so most likely this vulnerability do not even affect those but it is impossible to be certain about that unless Citrix provices us more information about this issue.On standard installation exception handler is located to folder C:\Program Files\Citrix\ExceptionHandler and with Process Explorer we can see that CtxGfx.exe processes running in VDA servers do not have exception handler DLLs loaded.
It means that those DLLs are loaded dynamically only when needed and that why changes to registry settings should activate immediately even for already running VDA processes.
You can find binary version of TestCitrixException.exe from releases.
When runned, it stops to wait "Press any key to continue..." and you can see with Process Explorer that in this point exception handler DLLs are not yet loaded:

When you continue that process, the exception handler will create folder C:\ProgramData\Citrix\CDF\Reports\TestCitrixException.exe and memory dump to there.
When you do same again but this time change registry key, memory dump will not be created 🎉