Skip to content

fix: the kapacitor http api is bound to port 9292 wi... in... - #110

Open
anupamme wants to merge 1 commit into
door7302:mainfrom
anupamme:fix-repo-openjts-kapacitor-http-auth-enabled
Open

fix: the kapacitor http api is bound to port 9292 wi... in...#110
anupamme wants to merge 1 commit into
door7302:mainfrom
anupamme:fix-repo-openjts-kapacitor-http-auth-enabled

Conversation

@anupamme

Copy link
Copy Markdown

Summary

Fix high severity security issue in compose/kapacitor/kapacitor.conf.

Vulnerability

Field Value
ID V-001
Severity HIGH
Scanner multi_agent_ai
Rule V-001
File compose/kapacitor/kapacitor.conf:47
Assessment Likely exploitable
Chain Complexity 2-step

Description: The Kapacitor HTTP API is bound to port 9292 with authentication explicitly disabled (auth-enabled = false) and HTTPS disabled (https-enabled = false). Any network-reachable client can call the full Kapacitor REST API without any credentials, allowing creation/modification/deletion of tasks, reading alert data, and executing TICKscripts.

Evidence

Scanner confirmation: multi_agent_ai rule V-001 flagged this pattern.

Production code: This file is in the production codebase, not test-only code.

Changes

  • compose/kapacitor/kapacitor.conf

Behavior Preservation

The change is scoped to 1 file on the vulnerable path; it only tightens handling of untrusted input and leaves valid inputs unaffected.


Automated security fix by OrbisAI Security

Automated security fix generated by OrbisAI Security
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant