Add bug report for Nginx misconfiguration vulnerabilities #408
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Documented security vulnerabilities related to Nginx configuration, including version disclosure and default welcome page exposure.
Server-Side Security Vulnerability Disclosure
Nginx Information Disclosure via Version Exposure and Default Configuration
Title
Nginx Information Disclosure via Server Version Exposure and Default Welcome Page
Observation
1) Nginx Version Disclosure
The endpoint below returns an HTTP error page that explicitly discloses the underlying Nginx version:
404 Not Found
nginx/1.26.3
Screenshot:
The server banner reveals the exact Nginx version in use.
2) Default Nginx Welcome Page Exposed
The following domain serves the default Nginx welcome page:
The presence of the default page indicates that the web server is running with a default or incomplete configuration and may not be hardened for production use.
Impact
While neither issue alone results in direct compromise, together they contribute to information disclosure and attack surface reconnaissance, including:
These findings lower the overall security posture and may significantly aid attackers when chained with other vulnerabilities.
Remediation
server_tokens off;Reported responsibly to improve the security posture of AIxBlock infrastructure.