ghsa-hv53-q76c-7f8c
Vulnerability from github
Published
2021-08-02 17:02
Modified
2021-07-26 18:11
Severity ?
VLAI Severity ?
Summary
OS Command Injection in OpenTSDB
Details
A remote code execution vulnerability occurs in OpenTSDB through 2.4.0 via command injection in the yrange parameter. The yrange value is written to a gnuplot file in the /tmp directory. This file is then executed via the mygnuplot.sh shell script. (tsd/GraphHandler.java attempted to prevent command injections by blocking backticks but this is insufficient.)
{ "affected": [ { "package": { "ecosystem": "Maven", "name": "net.opentsdb:opentsdb" }, "ranges": [ { "events": [ { "introduced": "0" }, { "last_affected": "2.4.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2020-35476" ], "database_specific": { "cwe_ids": [ "CWE-78" ], "github_reviewed": true, "github_reviewed_at": "2021-07-26T18:11:42Z", "nvd_published_at": "2020-12-16T08:15:00Z", "severity": "CRITICAL" }, "details": "A remote code execution vulnerability occurs in OpenTSDB through 2.4.0 via command injection in the yrange parameter. The yrange value is written to a gnuplot file in the /tmp directory. This file is then executed via the mygnuplot.sh shell script. (tsd/GraphHandler.java attempted to prevent command injections by blocking backticks but this is insufficient.)", "id": "GHSA-hv53-q76c-7f8c", "modified": "2021-07-26T18:11:42Z", "published": "2021-08-02T17:02:21Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-35476" }, { "type": "WEB", "url": "https://github.com/OpenTSDB/opentsdb/issues/2051" }, { "type": "WEB", "url": "http://packetstormsecurity.com/files/170331/OpenTSDB-2.4.0-Command-Injection.html" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ], "summary": "OS Command Injection in OpenTSDB" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…