STIGhubSTIGhub
STIGsSearchCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 3 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to VMware vSphere 7.0 vCenter Appliance UI Security Technical Implementation Guide

V-256792

CAT II (Medium)

vSphere UI must be configured with memory leak protection.

Rule ID

SV-256792r889375_rule

STIG

VMware vSphere 7.0 vCenter Appliance UI Security Technical Implementation Guide

Version

V1R2

CCIs

CCI-000381

Discussion

The Java Runtime environment can cause a memory leak or lock files under certain conditions. Without memory leak protection, vSphere UI can continue to consume system resources, which will lead to "OutOfMemoryErrors" when reloading web applications. Memory leaks occur when JRE code uses the context class loader to load a singleton, as this will cause a memory leak if a web application class loader happens to be the context class loader at the time. The "JreMemoryLeakPreventionListener" class is designed to initialize these singletons when Tomcat's common class loader is the context class loader. Proper use of JRE memory leak protection will ensure the hosted application does not consume system resources and cause an unstable environment.

Check Content

At the command prompt, run the following command:  
 
# grep JreMemoryLeakPreventionListener /usr/lib/vmware-vsphere-ui/server/conf/server.xml 
 
Expected result: 
 
<Listener className="org.apache.catalina.core.JreMemoryLeakPreventionListener"/> 
 
If the output of the command does not match the expected result, this is a finding.

Fix Text

Navigate to and open: 
 
/usr/lib/vmware-vsphere-ui/server/conf/server.xml 
 
Navigate to the <Server> node. 
 
Add '<Listener className="org.apache.catalina.core.JreMemoryLeakPreventionListener"/>' to the <Server> node. 
 
Restart the service with the following command: 
 
# vmon-cli --restart vsphere-ui