STIGhubSTIGhub
STIGsRMF ControlsCompare

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
  • RMF Controls
  • 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 Microsoft Internet Explorer 11 Security Technical Implementation Guide

V-252910

CAT I (High)

The version of Internet Explorer running on the system must be a supported version.

Rule ID

SV-252910r1192839_rule

STIG

Microsoft Internet Explorer 11 Security Technical Implementation Guide

Version

V2R7

CCIs

CCI-002605

Discussion

Security flaws with software applications are discovered daily. Vendors are constantly updating and patching their products to address newly discovered security vulnerabilities. Organizations (including any contractor to the organization) are required to promptly install security-relevant software updates (e.g., patches, service packs, and hot fixes). Flaws discovered during security assessments, continuous monitoring, incident response activities, or information system error handling must also be addressed expeditiously. Organization-defined time periods for updating security-relevant software may vary based on a variety of factors including, for example, the security category of the information system or the criticality of the update (i.e., severity of the vulnerability related to the discovered flaw). This requirement will apply to software patch management solutions that are used to install patches across the enclave and also to applications that are not part of that patch management solution. For example, many browsers today provide the capability to install their own patch software. Patch criticality, as well as system criticality, will vary. Therefore, the tactical situations regarding the patch management process will also vary. This means the time period used must be a configurable parameter. Time frames for application of security-relevant software updates may depend on the Information Assurance Vulnerability Management (IAVM) process.

Check Content

Internet Explorer 11 is no longer supported by the vendor with the exception of some operating system versions under extended support (Ex: Windows Server 2019).

To determine the status of Internet Explorer 11 on the system, open PowerShell as an Administrator and run the command:

dism /online /get-capabilityinfo /capabilityname:Browser.InternetExplorer~~~~0.0.11.0

Within the returned results, if "State : Installed", this is a finding.

Within the returned results, if "State : Not Present", this is not a finding.

If the host operating system is supported under an extended support agreement, and "State : Installed", this is not a finding.

If nothing related to Internet Explorer is returned, this is not a finding.

Fix Text

Disable the Internet Explorer 11 application. Open PowerShell as an Administrator and run the command (this is irreversible):

dism /online /Remove-Capability /CapabilityName:Browser.InternetExplorer~~~~0.0.11.0

Restart the system for the changes to take effect.