Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Information Provided
-
1.12.1
-
None
Description
The HTTP TRACK method was not specified in RFC 2068 [1] for HTTP 1.1 but is now available on some clients. NiFi currently responds to these requests with a 500 Internal Server Error page which reveals the version of the servlet API being used but does not contain any sensitive information. As NiFi is an open source project, the servlet API version would already be readily available to an attacker.
The error page should be generic to obscure the servlet API version.