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.
Published: 2026-08-09
Score: 4.8 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the add_attachment_from_public_url function of KS‑GEN‑AI jira‑mcp‑server, where an attacker can manipulate the imageUrl parameter to invoke axios.get with an arbitrary URL, causing the server to perform a request on the attacker's behalf. This server‑side request forgery (CWE‑918) can expose internal resources or outwardly reach external services and may be leveraged to probe internal networks or exfiltrate data. The CVSS score of 4.8 reflects that while the flaw is present, it does not grant complete system compromise but still allows unauthorized outbound traffic.

Affected Systems

Affected is KS‑GEN‑AI jira‑mcp‑server version 0.2.0. No other vendors or versions are listed; the manufacturer is the sole vendor. The CVE does not specify further sub‑components or edition details.

Risk and Exploitability

The flaw is classified as a local attack; the attacker needs a path to the server, but the exploitation can lead to internal network reconnaissance and potentially further compromise. The EPSS score is unavailable; the vulnerability is not listed in the government KEV catalog, which suggests limited exploitation data but does not negate the risk. Given the SSRF nature and the need for local access, the threat is moderate; an organization whose server is exposed to untrusted inputs should consider this a potential entry point for internal scans or data leakage.

Generated by OpenCVE AI on August 9, 2026 at 22:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any vendor‑supplied patch or upgrade to a newer version of jira‑mcp‑server that resolves the SSRF flaw.
  • If a patch is not yet available, place a strict allowlist on the imageUrl parameter to permit only externally reachable, public HTTPS URLs and block private IP ranges (127.0.0.0/8, 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16).
  • Disable the add_attachment_from_public_url feature or restrict its authorization to trusted users until a fix is released.
  • Configure the server’s outbound traffic filter or firewall to prevent connections to internal network ranges from the jira‑mcp‑server process.

Generated by OpenCVE AI on August 9, 2026 at 22:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 09 Aug 2026 21:00:00 +0000

Type Values Removed Values Added
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.
Title KS-GEN-AI jira-mcp-server add_attachment_from_public_url index.ts axios.get server-side request forgery
First Time appeared Ks-gen-ai
Ks-gen-ai jira-mcp-server
Weaknesses CWE-918
CPEs cpe:2.3:a:ks-gen-ai:jira-mcp-server:*:*:*:*:*:*:*:*
Vendors & Products Ks-gen-ai
Ks-gen-ai jira-mcp-server
References
Metrics cvssV2_0

{'score': 4.3, 'vector': 'AV:L/AC:L/Au:S/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 5.3, 'vector': 'CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 4.8, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Ks-gen-ai Jira-mcp-server
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-09T20:45:09.663Z

Reserved: 2026-08-09T07:02:44.116Z

Link: CVE-2026-19369

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-09T22:30:07Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)