Rapid7 Vulnerability & Exploit Database

Chaos RAT XSS to RCE

Back to Search

Chaos RAT XSS to RCE

Disclosed
04/10/2024
Created
05/21/2024

Description

CHAOS v5.0.8 is a free and open-source Remote Administration Tool that allows generated binaries to control remote operating systems. The webapp contains a remote command execution vulnerability which can be triggered by an authenticated user when generating a new executable. The webapp also contains an XSS vulnerability within the view of a returned command being executed on an agent. Execution can happen through one of three routes: 1. Provided credentials can be used to execute the RCE directly 2. A JWT token from an agent can be provided to emulate a compromised host. If a logged in user attempts to execute a command on the host the returned value contains an xss payload. 3. Similar to technique 2, an agent executable can be provided and the JWT token can be extracted. Verified against CHAOS 7d5b20ad7e58e5b525abdcb3a12514b88e87cef2 running in a docker container.

Author(s)

  • h00die
  • chebuya

Platform

Linux,Unix

Architectures

cmd

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/linux/http/chaos_rat_xss_to_rce
msf exploit(chaos_rat_xss_to_rce) > show targets
    ...targets...
msf exploit(chaos_rat_xss_to_rce) > set TARGET < target-id >
msf exploit(chaos_rat_xss_to_rce) > show options
    ...show and set options...
msf exploit(chaos_rat_xss_to_rce) > 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

;