First published: Tue Jan 03 2023(Updated: )
Spinnaker is an open source, multi-cloud continuous delivery platform for releasing software changes, and Spinnaker's Rosco microservice produces machine images. Rosco prior to versions 1.29.2, 1.28.4, and 1.27.3 does not property mask secrets generated via packer builds. This can lead to exposure of sensitive AWS credentials in packer log files. Versions 1.29.2, 1.28.4, and 1.27.3 of Rosco contain fixes for this issue. A workaround is available. It's recommended to use short lived credentials via role assumption and IAM profiles. Additionally, credentials can be set in `/home/spinnaker/.aws/credentials` and `/home/spinnaker/.aws/config` as a volume mount for Rosco pods vs. setting credentials in roscos bake config properties. Last even with those it's recommend to use IAM Roles vs. long lived credentials. This drastically mitigates the risk of credentials exposure. If users have used static credentials, it's recommended to purge any bake logs for AWS, evaluate whether AWS_ACCESS_KEY, SECRET_KEY and/or other sensitive data has been introduced in log files and bake job logs. Then, rotate these credentials and evaluate potential improper use of those credentials.
Credit: security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
Linuxfoundation Spinnaker | <1.27.3 | |
Linuxfoundation Spinnaker | >=1.28.0<1.28.4 | |
Linuxfoundation Spinnaker | >=1.29.0<1.29.2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-23506 is a vulnerability in Spinnaker's Rosco microservice that can lead to the exposure of generated secrets.
CVE-2022-23506 has a severity rating of 7.5 (High).
CVE-2022-23506 affects Spinnaker versions 1.27.3, 1.28.0 to 1.28.4, and 1.29.0 to 1.29.2.
Yes, CVE-2022-23506 can be exploited remotely.
To fix CVE-2022-23506, it is recommended to update to Spinnaker versions 1.27.3, 1.28.4, or 1.29.2 or later.