Prevent HTTP endpoints from exposing the exact server version to unauthenticated users.#91003
Conversation
|
Workflow [PR], commit [a21ca6a] Summary: ❌
|
|
Failures seems unrelated. |
|
@filimonov, please provide the context about this improvement. Who requested that, and what is the actual reasoning? |
Pen testers report (the lowest priority, but guys still want it to be fixed) in financial/security company (can't disclosure company name due to NDA). The report itself:
Also for the record - my answer in internal ticketing system
|
|
CI/CD failures - all look unrelated:
|
14e6dfa
…uthenticated_users Prevent HTTP endpoints from exposing the exact server version to unauthenticated users.
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):
Avoid exposing the ClickHouse server version in HTTP error responses returned before authentication.
Documentation entry for user-facing changes
To reduce unnecessary information exposure, unauthenticated HTTP error responses no longer show the exact ClickHouse server version, which could otherwise give attackers helpful details about the system.