Windows Server 2019 must disable Basic authentication for RSS feeds over HTTP.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-205693 | WN19-CC-000400 | SV-205693r958478_rule | CCI-000381 | medium |
| Description | ||||
| Basic authentication uses plain-text passwords that could be used to compromise a system. Disabling Basic authentication will reduce this potential. | ||||
| STIG | Date | |||
| Microsoft Windows Server 2019 Security Technical Implementation Guide | 2025-05-23 | |||
Related Frameworks
3 paths across 3 frameworks
Related Frameworks
NIST 800-531 mapping
CM-7
1.00
- DISA · 3 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
NIST 800-1711 mapping
3.4.6
1.00
- DISA · 3 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
- NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
CCI1 mapping
CCI-000381
1.00
- DISA · 3 · disa_xccdf · related
Details
Check Text (C-205693r958478_chk)
The default behavior is for the Windows RSS platform to not use Basic authentication over HTTP connections.
If the registry value name below does not exist, this is not a finding.
If it exists and is configured with a value of "0", this is not a finding.
If it exists and is configured with a value of "1", this is a finding.
Registry Hive: HKEY_LOCAL_MACHINE
Registry Path: \SOFTWARE\Policies\Microsoft\Internet Explorer\Feeds\
Value Name: AllowBasicAuthInClear
Value Type: REG_DWORD
Value: 0x00000000 (0) (or if the Value Name does not exist)
Fix Text (F-5958r354998_fix)
The default behavior is for the Windows RSS platform to not use Basic authentication over HTTP connections.
If this needs to be corrected, configure the policy value for Computer Configuration >> Administrative Templates >> Windows Components >> RSS Feeds >> "Turn on Basic feed authentication over HTTP" to "Not Configured" or "Disabled".