Rapid7 Vulnerability & Exploit Database

Western Digital Arkeia Remote Code Execution

Back to Search

Western Digital Arkeia Remote Code Execution

Disclosed
09/16/2013
Created
05/30/2018

Description

This module exploits a vulnerability found in Western Digital Arkeia Appliance version 10.0.10 and lower. By abusing the upload.php script, a malicious user can upload arbitrary code to the ApplianceUpdate file in the temp directory without authentication. Abusing the local file inclusion in the lang cookie to parse this file results in arbitrary code execution, also without authentication. The module has been tested successfully on Arkeia 10.0.10. The issues have been fixed in version 10.1.10.

Author(s)

  • xistence <xistence@0x90.nl>

Platform

PHP

Architectures

php

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/unix/webapp/arkeia_upload_exec
msf exploit(arkeia_upload_exec) > show targets
    ...targets...
msf exploit(arkeia_upload_exec) > set TARGET < target-id >
msf exploit(arkeia_upload_exec) > show options
    ...show and set options...
msf exploit(arkeia_upload_exec) > 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

;