Security vulnerability if _vti_bin/authentication.asmx allowed for anonymous users access?

sharepoint.stackexchange https://sharepoint.stackexchange.com/questions/289267

  •  20-02-2021
  •  | 
  •  

Question

I block _vti_bin/authentication.asmx in SharePoint 2013 web application web.config file. even when I disable anonymous access to this web service it is opened for anonymous users. Is it any security vulnerability if it is allowed for anonymous users access?

Was it helpful?

Solution

No, this isn't a security vulnerability. You should not be adjusting security settings via IIS or the web.config. All Web App security should only be changed via Central Administration -> Manage Web Applications or via SharePoint PowerShell.

Anonymous is enabled on the IIS site due to the implementation of Claims authentication.

For security hardening, see Plan security hardening for SharePoint Server. If it is outside of the scope of this for SharePoint, it likely isn't a supported change.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top