6.1.15 Secure EXTERNALROUTINE Authority

Information

The EXTERNALROUTINE authority grants a user the privilege to create user-defined functions and procedures in a specific database.

Rationale:

All users with this authority should be regularly reviewed and approved.

NOTE: Nessus has provided the target output to assist in reviewing the benchmark to ensure target compliance.

Solution

Revoke this permission from any unauthorized users.

Connect to the Db2 database.

db2 => connect to <dbname>

Run the following command:

db2 => REVOKE CREATE_EXTERNAL_ROUTINE ON DATABASE
FROM USER <username>

See Also

https://workbench.cisecurity.org/files/4033