Rapid7 Vulnerability & Exploit Database

Splunk "edit_user" Capability Privilege Escalation

Back to Search

Splunk "edit_user" Capability Privilege Escalation

Disclosed
06/01/2023
Created
10/26/2023

Description

A low-privileged user who holds a role that has the "edit_user" capability assigned to it can escalate their privileges to that of the admin user by providing a specially crafted web request. This is because the "edit_user" capability does not honor the "grantableRoles" setting in the authorize.conf configuration file, which prevents this scenario from happening. This exploit abuses this vulnerability to change the admin password and login with it to upload a malicious app achieving RCE.

Author(s)

  • Mr Hack (try_to_hack) Santiago Lopez
  • Heyder Andrade
  • Redway Security <redwaysecurity.com>

Platform

Linux,OSX,Unix,Windows

Development

Module Options

To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':

msf > use exploit/multi/http/splunk_privilege_escalation_cve_2023_32707
msf exploit(splunk_privilege_escalation_cve_2023_32707) > show targets
    ...targets...
msf exploit(splunk_privilege_escalation_cve_2023_32707) > set TARGET < target-id >
msf exploit(splunk_privilege_escalation_cve_2023_32707) > show options
    ...show and set options...
msf exploit(splunk_privilege_escalation_cve_2023_32707) > exploit

Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.

– Jim O’Gorman | President, Offensive Security

;