Rapid7 Vulnerability & Exploit Database

Poptop Negative Read Overflow

Back to Search

Poptop Negative Read Overflow

Disclosed
04/09/2003
Created
05/30/2018

Description

This is an exploit for the Poptop negative read overflow. This will work against versions prior to 1.1.3-b3 and 1.1.3-20030409, but I currently do not have a good way to detect Poptop versions. The server will by default only allow 4 concurrent manager processes (what we run our code in), so you could have a max of 4 shells at once. Using the current method of exploitation, our socket will be closed before we have the ability to run code, preventing the use of Findsock.

Author(s)

  • spoonm <spoonm@no$email.com>

Platform

Linux

Architectures

x86

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/linux/pptp/poptop_negative_read
msf exploit(poptop_negative_read) > show targets
    ...targets...
msf exploit(poptop_negative_read) > set TARGET < target-id >
msf exploit(poptop_negative_read) > show options
    ...show and set options...
msf exploit(poptop_negative_read) > 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

;