Skip to content

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

Open
fuweng11 wants to merge 1 commit into
apache:masterfrom
fuweng11:INLONG-12193
Open

[INLONG-12193][Manager] Fix SSRF in DataNode testConnection#12194
fuweng11 wants to merge 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.

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

2 participants