In my Drupal 7 logs I see entries such as:
http://example.com/?q=file/ajax/name/%23value/form-tkSDwR6W66a8vR_AIDxAzwMVklkjTkNMjf8SEqfTX8Q
There are several entries like this one, with only the last string changed.
It is by an unauthenticated user.
I tried to access the URL as well, and I get the following:
[{"command":"settings","settings":{"basePath":"\/","pathPrefix":"","themename":{"topoptiontext":"Page selection"},"ajaxPageState":{"theme":"themename","theme_token":"xxxxxx"}},"merge":true},{"command":"insert","method":"replaceWith","selector":null,"data":"\u003Cdiv class=\u0022messages error\u0022\u003E\n\u003Ch2 class=\u0022element-invisible\u0022\u003EError message\u003C\/h2\u003E\nAn unrecoverable error occurred. The uploaded file likely exceeded the maximum file size (128 MB) that this server supports.\u003C\/div\u003E\n","settings":null}]
In the above log entry I removed the name of my theme and replaced the toke with xxxx I guess the attacker did not manage to get in.
My site is patched to the latest version 7.58
Should I worry about it? Is there something that I should be doing to prevent it?
Many thanks