[Webkit-unassigned] [Bug 155234] New: Harden JSC Root element functions from bad values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 9 09:40:59 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=155234

            Bug ID: 155234
           Summary: Harden JSC Root element functions from bad values
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: msaboff at apple.com

The Root related functionCreateElement(), functionGetElement() and functionSetElementRoot() currently do not protect against bad values.

In some cases, fuzzer code will cause crashes in this code.

Their jsCast() calls should be replaced with jsDynamicCast() and appropriate checks.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160309/c4acb511/attachment.html>


More information about the webkit-unassigned mailing list