Exchange must have the Public Folder virtual directory removed if not in use by the site.
An XCCDF Rule
Description
<VulnDiscussion>To reduce the vectors through which a server can be attacked, unneeded application components should be disabled or removed. By default, a virtual directory is installed for Public Folders. If an attacker were to intrude into an Exchange CA server and be able to access the Public Folder website, it would provide an additional attack vector, provided the virtual directory was present. Once removed, the Public functionality cannot be used without restoring the virtual directory.</VulnDiscussion><FalsePositives></FalsePositives><FalseNegatives></FalseNegatives><Documentable>false</Documentable><Mitigations></Mitigations><SeverityOverrideGuidance></SeverityOverrideGuidance><PotentialImpacts></PotentialImpacts><ThirdPartyTools></ThirdPartyTools><MitigationControl></MitigationControl><Responsibility></Responsibility><IAControls></IAControls>
- ID
- SV-234785r617296_rule
- Severity
- Low
- References
- Updated
Remediation - Manual Procedure
Open the Exchange Management Shell and enter the following command:
Remove-PublicFolder -Identity 'IdentityName' -Recurse:$True
Note: This command deletes the public folder Directory Folder and all its child public folders.