Use-after-free vulnerability in Microsoft Internet Explorer 9 allows remote attackers to execute arbitrary code via a crafted web site, aka "CTreePos Use After Free Vulnerability."
Weaknesses in this category are related to improper management of system resources.
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://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A15886 | vdb entry signature |
http://www.securitytracker.com/id?1027749 | vdb entry |
https://docs.microsoft.com/en-us/security-updates/securitybulletins/2012/ms12-071 | vendor advisory |
http://www.securityfocus.com/bid/56421 | vdb entry |
http://secunia.com/advisories/51202 | third party advisory |
http://www.us-cert.gov/cas/techalerts/TA12-318A.html | third party advisory us government resource |