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?
The PRTG web server accepts PUT and DELETE requests. Is this a security issue?
Modified on 2025-06-10 12:05:12 +0200
Disclaimer:
The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.
The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.
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