First published: Thu Feb 07 2013(Updated: )
Derek Higgins (derekh) reports: puppetlabs-cinder / manifests / base.pp as used in OpenStack packstack uses unsafe file permissions (mode 0644) for various config files (cinder.conf and api-paste.ini) which can result in authorization credentials being exposed to local attackers. External references: <a href="https://github.com/puppetlabs/puppetlabs-cinder/blob/master/manifests/base.pp#L31">https://github.com/puppetlabs/puppetlabs-cinder/blob/master/manifests/base.pp#L31</a> mode => '0644',
Credit: secalert@redhat.com
Affected Software | Affected Version | How to fix |
---|---|---|
OpenStack Essex | ||
OpenStack Folsom |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2013-0266 has a medium severity due to potential exposure of sensitive configuration files.
To fix CVE-2013-0266, ensure that the file permissions for cinder.conf and api-paste.ini are set to a more restrictive mode, such as 0600.
CVE-2013-0266 affects OpenStack Essex and Folsom.
The vulnerable files in CVE-2013-0266 are cinder.conf and api-paste.ini.
CVE-2013-0266 was reported by Derek Higgins.