Cyber Resilience

CVE-2016-3643

HighCISA KEVActive ExploitationEUVD ExploitedPublic PoC

Published: 17 June 2016

Published
17 June 2016
Modified
21 April 2026
KEV Added
03 November 2021
Patch
CVSS Score v3.1 7.8 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0518 90.1th percentile
Risk Priority 39 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2016-3643 is a high-severity an unspecified weakness vulnerability in Solarwinds Virtualization Manager. Its CVSS base score is 7.8 (High).

Operationally, ranked in the top 9.9% of CVEs by exploit likelihood; CISA has added it to the Known Exploited Vulnerabilities catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and AC-6 (Least Privilege).

Deeper analysis

SolarWinds Virtualization Manager 6.3.1 and earlier contain a local privilege escalation vulnerability stemming from a sudo misconfiguration. The affected component permits local users to execute commands with elevated privileges, as illustrated by the ability to run "sudo cat /etc/passwd" without proper restrictions. This issue is tracked under CWE-264 and carries a CVSS 3.1 base score of 7.8 reflecting local attack vector, low complexity, and high impact on confidentiality, integrity, and availability.

Local authenticated users can exploit the misconfiguration to obtain root-level access on the system. By invoking permitted sudo commands that were not adequately restricted, an attacker can read sensitive files, modify system configurations, or execute arbitrary code with elevated rights, bypassing intended access controls.

Public exploit code and detailed disclosure reports for this issue are available through multiple sources including Packet Storm, Exploit-DB, and Full Disclosure mailing lists, confirming the practical nature of the attack. No official vendor advisory or patch information is referenced in the provided sources.

EU & UK References

Vulnerability details

SolarWinds Virtualization Manager 6.3.1 and earlier allow local users to gain privileges by leveraging a misconfiguration of sudo, as demonstrated by "sudo cat /etc/passwd."

CWE(s)
KEV Date Added
03 November 2021

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

solarwinds
virtualization manager
≤ 6.3.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires that sudo privileges be limited to only the minimum commands needed, preventing the unrestricted sudo rights that enable the local escalation.

prevent

Enforces approved access policies on privileged operations so that sudo cannot be used to execute arbitrary commands such as cat /etc/passwd.

prevent

Mandates secure baseline configuration of security mechanisms including the sudoers file to eliminate the misconfiguration exploited by the CVE.

References