Subscribe via feed.
Posts under exploit

Apache Tomcat On Ubuntu Log Init Privilege Escalation

Posted by deepcore under exploit (No Respond)

This Metasploit module targets a vulnerability in Tomcat versions 6, 7, and 8 on Debian-based distributions where these older versions provide a vulnerable tomcat init script that allows local attackers who have already gained access to the tomcat account to escalate their privileges from the tomcat user to root and fully compromise the target system.

Oracle Database 12.1.0.2 Spatial Component Privilege Escalation

Posted by deepcore under exploit (No Respond)

Oracle Database version 12.1.0.2 suffers from a privilege escalation vulnerability that achieves DBA access via the Spatial component.

F5 Big-IP Create Administrative User

Posted by deepcore under exploit (No Respond)

This Metasploit module creates a local user with a username/password and root-level privileges. Note that a root-level account is not required to do this, which makes it a privilege escalation issue. Note that this is pretty noisy, since it creates a user account and creates log files and such. Additionally, most (if not all) vulnerabilities […]

macOS Dirty Cow Arbitrary File Write Local Privilege Escalation

Posted by deepcore under exploit (No Respond)

Dirty Cow arbitrary file write local privilege escalation exploit for macOS.

Lenovo Diagnostics Driver Memory Access

Posted by deepcore under exploit (No Respond)

This Metasploit module demonstrates how an incorrect access control for the Lenovo Diagnostics Driver allows a low-privileged user the ability to issue device IOCTLs to perform arbitrary physical/virtual memory reads and writes.

Online Eyewear Shop 1.0 SQL Injection

Posted by deepcore under exploit (No Respond)

Online Eyewear Shop version 1.0 suffers from a remote SQL injection vulnerability.

eCommerce Marketplace Platform CMS 1.7 Cross Site Scripting

Posted by deepcore under exploit (No Respond)

eCommerce Marketplace Platform CMS version 1.7 suffers from a cross site scripting vulnerability.

eCommerce Marketplace Platform CMS 1.7 SQL Injection

Posted by deepcore under exploit (1 Respond)

eCommerce Marketplace Platform CMS version 1.7 suffers from a remote SQL injection vulnerability.

vmwgfx Driver File Descriptor Handling Privilege Escalation

Posted by deepcore under exploit (No Respond)

If the vmwgfx driver fails to copy the fence_rep object to userland, it tries to recover by deallocating the (already populated) file descriptor. This is wrong, as the fd gets released via put_unused_fd() which shouldn’t be used, as the fd table slot was already populated via the previous call to fd_install(). This leaves userland with […]

io_uring Same Type Object Reuse Privilege Escalation

Posted by deepcore under exploit (No Respond)

This Metasploit module exploits a bug in io_uring leading to an additional put_cred() that can be exploited to hijack credentials of other processes. This exploit will spawn SUID programs to get the freed cred object reallocated by a privileged process and abuse them to create a SUID root binary that will pop a shell. The […]