TUCoPS :: Oracle :: bx2831.htm

Oracle - Hardcoded Password and Password Reset of OUTLN User
Oracle - Hardcoded Password and Password Reset of OUTLN User
Oracle - Hardcoded Password and Password Reset of OUTLN User



Oracle - Hardcoded Password and Password Reset of OUTLN User [DB13]=0D
=0D
Systems Affected   9i Rel. 1 - 10g Rel. 2=0D
Severity           High Risk=0D
Category           Hardcoded Default Password & Password Reset=0D
Vendor URL	 http://www.oracle.com/=0D 
Author	           Alexander Kornbrust=0D
Advisory	       16 April 2008 (V 1.00)=0D
Advisory URL http://www.red-database-security.com/advisory/oracle_outln_password_change.html=0D 
=0D
=0D
=0D
Details=0D
During the creation of a materialized view the package DBMS_STATS_INTERNAL is called and resets the password of the user OUTLN to OUTLN and grants DBA privileges to this user. =0D
=0D
[...]=0D
GRANT_DBA_OUTLN:= 'grant dba to outln identified by outln';=0D
[...]=0D
GRANT_DBA_OUTLN:= 'grant on commit refresh to outln identified by outln';=0D
[...]=0D
=0D
Many people are not aware that the GRANT command ("GRANT CONNECT TO SYS IDENTIFIED BY ALEX") can be used to change passwords in Oracle instead of using the "ALTER USER" command . It's a bad idea to hardcode passwords and it took only 1 year to fix this issue. =0D
=0D
In most Oracle default installations the account OUTLN is locked but some security guidelines (e.g. Oracle Practical Security from Syngress) recommend to unlock the account OUTLN and set an invalid password (to avoid the error message "ORA-28000 account is locked"). =0D
Following this advisory and setting an invalid password is opening a default user with default password with DBA privileges in the Oracle database (OUTLN/OUTLN) if a materialized view was created. =0D
=0D
I found this vulnerability during the search for backdoors in Oracle databases for the Oracle malware report of our vulnerability scanner Repscan. I was looking for the strings like "grant dba to" and found that dbms_stats_internal is executing these commands in an internal package. In Oracle 9i you can find these strings using the grep command in $ORACLE_HOME/rdbms/admin because strings literals are not encrypted in wrapped PL/SQL 9i Code. =0D
=0D
BTW: During this research I found also 3 Oracle procedures modifying the Oracle Audit-Table (Insert/Update/Delete rows from SYS.AUD$). I think procedures modifying the Audit-Log (especially delete and update) are a bad coding practice.=0D
=0D
=0D
Patch Information=0D
Apply the patches for Oracle CPU April 2008.=0D
=0D
=0D
History=0D
4-apr-2007 Oracle secalert was informed=0D
15-apr-2008 Oracle published CPU April 2008 [DB13]=0D
16-apr-2008 Advisory published=0D
=0D

TUCoPS is optimized to look best in Firefox® on a widescreen monitor (1440x900 or better).
Site design & layout copyright © 1986-2024 AOH