SAP Security Note
High priority
SAP security note 2246277, "Insecure Authentication Scheme in Oracle", is released on January 12, 2016. Below are the symptom and SAP recommended solution.
Description
Symptom
Oracle 11.2 initSID.ora/spfileSID.ora parameter REMOTE_OS_AUTHENT is not set to false.
Solution
- Log in as user orasid or sidadm.
- Start sqlplus as sysdba: sqlplus / as sysdba
- Enter the following command to check the parameter: show parameter remote_os_authent
- To change the parameter, execute: ALTER SYSTEM SET remote_os_authent=FALSE SCOPE=SPFILE;
Reason and prerequisites
When SAP Secure Store is used for an Oracle 11.2 database connection, the parameter remote_os_authent should be reset to false. For Oracle 12.1, the parameter is deprecated.
CVSS
Score 6.4 / 10 Vector: AV:N/AC:L/Au:N/C:P/I:P/A:N
Full note on SAP: SAP Support Launchpad note 2246277
Detailed exploitation and proof-of-concept material for this note is maintained in the RedRays Security Platform. For access, contact [email protected].
