Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Defender Threat in MY_string_helper.php #590

Open
harkus opened this issue Jan 5, 2022 · 1 comment
Open

Windows Defender Threat in MY_string_helper.php #590

harkus opened this issue Jan 5, 2022 · 1 comment

Comments

@harkus
Copy link

harkus commented Jan 5, 2022

Windows defender is seeing this file as Backdoor:Win32/Dirtelti!ml
Not sure what part of the PHP code is causing it, but it's problematic.

@daylightstudio
Copy link
Owner

It's likely the eval_string() function because it uses the eval() function. It's essentially a way to evaluate PHP code from a string (which can be dangerous if the string is not trusted). It was directly pulled from the CodeIgniter's Loader::_ci_load method. It's not a function that is used by default in the code unless you explicitly need/want to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants