10
CVSSv2

CVE-2011-2963

Published: 29/07/2011 Updated: 01/08/2011
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

TCPUploadServer.exe in Progea Movicon 11.2 before Build 1084 does not require authentication for critical functions, which allows remote malicious users to obtain sensitive information, delete files, execute arbitrary programs, or cause a denial of service (crash) via a crafted packet to TCP port 10651.

Vulnerable Product Search on Vulmon Subscribe to Product

progea movicon 11.2

Exploits

#!/usr/bin/python # movipy # Progea Movicon TCPUploadServer Remote Exploit # Jeremy Brown / jbrown at patchtuesday dot org # Mar 2011 # # TCPUploadServer allows remote users to execute functions on the server # without any form of authentication Impacts include deletion of arbitrary # files, execution of a program with an arbitrary argument, cras ...