A security scanner was able to send a test file to the PRTG web server without providing any login data. Does this mean a security leak?


Article Comments

No, the security of the PRTG web server is not compromised. It only processes GET, POST, and HEAD requests. PUT and DELETE requests are accepted, but the sent data is not processed at all. It is discarded.

In order to make it easy to detect denial of service (DoS) attacks, PRTG will write an entry in its log file for each discarded request.


Dec, 2010 - Permalink