Skip to content

[Hardening] F-01: Failure to Initialize a Secure Transport Layer (TLS) During Out-of-the-Box Setup. #14074

Description

@davift

The required feature described as a wish

Description: TLS is not enabled by default on the Management server or System VMs. This insecure default persists until explicitly remediated by the administrator.

Affected Component: Management UI / API, SSVM, CPVM

Impact: An attacker with network access can trivially intercept or sniff management traffic, including administrator credentials (password and 2FA codes), session tokens, API keys, and sensitive configuration data.

Steps to Reproduce:

  • Deploy ACS following the official documentation.
  • Navigate to http://:8080/ (no HTTPS redirect occurs).
  • Attempt to connect to https://:8443/ and confirm that the connection fails.
  • Capture traffic with Wireshark or tcpdump during a login session.
  • Observe that credentials and session tokens are transmitted in cleartext.

Recommended Remediation: Enable TLS by default during installation. A self-signed certificate can be automatically generated and configured without any additional effort on the user's part.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions