Rapid7 Vulnerability & Exploit Database

ownCloud Phpinfo Reader

Back to Search

ownCloud Phpinfo Reader

Disclosed
11/21/2023
Created
12/05/2023

Description

Docker containers of ownCloud compiled after February 2023, which have version 0.2.0 before 0.2.1 or 0.3.0 before 0.3.1 of the app `graph` installed contain a test file which prints `phpinfo()` to an unauthenticated user. A post file name must be appended to the URL to bypass the login filter. Docker may export sensitive environment variables including ownCloud, DB, redis, SMTP, and S3 credentials, as well as other host information.

Author(s)

  • h00die
  • creacitysec
  • Ron Bowes
  • random-robbie
  • Christian Fischer

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 auxiliary/gather/owncloud_phpinfo_reader
msf auxiliary(owncloud_phpinfo_reader) > show actions
    ...actions...
msf auxiliary(owncloud_phpinfo_reader) > set ACTION < action-name >
msf auxiliary(owncloud_phpinfo_reader) > show options
    ...show and set options...
msf auxiliary(owncloud_phpinfo_reader) > run 

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

;