I was looking over some recent papers for Usenix Security and there are a couple on data oriented programming and I have been wondering if there are known mitigation techniques for this kind of data corruption attack or other attacks that don't involve control flow hijacking. On Thu, Feb 21, 2019 at 9:17 AM Kees Cook wrote: > On Sun, Feb 10, 2019 at 3:13 AM Carter Cheng > wrote: > > I was reading a paper on kernel data attacks and the paper mentions > methods for gaining control of kernel memory beyond overflow type attacks. > This would seem to suggest that methods exist for this in certain cases > beyond what can be caught by spatial safety checks. Are there general > classes of such methods that one needs to be aware of? And what are they? > > If I follow what you're asking, I'd think race conditions would be an > example of another major class of attacks against the kernel. For > example, look at the DirtyCOW attack: that was a race condition > against the kernel's VFS that wouldn't get caught by bounds checking, > etc, etc. > > -- > Kees Cook >