Live data from Hacker News

WordPress 4.8.1 still vulnerable to Host Header Attack

learnwebdevelopment.review

11–14 of 14 posts

Re: WordPress 4.8.1 still vulnerable to Host Header Attack

#11
Django has an ALLOWED_HOSTS setting, which must be provided even in debug and test configurations. I'm surprised Wordpress doesn't have a similar setting; accepting any arbitrary Host can only cause trouble (at least for those uninformed sites which don't already prevent it at the web server level).
Post reply on HN