Skip to main content
CUI

STIG Rule - V-266136

V-266136

SV-266136r1003677_rule

Deprecated CAT II

This rule has been deprecated. Deprecated on 2026-04-07. It is no longer included in the current version of this STIG.

The vCenter STS service deployXML attribute must be disabled.

From: VMware vSphere 8.0 vCenter Appliance Secure Token Service (STS) Security Technical Implementation Guide (V2R1)

Description

<VulnDiscussion>The Host element controls deployment. Automatic deployment allows for simpler management but also makes it easier for an attacker to deploy a malicious application. Automatic deployment is controlled by the autoDeploy and deployOnStartup attributes. If both are false, only Contexts defined in server.xml will be deployed, and any changes will require a Tomcat restart. In a hosted environment where web applications may not be trusted, set the deployXML attribute to "false" to ignore any context.xml packaged with the web application that may try to assign increased privileges to the web application. Note that if the security manager is enabled, the deployXML attribute will default to false.</VulnDiscussion><FalsePositives></FalsePositives><FalseNegatives></FalseNegatives><Documentable>false</Documentable><Mitigations></Mitigations><SeverityOverrideGuidance></SeverityOverrideGuidance><PotentialImpacts></PotentialImpacts><ThirdPartyTools></ThirdPartyTools><MitigationControl></MitigationControl><Responsibility></Responsibility><IAControls></IAControls>

Check Procedure

At the command prompt, run the following command: # xmllint --xpath "//Host/@deployXML" /usr/lib/vmware-sso/vmware-sts/conf/server.xml Expected result: deployXML="false" If "deployXML" does not equal "false", this is a finding.

Fix Text

Navigate to and open: /usr/lib/vmware-sso/vmware-sts/conf/server.xml Navigate to the <Host> node and configure with the value "deployXML="false"". Restart the service with the following command: # vmon-cli --restart sts

CCI Reference

CCI-000381
Created
2026-04-07 20:08:40
Last Updated
2026-04-07 20:09:49
CUI