[Webkit-unassigned] [Bug 163375] New: We should consider allocating a CodeBlock's Instruction stream away from other things

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 12 19:24:21 PDT 2016


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

            Bug ID: 163375
           Summary: We should consider allocating a CodeBlock's
                    Instruction stream away from other things
    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: sbarati at apple.com
                CC: benjamin at webkit.org, fpizlo at apple.com,
                    ggaren at apple.com, gskachkov at gmail.com,
                    jfbastien at apple.com, keith_miller at apple.com,
                    mark.lam at apple.com, msaboff at apple.com,
                    oliver at apple.com, ticaiolima at gmail.com,
                    utatane.tea at gmail.com

For example, any buffer overflow of something else allocated in bmalloc's heap has the potential for writing over a CodeBlock's instruction stream.
This isn't a full-proof defense, but if we can do it at no extra cost, we should, since it will make buffer overflows in bmalloc's heap less obviously exploitable.

-- 
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/20161013/e1886112/attachment-0001.html>


More information about the webkit-unassigned mailing list