Skip to main content

BOSH Agent EUVDEUVD-2026-54219

| CVE-2026-41861 MEDIUM
Path Traversal (CWE-22)
2026-08-06 security@vmware.com GHSA-hr6c-84vf-jf53
4.2
CVSS 3.1 · Vendor: vmware
Share

Severity by source

Vendor (vmware) PRIMARY
4.2 MEDIUM
AV:A/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L
vuln.today AI
4.2 MEDIUM

Adjacent vector reflects IaaS-metadata-only exposure; AC:H for the specific tenant-level metadata access required; I:L and A:L because write is path-suffix-constrained with partial body control.

3.1 AV:A/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L
4.0 AV:A/AC:H/AT:P/PR:N/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N

Primary rating from Vendor (vmware).

CVSS VectorVendor: vmware

Attack Vector
Adjacent
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
Low

Lifecycle Timeline

2
Analysis Generated
Aug 06, 2026 - 23:29 vuln.today
Patch available
Aug 06, 2026 - 23:03 EUVD

DescriptionCVE.org

Path Traversal in BOSH-Ecosystem / BOSH allows an IaaS-metadata attacker to make the agent write a root-owned file with partially attacker-controlled body to any path ending in .network, and create any missing parent directories with mode 0777 via network Alias on Ubuntu.

Affected versions: BOSH agent < v2.847.0 (jammy <= v1.1202, or noble <= v1.364). Lower bound unspecified in advisory ("All bosh agent versions").

AnalysisAI

Path traversal in the BOSH agent on Ubuntu allows an attacker positioned to manipulate IaaS metadata to cause the agent to write a root-owned file with partially attacker-controlled content to any filesystem path ending in '.network', while also creating missing parent directories with insecure 0777 permissions. All BOSH agent versions prior to v2.847.0 on Ubuntu jammy (<=v1.1202) and noble (<=v1.364) are affected. No public exploit has been identified and this is not listed in CISA KEV; however, the root-write primitive combined with 0777 directory creation warrants prompt patching in any Cloud Foundry or BOSH-managed deployment.

Technical ContextAI

BOSH (BOSH Outer Shell) is the Cloud Foundry foundation's release-engineering and VM lifecycle management system. The BOSH agent runs as a privileged daemon on every BOSH-managed VM, receiving instructions and configuration via the IaaS metadata channel (e.g., AWS user-data, GCP metadata server). The vulnerability arises in the agent's handling of network Alias configuration on Ubuntu, where systemd-networkd '.network' unit files govern interface configuration. CWE-22 (Path Traversal) indicates the agent fails to canonicalize or restrict the destination path when writing these configuration files, permitting directory traversal sequences in an alias value to redirect the write to an arbitrary location - provided the resolved path retains the '.network' suffix. Additionally, any missing parent directories in the traversed path are created with mode 0777, exposing those directories to world-write access. Affected CPE: BOSH agent versions <2.847.0 per EUVD-2026-54219.

RemediationAI

Upgrade the BOSH agent to v2.847.0 or later; on Ubuntu jammy, deploy a stemcell newer than v1.1202, and on Ubuntu noble, deploy a stemcell newer than v1.364. The vendor-released patch is confirmed available per the Cloud Foundry advisory at https://www.cloudfoundry.org/blog/cve-2026-41861-arbitrary-root-file-write-via-path-traversal-in-bosh-agent/. If immediate stemcell rotation is not possible, a compensating control is to restrict who can write to or inject values into the IaaS metadata channel for BOSH-managed VMs - on AWS, enforce strict IAM policies preventing unauthorized modification of user-data; on GCP, restrict access to the Compute Engine metadata server via OS-level firewall rules (iptables block of 169.254.169.254 for unprivileged processes). Be aware that blocking metadata access entirely may break BOSH agent bootstrap and other cloud-init dependent functionality, so apply at the IAM/tenant boundary rather than at the VM level.

Share

EUVD-2026-54219 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy