logo

Database

Azure Remote Debugging Enabled

Description

Identifies Azure App Services with remote debugging enabled, which could allow attackers to remotely debug and potentially exploit the application. Remote debugging in production environments exposes sensitive runtime information and could enable attackers to manipulate application behavior.

Weakness:

183 - Debugging enabled in production

Category: Functionality Abuse

Detection Strategy

    Checks the remote_debugging_enabled configuration setting for each Azure App Service

    Reports a vulnerability if remote_debugging_enabled is set to true

    Examines all App Services in the subscription for this misconfiguration

Severity v4.0

1.3

Low

Method ID

CSPM-ELARN

Technique

CSPM

Target

AZURE

Technology

APP_SERVICE

CWE ID(s)

CWE-489