APPNET0063 - .NET must be configured to validate strong names on full-trust assemblies - Wow6432Node

Information

The 'bypassTrustedAppStrongNames' setting specifies whether the bypass feature that avoids validating strong names for full-trust assemblies is enabled. By default the bypass feature is enabled in .Net 4, therefore strong names are not validated for correctness when the assembly/program is loaded. Not validating strong names provides a faster application load time but at the expense of performing certificate validation.

Full trust assemblies are .Net applications launched from the local host. Strong names are digital signatures tied to .Net applications/assemblies. .Net 4 considers applications installed locally to be fully trusted by default and grants these applications full permissions to access host resources.

The bypass feature applies to any assembly signed with a strong name and having the following characteristics:

Fully trusted without the StrongName evidence (for example, has MyComputer zone evidence).

Loaded into a fully trusted AppDomain.

Loaded from a location under the ApplicationBase property of that AppDomain.

Not delay-signed.

Not validating the certificates used to sign strong name assemblies will provide a faster application load time, but falsely assumes that signatures used to sign the application are to be implicitly trusted. Not validating strong name certificates introduces an integrity risk to the system.

Solution

For 32 bit production systems:
Set 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\AllowStrongNameBypass' to a 'DWORD' value of '0'.
On 64-bit production systems:
Set 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\ AllowStrongNameBypass' and 'HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\ AllowStrongNameBypass' to a 'DWORD' value of '0'.
Or, obtain documented ISSO risk acceptance for each .Net application installed on the system.

Approval documentation will include complete list of all installed .Net applications, application versions, and acknowledgement of ISSO trust of each installed application.

See Also

https://dl.dod.cyber.mil/wp-content/uploads/stigs/zip/U_MS_DotNet_Framework_4-0_V2R2_STIG.zip

Item Details

Category: IDENTIFICATION AND AUTHENTICATION

References: 800-53|IA-5(2)(a), CAT|II, CCI|CCI-000185, Rule-ID|SV-225231r615940_rule, STIG-ID|APPNET0063, STIG-Legacy|SV-40977, STIG-Legacy|V-30935, Vuln-ID|V-225231

Plugin: Windows

Control ID: 96060646aa2613e4bc038fcf0254a7d6d2657fb7e2dfee17ed6926758a2a586c