Welcome Guest, Not a member yet? Register   Sign In
File operations which may access external resources are executed
#1

Hi,

Our smart scanner scanned and reported some messages..

"File operations which may access external resources(e.g. malicious third-party websites) are executed.
System commands are executed on the server.
Files are opened/or modified.
Email is sent."

And it is showing some file names which have been affected. (system/libraries/Upload.php, system/libraries/Email.php, system/libraries/image_lib.php).


How to solve this issue..? Could you please help me?
Reply
#2

Server Root:

application
system
public or public_html
|__ index.php

You need to edit the index.php file and change the path to
the application and system folders.

This is to protect those folders.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

(04-10-2018, 11:36 PM)wibits Wrote: Hi,

Our smart scanner scanned and reported some messages..

"File operations which may access external resources(e.g. malicious third-party websites) are executed.
System commands are executed on the server.
Files are opened/or modified.
Email is sent."

And it is showing some file names which have been affected. (system/libraries/Upload.php, system/libraries/Email.php, system/libraries/image_lib.php).


How to solve this issue..? Could you please help me?

original codeigniter files? If yes, it is a false positive.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB