CVE-2026-19369
Received Received - Intake

Server-Side Request Forgery in KS-GEN-AI jira-mcp-server

Vulnerability report for CVE-2026-19369, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-09

Last updated on: 2026-08-09

Assigner: VulDB

Description

A vulnerability was found in KS-GEN-AI jira-mcp-server 0.2.0. This affects the function axios.get of the file src/index.ts of the component add_attachment_from_public_url. The manipulation of the argument imageUrl results in server-side request forgery. The attack requires a local approach. The project was informed of the problem early through an issue report but has not responded yet.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-09
Last Modified
2026-08-09
Generated
2026-08-10
AI Q&A
2026-08-10
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
ks-gen-ai jira-mcp-server 0.2.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-918 The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a server-side request forgery (SSRF) in the KS-GEN-AI jira-mcp-server 0.2.0. It occurs in the axios.get function of src/index.ts, specifically in the add_attachment_from_public_url component. An attacker can manipulate the imageUrl argument to force the server to make unauthorized requests.

Detection Guidance

This vulnerability involves server-side request forgery via the axios.get function in the add_attachment_from_public_url component of KS-GEN-AI jira-mcp-server 0.2.0. To detect it, inspect network traffic for unusual outbound requests from the server, especially those originating from the jira-mcp-server process. Check logs for unexpected imageUrl parameter values or connections to internal or external systems not expected by the application.

Impact Analysis

An attacker with local access could exploit this to send crafted requests from your server, potentially accessing internal resources or exfiltrating data. This could lead to unauthorized actions or information disclosure if the server has network access to sensitive systems.

Compliance Impact

This SSRF vulnerability could violate GDPR by enabling unauthorized data access or processing, or HIPAA by exposing protected health information if the server interacts with healthcare systems. Compliance may be impacted if the vulnerability leads to data breaches or unauthorized access.

Mitigation Strategies

Immediately update or patch the jira-mcp-server to a version that addresses the axios.get vulnerability. If no patch is available, disable the add_attachment_from_public_url feature or restrict network access to the server. Monitor for unusual outbound connections and restrict server permissions to limit potential impact.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-19369. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart