logo

Database

Azure App Service Managed Identity Not Used

Description

Detects Azure App Services that are not configured to use managed identities. Managed identities provide a secure way for App Services to access other Azure resources without storing credentials in application code, reducing the risk of credential exposure.

Weakness:

446 - Insecure service configuration - Azure

Category: Functionality Abuse

Detection Strategy

    Scans all Azure App Services in the subscription

    Checks if the 'identity' property is missing or not configured for each App Service

    Reports a vulnerability if an App Service does not have any managed identity (system-assigned or user-assigned) configured

Severity v4.0

1.7

Low

Method ID

CSPM-AFURY

Technique

CSPM

Target

AZURE

Technology

APP_SERVICE

CWE ID(s)

CWE-1188