Vulnerable security header?
-
Hi there, I had someone look at my security headers. There were a couple of potential issues he told me about, but I am unsure whether to believe him or you the plugin devloper. The line in question was:
Header set Access-Control-Allow-Methods "GET,PUT,POST,DELETE"
I was told that the following:
“You have enabled 2 dangerous methods i.e. PUT (Anyone can upload any thing on your website means hackers can hack your website)
DELETE (Any one can submit a DELETE request on your website to delete any file on your website)“Can you please guide me on that remark. Should I remove the PUT and DELETE requests?
Finally I was also told this:
“Access-Control-Allow-Origin: You have set null origin which is not good as it can be bypassed. Remove this unused header as it poses a security risk.“
- The topic ‘Vulnerable security header?’ is closed to new replies.