5
CVSSv2

CVE-2007-4897

Published: 14/09/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

pwlib, as used by Ekiga 2.0.5 and possibly other products, allows remote malicious users to cause a denial of service (application crash) via a long argument to the PString::vsprintf function, related to a "memory management flaw". NOTE: this issue was originally reported as being in the SIPURL::GetHostAddress function in Ekiga (formerly GnomeMeeting).

Vulnerable Product Search on Vulmon Subscribe to Product

ekiga ekiga 2.0.5

Vendor Advisories

Jose Miguel Esparza discovered that pwlib did not correctly handle large string lengths A remote attacker could send specially crafted packets to applications linked against pwlib (eg Ekiga) causing them to crash, leading to a denial of service ...

Exploits

#!/usr/bin/env python # # Ekiga GetHostAddress Remote Denial of Service Vulnerability (CVE-2007-4897) # # ekiga207_dospy by Jose Miguel Esparza # 2007-09-11 S21sec labs import sys,socket if len(sysargv) != 3: sysexit("Usage: " + sysargv[0] + " target_host target_port\n") target = sysargv[1] targetPort = int(sysargv[2]) malformedRequest = ...
Ekiga GetHostAddress remote denial of service exploit ...