observed on site https://inqsec.com/
I have been seeing php exceptions being reported from exceptionshandler.php:
Error Code
403
Error Type
Exception
Message
Oops. Something is wrong.
File
/home/inqsecco/public_html/homej3/plugins/system/admintools/util/exceptionshandler.php
Line
145
Request
/component/mailto/?tmpl=component&template=js_flow&link=2a9f2b2d96ff9b39484ca917b14ae22f6f4d12a3
Referrer
Direct
Remote
109.102.111.20 (109.102.111.20)
These occur 3 times in rapid succession (I have "Block after" set to 3), and the IP referenced is recorded in the AdminTools' Security Exceptions log as Reason: template= in URL with the Target URL
I see line 145 is: throw new Exception($message, 403);
so wondering if this is the expected behavior when detecting this "template=" condition or if it is from an exception in the exception handling.
--
Paul