Vulnerabilities tagged "vuln"

Tricking the Kernel into Inappropiately Generating Core Dumps [SuDump]

Bit of a logic bug/abuse resulting in the ability to write files with semi-controlled content in any directory regardless of privileges. Under normal circumstances when a suid binary crashes, it will be considered non-dumpable, more generally speaking, when a process has a difference between its real and effective group or user ids it will not be dumped.
 

[WebKit] UAF in DOMWindow::open

When the `DOMWindow::open` method receives a frame name of `_top` or `_parent`, they're treated as special cases which get an immediate scheduling for a location change.The `scheduleLocationChange` function is usually invoked in a asynchronous manner if the URL is the same as the old one, but if the URL fragments differ, it'll run synchronously and fire a `popstate` event...