The RDP service has enabled the RC4 cipher suite considered outdated when is used in conjunction with TLS/SSL.
Obtain information derived from the encrypted channel.
Disable the RC4 cipher suite on the server.
Anonymous attacker in the intranet.
⌚ 30 minutes.
Default score using CVSS 3.1. It may change depending on the context of the src.
Default score using CVSS 4.0. It may change depending on the context of the src.
The server allows only secure cipher suites
name: Configure the Remote Desktop Gateway
win_rds_settings:
certificate_hash: B0D0FA8408FC67B230338FCA584D03792DA73F4C
max_connections: 50
cipher_suite: TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
notify:
- Restart TSGateway service
The server allows a RC4 cipher suite
name: Configure the Remote Desktop Gateway
win_rds_settings:
certificate_hash: B0D0FA8408FC67B230338FCA584D03792DA73F4C
max_connections: 50
cipher_suite: ECDHE_ECDSA_WITH_RC4_128_SHA
notify:
- Restart TSGateway service