Custom Query (8143 matches)
Results (250 - 252 of 8143)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#4693 | fixed | FileZilla Server version 0.9.32 local denial of service | ||
Description |
Hello people The problem is in a local port (14147) that "filezilla server" used for its interface. If you send some data to this port, that is open in "FileZilla Server Interface.exe", the process "FileZilla server.exe" crash. I did some test with a debugger and i could not run code.. for me is only a denial of service, but is important repair it becuase this process run with the system privileges. i wrote a poc in python for test from socket import * host = "127.0.0.1" port = 14147 data = "A" * 698000 s = socket(AF_INET, SOCK_STREAM) s.connect((host, port)) s.send(data) s.close() OS : Windows Xp SP3 - all patch see you Juan Pablo Lopez Yacubian |
|||
#4699 | fixed | Power Management | ||
Description |
Something as simple as preventing standby as long as Filezilla is running would be great (Similar to utorrents prevent standby withacitve torrents). I could then just set Filezilla to close after the transfers are done and my PC could still enter sleep mode afterward. Discussion here: http://forum.filezilla-project.org/viewtopic.php?f=2&t=12380 |
|||
#4702 | fixed | Cannot update Filezilla | ||
Description |
I have not been able to update Filezilla as the .exe file that I save to my desktop has an error when I try to open it. It tells me it's not a valid 32-bit file. So far, I've missed the last 3 update notices I got when opening Filezilla. |