CVE-2026-41041
Analyzed Analyzed - Analysis Complete

URL Path Injection in Apache Gravitino

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

Publication date: 2026-07-13

Last updated on: 2026-07-13

Assigner: Apache Software Foundation

Description

URL path injection via unencoded user-supplied identifiers vulnerability in Apache Gravitino. This issue affects Apache Gravitino: from 1.0.0 before 1.2.1. Users are recommended to upgrade to version 1.2.1, which fixes the issue.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-13
Last Modified
2026-07-13
Generated
2026-08-03
AI Q&A
2026-07-13
EPSS Evaluated
2026-08-01
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
apache gravitino From 1.0.0 (inc) to 1.2.1 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-177 The product does not properly handle when all or part of an input has been URL encoded.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a URL path injection issue in Apache Gravitino. It occurs because user-supplied identifiers are not properly encoded before being used in URL paths, which can allow an attacker to manipulate the URL path in unintended ways.

Detection Guidance

Detecting this vulnerability involves checking for unencoded user-supplied identifiers in URL paths constructed by the MCP REST client in Apache Gravitino versions 1.0.0 through 1.2.0. Since the issue allows path traversal attacks, you can look for signs of unusual API endpoint access or unexpected path manipulation.

To detect potential exploitation attempts, you can monitor network traffic or logs for requests containing path traversal sequences (e.g., '../' or encoded variations like '%2e%2e%2f') targeting Apache Gravitino endpoints. Below are some suggested commands or approaches:

  • Check Apache Gravitino logs for unusual URL patterns or path traversal attempts. Example command to search logs: grep -r '\.\./\|%2e%2e%2f' /var/log/gravitino/
  • Use network monitoring tools like tcpdump or Wireshark to capture and analyze HTTP requests to Gravitino. Example tcpdump command: tcpdump -i eth0 -A 'port 80 or port 443' | grep -E '\.\./|%2e%2e%2f'
  • Verify the installed version of Apache Gravitino. If it is between 1.0.0 and 1.2.0, the system is vulnerable. Upgrade to version 1.2.1 or later to mitigate the issue.

If you are using a web application firewall (WAF), ensure it is configured to block path traversal attempts targeting Gravitino endpoints.

Impact Analysis

The vulnerability can allow attackers to inject malicious input into URL paths, potentially leading to unauthorized access, information disclosure, or other security issues depending on how the application processes these paths.

Compliance Impact

The vulnerability CVE-2026-41041, a URL path injection issue in Apache Gravitino, can impact compliance with standards and regulations like GDPR and HIPAA due to its potential to expose sensitive data or allow unauthorized access to API endpoints.

Under GDPR, this vulnerability could lead to a breach of personal data if attackers exploit the path traversal to access unintended endpoints containing user information. GDPR requires organizations to implement appropriate technical measures to protect personal data, and a failure to mitigate such vulnerabilities could result in non-compliance, fines, or legal consequences.

For HIPAA, if the affected system processes or stores protected health information (PHI), the vulnerability could enable unauthorized access to PHI, violating the HIPAA Security Rule. This rule mandates safeguards to ensure the confidentiality, integrity, and availability of electronic PHI. Exploitation of this vulnerability could lead to a reportable breach under HIPAA, triggering notification requirements and potential penalties.

  • Non-compliance risk: Organizations failing to patch or mitigate this vulnerability may be deemed non-compliant with data protection regulations.
  • Data exposure: The vulnerability could lead to unauthorized access to sensitive data, directly conflicting with GDPR and HIPAA requirements.
  • Remediation obligations: Both GDPR and HIPAA require timely remediation of vulnerabilities that could compromise data security. Upgrading to version 1.2.1 or later is necessary to maintain compliance.
Mitigation Strategies

Users are recommended to upgrade Apache Gravitino to version 1.2.1, which fixes the URL path injection vulnerability.

Chat Assistant

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

EPSS Chart