Information
The Oracle database SELECT ANY DICTIONARY privilege allows the designated user to access SYS schema objects. The Oracle password hashes are part of the SYS schema and can be selected using SELECT ANY DICTIONARY privileges.
Solution
To remediate this setting execute the following SQL statement. REVOKE SELECT_ANY_DICTIONARY FROM <grantee>;