header-logo
Suggest Exploit
explore-vulnerabilities

Explore Vulnerabilities

Version
Year

Explore all Exploits:

WinPcap NPF.SYS Privilege Elevation Vulnerability PoC exploit

This exploit allows non-administrator users to use the WinPcap device driver, potentially leading to network traffic sniffing and kernel mode code execution. The exploit code is a proof of concept (PoC) and has been tested on Windows XP SP2, but with minor modifications, it should work on other affected operating systems.

Windows Uniscribe User-Mode Library Crash

The crash occurs in the USP10!AssignGlyphTypes function of the Windows Uniscribe user-mode library. It is triggered when attempting to display text using a corrupted font file.

Cobbler 2.8.x Authenticated RCE.

Cobbler is a Linux installation server that allows for rapid setup of network installation environments. It glues together and automates many associated Linux tasks so you do not have to hop between many various commands and applications when deploying new systems, and, in some cases, changing existing ones. Cobbler can help with provisioning, managing DNS and DHCP, package updates, power management, configuration management orchestration, and much more.

Undefined behavior on some getters

I noticed that some javascript getters behave strangely.My test code:var whitelist = ["closed", "document", "frames", "length", "location", "opener", "parent", "self", "top", "window"];var f = document.createElement("iframe");f.onload = () => { f.onload = null; for (var x in window) { if (whitelist.indexOf(x) != -1) continue; try { window.__lookupGetter__(x).call(f.contentWindow); log(x); } catch (e) { } }};f.src = "https://abc.xyz/";document.body.appendChild(f);And after some plays, finally reached an UAF condition. PoC is attached. RIP will jump into the freed JIT code.Tested on Microsoft Edge 38.14393.0.0.

Recent Exploits: