SV-225232r615940_rule
V-225232
SRG-APP-000516
APPNET0064
CAT III
10
Apply the .NET Framework Security Checklist for .Net versions 1 through 3.5 when utilizing the NetFx40_LegacySecurityPolicy setting.
Open Windows explorer and search for all *.exe.config files. This requirement does not apply to the caspol.exe assembly or other assemblies provided with the Windows OS or the Windows Secure Host Baseline (SHB).
To find relevant files, you can run the FINDSTR command from an elevated (admin) command prompt:
FINDSTR /i /s "NetFx40_LegacySecurityPolicy" c:\*.exe.config
This command will search all ."exe.config" files on the c: drive partition for the "LegacySecurityPolicy" setting. Repeat the command for each drive partition on the system.
If the .NET application configuration file utilizes the legacy policy element and .NET STIG guidance that covers these legacy versions has not been applied, this is a finding.
V-225232
False
APPNET0064
Open Windows explorer and search for all *.exe.config files. This requirement does not apply to the caspol.exe assembly or other assemblies provided with the Windows OS or the Windows Secure Host Baseline (SHB).
To find relevant files, you can run the FINDSTR command from an elevated (admin) command prompt:
FINDSTR /i /s "NetFx40_LegacySecurityPolicy" c:\*.exe.config
This command will search all ."exe.config" files on the c: drive partition for the "LegacySecurityPolicy" setting. Repeat the command for each drive partition on the system.
If the .NET application configuration file utilizes the legacy policy element and .NET STIG guidance that covers these legacy versions has not been applied, this is a finding.
M
4213