Skip to content

[INLONG-12193][Manager] Fix SSRF in DataNode testConnection - #12194

Merged
fuweng11 merged 1 commit into
apache:masterfrom
fuweng11:INLONG-12193
Aug 27, 2026
Merged

[INLONG-12193][Manager] Fix SSRF in DataNode testConnection#12194
fuweng11 merged 1 commit into
apache:masterfrom
fuweng11:INLONG-12193

Conversation

@fuweng11

@fuweng11 fuweng11 commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Fixes #12193

Motivation

Fix SSRF in DataNode testConnection.

POST /api/node/testConnection is vulnerable to SSRF. DataNodeServiceImpl.testConnection only validates DataNodeRequest.url via UrlVerificationUtils.validateUrlNotInternal, but each operator connects using its own field, which is never validated.

@fuweng11
fuweng11 merged commit 78636fd into apache:master Aug 27, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Improve][Manager] Fix SSRF in DataNode testConnection

3 participants