Security scanners (such as Tenable/Nessus) flag port 1031 on the Smarts NCM Application Server for SSH-related vulnerabilities, including:
- **SSH Server CBC Mode Ciphers Enabled** (TEN-70658)
- **SSH Weak Key Exchange Algorithms Enabled** (TEN-153953)
- **SSH Weak MAC Algorithms Enabled** (TEN-71049)
All supported Smarts NCM versions
The Smarts NCM `sshdaemon` service, which typically listens on port 1031, is configured by default to support a wide range of ciphers and algorithms for backward compatibility. This includes older CBC-mode ciphers and weak HMAC algorithms that are now considered security risks.
To resolve these vulnerabilities, you must explicitly define a list of approved strong ciphers in the `sshdaemon` configuration file.
Alternatively, if the above does not work for you, one can block port 1031 via a firewall.