10
CVSSv2

CVE-2011-0364

Published: 19/02/2011 Updated: 10/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

The Management Console (webagent.exe) in Cisco Security Agent 5.1, 5.2, and 6.0 prior to 6.0.2.145 allows remote malicious users to create arbitrary files and execute arbitrary code via unspecified parameters in a crafted st_upload request.

Vulnerable Product Search on Vulmon Subscribe to Product

cisco security agent 5.2

cisco security agent 6.0

cisco security agent 5.1

Vendor Advisories

The Management Center for Cisco Security Agent is affected by a vulnerability that may allow an unauthenticated attacker to perform remote code execution on the affected device Cisco has released software updates that address this vulnerability A workaround is available to mitigate this vulnerability This advisory is posted at ...

Exploits

#!/usr/bin/env python # Exploits Cisco Security Agent Management Console ‘st_upload’ (CVE-2011-0364) # gerry eisenhaur <gerryeisenhaur _at_ gmailcom> import httplib import mimetools import StringIO _boundary = mimetoolschoose_boundary() _host_uid = 'C087EFAE-05A2-4A0B-9512-E05E5ED84AEB' _csamc = "1921680108" # we need to enable s ...
Cisco Security Agent Management Console st_upload remote command execution exploit ...