Cf ReleaseApplication · Cloudfoundry

CVE-2016-6658

CRITICAL · 9.6 CVSS v3.0 Published 2018-03-29
Fix available
A fix is available. Upgrade to 1.6.49 / 1.7.31 or later.
See remediation →
100/100
Remediation priority · Urgent
Remotely reachable Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
Applications in cf-release before 245 can be configured and pushed with a user-provided custom buildpack using a URL pointing to the buildpack. Although it is not recommended, a user can specify a credential in the URL (basic auth or OAuth) to access the buildpack through the CLI. For example, the user could include a GitHub username and password in the URL to access a private repo. Because the URL to access the buildpack is stored unencrypted, an operator with privileged access to the Cloud Controller database could view these credentials.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

In Cloud Foundry cf-release before version 245, custom buildpack URLs can include embedded credentials (basic auth or OAuth) for authentication. These credentials are stored in plaintext (unencrypted) in the Cloud Controller database, allowing any operator with database access to view them.

MitigationUpgrade cf-release to version 245 or later to resolve the plaintext storage issue. Additionally, rotate any credentials that may have been exposed through buildpack URLs.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
Cf ReleaseApplication
Affected:< 245
Cloud Foundry Elastic RuntimeApplication
Affected:< 1.6.49>= 1.7.0, < 1.7.31>= 1.8.0, < 1.8.11

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
Low
User interaction
None
Scope
Changed
Confidentiality
High
Integrity
High
Availability
None

CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Check your cf-release version
    Run 'cf -v' or check the cf-release manifest file in your deployment to identify the cf-release version number
    Affected if The version is below 245 (e.g., v240, v242, etc.)
  2. Check your Elastic Runtime version
    Run 'cf curl /v2/info' or check the Pivotal Elastic Runtime version through the Ops Manager dashboard
    Affected if The version is < 1.6.49, or >= 1.7.0 and < 1.7.31, or >= 1.8.0 and < 1.8.11
  3. Determine if custom buildpacks with embedded credentials were used
    Query operators or review documentation to identify if any custom buildpack URLs contained username:password (basic auth) or OAuth tokens in the URL
    Affected if Custom buildpacks with credentials in the URL were ever configured and the above version conditions apply
  4. Inspect the Cloud Controller database for plaintext credentials
    Connect to the Cloud Controller database (PostgreSQL) and query the 'buildpacks' table: SELECT name, url FROM buildpacks WHERE url LIKE '%@%' OR url LIKE '%:%@%';
    Affected if Any buildpack URLs contain visible username:password patterns or OAuth tokens in plaintext
  5. Audit buildpack staging logs
    Review Cloud Controller staging logs for any buildpack URL patterns that may have been logged with credentials exposed
    Affected if Historical logs contain plaintext credentials from buildpack URL configurations

You are affected if your cf-release is below 245 or your Elastic Runtime is in an affected range AND custom buildpacks with embedded credentials were used, resulting in plaintext storage in the database.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 1.6.49 / 1.7.31 / 1.8.11 or later
Fixed in 1.6.491.7.311.8.11
Interim mitigation

Upgrade cf-release to version 245 or later to resolve the plaintext storage issue. Additionally, rotate any credentials that may have been exposed through buildpack URLs.

Recommended fix High confidence

cf-release 245 or later; Elastic Runtime 1.6.49+, 1.7.31+, or 1.8.11+ (depending on current branch)

  1. Identify current Cloud Foundry Elastic Runtime or cf-release version using 'cf api' and checking deployment manifests
  2. For cf-release: upgrade to cf-release 245 or later
  3. For Elastic Runtime 1.6.x: upgrade to version 1.6.49 or later
  4. For Elastic Runtime 1.7.x: upgrade to version 1.7.31 or later
  5. For Elastic Runtime 1.8.x: upgrade to version 1.8.11 or later
  6. After upgrade, review database for any stored credentials in buildpack URLs and rotate any exposed credentials
Caveat Standard CF upgrade procedures apply - review release notes for any API changes and plan maintenance window

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Cf Release Scoped from the published advisory
  • Consultation4.0 h
  • Implementation12.0 h
  • Testing6.0 h
  • Review / QA3.0 h
25.0 hours of engineering $4,400
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $7,040.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2016-6658 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2016-6658 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data