logo

Database

Azure Vms Unrestricted Access

Description

Identifies Azure Network Security Groups (NSGs) that allow unrestricted RDP access (port 3389) from any source IP address. This misconfiguration exposes Virtual Machines to potential unauthorized access and brute force attacks through the Remote Desktop Protocol.

Weakness:

157 - Unrestricted access between network segments

Category: Access Subversion

Detection Strategy

    Examines each Network Security Group's security rules for inbound traffic configurations

    Reports a vulnerability when a rule allows TCP or any (*) protocol traffic on port 3389

    Specifically flags rules where source address is unrestricted (like '0.0.0.0/0', '*', 'Internet', or '/0')

    Evaluates both individual source address prefixes and source address prefix lists in the rules