Bad RSS URL causes loops and 503 errors
-
Users managed to create the following situation on our multisite install. Three sites were created and each site embedded an RSS feed from the other two sites. They used the RSS feed block in the widgets section. The RSS feeds were in the format of
https://site-1.example.com
instead ofhttps://site-1.example.com/feed
.
This way each site called upon two sites that called upon two sites that called upon two sites that called upon two sites… The web servers filled up all workers and the whole service became unavailable.
The WordPress native RSS parser does not seem to have any protection against such situations.Is there any way to protect against such loops?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.