|
|
|
|
|
by Khao
4088 days ago
|
|
Can't edit the top comment anymore :( but it has been found that indeed no rules are needed to exploit this (my previous answer is outdated and wrong!) If you can't afford to reboot your servers right now to install the patch, at least you can add this to your web.config and deploy your websites ASAP : <configuration>
<system.webServer>
<caching enableKernelCache="false"/>
</system.webServer>
</configuration> |
|