SkipNavigation
US-CERT
American Flag
  Vulnerability
Notes
Database

Search Vulnerability Notes

Vulnerability Notes Help Information


 
 View Notes By
  Name

ID Number

CVE Name

Date Public

Date Published

Date Updated

Severity Metric



 Other Documents
  Technical Alerts

Technical Bulletins

Alerts

Security Tips

Vulnerability Note VU#698467

Oracle 9iAS default configuration allows access to "globals.jsa" file

Overview

Oracle Database Server version 9iAS allows remote users to view the "globals.jsa" file used by Java Server Page (JSP) scripts. The "globals.jsa" file may contain Oracle usernames, passwords, and other configuration information not intended for public viewing, and attackers may use that information to mount attacks.

I. Description

On a Oracle Database Server, JSP scripts may use a "globals.jsa" file to define global application variables and store data. In the default configuration of Oracle 9iAS (and possibly other versions), the "globals.jsa" file is stored in the "htdocs" directory without access restrictions. Thus the file is publicly readable by any Web client user.

II. Impact

Attackers may view a "globals.jsa" file and use the information therein (which may include Oracle usernames and passwords) to mount attacks.

III. Solution

The CERT/CC is currently unaware of a practical solution to this problem.

Add the following lines to the httpd.conf file found in the $ORACLE_HOME$/apache/apache/conf directory.

<Files ~ "^\globals.jsa">
    Order allow,deny
    Deny from all
</Files>

Systems Affected

VendorStatusDate NotifiedDate Updated
OracleVulnerable26-Feb-2002

References


http://www.oracle.com/
http://www.nextgenss.com/advisories/orajsp.txt
http://otn.oracle.com/deploy/security/alerts.htm

Credit

Thanks to David Litchfield for reporting this vulnerability.

This document was written by Shawn Van Ittersum.

Other Information

Date Public:2002-02-06
Date First Published:2002-02-26
Date Last Updated:2002-02-27
CERT Advisory: 
CVE-ID(s): 
NVD-ID(s): 
US-CERT Technical Alerts: 
Metric:11.25
Document Revision:12

If you have feedback, comments, or additional information about this vulnerability, please send us email.
 

 
Page Corner Image
Copyright 2002 Carnegie Mellon University
Disclaimers and copyright information
Get Adobe Reader Get Adobe Reader