First published: Fri Jun 25 2010(Updated: )
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: <a class="bz_bug_link bz_secure " title="" href="show_bug.cgi?id=593392">https://bugzilla.redhat.com/show_bug.cgi?id=593392</a>
Affected Software | Affected Version | How to fix |
---|---|---|
389 Directory Server |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of REDHAT-BUG-608032 is classified as moderate due to the potential exposure of sensitive configuration parameters.
To fix REDHAT-BUG-608032, ensure that the configuration files created by setup-ds.pl and setup-ds-admin.pl are securely managed and not left in /tmp.
REDHAT-BUG-608032 is associated with the risk of unauthorized access to sensitive configuration data stored in temporary files.
While REDHAT-BUG-608032 affects the configuration scripts, specific version details should be consulted to determine if your version is impacted.
Yes, if exploited, REDHAT-BUG-608032 can lead to unauthorized access to the directory server, potentially compromising the entire system.