Security scanners may report vulnerabilities (such as path traversal or authentication bypass) when the SiteMinder Web Agent is configured to use the IgnoreExt parameter for performance optimization.
The IgnoreExt parameter instructs the Web Agent to skip all processing for requests matching the specified extensions. While this improves performance for static assets, it prevents the Agent from enforcing security policies or checking for malicious URL characters on those resources.
To maintain performance while remediating security findings, implement a targeted override filter and harden URL validation:
OverrideIgnoreExtFilter parameter in the Agent Configuration Object (ACO)./sensitive-app/).IgnoreExt list.BadURLChars ACO parameter to include %2e%2e.badurlchars='//,./,/.,/*,*.,~,\,%00-%1f,%7f,%2e%2e'DisableDotDotRule = yes in the ACO to ensure the agent resolves path segments before checking filters.