Cloud Foundry Elastic RuntimeApplication · Pivotal Software

CVE-2016-0896

HIGH · 7.3 CVSS v3.0 Published 2016-09-18
Fix available
A fix is available. Upgrade to after 1.6.33 or later.
See remediation →
82/100
Remediation priority · High
Remotely reachable No privileges 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
Pivotal Cloud Foundry (PCF) Elastic Runtime before 1.6.34 and 1.7.x before 1.7.12 places 169.254.0.0/16 in the all_open Application Security Group, which might allow remote attackers to bypass intended network-connectivity restrictions by leveraging access to the 169.254.169.254 address.

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

Pivotal Cloud Foundry Elastic Runtime before 1.6.34 and 1.7.x before 1.7.12 includes the 169.254.0.0/16 CIDR block in the default 'all_open' Application Security Group. This range contains 169.254.169.254, the cloud provider metadata service endpoint. Attackers who compromise an application container can reach this metadata address to extract sensitive credential data, bypassing intended network isolation.

MitigationUpgrade PCF Elastic Runtime to version 1.6.34 or later, or 1.7.12 or later. Alternatively, create a restrictive default ASG that explicitly excludes the 169.254.0.0/16 range and block metadata service access at the infrastructure level.

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
Cloud Foundry Elastic RuntimeApplication
Affected:<= 1.6.33= 1.7.0= 1.7.1= 1.7.2= 1.7.3= 1.7.4= 1.7.5= 1.7.6= 1.7.7= 1.7.8= 1.7.9= 1.7.10

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
None
User interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
Low

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

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. Determine installed Elastic Runtime version
    Use the cf CLI to query the Elastic Runtime version: 'cf curl /v2/info' or check via Ops Manager product tile version. Alternatively, run 'cf plugins' to list installed plugins and check for Cloud Foundry version.
    Affected if Version is 1.6.33 or lower, or any version 1.7.0 through 1.7.10 inclusive.
  2. List all Application Security Groups
    Run 'cf security-groups' to retrieve all security groups in the foundation.
    Affected if A security group named 'all_open' exists in the list.
  3. Inspect the all_open ASG configuration
    Run 'cf security-group all_open' to display the full configuration of the all_open security group. Look for entries containing '169.254.0.0/16' in the 'destination' field.
    Affected if The all_open security group includes the CIDR range 169.254.0.0/16 or specifically 169.254.169.254/32 in its destinations.
  4. Check default staging and running ASGs
    Run 'cf curl /v2/config/staging_security_groups' and 'cf curl /v2/config/running_security_groups' to see which ASGs are applied by default to staging and running containers.
    Affected if The all_open security group is listed as a default staging or running security group.

You are affected if your Elastic Runtime version is 1.6.33 or earlier, or between 1.7.0 and 1.7.10, AND the all_open ASG includes the 169.254.0.0/16 range in its destinations.

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.

From vendor data
Upgrade available Upgrade to a release after 1.6.33
Interim mitigation

Upgrade PCF Elastic Runtime to version 1.6.34 or later, or 1.7.12 or later. Alternatively, create a restrictive default ASG that explicitly excludes the 169.254.0.0/16 range and block metadata service access at the infrastructure level.

Fix this in Cloud Foundry Elastic Runtime Scoped from the published advisory
  • Consultation4.0 h
  • Implementation4.0 h
  • Testing3.0 h
  • Review / QA2.0 h
13.0 hours of engineering $2,330
Get the upgrade done

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

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2016-0896 — 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-0896 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