Helion Openstack GlanceApplication · Hp

CVE-2016-4383

HIGH · 8.4 CVSS v3.0 Published 2017-06-27
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
88/100
Remediation priority · High
Remotely reachable

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
The glance-manage db in all versions of HPE Helion Openstack Glance allows deleted image ids to be reassigned, which allows remote authenticated users to cause other users to boot into a modified image without notification of the change.

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 · moderate confidence

In HPE Helion OpenStack Glance, the glance-manage db functionality allows deleted image IDs to be reassigned to new images. An authenticated remote attacker can exploit this by deleting an image and then creating a new image with the same ID, causing other users who provision instances to boot into the attacker's modified image without any notification of the ID reuse.

MitigationImplement unique ID generation that prevents reassignment of deleted image IDs, or implement user notification mechanisms when image IDs are reused.

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
Helion Openstack GlanceApplication
Affected:all versions

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
High
User interaction
Required
Scope
Changed
Confidentiality
High
Integrity
High
Availability
High

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

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. Identify HPE Helion OpenStack Glance deployment
    Run 'glance --version' or check the installed Glance package version via the package manager (e.g., 'rpm -qa | grep glance' or 'dpkg -l | grep glance')
    Affected if The package name or banner indicates HPE Helion OpenStack Glance is installed
  2. Verify the Glance API service is running
    Run 'glance image-list' as the cloud admin to retrieve all image metadata, or query the Glance API endpoint directly
    Affected if The Glance service responds and lists images in the environment
  3. Inspect image ID history for reuse patterns
    Query the Glance database (typically in MySQL/PostgreSQL as the 'glance' user) with: SELECT image_id, created_at, deleted_at FROM image_members WHERE deleted_at IS NOT NULL GROUP BY image_id HAVING COUNT(*) > 1; or check the image table for duplicate image_id values across different created_at timestamps
    Affected if The database returns any image IDs that appear multiple times with different creation timestamps, indicating ID reuse has occurred
  4. Check for deleted images that may have been recreated
    Compare the current image list ('glance image-list') against any existing audit logs or image history records to identify if any current image IDs match previously deleted image IDs
    Affected if Any current active image has an ID that matches a previously deleted image from the audit history

A defender is affected if HPE Helion OpenStack Glance is deployed and the database shows any instances of image ID reuse, where deleted image IDs have been assigned to new images.

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
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Implement unique ID generation that prevents reassignment of deleted image IDs, or implement user notification mechanisms when image IDs are reused.

Fix this in Helion Openstack Glance Scoped from the published advisory
  • Consultation8.0 h
  • Implementation24.0 h
  • Testing12.0 h
  • Review / QA8.0 h
52.0 hours of engineering $9,160
Get help mitigating

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

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

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