Rapid7 Vulnerability & Exploit Database

F5 BigIP Access Policy Manager Session Exhaustion Denial of Service

Back to Search

F5 BigIP Access Policy Manager Session Exhaustion Denial of Service

Created
05/30/2018

Description

This module exploits a resource exhaustion denial of service in F5 BigIP devices. An unauthenticated attacker can establish multiple connections with BigIP Access Policy Manager (APM) and exhaust all available sessions defined in customer license. In the first step of the BigIP APM negotiation the client sends a HTTP request. The BigIP system creates a session, marks it as pending and then redirects the client to an access policy URI. Since BigIP allocates a new session after the first unauthenticated request, and deletes the session only if an access policy timeout expires, the attacker can exhaust all available sessions by repeatedly sending the initial HTTP request and leaving the sessions as pending.

Author(s)

  • Denis Kolegov <dnkolegov@gmail.com>
  • Oleg Broslavsky <ovbroslavsky@gmail.com>
  • Nikita Oleksov <neoleksov@gmail.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/dos/http/f5_bigip_apm_max_sessions
msf auxiliary(f5_bigip_apm_max_sessions) > show actions
    ...actions...
msf auxiliary(f5_bigip_apm_max_sessions) > set ACTION < action-name >
msf auxiliary(f5_bigip_apm_max_sessions) > show options
    ...show and set options...
msf auxiliary(f5_bigip_apm_max_sessions) > 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

;