Hello @Serge Caron
Thank you for the clarification and for sharing the Microsoft security advisories.
You're correct that the concern is specifically about the Kerberos KDC Proxy Service (KPSSVC) and the recent RCE vulnerabilities (CVE-2024-43639 and CVE-2025-33071), not the general authentication configuration of RD Gateway.
If your question is whether other IIS RPC modules or Windows components depend on the KDC Proxy service, Microsoft does not currently publish documentation that enumerates all components or features that make use of KPSSVC. The documented use case is Kerberos proxying for scenarios such as Remote Desktop Gateway and clients that require Kerberos authentication without direct line-of-sight to a domain controller.
If you're considering disabling the KDC Proxy service as a mitigation, I'd recommend first validating whether any clients in your environment are using it by:
Reviewing IIS logs for requests to the KDC Proxy endpoint.
Monitoring the KDC Proxy (KPSSVC) operational logs in Event Viewer, if enabled.
Testing RD Gateway connectivity after temporarily disabling the service in a non-production environment.
As of today, I'm not aware of Microsoft publishing a definitive list of all Windows features that rely on KPSSVC beyond the documented scenarios. If Microsoft has additional implementation details, a moderator may be able to engage the Windows Server product group for clarification.
Please "Accept the Answer" if this information helped you. This will help us and others in the community as well.