Custom Query (8097 matches)
Results (52 - 54 of 8097)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#11103 | worksforme | Transfer priorities not working | ||
Description |
I have set transfer priorities for files in query, but they weren't applied and the files were uploaded as in order of places on the list |
|||
#10853 | worksforme | latest upgrade | ||
Description |
Each morning I get a notice to upgrade to ver 3.18.0 and I do and it works fine. Next morning when I open FileZilla to use I get the same notice to upgrade to 3.18.0 |
|||
#11269 | rejected | DLL Injection Attack | ||
Description |
Description:Found DLL injection in the FileZilla Client Version 3.25.2, successfully injected dllinject.dll into the filezilla process address space. On successful execution of the attack, temp file is created into E drive as I have written the same logic in the dllinject.dll. Impact: On successful execution of DLL injection attack, an attacker can create windows user or other malicious activity as I have performed the text file creation. Remediation: You can prevent this attack by hooking LoadLibrary. In your hook you check against a list of DLL names that you know are part of the process and that may be loaded, or you can check against a list of known DLLs you don't want to load. When you find a DLL you don't want to load SetLastError(ERROR_ACCESS_DENIED) then return NULL. That will stop the DLL from loading. |