Secure Bulletin Navigating the cyber sea with knowledge
Home > Articolo > Critical ASUS Control Center Chain Opens Managed Fleets to Root Takeover
Critical ASUS Control Center Chain Opens Managed Fleets to Root Takeover
Read Time:3 Minute, 30 Second

ASUS has released an urgent security update for ASUS Control Center Enterprise after researchers identified a vulnerability chain that can give a remote, unauthenticated attacker complete administrative access. The issue, CVE-2026-75754, received the maximum CVSS 4.0 score of 10.0 because it is reachable over a network, needs no user interaction and can expose both the management server and the systems under its control.

Centralized administration products are attractive targets because one successful compromise can become a distribution point across an organization. A vulnerable Control Center instance may provide an attacker with far more leverage than an isolated workstation: it is built to inventory, configure and manage a fleet.

Three weaknesses combine into a root shell

The reported attack is a chain rather than a single programming error. First, a sensitive Control Center function lacks the authentication check needed to prevent arbitrary network users from invoking it. That creates the initial unauthenticated entry point.

A server-side request forgery weakness then allows a specially formed HTTP request to make the application reach internal resources and expose its own encryption key. SSRF flaws are especially dangerous in management software because internal services often trust requests that originate from the management host.

After the key is obtained, a local component reportedly enables an SSH service on TCP port 2222. The final weakness is a set of hard-coded credentials embedded in the product. With the exposed key and fixed login material, an attacker can connect to that listener and obtain a root shell.

Root access removes the operating system’s normal security boundaries. An intruder could read or alter Control Center data, establish persistence, disrupt management functions or use the platform’s trusted position to move toward connected servers and workstations. The same chain therefore threatens confidentiality, integrity and availability across the managed estate.

Affected versions and the immediate fix

The issue affects ASUS Control Center Enterprise releases through version 4.0.0.2. ASUS advises customers to move to version 3.1.0.9 or later and consult the vendor’s security advisory for the precise supported build appropriate to their deployment. Administrators should verify the installed version after maintenance rather than assuming an updater completed successfully.

Organizations that cannot patch immediately should remove the management interface from public and untrusted networks. Access should be limited to dedicated administration segments or a controlled jump host. Inbound and outbound connections involving TCP port 2222 should be blocked unless there is a documented operational need.

Look for evidence, not only exposure

Because the chain can be triggered without credentials or user interaction, teams should investigate whether exploitation occurred before the update. Network telemetry should be searched for unexpected connections to port 2222, particularly sessions originating outside approved management ranges. Host logs may reveal an SSH listener appearing at unusual times or new processes running with root privileges.

  • Inventory every Control Center server and record its reachable network interfaces.
  • Apply the vendor update and confirm the resulting version on each host.
  • Review web, firewall and SSH logs for suspicious requests and sessions.
  • Rotate administrative secrets if the service was exposed to an untrusted network.
  • Inspect centrally managed endpoints for unexplained configuration changes or new accounts.

A clean vulnerability scan after patching does not prove that an earlier compromise left no persistence. If logs indicate successful access, incident responders should preserve evidence and consider rebuilding the management server from trusted media. Credentials available to the host should be treated as potentially exposed.

Management planes need stronger isolation

CVE-2026-75754 also illustrates a broader architectural problem. Management products frequently combine powerful credentials, broad network reach and privileged local services on one host. Segmentation and strict access controls can limit the impact when application-level defenses fail.

Enterprises should keep administrative interfaces off the open internet, restrict them to named operators, monitor service creation and alert when management servers initiate unusual outbound traffic. Hard-coded credentials are particularly risky because customers cannot rotate them like normal secrets.

The severity score is justified by the simplicity and consequence of the chain. For organizations running ASUS Control Center Enterprise, this is an emergency maintenance and threat-hunting event, not a routine update for the next quarterly window.

Share: Twitter  |  Facebook  |  LinkedIn
Join the discussion

This is a blog in the Fediverse: you can find this article everywhere with @blog@securebulletin.com and every comment/answer will appear here.

If you want to comment on Critical ASUS Control Center Chain Opens Managed Fleets to Root Takeover, use the discussion on Forum.

>> forum community

Comments

Leave a Reply