Rapid7 Vulnerability & Exploit Database

Adobe ColdFusion Unauthenticated Arbitrary File Read

Back to Search

Adobe ColdFusion Unauthenticated Arbitrary File Read

Created
04/28/2023

Description

This module exploits a remote unauthenticated deserialization of untrusted data vulnerability in Adobe ColdFusion 2021 Update 5 and earlier as well as ColdFusion 2018 Update 15 and earlier, in order to read an arbitrary file from the server. To run this module you must provide a valid ColdFusion Component (CFC) endpoint via the CFC_ENDPOINT option, and a valid remote method name from that endpoint via the CFC_METHOD option. By default an endpoint in the ColdFusion Administrator (CFIDE) is provided. If the CFIDE is not accessible you will need to choose a different CFC endpoint, method and parameters.

Author(s)

  • sf <stephen_fewer@harmonysecurity.com>

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

;