6
CVSSv2

CVE-2006-7141

Published: 07/03/2007 Updated: 11/04/2024
CVSS v2 Base Score: 6 | Impact Score: 6.4 | Exploitability Score: 6.8
VMScore: 605
Vector: AV:N/AC:M/Au:S/C:P/I:P/A:P

Vulnerability Summary

Absolute path traversal vulnerability in Oracle Database Server, when utl_file_dir is set to a wildcard value or "CREATE ANY DIRECTORY to PUBLIC" privileges exist, allows remote authenticated users to read and modify arbitrary files via full filepaths to utl_file functions such as (1) utl_file.put_line and (2) utl_file.get_line, a related issue to CVE-2005-0701. NOTE: this issue is disputed by third parties who state that this is due to an insecure configuration instead of an inherent vulnerability

Vulnerable Product Search on Vulmon Subscribe to Product

oracle database server

Exploits

-- -- $Id: raptor_orafilesql,v 11 2006/12/19 14:21:00 raptor Exp $ -- -- raptor_orafilesql - file system access suite for oracle -- Copyright (c) 2006 Marco Ivaldi <raptor@0xdeadbeefinfo> -- -- This is an example file system access suite for Oracle based on the utl_file -- package (wwwadp-gmbhch/ora/plsql/utl_filehtml) Use it t ...