Use-after-free vulnerability in the WebSockets implementation in Google Chrome before 11.0.696.57 allows remote attackers to cause a denial of service or possibly have unspecified other impact via unknown vectors.
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=77346 | patch exploit vendor advisory issue tracking |
http://support.apple.com/kb/HT4981 | third party advisory |
http://lists.apple.com/archives/Security-announce/2011//Oct/msg00001.html | vendor advisory mailing list third party advisory |
http://lists.apple.com/archives/Security-announce/2011//Oct/msg00000.html | vendor advisory mailing list third party advisory |
http://googlechromereleases.blogspot.com/2011/04/chrome-stable-update.html | vendor advisory |
https://exchange.xforce.ibmcloud.com/vulnerabilities/67156 | third party advisory vdb entry |
https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A14478 | signature third party advisory vdb entry |
http://support.apple.com/kb/HT4999 | third party advisory |
http://support.apple.com/kb/HT4808 | third party advisory |
http://lists.apple.com/archives/security-announce/2011//Jul/msg00002.html | vendor advisory mailing list third party advisory |