VMware Cloud Foundation Operations XSS Flaws Let Attackers Inject Scripts for Admin Actions


Broadcom has patched three stored cross-site scripting vulnerabilities in VMware Cloud Foundation Operations that could let authenticated attackers inject malicious scripts and perform administrative actions inside affected environments.

The flaws are tracked as CVE-2026-41722, CVE-2026-41723, and CVE-2026-41724. Broadcom disclosed the issues in VMSA-2026-0004, published on June 8, 2026.

Each vulnerability has a CVSSv3 base score of 8.0 and falls in Broadcom’s Important severity range. Broadcom says there are no workarounds, so administrators need to apply the fixed versions listed in the advisory.

Authenticated attackers could abuse policies, views, and text widgets

The vulnerabilities affect VMware Cloud Foundation Operations and related products. Broadcom says an attacker needs privileges to create policies, views, or text widgets before they can inject malicious scripts.

That requirement limits exploitation to authenticated users with specific rights, but the risk remains serious. If a payload is stored inside a management object and later viewed by an administrator, the script can run in that administrator’s browser session.

NVD describes CVE-2026-41722 as one of the stored XSS issues that can let a malicious actor with the right privileges inject scripts to perform administrative actions in VMware Cloud Foundation Operations.

CVETypeCVSSv3 scoreAttack requirement
CVE-2026-41722Stored cross-site scripting8.0Authenticated access with rights to create affected objects
CVE-2026-41723Stored cross-site scripting8.0Authenticated access with rights to create affected objects
CVE-2026-41724Stored cross-site scripting8.0Authenticated access with rights to create affected objects

Why stored XSS matters in VMware management tools

Stored XSS is more dangerous than a one-time reflected script because the malicious content remains saved on the server. The payload can execute repeatedly whenever another user opens the affected page or object.

In an operations platform, that can create a privilege escalation path. A lower-privileged user who can create a view or text widget could plant a script that later runs when an administrator loads it.

The weakness maps to CWE-79, which MITRE defines as improper neutralization of input during web page generation, commonly known as cross-site scripting.

  • The attacker must already have authenticated access.
  • The attacker needs permissions to create policies, views, or text widgets.
  • The injected script can persist inside the VMware management interface.
  • The payload can run when another user opens the affected object.
  • The impact can include administrative actions in VMware Cloud Foundation Operations.

Broadcom lists VMware Aria Operations and Cloud Foundation products as affected

The advisory covers VMware Aria Operations, VMware Cloud Foundation Operations, VMware Cloud Foundation, VMware vSphere Foundation, and VMware Telco Cloud Platform.

NVD says CVE-2026-41723 has the same attacker profile and impact language as the other two issues. VMware is listed as the source, and the CVSS vector is CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H.

The vector shows why the score reaches 8.0. The attack can occur over the network, needs low attack complexity, requires low privileges, and depends on user interaction, while the confidentiality, integrity, and availability impacts are all marked high.

ProductComponentAffected versionFixed version
VMware Cloud Foundation / VMware vSphere FoundationVMware Cloud Foundation Operations9.1.x.x9.1.0.0
VMware Cloud Foundation / VMware vSphere FoundationVMware Cloud Foundation Operations9.0.x.x9.0.2.0 EP2
VMware Aria OperationsN/A8.x8.18.6 for CVE-2026-41722 and CVE-2026-41723
VMware Aria OperationsN/A8.x8.18.7 for all three CVEs
VMware Cloud FoundationVMware Aria Operations5.x8.18.7
VMware Telco Cloud PlatformVMware Aria Operations5.xKB443138

No workaround is available, so patching is the priority

Broadcom says there are no workarounds for these vulnerabilities. That makes version upgrades and patch deployment the main remediation path for exposed environments.

Administrators should review the response matrix carefully because not every affected product maps to the same fixed release. VMware Aria Operations 8.x, for example, has entries for both 8.18.6 and 8.18.7 depending on which CVEs an organization needs to address.

NVD’s CVE-2026-41724 record also lists the issue as undergoing enrichment, with VMware as the source and Broadcom’s advisory as the linked vendor reference.

  • Identify all VMware Cloud Foundation Operations and VMware Aria Operations deployments.
  • Check whether the environment runs 9.1.x.x, 9.0.x.x, 8.x, or 5.x product lines.
  • Apply the correct fixed version from Broadcom’s response matrix.
  • Restrict who can create policies, views, and text widgets while patching is underway.
  • Review recent changes to views, policies, dashboards, and widgets for unexpected script content.

Security teams should review roles and audit suspicious objects

Because exploitation requires existing access, organizations should not treat this only as a patching issue. Role assignments and object-creation rights also need review.

Accounts that can create or edit policies, views, and text widgets should be limited to users who truly need those permissions. Shared admin accounts, stale contractor access, and overly broad custom roles increase the risk of abuse.

Security teams should also check logs for suspicious changes to management objects. A stored XSS payload may appear as unusual HTML, script tags, event handlers, encoded JavaScript, or unexpected external references inside user-editable fields.

Defensive actionWhy it matters
Patch affected productsBroadcom has not provided a workaround.
Limit object-creation permissionsThe attack requires rights to create policies, views, or text widgets.
Audit recent object changesStored XSS payloads can persist in saved management objects.
Review admin sessionsThe impact depends on scripts running in another user’s browser context.
Monitor for unusual administrative actionsA successful payload could act through a higher-privileged session.

VMware administrators should act quickly

These issues do not appear to allow unauthenticated remote code execution, but they still matter because they affect management software used to oversee virtualized infrastructure.

A stored XSS flaw in an operations console can give attackers a way to move from limited authenticated access to actions performed through another user’s session. In environments where VMware management tools control critical infrastructure, that can create meaningful operational risk.

The safest path is to apply the fixed versions in Broadcom’s VMSA-2026-0004 advisory, then validate that no suspicious objects remain in the environment.

Teams should also use the NVD entry for CVE-2026-41722, NVD entry for CVE-2026-41723, and NVD entry for CVE-2026-41724 to track enrichment, weakness mapping, and any future reference updates.

These vulnerabilities also reinforce a common web security lesson. Input that appears only inside an admin console still needs strong sanitization and output encoding because management interfaces are high-value targets. The CWE-79 weakness remains especially dangerous when it affects tools trusted by administrators.

FAQ

What vulnerabilities did Broadcom disclose in VMware Cloud Foundation Operations?

Broadcom disclosed three stored cross-site scripting vulnerabilities tracked as CVE-2026-41722, CVE-2026-41723, and CVE-2026-41724. They affect VMware Cloud Foundation Operations and related Broadcom VMware products.

How severe are the VMware stored XSS vulnerabilities?

Broadcom rates the vulnerabilities as Important, with a maximum CVSSv3 base score of 8.0. NVD lists the VMware CNA score as 8.0 High for the CVEs.

Can attackers exploit these VMware vulnerabilities without logging in?

No. Broadcom says exploitation requires a malicious actor to have privileges to create policies, views, or text widgets. However, the attacker may be able to inject scripts that perform administrative actions when viewed by another user.

Is there a workaround for CVE-2026-41722, CVE-2026-41723, or CVE-2026-41724?

No workaround is available according to Broadcom. Administrators need to apply the patches and fixed versions listed in the official response matrix.

Which VMware products are affected?

The advisory lists VMware Aria Operations, VMware Cloud Foundation Operations, VMware Cloud Foundation, VMware vSphere Foundation, and VMware Telco Cloud Platform as impacted products.

What should administrators do after patching?

Administrators should review permissions for creating policies, views, and text widgets, audit recent object changes for suspicious script content, check administrative activity logs, and remove unnecessary high-privilege access.

Readers help support VPNCentral. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help VPNCentral sustain the editorial team Read more

User forum

0 messages