S-252: Vulnerabilities in Microsoft Visio


 
Thread Tools Search this Thread
Special Forums Cybersecurity Security Advisories (RSS) S-252: Vulnerabilities in Microsoft Visio
# 1  
Old 04-09-2008
S-252: Vulnerabilities in Microsoft Visio

Several remote code execution vulnerabilities exists in the way Microsoft Visio validates: 1) object header data in specially crafted file; and 2) memory allocations when loading specially-crafted .DXF files from disk into memory. The risk is MEDIUM. An attacker could exploit the vulnerability by sending a malformed file which could be included as an e-mail attachment, or hosted on a specially crafted or compromised Web site.


More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Info::Layer3::Microsoft(3pm)				User Contributed Perl Documentation			      Info::Layer3::Microsoft(3pm)

NAME
SNMP::Info::Layer3::Microsoft - SNMP Interface to L3 Microsoft Windows router AUTHOR
begemot SYNOPSIS
# Let SNMP::Info determine the correct subclass for you. my $router = new SNMP::Info( AutoSpecify => 1, Debug => 1, DestHost => 'myrouter', Community => 'public', Version => 1 ) or die "Can't connect to DestHost. "; my $class = $router->class(); print "SNMP::Info determined this device to fall under subclass : $class "; DESCRIPTION
Subclass for Generic Microsoft Routers running Microsoft Windows OS Inherited Classes SNMP::Info::Layer3 Required MIBs Inherited Classes' MIBs See "Required MIBs" in SNMP::Info::Layer3 for its own MIB requirements. GLOBALS
These are methods that return scalar value from SNMP Overrides $router->vendor() Returns 'microsoft' $router->os() Returns 'windows' $router->os_ver() Returns '' $router->model() Returns 'Windows Router' $router->serial() Returns '' Globals imported from SNMP::Info::Layer3 See documentation in "GLOBALS" in SNMP::Info::Layer3 for details. TABLE METHODS
These are methods that return tables of information in the form of a reference to a hash. Overrides $router->interfaces() Map the Interfaces to their physical names. Adds interface number to interface name because identical interface cards return identical "ifDescr". Table Methods imported from SNMP::Info::Layer3 See documentation in "TABLE METHODS" in SNMP::Info::Layer3 for details. perl v5.12.4 2011-09-28 Info::Layer3::Microsoft(3pm)