4.5 Ensure 'SYS.USER$MIG' Has Been Dropped

Information

The table sys.user$mig is created during migration and contains the Oracle password hashes before the migration starts. This table should be dropped.

Rationale:

The table sys.user$mig is not deleted after the migration. An attacker could access the table containing the Oracle password hashes.

Solution

To remediate this setting, execute the following SQL statement, keeping in mind if this is granted in both container and pluggable database, you must connect to both places to revoke.

DROP TABLE SYS.USER$MIG;

See Also

https://workbench.cisecurity.org/files/2741

Item Details

Category: IDENTIFICATION AND AUTHENTICATION

References: 800-53|IA-5, 800-53|IA-5(1), CSCv6|16.14, CSCv7|16.4

Plugin: OracleDB

Control ID: fc45e6fcee1a28b5bad8eab0316196da049c396d63d6c503454aceaf4bb70b15