Windows Server 2019 must disable Basic authentication for RSS feeds over HTTP.
Severity | Group ID | Group Title | Version | Rule ID | Date | STIG Version |
|---|---|---|---|---|---|---|
| medium | V-205693 | SRG-OS-000095-GPOS-00049 | WN19-CC-000400 | SV-205693r958478_rule | 2025-05-23 | 3 |
| Description |
|---|
| Basic authentication uses plain-text passwords that could be used to compromise a system. Disabling Basic authentication will reduce this potential. |
| ℹ️ Check |
|---|
| 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 |
|---|
| 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". |