Microsoft Security Advisory (925143): Adobe Security Bulletin: APSB06-11 Flash Player


 
Thread Tools Search this Thread
Special Forums Windows & DOS: Issues & Discussions Security Advisories (RSS) - Microsoft Microsoft Security Advisory (925143): Adobe Security Bulletin: APSB06-11 Flash Player
# 1  
Old 04-06-2008
Microsoft Security Advisory (925143): Adobe Security Bulletin: APSB06-11 Flash Player

Revision Note: Advisory updated to reflect publication of security bulletin. Advisory Summary:Microsoft has completed the investigation of security vulnerabilities in Macromedia Flash Player from Adobe, a third party software application that also was redistributed with Windows XP Service Pack 2 and Windows XP Professional x64 Edition. We have issued MS06-069 to address these issues. For more information about these issues, including download links for an available security update, please review MS06-069. This bulletin is for customers using Macromedia Flash Player version 6 from Adobe. The vulnerabilities addressed are the Macromedia Flash Player Vulnerabilities - CVE-2006-3014, CVE-2006-3311, CVE-2006-3587, CVE-2006-3588, and CVE-2006-4640. Customers that have followed the guidance in Adobe Security Bulletin APSB06-11, issued September 12, 2006, are not at risk from these vulnerabilities.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
M16C-FLASH(1)						      General Commands Manual						     M16C-FLASH(1)

NAME
m16c-flash - Flash programmer for Renesas M16C and R8C microcontrollers SYNOPSIS
m16c-flash [COM_DEV] [CPU_TYPE] [FILE] [ID1:...:ID7] [OPTIONS] DESCRIPTION
m16c-flash is a flash programmer for the Renesas M16C and R8C microcontrollers which operates in asynchronous mode. OPTIONS
COM_DEV The serial device to use for flashing, e.g. /dev/ttyS0 or /dev/ttyUSB0. CPU_TYPE The CPU type you want to flash to (currently M16C or R8C). FILE The filename of the binary you want to flash. ID1:...:ID7 The device ID. --help Show a help text and exit. --version Show version information and exit. EXAMPLES
Flash the simple.s file onto an M16C microcontroller via the first serial port (/dev/ttyS0) using 0:0:0:0:0:0:0 as the device ID: m16c-flash /dev/ttyS0 M16C simple.s 0:0:0:0:0:0:0 Flash the test.mot file onto an R8C microcontroller via the USB serial device /dev/ttyUSB0, and using ff:ff:ff:ff:ff:ff:ff as device ID: m16c-flash /dev/ttyUSB0 R8C test.mot ff:ff:ff:ff:ff:ff:ff BUGS
Please report any bugs to Thomas Fischl <tfischl@gmx.de>. LICENCE
m16c-flash is covered by the GNU General Public License (GPL). AUTHORS
Greg Reynolds <greg@lostintheether.net> Jim Hawkridge <h046@eee-fs4.bham.ac.uk> Thomas Fischl <tfischl@gmx.de> This manual page was written by Uwe Hermann <uwe@hermann-uwe.de>, for the Debian GNU/Linux system (but may be used by others). August 20, 2006 M16C-FLASH(1)