Heap overflow in Windows Defender (mpengine.dll).Overflow happens while unpacking an ASProtect packed executable...
Porting of a V8 nday to Tesla Model 3.The vuln is older (from 2020) and is a turbofan optimizer based bug...
Two vulns related to properties on a DirectComposition buffer.Adding a new property it adds it, then checks some values and potentially returns an error before finalizing, but the property gets added...
**tl;dr** Cleverly crafting a packet with a large header+options length could cause a null dereference. The net buffer would be created with DataSize=uint16_t(length), but it would attempt to read with size=length (no truncation), which would result in an error case and a null return.