CVE-2026-47828
Received Received - Intake

BOSH CLI HTTPS Certificate Verification Bypass

Vulnerability report for CVE-2026-47828, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-09

Last updated on: 2026-07-09

Assigner: VMware

Description

During bosh create-env and bosh delete-env, the CLI uploads compiled CPI packages and rendered job templates to the new VM's DAV blobstore over HTTPS without verifying the server certificate, even though a CA certificate for that endpoint is available in the installation manifest. A network attacker can terminate the TLS connection, harvest the Basic-auth credentials, and read the rendered-templates archive containing every bootstrap secret for the new BOSH Director, then replay the credentials against the real VM's agent for root code execution. Affected versions: bosh-cli versions prior to v7.10.4.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-09
Last Modified
2026-07-09
Generated
2026-07-09
AI Q&A
2026-07-09
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
vmware tanzu to 7.10.4 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-47828 is a high-severity vulnerability in bosh-cli versions prior to v7.10.4. During the execution of the commands 'bosh create-env' and 'bosh delete-env', the CLI uploads compiled CPI packages and rendered job templates to a new VM's DAV blobstore over HTTPS without verifying the server's TLS certificate, even though a CA certificate is available.

Because the server certificate is not validated, a network attacker positioned as a man-in-the-middle can intercept the TLS connection, steal Basic-auth credentials, and access the rendered-templates archive. This archive contains all bootstrap secrets for the new BOSH Director. The attacker can then replay the stolen credentials against the real VM's agent, resulting in root-level code execution.

Impact Analysis

This vulnerability can have severe impacts including unauthorized root-level code execution on the affected VM. An attacker can intercept sensitive credentials and secrets, which compromises the security of the BOSH Director environment.

  • Loss of confidentiality due to exposure of bootstrap secrets.
  • Loss of integrity and control by allowing an attacker to execute arbitrary code as root.
  • Potential disruption of services managed by the BOSH Director.
Mitigation Strategies

To mitigate this vulnerability, upgrade the bosh-cli to version v7.10.4 or later.

Compliance Impact

This vulnerability allows a network attacker to intercept TLS connections and harvest Basic-auth credentials along with sensitive bootstrap secrets for the BOSH Director. Such unauthorized access and potential root code execution can lead to exposure and compromise of sensitive data.

The exposure of sensitive credentials and secrets could result in violations of data protection regulations such as GDPR and HIPAA, which mandate strict controls over access to personal and sensitive information. Failure to verify server certificates and prevent man-in-the-middle attacks undermines the confidentiality and integrity requirements of these standards.

Therefore, organizations using affected versions of bosh-cli prior to v7.10.4 may face compliance risks if this vulnerability is exploited, as it compromises secure handling of sensitive data and credentials.

Detection Guidance

This vulnerability occurs because the bosh-cli versions prior to v7.10.4 do not verify the server TLS certificate when uploading compiled CPI packages and rendered job templates during the execution of `bosh create-env` and `bosh delete-env` commands.

To detect this vulnerability on your system, you can check the version of your bosh-cli tool to see if it is older than v7.10.4.

  • Run `bosh --version` or `bosh-cli --version` to determine the installed version.

Additionally, monitoring network traffic for HTTPS connections from bosh-cli to the VM's DAV blobstore without proper TLS certificate validation could indicate exploitation attempts, but specific commands for this are not provided in the available resources.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-47828. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart