vendor:
EasyCafe Server
by:
R-73eN
7,5
CVSS
HIGH
Remote File Read
284
CWE
Product Name: EasyCafe Server
Affected Version From: EasyCafe Server <= 2.2.14
Affected Version To: EasyCafe Server <= 2.2.14
Patch Exists: NO
Related CWE: N/A
CPE: a:tinasoft:easycafe_server
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows 7 Ultimate
2015
EasyCafe Server <= 2.2.14 Remote File Read
EasyCafe Server has a feature to upload file from the server to a client. And the request is as following. EasyCafe Server sends an UDP request to the client with the file that wants to upload, Then the client receives the packet and connects to the server on port 831 and sends the directory of the file and receives it. The problem is that a remote attacker can connect to port 831 and can retrive a file becuase the server doesn't validate the request, and does not check if it has sent the UDP request which gives us full Read access to the system.
Mitigation:
Ensure that the server validates the request before sending the file to the client.