[GH-ISSUE #581] tinyfilemanager.php contain malware #418

Closed
opened 2026-03-02 15:58:36 +03:00 by kerem · 5 comments
Owner

Originally created by @annash-zm on GitHub (Jun 22, 2021).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/581

how to fix tinyfilemanager.php file contain malware so i can't upload file or the file is deleted?

Originally created by @annash-zm on GitHub (Jun 22, 2021). Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/581 how to fix tinyfilemanager.php file contain malware so i can't upload file or the file is deleted?
kerem closed this issue 2026-03-02 15:58:37 +03:00
Author
Owner

@17500mph commented on GitHub (Jul 15, 2021):

There's references to this here and there and it's a vulnerability for code injection, not an issue of malware contained within Tiny File Manager.

As best I can tell is that the vulnerability has been fixed as well.

Whatever scan/check is being referenced elsewhere here is ambiguous otherwise.

Can this be confirmed and this issue marked appropriately?

<!-- gh-comment-id:880721237 --> @17500mph commented on GitHub (Jul 15, 2021): There's references to this here and there and it's a vulnerability for code injection, not an issue of malware contained within Tiny File Manager. As best I can tell is that the vulnerability has been fixed as well. Whatever scan/check is being referenced elsewhere here is ambiguous otherwise. Can this be confirmed and this issue marked appropriately?
Author
Owner

@17500mph commented on GitHub (Jul 15, 2021):

The ambiguous reference I'm citing is #578
('SiteLock' - appears to be some for pay service, a not openly accessible FUD inducing bait)

<!-- gh-comment-id:880740856 --> @17500mph commented on GitHub (Jul 15, 2021): The ambiguous reference I'm citing is #578 ('SiteLock' - appears to be some for pay service, a not openly accessible FUD inducing bait)
Author
Owner

@saeed74 commented on GitHub (Aug 21, 2021):

I used https://www.virustotal.com/ to check the file and it also showing malware detection: VUL.Webshell

<!-- gh-comment-id:903109869 --> @saeed74 commented on GitHub (Aug 21, 2021): I used [https://www.virustotal.com/](https://www.virustotal.com/) to check the file and it also showing malware detection: VUL.Webshell
Author
Owner

@precamp-io commented on GitHub (Jan 24, 2022):

cpanel wont let me upload the file because it says it has malware
Bkav Pro - VUL.Webshell

<!-- gh-comment-id:1020386198 --> @precamp-io commented on GitHub (Jan 24, 2022): cpanel wont let me upload the file because it says it has malware Bkav Pro - VUL.Webshell
Author
Owner

@FransW5 commented on GitHub (Jul 21, 2022):

Solution for cPanel:

Open tinyfilemanager.php in a text editor And

Replace All:
fm_redirect(FM_SELF_URL . '?p=' . urlencode(FM_PATH));
With:
$FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));

<!-- gh-comment-id:1191077434 --> @FransW5 commented on GitHub (Jul 21, 2022): Solution for cPanel: Open tinyfilemanager.php in a text editor And Replace All: `fm_redirect(FM_SELF_URL . '?p=' . urlencode(FM_PATH)); ` With: `$FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH));`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tinyfilemanager#418
No description provided.