Vulnerability library
Security checkMay 13, 2024

Nginx Version Disclosure

Understand the exposure, see the recommended fix, and check whether your own website has related weaknesses.

Check your website

Find this and other vulnerabilities with a free scan.

Your scan runs on your computer. No account required.

Description

The Server header reveals detailed information about the server application handling the request, including the Nginx version. Exposing this information can aid attackers in identifying vulnerabilities and launching targeted attacks.

Test for Nginx Version Disclosure Vulnerability with SmartScanner

Donwload FREE!

Recommendation

To mitigate this issue, open the Nginx configuration file (nginx.conf) and add the following line to either http, server, or location sections:

server_tokens off;

Then, restart the web server to apply the changes.

References

Could your website be exposed too?

SmartScanner can check your website for Nginx Version Disclosure and gives you actionable findings to investigate.

Start a free scan

Related Issues

See something that needs correcting? Let us knowUpdated May 13, 2024