Closed ghost closed 1 year ago
If a css file is referred in a HTML email message Roundcube will fetch it and make secure, instead of allowing user browser to fetch it directly. So, yes there are GET requests from the Roundcube itself.
Understood, thank you.
During a regular check for PHP errors, I found one of my roundcube installations had failed to request external files via GET requests... this is unusual.
Here they are:
Out of curiosity, I wanted to see where this
engagingnetworks
thing can be found on the webmail server, so grep came up with the following file match:So the above URLs are found inside the roundcube session, which is a serialized PHP array:
This is the very first time I've found roundcube to perform external GET requests and in addition to that, the requests are towards a known spammy analytics URL.
Could someone please explain to me what is happening?
Thank you.