CVE-2026-5944 PUBLISHED

Cisco Intersight Device Connector for Nutanix Prism Central Unauthenticated API Access

Assigner: Nutanix
Reserved: 09.04.2026 Published: 28.04.2026 Updated: 28.04.2026

An improper access control vulnerability exists in the Cisco Intersight Device Connector for Nutanix Prism Central. The service exposes an API passthrough endpoint on TCP port 7373 that is accessible within the network scope of the deployment environment without authentication.

An unauthenticated attacker with network access can exploit this vulnerability by sending crafted requests to the exposed endpoint to enumerate cluster metadata, including virtual machine information and cluster configuration details. While the API primarily supports read-only operations, it also allows certain cluster maintenance workflows to be invoked.

Although this vulnerability does not allow persistent modification of system configurations or access to credentials or sensitive user data, successful exploitation may result in disruption of active workloads, leading to loss of service availability within the affected environment.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/S:N/AU:N/R:U/V:C/RE:L/U:Amber
CVSS Score: 6.7

Product Status

Vendor Nutanix
Product Cisco Intersight Device Connector for Prism Central
Versions Default: unaffected
  • affected from 4.3.0 to 7.5.1 (excl.)

Affected Configurations

The vulnerability is exploitable only when the Cisco Intersight Device Connector has been manually installed via the Prism Central Marketplace. If the connector is not enabled, the affected service and TCP port 7373 remain closed and unexposed. Organizations are impacted only when the connector is active and running a version greater than or equal to 4.3.0 and less than 7.5.1, which can be verified by navigating to the Admin Center in Prism Central, selecting the My Apps tab and verifying the installation status and version of the Cisco Intersight Device Connector.

Exploits

The Nutanix Product Security Incident Response Team (PSIRT) is not aware of any public announcements or malicious use of the vulnerability that is described in this advisory.

Workarounds

If upgrading the Cisco Intersight Device Connector to version 7.5.1 or later is not immediately possible, restrict access to TCP port 7373 by limiting the service to internal traffic only: * Establish an SSH session to Prism Central (PC). * Execute the following command to reconfigure the service visibility to internal traffic only: sudo kubectl -n pc-platform-other annotate service cisco-device-connector service.msp.ntnx.io/lb=pc-internal --overwrite * Run the following command: sudo kubectl get svc -n pc-platform-other and verify that the Cisco Intersight Device Connector is no longer associated with the Prism Central public IP address.

Solutions

Nutanix has released version 7.5.1 of the Cisco Intersight Device Connector: * Log in to Prism Central (PC) and navigate to the Life Cycle Manager (LCM) Dashboard. * Click "Perform Inventory" or "Get Full Inventory" to refresh the inventory. * After the inventory refresh completes, navigate to the Marketplace. * Select the Cisco Intersight Device Connector. * Click "Upgrade" to update to version 7.5.1 or later.

Credits

  • External Security Researcher (via Cisco) reporter

References

Problem Types

  • CWE-306 Missing authentication for critical function CWE
  • CWE-862 Missing Authorization CWE

Impacts

  • CAPEC-115 Authentication Bypass