CVE-2005-0701
Oracle Database Server 8i and 9i - Directory Traversal via UTL_FILE Functions
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2005-0701. PoCs published by Cesar Cerrudo.
AI-analyzed exploit summary This exploit demonstrates directory traversal vulnerabilities in Oracle Database server via the UTL_FILE package, allowing arbitrary file read, write, and rename operations with the privileges of the Oracle Database server. The PoC includes SQL queries that traverse outside the intended directory using relative path manipulation.
Description
Directory traversal vulnerability in Oracle Database Server 8i and 9i allows remote attackers to read or rename arbitrary files via "\\.\\.." (modified dot dot backslash) sequences to UTL_FILE functions such as (1) UTL_FILE.FOPEN or (2) UTL_FILE.frename.
Exploits (1)
This exploit demonstrates directory traversal vulnerabilities in Oracle Database server via the UTL_FILE package, allowing arbitrary file read, write, and rename operations with the privileges of the Oracle Database server. The PoC includes SQL queries that traverse outside the intended directory using relative path manipulation.