Skip to main content
CUI

Documentation - V-270527

V-270527

Oracle Database 19c Security Technical Implementation Guide

CAT II

Title

System privileges granted using the WITH ADMIN OPTION must not be granted to unauthorized user accounts.

Description

<VulnDiscussion>The WITH ADMIN OPTION allows the grantee to grant a privilege to another database account. Best security practice restricts the privilege of assigning privileges to authorized personnel. Authorized personnel include database administrators (DBAs), object owners, and, where designed and included in the application's functions, application administrators. Restricting privilege-granting functions to authorized accounts can help decrease mismanagement of privileges and wrongful assig...

Fix Text (Documentation Requirement)

Revoke assignment of privileges with the WITH ADMIN OPTION from unauthorized users and regrant them without the option. From SQL*Plus: revoke [privilege name] from user [username]; Replace [privilege name] with the named privilege and [username] with the named user. Restrict use of the WITH ADMIN OPTION to authorized administrators. Document authorized privilege assignments with the WITH ADMIN OPTION in the system documentation.

Documentation Status

Cancel
CUI