4.4.7 Restrict Access to SYSIBMADM.AUTHORIZATIONIDS

Information

The view SYSIBMADM.AUTHORIZATIONIDS lists all the authorization ID known to the database server. 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 are known to the database server.

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.AUTHORIZATIONIDS
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: b61cf3077d6eaf0b22abf6d0b55beaf63c179bb16e9365e067c83126632d3d8e