Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
HI @Alexandre Ratte
Thanks for reaching us and sharing the exact version details from your Kudu PowerShell session (MsDeploy file version 7.1.1987.0 and the registry key showing 9.0.1987.0). That context makes it really clear what's going on.
To clarify, your Azure App Service is not affected by CVE-2025-53772. This detection is a common false positive that can occur during penetration testing of managed PaaS environments.
Here's the explanation: Azure App Service on Windows uses the Kudu deployment engine, which relies on the older Web Deploy v3 components—the same version numbers you've noticed. The CVE in question only impacts Web Deploy 4.0 (specifically versions earlier than 10.0.2001) on self-hosted IIS servers. Since Microsoft manages and patches the App Service platform, the vulnerable Web Deploy 4.0 components are not present in this environment.
reference:
- Microsoft Security Advisory:
https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-53772 - Kudu service overview (explains the deployment engine):
https://learn.microsoft.com/en-us/azure/app-service/resources-kudu - Why we recommend moving away from legacy MSDeploy:
https://github.com/projectkudu/kudu/wiki/MSDeploy-VS.-ZipDeploy - How Azure handles platform patching and security:
https://learn.microsoft.com/en-us/azure/app-service/overview-patch-os-runtime
For future deployments to Azure App Service, we recommend using ZipDeploy (the modern, preferred method in Kudu) instead of legacy Web Deploy/MSDeploy wherever possible. This is fully supported in Azure DevOps, GitHub Actions, VS Code, and the Azure CLI.
If the answer is helpful, Please do click "Accept the answer” and Yes, this can be beneficial to other community members.
If you have any other questions, let me know in the "comments" and I would be happy to help you