S-227: Vulnerabilities in Microsoft Excel (MS08-014)


 
Thread Tools Search this Thread
Special Forums Cybersecurity Security Advisories (RSS) S-227: Vulnerabilities in Microsoft Excel (MS08-014)
# 1  
Old 11-13-2008
S-227: Vulnerabilities in Microsoft Excel (MS08-014)

Remote code vulnerabilities exist in the way Excel: 1) processes data validation records when loading Excel files into memory; 2) handles data when importing files into Excel; 3) Style record data when opening Excel files; 4) handles malformed formulas; 5) handles rich text values when loading application data into memory; 6) handles conditional formatting values; and 7) handles macros when opening specially crafted Excel files. The risk is MEDIUM. An attacker could exploit the vulnerabilities by sending malformed files which could be hosted on a specially crafted or compromised Web site, or included as an e-mail attachment.


More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Excel::Template::Element::Backref(3pm)			User Contributed Perl Documentation		    Excel::Template::Element::Backref(3pm)

NAME
Excel::Template::Element::Backref - Excel::Template::Element::Backref PURPOSE
Returns the cell location (i.e. B2) of the last cell to name this reference. To return the location of the entire range of cells to name this reference see RANGE. NODE NAME
BACKREF INHERITANCE
Excel::Template::Element ATTRIBUTES
o REF This is the name of the reference to look up. CHILDREN
None EFFECTS
None DEPENDENCIES
This will only be used within CELL tags. USAGE
In the example... <row> <cell ref="this_cell"/><cell ref="that_cell"><cell ref="that_cell"> </row> <row> <formula>=<backref ref="this_cell">+<backref ref="that_cell"></formula> </row> The formula in row 2 would be =A1+C1. C1 is the last to reference "that_cell". AUTHOR
Rob Kinyon (rkinyon@columbus.rr.com) SEE ALSO
CELL, RANGE perl v5.14.2 2012-04-29 Excel::Template::Element::Backref(3pm)