CVE-2026-7589 Details
Description
A vulnerability was determined in ghantakiran splunk-mcp-integration up to 0b86b09d5e5adf0433acd43c975951224613a1a6. Impacted is the function create_csv_export of the file services/csv-export-service/app/api/v1/endpoints/csv_export.py of the component CSV Export. This manipulation of the argument job_name causes path traversal. The attack can be initiated remotely. The exploit has been publicly disclosed and may be utilized. Continious delivery with rolling releases is used by this product. Therefore, no version details of affected nor updated releases are available. The project was informed of the problem early through an issue report but has not responded yet.
A path traversal vulnerability has been identified in the Ghantakiran Splunk-MCP-Integration project, specifically in the CSV Export component, version 0b86b09d5e5adf0433acd43c975951224613a1a6. The issue arises in the 'create_csv_export' function within 'services/csv-export-service/app/api/v1/endpoints/csv_export.py'. The vulnerability allows remote attackers to manipulate the 'job_name' argument, leading to unauthorized file writes outside the intended export directory. This issue has been publicly disclosed and may be exploited.
It is recommended to sanitize the 'job_name' input by removing path separators before it is used to generate filenames. Alternatively, export filenames could be created using a server-side UUID instead of relying on user input. After constructing the file path, a final check should be performed to ensure it remains within the 'CSV_OUTPUT_DIR' before writing the file.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed May 1, 2026CISA-ADP
Assessed May 4, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/ghantakiran/splunk-mcp-integration/ | [email protected] | ProductVendor |
| https://github.com/ghantakiran/splunk-mcp-integration/issues/49 | [email protected] | ExploitIssue TrackingTechnical AnalysisVendor |
| https://vuldb.com/submit/804408 | [email protected] | Permission Required |
| https://vuldb.com/vuln/360542 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/360542/cti | [email protected] | AdvisoryPermission Required |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| ghantakiran splunk-mcp-integration | All versions |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| May 1, 2026 | New CVE Received | [email protected] |
Volerion