logo

Database

Azure Ftp Deployments Allowed

Description

Detects Azure App Services that allow FTP/FTPS deployments, which could expose the application to unauthorized code deployments and security risks. FTP-based deployments are considered legacy and less secure compared to modern deployment methods like Azure DevOps or GitHub Actions.

Weakness:

148 - Use of an insecure channel - FTP

Category: Information Collection

Detection Strategy

    Checks the FTP deployment state configuration for each Azure App Service

    Reports a vulnerability when an App Service has ftps_state set to 'AllAllowed'

    Alerts when FTP/FTPS deployments are enabled, as this increases the attack surface for unauthorized deployments