5.2.9 Ensure 'BECOME USER' Is Revoked from Unauthorized 'GRANTEE'

Information

The Oracle database BECOME USER privilege allows the designated user to inherit the rights of another user. Unauthorized grantees should not have that privilege.

Rationale:

The BECOME USER privilege can allow the unauthorized use of another user's privileges, this capability should be restricted according to the needs of the organization.

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.

REVOKE BECOME USER FROM <grantee>;

References:

http://docs.oracle.com/database/121/DBSEG/guidelines.htm#DBSEG499

See Also

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