


This article will require knowledge of the ASP.NET platform and knowledge of the Umbraco CMS. You will also need server access to your files so you can change permissions.
To secure your installation:
Firstly you need to give the correct permissions to your web.config file. This allows Umbraco to actually ammend your code inside your web.config - this will then patch up your security vulnerability.
Once you have gainted access to your server, you need to add the correct Group and give full permissions.
Now you have temporarily given full permissions to your NETWORK SERVICE user. Now it's time to install a package to automatically patch our Umbraco website.
Here you should see the "ASP.NET Security Vulnerability Patch"
Once you are informed of the successful patch, you need to remove your permissions for NETWORK SERVICE on your web.config file. Simply:
Now you have removed any permissions on your web.config file.
Despite Umbraco now being patched, you will find that your custom 404 error pages will not be working. A simple way around this is to locate the file: /umbraco/plugins/PoetPatcher/CustomError.aspx
In here you can change your error message you receive by simply editing the HTML document. You may wish to copy your sites HTML and CSS into here and change the main text displayed in the body - acting as a complete 404 page that keeps the look and feel of your website.
Custom 404
404 page
Post new comment