Rapid7 Vulnerability & Exploit Database

Emby SSRF HTTP Scanner

Back to Search

Emby SSRF HTTP Scanner

Created
06/13/2021

Description

Generates a `GET` request to the provided web servers and executes an SSRF against the targeted EMBY server. Returns the server header, HTML title attribute and location header (if set). This is useful for rapidly identifying web applications on the internal network using the Emby SSRF vulnerability (CVE-2020-26948).

Author(s)

  • Btnz

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

;