Use-after-free vulnerability in WebCore in WebKit before r77705, as used in Google Chrome before 11.0.672.2 and other products, allows user-assisted remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via vectors that entice a user to resubmit a form, related to improper handling of provisional items by the HistoryController component, aka rdar problem 8938557.
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 |
---|---|
http://code.google.com/p/chromium/issues/detail?id=70315 | issue tracking patch vendor advisory exploit |
http://trac.webkit.org/changeset/77705 | third party advisory patch |
http://www.securityfocus.com/bid/46577 | vdb entry third party advisory |
https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A13943 | vdb entry third party advisory signature |
https://bugs.webkit.org/show_bug.cgi?id=52819 | issue tracking third party advisory patch |
https://exchange.xforce.ibmcloud.com/vulnerabilities/65714 | vdb entry |
http://googlechromereleases.blogspot.com/2011/02/dev-channel-update_17.html | vendor advisory |