10
CVSSv2

CVE-2006-6026

Published: 21/11/2006 Updated: 17/10/2018
CVSS v2 Base Score: 10 | Impact Score: 10 | Exploitability Score: 10
VMScore: 1000
Vector: AV:N/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

Heap-based buffer overflow in Real Networks Helix Server and Helix Mobile Server prior to 11.1.3, and Helix DNA Server 11.0 and 11.1, allows remote malicious users to cause a denial of service (application crash) or execute arbitrary code via a DESCRIBE request that contains an invalid LoadTestPassword field.

Vulnerable Product Search on Vulmon Subscribe to Product

realnetworks helix mobile server

realnetworks helix server 11.1

realnetworks helix server

realnetworks helix dna server 11.0

realnetworks helix dna server 11.1

realnetworks helix server 11.0

Exploits

#/usr/bin/python # Remote exploit for the vulnerability in Helix server v1101 as described # at glegnet/helixtxt # # The exploit spawns a shell on TCP port 4444 and connects to it At the time of # overflow we control EAX which is used in a call as follows # 00420C64: call dword ptr [eax + 4] # ECX points into our buffer at the time of o ...