1 saunders Apr 30, 2022 11:04
3 amoun Apr 30, 2022 13:04
Hi I won't be looking at this probably given a) alternative work I want to do and b) I don't record any 'analytics' so it would be a 'big' issue for me :)
4 saunders Apr 30, 2022 13:19
@amoun thanks, I understand that you prioritize other work.
nevertheless, for the case... to concretize my concern: It is not about analytics. It is about a direct abusive access to the system, thus about a security problem.
Anyway, have a nice weekend and thanks for holding the fort here on b2e's forum.
BTW - there is a new version of b2e that @fplanque posted in March ("b2evolution version 7.2.4-stable-2022-03-26 is now available."). However, it can only be installed via the upgrade routine, as it is apparently not yet available for download.
I hope that there will be a future for b2e after all.
5 amoun Apr 30, 2022 15:02
On the update you mean this :)
https://forums.b2evolution.net/new-update-only-avaiable-for-auto-install-1
which related to a security issue. I've no idea if they are related.
As far as the abusive access, as I don't record access, it is not possible to follow the logic.
OK what/where is this link?
6 saunders Apr 30, 2022 16:38
@amoun
the problem is the so called Image-Hotlinking. So third parties can link to directly to files and download them, probably also files from private collections.
I tried this:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?iyourwebsite.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?iyourwebsite.com [NC]
RewriteRule \.(jpg|jpeg|png|gif)$ http://i.imgur.com/g7ptdBB.png [NC,R,L]
But this causes in some cases images are affected even with legal access. So that's not an appropriate block.
I block thousands of IP addresses by IP Range blocking. But this way I do have to have an eye on the logs.
BTW. The Analytic is a core feature of b2e, so I presume that you can access it, too.
https://www.yourwebsite.org/blogs/evoadm.php?ctrl=stats&tab=summary&tab3=global&blog=0
Greetings, Will
PS: The demo access to b2e http://demo2.b2evolution.net/stable/admin.php is offline (404)
PPS: Have you autoupgraded to 7.2.4?
7 amoun Apr 30, 2022 17:47
- I have 7.24
- Confirm there's no demo presently
- Re analytics. I don't record hits etc so nothing to view.
With the imaging.
My sites are much simpler than yours and are really just personal sites so there isn't much to manage.
I'm not sure how you are hot-linking but if another site wants to show your images, insitu, rather than just access the file, then presumably they will have to access your site as a non member.
Slowly trying to get my head into what you are doing. I should give up whilst the sun is shining ~ speak later.
.