STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 1 hour ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to IBM DB2 V10.5 LUW Security Technical Implementation Guide

V-213689

CAT II (Medium)

The OS must limit privileges to change the DB2 software resident within software libraries (including privileged programs).

Rule ID

SV-213689r879586_rule

STIG

IBM DB2 V10.5 LUW Security Technical Implementation Guide

Version

V2R1

CCIs

CCI-001499

Discussion

If the system were to allow any user to make changes to software libraries, then those changes might be implemented without undergoing the appropriate testing and approvals that are part of a robust change management process. Accordingly, only qualified and authorized individuals shall be allowed to obtain access to information system components for purposes of initiating changes, including upgrades and modifications. Unmanaged changes that occur to the database software libraries or configuration can lead to unauthorized or compromised installations.

Check Content

Run the db2level command to find the installation directory of DB2 server software: 

     $db2level  

If any user other than the sysadmin and root users has write permission on these directories and subsequent subdirectories under this directory, this is a finding. 

On Linux and UNIX operating systems, the instance directory is located in the $INSTHOME/sqllib directory, where $INSTHOME is the home directory of the instance owner. 

On Windows operating systems, the instance directory is located under the /sqllib directory where the DB2 database product was installed. 

If any user other than the instance owner and the root user has write permission to instance home directory and subsequent subdirectories under it, this is a finding.

Fix Text

Remove the write permission from non-root, non-sysadmin users on the DB2 installation base directory and instance home directory.