Version Disclosure (Nginx)
Summary#
Invicti identified a version disclosure (Nginx) in the target web server's HTTP response.
This information might help an attacker gain a greater understanding of the systems in use and potentially develop further attacks targeted at the specific version of Nginx.
Impact#
An attacker might use the disclosed information to harvest specific security vulnerabilities for the version identified.
Remediation#
Add the following line to your nginx.conf file to prevent information leakage from the
SERVER
header of its HTTP response:
server_tokens off
Classifications#