6.2.16 Ensure 'DV_PATCH_ADMIN' Is Revoked From Unauthorized 'GRANTEE'

Information

The DV_PATCH_ADMIN privilege allows users to apply patches to the database vault component of the Oracle database. This privilege grants the ability to update/upgrade a critical component of the database.

Users with DV_PATCH_ADMIN can modify or apply patches that may impact the Data Vault component and hence the security of the database. Restricting this privilege helps maintain database security.

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. Please ensure proper impact analysis is done before revoking the privilege from a role.

REVOKE DV_PATCH_ADMIN FROM <grantee>;

In the case of a grant via a role:

REVOKE <rolename> FROM <grantee>;

See Also

https://workbench.cisecurity.org/benchmarks/16474

Item Details

Category: ACCESS CONTROL, MEDIA PROTECTION

References: 800-53|AC-3, 800-53|AC-5, 800-53|AC-6, 800-53|MP-2, CSCv7|14.6

Plugin: OracleDB

Control ID: 0fb16a669ef4d7e5dfd61bf4ac2e448139a3abd5353a1f6094171f636a07c24a