Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-256675 | VCEM-70-000003 | SV-256675r888581_rule | Medium |
Description |
---|
The "maxPostSize" value is the maximum size in bytes of the POST that will be handled by the container FORM URL parameter parsing. Limit its size to reduce exposure to a denial-of-service attack. If "maxPostSize" is not set, the default value of 2097152 (2MB) is used. ESX Agent Manager is configured in its shipping state to not set a value for "maxPostSize". |
STIG | Date |
---|---|
VMware vSphere 7.0 vCenter Appliance EAM Security Technical Implementation Guide | 2023-06-15 |
Check Text ( C-60350r888579_chk ) |
---|
At the command prompt, run the following command: # xmllint --xpath '/Server/Service/Connector/@maxPostSize' /usr/lib/vmware-eam/web/conf/server.xml Expected result: XPath set is empty If the output does not match the expected result, this is a finding. |
Fix Text (F-60293r888580_fix) |
---|
Navigate to and open: /usr/lib/vmware-eam/web/conf/server.xml Remove any configuration for "maxPostSize" from the Restart the service with the following command: # vmon-cli --restart eam |