Microsoft Visio 2013 Security Technical Implementation Guide

  • Version/Release: V1R5
  • Published: 2024-06-14
  • Expand All:
  • Severity:
  • Sort:
Compare

Select any two versions of this STIG to compare the individual requirements

View

Select any old version/release of this STIG to view the previous requirements

This Security Technical Implementation Guide is published as a tool to improve the security of Department of Defense (DOD) information systems. The requirements are derived from the National Institute of Standards and Technology (NIST) 800-53 and related documents. Comments or proposed revisions to this document should be sent via email to the following address: disa.stig_spt@mail.mil.
b
Disabling of user name and password syntax from being used in URLs must be enforced.
SC-18 - Medium - CCI-001170 - V-242814 - SV-242814r961092_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
DTOO104
Vuln IDs
  • V-242814
  • V-40730
Rule IDs
  • SV-242814r961092_rule
  • SV-52788
The Uniform Resource Locator (URL) standard allows user authentication to be included in URL strings in the form http://username:password@example.com. A malicious user might use this URL syntax to create a hyperlink that appears to open a legitimate Website but actually opens a deceptive (spoofed) Website. For example, the URL http://www.wingtiptoys.com@example.com appears to open http://www.wingtiptoys.com but actually opens http://example.com. To protect users from such attacks, Internet Explorer usually blocks any URLs using this syntax. This functionality can be controlled separately for instances of Internet Explorer spawned by Office applications (for example, if a user clicks a link in an Office document or selects a menu option that loads a Web page). If user names and passwords in URLs are allowed, users could be diverted to dangerous Web pages, which could pose a security risk.
Checks: C-46089r716526_chk

Verify the policy value for Computer Configuration -> Administrative Templates -> Microsoft Office 2013 (Machine) -> Security Settings -> IE Security "Disable user name and password" is "Enabled" and 'visio.exe' is checked. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_HTTP_USERNAME_PASSWORD_DISABLE Criteria: If the value visio.exe is REG_DWORD = 1, this is not a finding.

Fix: F-46046r716527_fix

Set the policy value for Computer Configuration -> Administrative Templates -> Microsoft Office 2013 (Machine) -> Security Settings -> IE Security "Disable user name and password" to "Enabled" and place check in 'visio.exe' check box.

b
The Internet Explorer Bind to Object functionality must be enabled.
SC-18 - Medium - CCI-001695 - V-242815 - SV-242815r960921_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001695
Version
DTOO111
Vuln IDs
  • V-242815
  • V-40731
Rule IDs
  • SV-242815r960921_rule
  • SV-52789
Internet Explorer performs a number of safety checks before initializing an ActiveX control. It will not initialize a control if the kill bit for the control is set in the registry, or if the security settings for the zone in which the control is located do not allow it to be initialized. This functionality can be controlled separately for instances of Internet Explorer spawned by Office applications (for example, if a user clicks a link in an Office document or selects a menu option that loads a Web page). A security risk could occur if potentially dangerous controls are allowed to load.
Checks: C-46090r716529_chk

Verify the policy value for Computer Configuration -> Administrative Templates -> Microsoft Office 2013 (Machine) -> Security Settings -> IE Security "Bind to object" is set to "Enabled" and 'visio.exe' is checked. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_SAFE_BINDTOOBJECT Criteria: If the value visio.exe is REG_DWORD = 1, this is not a finding.

Fix: F-46047r716530_fix

Set the policy value for Computer Configuration -> Administrative Templates -> Microsoft Office 2013 (Machine) -> Security Settings -> IE Security "Bind to object" to "Enabled" and place check in 'visio.exe' check box.

b
The Saved from URL mark must be selected to enforce Internet zone processing.
SC-18 - Medium - CCI-001170 - V-242816 - SV-242816r961092_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
DTOO117
Vuln IDs
  • V-242816
  • V-40732
Rule IDs
  • SV-242816r961092_rule
  • SV-52790
Typically, when Internet Explorer loads a web page from a Universal Naming Convention (UNC) share that contains a Mark of the Web (MOTW) comment, indicating the page was saved from a site on the Internet; Internet Explorer runs the page in the Internet security zone instead of the less restrictive Local Intranet security zone. This functionality can be controlled separately for instances of Internet Explorer spawned by Office applications (for example, if a user clicks a link in an Office document or selects a menu option that loads a web page). If Internet Explorer does not evaluate the page for a MOTW, potentially dangerous code could be allowed to run.
Checks: C-46091r716532_chk

Verify the policy value for Computer Configuration -> Administrative Templates -> Microsoft Office 2013 (Machine) -> Security Settings -> IE Security "Saved from URL" is "Enabled" and 'visio.exe' is checked. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_UNC_SAVEDFILECHECK Criteria: If the value visio.exe is REG_DWORD = 1, this is not a finding.

Fix: F-46048r716533_fix

Set the policy value for Computer Configuration -> Administrative Templates -> Microsoft Office 2013 (Machine) -> Security Settings -> IE Security "Saved from URL" to "Enabled" and place check in 'visio.exe' check box.

b
Navigation to URLs embedded in Office products must be blocked.
SC-18 - Medium - CCI-001170 - V-242817 - SV-242817r961092_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001170
Version
DTOO123
Vuln IDs
  • V-242817
  • V-40733
Rule IDs
  • SV-242817r961092_rule
  • SV-52791
To protect users from attacks, Internet Explorer usually does not attempt to load malformed URLs. This functionality can be controlled separately for instances of Internet Explorer spawned by Office applications (for example, if a user clicks a link in an Office document or selects a menu option that loads a web page). If Internet Explorer attempts to load a malformed URL, a security risk could occur.
Checks: C-46092r716535_chk

Verify the policy value for Computer Configuration -> Administrative Templates -> Microsoft Office 2013 (Machine) -> Security Settings -> IE Security "Navigate URL" is "Enabled" and 'visio.exe' is checked. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_VALIDATE_NAVIGATE_URL Criteria: If the value visio.exe is REG_DWORD = 1, this is not a finding.

Fix: F-46049r716536_fix

Set the policy value for Computer Configuration -> Administrative Templates -> Microsoft Office 2013 (Machine) -> Security Settings -> IE Security "Navigate URL" to "Enabled" and 'visio.exe' is checked.

b
Scripted Window Security must be enforced.
SC-18 - Medium - CCI-001695 - V-242818 - SV-242818r960921_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001695
Version
DTOO124
Vuln IDs
  • V-242818
  • V-40734
Rule IDs
  • SV-242818r960921_rule
  • SV-52792
Malicious websites often try to confuse or trick users into giving a site permission to perform an action allowing the site to take control of the users' computers in some manner. Disabling or not configuring this setting allows unknown websites to: -Create browser windows appearing to be from the local operating system. -Draw active windows displaying outside of the viewable areas of the screen capturing keyboard input. -Overlay parent windows with their own browser windows to hide important system information, choices or prompts.
Checks: C-46093r716538_chk

Verify the policy value for Computer Configuration -> Administrative Templates -> Microsoft Office 2013 (Machine) -> Security Settings -> IE Security "Scripted Window Security Restrictions" is set to "Enabled" and 'visio.exe' is checked. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_WINDOW_RESTRICTIONS Criteria: If the value visio.exe is REG_DWORD = 1, this is not a finding.

Fix: F-46050r716539_fix

Set the policy value for Computer Configuration -> Administrative Templates -> Microsoft Office 2013 (Machine) -> Security Settings -> IE Security "Scripted Window Security Restrictions" to "Enabled" and 'visio.exe' is checked.

b
Add-on Management functionality must be allowed.
SC-18 - Medium - CCI-001662 - V-242819 - SV-242819r961086_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001662
Version
DTOO126
Vuln IDs
  • V-242819
  • V-40735
Rule IDs
  • SV-242819r961086_rule
  • SV-52793
Internet Explorer add-ons are pieces of code, run in Internet Explorer, to provide additional functionality. Rogue add-ons may contain viruses or other malicious code. Disabling or not configuring this setting could allow malicious code or users to become active on user computers or the network. For example, a malicious user can monitor and then use keystrokes users type into Internet Explorer. Even legitimate add-ons may demand resources, compromising the performance of Internet Explorer, and the operating systems for user computers.
Checks: C-46094r716541_chk

Verify the policy value for Computer Configuration -> Administrative Templates -> Microsoft Office 2013 (Machine) -> Security Settings -> IE Security "Add-on Management" is set to "Enabled" and 'visio.exe' is checked. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\software\Microsoft\internet explorer\main\featurecontrol\feature_addon_management Criteria: If the value visio.exe is REG_DWORD = 1, this is not a finding.

Fix: F-46051r716542_fix

Set the policy value for Computer Configuration -> Administrative Templates -> Microsoft Office 2013 (Machine) -> Security Settings -> IE Security "Add-on Management" to "Enabled" and place check in 'visio.exe' check box.

b
Add-ins to Office applications must be signed by a Trusted Publisher.
CM-5 - Medium - CCI-001749 - V-242820 - SV-242820r960954_rule
RMF Control
CM-5
Severity
Medium
CCI
CCI-001749
Version
DTOO127
Vuln IDs
  • V-242820
  • V-40736
Rule IDs
  • SV-242820r960954_rule
  • SV-52794
Office 2013 applications do not check the digital signature on application add-ins before opening them. Disabling or not configuring this setting may allow an application to load a dangerous add-in. As a result, malicious code could become active on user computers or the network.
Checks: C-46095r716544_chk

Verify the policy value for User Configuration -> Administrative Templates -> Microsoft Visio 2013 -> Visio Options -> Security -> Trust Center -> "Require that application add-ins are signed by Trusted Publisher" is set to "Enabled". Procedure: Use the Windows Registry Editor to navigate to the following key: HKCU\software\policies\Microsoft\office\15.0\Visio\security Criteria: If the value requireaddinsig is REG_DWORD = 1, this is not a finding.

Fix: F-46052r716545_fix

Set the policy value for User Configuration -> Administrative Templates -> Microsoft Visio 2013 -> Visio Options -> Security -> Trust Center -> "Require that application add-ins are signed by Trusted Publisher" to "Enabled".

b
Links that invoke instances of IE from within an Office product must be blocked.
SC-18 - Medium - CCI-001662 - V-242821 - SV-242821r961086_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001662
Version
DTOO129
Vuln IDs
  • V-242821
  • V-40737
Rule IDs
  • SV-242821r961086_rule
  • SV-52795
The Pop-up Blocker feature in Internet Explorer can be used to block most unwanted pop-up and pop-under windows from appearing. This functionality can be controlled separately for instances of Internet Explorer spawned by Office applications (for example, if a user clicks a link in an Office document or selects a menu option that loads a Web page). If the Pop-up Blocker is disabled, disruptive and potentially dangerous pop-up windows could load and present a security risk.
Checks: C-46096r716547_chk

Verify the policy value for Computer Configuration -> Administrative Templates -> Microsoft Office 2013 (Machine) -> Security Settings -> IE Security "Block popups" is "Enabled" and 'visio.exe' is checked. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_WEBOC_POPUPMANAGEMENT Criteria: If the value visio.exe is REG_DWORD = 1, this is not a finding.

Fix: F-46053r716548_fix

Set the policy value for Computer Configuration -> Administrative Templates -> Microsoft Office 2013 (Machine) -> Security Settings -> IE Security "Block popups" to "Enabled" and place check in 'visio.exe' check box.

b
Trust Bar Notifications for unsigned applications must be disabled.
CM-5 - Medium - CCI-001749 - V-242822 - SV-242822r960954_rule
RMF Control
CM-5
Severity
Medium
CCI
CCI-001749
Version
DTOO131
Vuln IDs
  • V-242822
  • V-40738
Rule IDs
  • SV-242822r960954_rule
  • SV-52796
If an application is configured to require all add-ins to be signed by a trusted publisher, any unsigned add-ins the application loads will be disabled and the application will display the Trust Bar at the top of the active window. The Trust Bar contains a message informing users about the unsigned add-in. If a user is allowed to make the determination to allow an unsigned add-in, it increases the risk of malicious code being introduced onto the user's computer or the network.
Checks: C-46097r716550_chk

Verify the policy value for User Configuration -> Administrative Templates -> Microsoft Visio 2013 -> Visio Options -> Security -> Trust Center -> "Disable Trust Bar Notification for unsigned application add-ins and block them" is set to "Enabled". Procedure: Use the Windows Registry Editor to navigate to the following key: HKCU\software\policies\Microsoft\office\15.0\Visio\security Criteria: If the value notbpromptunsignedaddin is REG_DWORD = 1, this is not a finding.

Fix: F-46054r716551_fix

Set the policy value for User Configuration -> Administrative Templates -> Microsoft Visio 2013 -> Visio Options -> Security -> Trust Center -> "Disable Trust Bar Notification for unsigned application add-ins and block them" to "Enabled".

b
File downloads must be configured for proper restrictions.
SC-18 - Medium - CCI-001169 - V-242823 - SV-242823r961089_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001169
Version
DTOO132
Vuln IDs
  • V-242823
  • V-40739
Rule IDs
  • SV-242823r961089_rule
  • SV-52797
Disabling this setting allows websites to present file download prompts via code without the user specifically initiating the download. User preferences may also allow the download to occur without prompting or interaction with the user. Even if Internet Explorer prompts the user to accept the download, some websites abuse this functionality. Malicious websites may continually prompt users to download a file or present confusing dialog boxes to trick users into downloading or running a file. If the download occurs and it contains malicious code, the code could become active on user computers or the network.
Checks: C-46098r716553_chk

Verify the policy value for Computer Configuration -> Administrative Templates -> Microsoft Office 2013 (Machine) -> Security Settings -> IE Security "Restrict File Download" is set to "Enabled" and 'Visio.exe' is checked. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_FILEDOWNLOAD Criteria: If the value visio.exe is REG_DWORD = 1, this is not a finding.

Fix: F-46055r716554_fix

Set the policy value for Computer Configuration -> Administrative Templates -> Microsoft Office 2013 (Machine) -> Security Settings -> IE Security "Restrict File Download" to "Enabled" and 'visio.exe' is checked.

b
Protection from zone elevation must be enforced.
SC-18 - Medium - CCI-001695 - V-242824 - SV-242824r960921_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-001695
Version
DTOO209
Vuln IDs
  • V-242824
  • V-40740
Rule IDs
  • SV-242824r960921_rule
  • SV-52798
Internet Explorer places restrictions on each web page users can use the browser to open. Web pages on a user's local computer have the fewest security restrictions and reside in the Local Machine zone, making this security zone a prime target for malicious users and code. Disabling or not configuring this setting could allow pages in the Internet zone to navigate to pages in the Local Machine zone to then run code to elevate privileges. This could allow malicious code or users to become active on user computers or the network.
Checks: C-46099r716556_chk

Verify the policy value for Computer Configuration -> Administrative Templates -> Microsoft Office 2013 (Machine) -> Security Settings -> IE Security "Protection From Zone Elevation" is set to "Enabled" and 'visio.exe' is checked. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ZONE_ELEVATION Criteria: If the value visio.exe is REG_DWORD = 1, this is not a finding.

Fix: F-46056r716557_fix

Set the policy value for Computer Configuration -> Administrative Templates -> Microsoft Office 2013 (Machine) -> Security Settings -> IE Security "Protection From Zone Elevation" to "Enabled" and 'visio.exe' is checked.

b
ActiveX installs must be configured for proper restrictions.
SC-18 - Medium - CCI-002460 - V-242825 - SV-242825r961779_rule
RMF Control
SC-18
Severity
Medium
CCI
CCI-002460
Version
DTOO211
Vuln IDs
  • V-242825
  • V-40741
Rule IDs
  • SV-242825r961779_rule
  • SV-52799
Microsoft ActiveX controls allow unmanaged, unprotected code to run on the user computers. ActiveX controls do not run within a protected container in the browser like the other types of HTML or Microsoft Silverlight-based controls. Disabling or not configuring this setting does not block prompts for ActiveX control installations and these prompts display to users. This could allow malicious code to become active on user computers or the network.
Checks: C-46100r716559_chk

Verify the policy value for Computer Configuration -> Administrative Templates -> Microsoft Office 2013 (Machine) -> Security Settings -> IE Security "Restrict ActiveX Install" is set to "Enabled" and 'visio.exe' is checked. Procedure: Use the Windows Registry Editor to navigate to the following key: HKLM\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_RESTRICT_ACTIVEXINSTALL Criteria: If the value visio.exe is REG_DWORD = 1, this is not a finding.

Fix: F-46057r716560_fix

Set the policy value for Computer Configuration -> Administrative Templates -> Microsoft Office 2013 (Machine) -> Security Settings -> IE Security "Restrict ActiveX Install" to "Enabled" and 'visio.exe' is checked.

b
Warning Bar settings for VBA macros must be configured.
CM-7 - Medium - CCI-000381 - V-242826 - SV-242826r960963_rule
RMF Control
CM-7
Severity
Medium
CCI
CCI-000381
Version
DTOO304
Vuln IDs
  • V-242826
  • V-40742
Rule IDs
  • SV-242826r960963_rule
  • SV-52800
When users open files containing VBA Macros, applications open the files with the macros disabled and displays the Trust Bar with a warning that macros are present and have been disabled. Users may then enable these macros by clicking Options on the Trust Bar and selecting the option to enable them. Disabling or not configuring this setting may allow dangerous macros to become active on user computers or the network.
Checks: C-46101r716562_chk

Verify the policy value for User Configuration -> Administrative Templates -> Microsoft Visio 2013 -> Visio Options -> Security -> Trust Center -> "VBA Macro Notification Settings" is set to "Enabled: Disable all with notification". Procedure: Use the Windows Registry Editor to navigate to the following key: HKCU\software\policies\Microsoft\office\15.0\Visio\security Criteria: If the value vbawarnings is REG_DWORD = 2, this is not a finding.

Fix: F-46058r716563_fix

Set the policy value for User Configuration -> Administrative Templates -> Microsoft Visio 2013 -> Visio Options -> Security -> Trust Center -> "VBA Macro Notification Settings" to "Enabled: Disable all with notification".

c
The version of Visio running on the system must be a supported version.
SI-2 - High - CCI-002605 - V-265900 - SV-265900r999904_rule
RMF Control
SI-2
Severity
High
CCI
CCI-002605
Version
DTOO999-Visio13
Vuln IDs
  • V-265900
Rule IDs
  • SV-265900r999904_rule
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 themselves 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 that the time period used must be a configurable parameter. Time frames for application of security-relevant software updates may be dependent upon the Information Assurance Vulnerability Management (IAVM) process. The application will be configured to check for and install security-relevant software updates within an identified time period from the availability of the update. The specific time period will be defined by an authoritative source (e.g., IAVM, CTOs, DTMs, and STIGs).
Checks: C-69819r999902_chk

Visio 2013 is no longer supported by the vendor. If the system is running Visio 2013, this is a finding.

Fix: F-69723r999903_fix

Upgrade to a supported version.