Use-after-free vulnerability in the CAttrArray::PrivateFind function in mshtml.dll in Microsoft Internet Explorer 6 through 8 allows remote attackers to execute arbitrary code by setting an unspecified property of a stylesheet object, aka "Uninitialized Memory Corruption Vulnerability."
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
Link | Tags |
---|---|
https://docs.microsoft.com/en-us/security-updates/securitybulletins/2010/ms10-071 | patch vendor advisory |
http://www.zerodayinitiative.com/advisories/ZDI-10-197/ | vdb entry third party advisory |
http://www.securityfocus.com/bid/43705 | vdb entry third party advisory broken link |
https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A7059 | vdb entry signature broken link |
http://www.us-cert.gov/cas/techalerts/TA10-285A.html | third party advisory us government resource |
http://support.avaya.com/css/P8/documents/100113324 | third party advisory |