Information
As permitting non-privileged users the authorization to open the SYS.USER$ table can allow the capture of password hashes for the later application of password cracking algorithms to breach confidentiality, this capability should be restricted according to the needs of the organization.
Solution
To remediate this setting execute the following SQL statement. REVOKE ALL ON SYS.USER$ FROM <username>;