GHSA-FG5M-M723-7MV6
Vulnerability from github – Published: 2024-09-16 14:37 – Updated: 2024-09-20 19:50
VLAI?
Summary
D-Tale Command Execution Vulnerability
Details
D-Tale is the combination of a Flask back-end and a React front-end to bring you an easy way to view & analyze Pandas data structures. In dtale\views.py, under the route @dtale.route("/chart-data/"), the query parameters from the request are directly passed into run_query for execution. And the run_query function calls proceed without performing any processing or sanitization of the query parameter. As a result, the query is directly used in the df.query method for data retrieval. Tthe engine used is python, which allows executing the query expression ans leading to a command execution vulnerability.
Severity ?
{
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "dtale"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.14.1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2024-8862"
],
"database_specific": {
"cwe_ids": [
"CWE-74"
],
"github_reviewed": true,
"github_reviewed_at": "2024-09-20T19:50:07Z",
"nvd_published_at": "2024-09-14T20:15:11Z",
"severity": "MODERATE"
},
"details": "D-Tale is the combination of a Flask back-end and a React front-end to bring you an easy way to view \u0026 analyze Pandas data structures. In\u00a0dtale\\views.py, under the route\u00a0@dtale.route(\"/chart-data/\u003cdata_id\u003e\"), the query parameters from the request are directly passed into\u00a0run_query\u00a0for execution. And the\u00a0run_query\u00a0function calls proceed without performing any processing or sanitization of the\u00a0query\u00a0parameter. As a result, the\u00a0query\u00a0is directly used in the\u00a0df.query\u00a0method for data retrieval. Tthe\u00a0engine\u00a0used is `python`, which allows executing the query expression ans leading to a command execution vulnerability. ",
"id": "GHSA-fg5m-m723-7mv6",
"modified": "2024-09-20T19:50:07Z",
"published": "2024-09-16T14:37:27Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-8862"
},
{
"type": "WEB",
"url": "https://github.com/man-group/dtale/commit/b6e30969390520d1400b55acbb13e5487b8472e8"
},
{
"type": "PACKAGE",
"url": "https://github.com/man-group/dtale"
},
{
"type": "WEB",
"url": "https://rumbling-slice-eb0.notion.site/Unauthenticated-Remote-Command-Execution-via-Panda-df-query-9dc40f0477ee4b65806de7921876c222?pvs=4"
},
{
"type": "WEB",
"url": "https://vuldb.com/?ctiid.277499"
},
{
"type": "WEB",
"url": "https://vuldb.com/?id.277499"
},
{
"type": "WEB",
"url": "https://vuldb.com/?submit.403200"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"type": "CVSS_V3"
},
{
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"type": "CVSS_V4"
}
],
"summary": "D-Tale Command Execution Vulnerability"
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…