setup-ds.pl and setup-ds-admin.pl scripts used to configure Red Hat / 389 Directory Server instances and administration server instances creates a cache file containing configuration parameters provided by administrator configuring directory server. The file is created in /tmp with random name as setupXXXXXX.inf. It contains information such as directory server instance name, user and group under with ns-slapd should run, network port directory and administration server should listen on, base DN and administrative user names and accounts. This file is created with permissions depending on current umask setting, which is 022 for root account by default, which results in file being created as world readable. Any local user can take advantage of the weak file permissions and obtain administrative account passwords, which give them full control over directory server instance. This file is removed at the end of the setup run which limits exposure, but it is not removed when setup is started with -k or --keepcache. For additional details and patch changing setup scripts to always create cache file with restricted permissions, see: https://bugzilla.redhat.com/show_bug.cgi?id=593392
This issue has been addressed in following products: Red Hat Directory Server 8 for RHEL 4 Red Hat Directory Server 8 for RHEL 5 Via RHSA-2010:0590 https://rhn.redhat.com/errata/RHSA-2010-0590.html