Something triggers and infinite loop of local HTTP get commands against a page
-
This could be an attack against a vulnerability or maybe a bug. I’m still not sure. I recently upgraded from WordPress 5.8.1 to 5.8.2, running on a Fedora 35 VM. I noticed a couple days ago that the website seemed very slow. Top showed 0 percent idle, and
tail -f /etc/httpd/logs/access_log showed zillions of entries like this:
fe80::65dc:5d0e:b7eb:47ae%ens3 - - [18/Dec/2021:10:55:44 -0600] "GET /category/phishy-emails/ HTTP/1.1" 200 27106 "https://www.dgregscott.com/category/phishy-emails/" "WordPress/5.8.2; https://www.dgregscott.com"
That IPV6 address above is my localhost. So, something triggers this infinite loop generating zillions of HTTP get requests.
This may be an attack – the entries I’ve seen so far are all against one of my “phishy emails” blog posts. But they are all local – which suggests somebody may be exploiting a vulnerability. Or maybe 5.8.2 introduced a bug because the problem started right after my 5.8.2 update.
When I restart httpd.service, the ugliness stops for a while.
Does anyone have ideas about what triggers this? Meantime, I’ll see if I can find any clues buried in access_log.
- This topic was modified 3 years, 2 months ago by .
- This topic was modified 3 years, 2 months ago by .
The page I need help with: [log in to see the link]
- The topic ‘Something triggers and infinite loop of local HTTP get commands against a page’ is closed to new replies.