4.4.8 Restrict Access to SYSIBMADM.OBJECTOWNERS

Information

The view SYSIBMADM.OBJECTOWNERS lists all the authorization ID that own objects within the database. In a non-restrictive database this view has SELECT granted to public. It is recommended that public should not be able to select from this view.

Rationale:

A malicious user may use this view to conduct information gathering regarding the users that own objects.

Solution

Perform the following to revoke access from PUBLIC.

Connect to the Db2 database.

db2 => connect to <dbname>

Run the following command:

db2 => revoke SELECT on table SYSIBMADM.OBJECTOWNERS from public

See Also

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

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: IBM_DB2DB

Control ID: 4e7e8e333f39a5d0186ffc08133fc14539b7986adbee2d338ffa5d2c0d98a090