mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[GH-ISSUE #1067] BAILOUT malware detected #684
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#684
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 @znbn on GitHub (Jul 3, 2023).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/1067
"BAILOUT malware detected": I have this message if I create a new empty file with CPanel file manager, edit it and paste the code of tinyfilemanager into it.
If I upload the tinyfilemanager.php on the server, it is even not created at all.
I think it is a False Positive case, but how could I solve the issue?
Does anyone has a suggestion?
Thanks
P.S.
I'm on a web hosting server... I can't stop any running service.
@znbn commented on GitHub (Jul 3, 2023):
UNBELIVABLE !!!!
I just had to remove line number 6 from the source file and the code is accepted! (
The line is:
It should be a devil's fingerprint
I replaced it with
If anyone experienced the same issue, let us know.
Bye
@prasathmani commented on GitHub (Jul 4, 2023):
#273 , #985
@mhaiskar commented on GitHub (Jul 31, 2023):
Considering this issue is or will be faced by others, @prasathmani is it worth it to make this change official and bring out an update?
Thanks.