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