header-logo
Suggest Exploit
explore-vulnerabilities

Explore Vulnerabilities

Version
Year

Explore all Exploits:

Memory Corruption Vulnerability in Microsoft Internet Explorer 9

An attacker would need to get a target user to open a specially crafted web-page. Java­Script does not appear to be required for an attacker to triggering the vulnerable code path. It is a use-after-free vulnerability where the span object in the frame.html file is reused after being freed. It appears to be impossible to reallocate the freed memory before it is reused. Part of the freed memory is overwritten when it is freed because a WORD Free­Entry­Offset value is stored at offset 0. This value is then used as part of a pointer to a vftable in order to call a method. This pointer now consist of the upper 16-bits of the old vftable and the lower 16-bits contain the Free­Entry­Offset value.

OpenSSH before 7.3 Crypt CPU Consumption (DoS Vulnerability)

If the remote machine is installed and running OpenSSH version prior to 7.3, it does not limit the password length for authentication. Hence, to exploit this vulnerability' we will send a crafted data which is of 90000 characters in length to the 'password' field while attempting to log in to a remote machine via ssh with username as 'root'.

Cisco Unified Communications Manager Administrative Web Interface Directory traversal CVE-2013-5528

A directory traversal vulnerability in the Tomcat administrative web interface in Cisco Unified Communications Manager allows remote authenticated users to read arbitrary files via directory traversal sequences in an unspecified input string, aka Bug ID CSCui78815

Dual DHCP DNS Server 7.29 Buffer Overflow (Dos)

The software crashes when it tries to write to an invalid address. MOV EBX,DWORD PTR SS:[EBP+8] -> EBP+8 is part of our controlled input MOV DWORD PTR SS:[ESP+4],31 MOV DWORD PTR SS:[ESP],1 ......................... MOV DWORD PTR DS:[EBX+24],EAX -> Here happens the corruption, EAX fails to move EBX which is our controlled adress + 24 bytes. I think this vulnerability is not exploitable because every module that is loaded has ASLR/DEP/SAFESEH enabled (Win 7) Even if we try to put some valid pointers to manipulate the execution flow we can't because every address on the DualServ.exe contains 00 which is a badchar in our case.

Windows WLAN AutoConfig Named Pipe POC

This exploit is a proof-of-concept for a buffer overrun vulnerability in Windows WLAN AutoConfig Named Pipe. The vulnerability is caused by a stack buffer overrun in the svchost.exe process, which can be triggered by writing a large amount of data to the WiFiNetworkManagerTask pipe. This exploit will not kill the Wlansvc service, but the thread servicing the pipe will terminate.

Memory Corruption Vulnerability in Microsoft Edge

A specially crafted web-page can trigger a memory corruption vulnerability in Microsoft Edge. An attacker would need to get a target user to open a specially crafted web-page. Disabling Java­Script does not prevent an attacker from triggering the vulnerable code path.

Microsoft Edge Memory Corruption Vulnerability

A specially crafted web-page can trigger a memory corruption vulnerability in Microsoft Edge. An attacker would need to get a target user to open a specially crafted web-page. Disabling Java­Script does not prevent an attacker from triggering the vulnerable code path. At the time this issue was first discovered, Mem­GC was just introduced, and I had not yet fully appreciated what an impact it would have on mitigating use-after-free bugs.

AbanteCart 1.2.7 Stored XSS

By default all user input is escaped using `htmlspecialchars`. But we can pass `__e` value which is base64 encoded and unfortunatelly those datas are not cleaned. For example `address_1="><script>alert(2);</script>&` can be encoded as: `__e=YWRkcmVzc18xPSI+PHNjcmlwdD5hbGVydCgyKTs8L3NjcmlwdD4m`. So create new order and set `address_1` value as `__e` using for example Burp.

Recent Exploits: