9.3
CVSSv2

CVE-2009-3031

Published: 03/11/2009 Updated: 10/10/2018
CVSS v2 Base Score: 9.3 | Impact Score: 10 | Exploitability Score: 8.6
VMScore: 940
Vector: AV:N/AC:M/Au:N/C:C/I:C/A:C

Vulnerability Summary

Stack-based buffer overflow in the BrowseAndSaveFile method in the Altiris eXpress NS ConsoleUtilities ActiveX control 6.0.0.1846 in AeXNSConsoleUtilities.dll in Symantec Altiris Notification Server (NS) 6.0 before R12, Deployment Server 6.8 and 6.9 in Symantec Altiris Deployment Solution 6.9 SP3, and Symantec Management Platform (SMP) 7.0 before SP3 allows remote malicious users to execute arbitrary code via a long string in the second argument.

Vulnerable Product Search on Vulmon Subscribe to Product

symantec altiris deployment solution 6.9

symantec altiris notification server 6.0

symantec altiris notification server 7.0

symantec altiris management platform 7.0

Exploits

## # $Id: symantec_consoleutilities_browseandsavefilerb 10998 2010-11-11 22:43:22Z jduck $ ## ## # This file is part of the Metasploit Framework and may be subject to # redistribution and commercial restrictions Please see the Metasploit # Framework web site for more information on licensing and terms of use # metasploitcom/framework/ # ...
## # Use it only for education or ethical pentesting! The author accepts no liability for damage caused by this tool ## require 'msf/core' class Metasploit3 < Msf::Exploit::Remote include Msf::Exploit::Remote::HttpServer::HTML def initialize(info = {}) super(update_info(info, 'Name' ...