Bug 596454 (CVE-2010-1749)
Summary: | CVE-2010-1749 WebKit: use-after-free vulnerability in handling of CSS run-ins | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Vincent Danen <vdanen> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED WONTFIX | QA Contact: | |
Severity: | urgent | Docs Contact: | |
Priority: | urgent | ||
Version: | unspecified | CC: | bressers, jgrulich, jlieskov, jreznik, security-response-team, stransky, than |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-08-05 08:16:36 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 806808 |
Description
Vincent Danen
2010-05-26 19:03:51 UTC
The above upstream commit is included in current webkitgtk (F12+) and qt packages. This particular flaw doesn't affect khtml. The SVG testcase is very simplistic and straightforward. It's clear this variant does not affect khtml. As a percautionary measure, it may make sense to modify khtml to check for anonymous blocks, but not because of this flaw. The issue at hand is that during the destruction of the object, the anonymous blocks are mishandled. This is due to the render engine though, not to anonymous block itself. It is well known that the khtml and webkit render engines are drastically different. The fact that this issue doesn't affect khtml is not a surprise. Public via: [1] http://support.apple.com/kb/HT419 |