Skip to main content

SQ40108

Detected container images that might expose the Microsoft Terminal Server (RDP) port.

priorityCI/CD statusseverityeffortRL levelRL assessment
passhighmediumNoneNone

About the issueโ€‹

Containers are a simple, yet powerful approach to process and filesystem isolation. When configured correctly, a container runs a set of processes isolated from their host system. Containers typically run as executables or as services, but regardless of their use, they must be properly secured. While Remote Desktop Protocol might seem practical for administration, it is commonly brute-forced and abused by ransomware actors, and can increase the attack surface by providing an obvious entry point in an environment.

How to resolve the issueโ€‹

  • Avoid running remote access services such as RDP.
  • Check if there's a running RDP service in the container's process list bound to port 3389, or if one is executed on startup, and remove it.