Exploitation Summary
EIP tracks 2 public exploits for CVE-2014-9566.
PoCs published by Brandon Perry, including Metasploit module auxiliary/gather/solarwinds_orion_sqli.
AI-analyzed exploit summary The writeup details SQL injection vulnerabilities in SolarWinds Orion products, specifically in the AccountManagement.asmx service. It describes how the 'sort' and 'dir' parameters in GetAccounts and GetAccountGroups endpoints can be exploited for boolean-based blind, time-based blind, and stacked query injections, leading to privilege escalation.
Description
Multiple SQL injection vulnerabilities in the Manage Accounts page in the AccountManagement.asmx service in the Solarwinds Orion Platform 2015.1, as used in Network Performance Monitor (NPM) before 11.5, NetFlow Traffic Analyzer (NTA) before 4.1, Network Configuration Manager (NCM) before 7.3.2, IP Address Manager (IPAM) before 4.3, User Device Tracker (UDT) before 3.2, VoIP & Network Quality Manager (VNQM) before 4.2, Server & Application Manager (SAM) before 6.2, Web Performance Monitor (WPM) before 2.2, and possibly other Solarwinds products, allow remote authenticated users to execute arbitrary SQL commands via the (1) dir or (2) sort parameter to the (a) GetAccounts or (b) GetAccountGroups endpoint.
Exploits (2)
The writeup details SQL injection vulnerabilities in SolarWinds Orion products, specifically in the AccountManagement.asmx service. It describes how the 'sort' and 'dir' parameters in GetAccounts and GetAccountGroups endpoints can be exploited for boolean-based blind, time-based blind, and stacked query injections, leading to privilege escalation.
This Metasploit module exploits a stacked SQL injection vulnerability in SolarWinds Orion's AccountManagement.asmx endpoint to create an admin user with a blank password. It authenticates as a guest user, injects SQL to add a new admin account, and verifies the exploit by logging in with the new credentials.