I had a security audit of my site and reported a vulnerability related to Kaltura. Basically, when such a request is made: mydomain.com/index.php/system/requests a series of data are presented:
APACHE1:
Fri Nov 13 17:53:19 WET 2020
Could not open input file: /web/kaltura/support_prod/monitor/request_types.php
APACHE2:
Fri Nov 13 17:53:19 WET 2020
Could not open input file: /web/kaltura/support_prod/monitor/request_types.php
APACHE3:
Fri Nov 13 17:53:19 WET 2020
Could not open input file: /web/kaltura/support_prod/monitor/request_types.php
APACHE5:
Fri Nov 13 17:53:19 WET 2020
Could not open input file: /web/kaltura/support_prod/monitor/request_types.php
APACHE6:
Fri Nov 13 17:53:19 WET 2020
Could not open input file: /web/kaltura/support_prod/monitor/request_types.php
APACHE7:
Fri Nov 13 17:53:19 WET 2020
Could not open input file: /web/kaltura/support_prod/monitor/request_types.php
Basically I will have to hide these messages in order not to disclose the path of the application. Do you know how I can do that?
if i comment the “echos”, my page no longer displays the information i want to hide. But I believe that this will not be the best approach …
Is there any configuration to inhibit this information? I found in the /kaltura/app/configurations folder several properties “display_errors” with values ​​0 and 1. Could it be any of these properties? Any ideas?