Vulnerabilities/

Nginx Version Disclosure

Impact: Informational

Description

The Server header describes the server application that handled the request. Detailed information in this header like Nginx version, can expose the server to attackers. Using the information, attackers can find vulnerabilities easier.

Recommendation

Open the Nginx configuration file (nginx.conf) and add below line to either http, server, or location sections. server_tokens off; Restart the web server.

References

Last updated on June 06, 2022

Use SmartScanner Free version to test for this issue

Download