mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[GH-ISSUE #581] tinyfilemanager.php contain malware #418
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#418
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
@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?
@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)
@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
@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
@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));