Sanitizers for spatial and temporal memory errors have become a cornerstone of security testing. Popular redzone-based sanitizers such …
As control-flow hijacking is getting harder due to increasingly sophisticated CFI solutions, recent work has instead focused on …
Double-fetch bugs (or vulnerabilities) stem from in-kernel system call execution fetching the same user data twice without proper data …
Many organizations continue to expose vulnerable systems for which patches exist, opening themselves up for cyberattacks. Local …
Organizations are increasingly reliant on third-party software products to expedite their own development cycles, often incorporating …
Memory sanitizers are powerful tools to detect spatial and temporal memory errors, such as buffer overflows and use-after-frees. …
Type confusion bugs are a common source of security problems whenever software makes use of type hierarchies, as an inadvertent …