Exploitation Summary
EIP tracks 1 public exploit for CVE-2008-6065. PoCs published by Paul M. Wright.
AI-analyzed exploit summary This exploit leverages the 'CREATE ANY DIRECTORY' privilege in Oracle Database to escalate privileges to SYSDBA by writing a malicious password file (PWDorcl.ora or orapworcl) using UTL_FILE. The payload contains a crafted Oracle password file that grants SYSDBA access.
Description
Oracle Database Server 10.1, 10.2, and 11g grants directory WRITE permissions for arbitrary pathnames that are aliased in a CREATE OR REPLACE DIRECTORY statement, which allows remote authenticated users with CREATE ANY DIRECTORY privileges to gain SYSDBA privileges by aliasing the pathname of the password directory, and then overwriting the password file through UTL_FILE operations, a related issue to CVE-2006-7141.
Exploits (1)
This exploit leverages the 'CREATE ANY DIRECTORY' privilege in Oracle Database to escalate privileges to SYSDBA by writing a malicious password file (PWDorcl.ora or orapworcl) using UTL_FILE. The payload contains a crafted Oracle password file that grants SYSDBA access.