Custom HTML Report Error - Attack 07

Hello,

One of our custom reports is not showing up in the app menu and is showing the following error in the admin show/ hide HTML content window:

Attack 07 detected. The script execution has been terminated.

This was all built using an advanced query and pasting the results from the Embed button into the custom menu and was working fine for quite some time. Not sure when this error cropped up but I noticed it the other day. Any suggestions on what could be causing this?

The source code contains the following:
[pre]
<h1 style="text-align: left;">                   <strong>Total Stack Failures by Month</strong></h1>
<p> </p>
<p><iframe style="border: 0;" src="index.php?tablename=stack_replacement&function=generate_report&show_report_result=1&report_input_type=advanced&report_type=bar&width_chart=800&height_chart=400&date_function=&group_by_field=%60stack_replacement%60.%60ID%60&group_by_operator=percentage&report_value_field=%60stack_repl_cases%60.%60ID%60&sql_report=SELECT+CONCAT%28YEAR%28date%29%2C+%22-%22%2CSUBSTRING%28MONTHNAME%28date%29%2C1%2C3%29%29%2C+COUNT%28*%29+FROM+stack_replacement+WHERE+priority_id+IS+NOT+NULL+GROUP+BY+YEAR%28date%29%2C+MONTH%28date%29+ORDER+BY+YEAR%28date%29&only_graph=1&dont_consider_where_clause=1" width="900" height="500"></iframe></p>
[/pre]

Support details:
[pre]
You are using DaDaBIK version 10.1-Manarola enterprise, installed on 05-20-2020

You are runnning the last release of DaDaBIK

System info
PHP Version: 7.2.5

mysql version: 5.5.5-10.2.31-MariaDB

Web server: Apache

Client: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36
[/pre]

Thanks,

-Todd
 

eugenio

Administrator
Staff member
Hi,
typically this happens when, in the URL representing your report, there are tables or fields that are not available anymore (you dropped them or uninstall them).

Best,
 
Top