From 2a80d97e122647212fad21af7bc1b759a55bee77 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Sat, 12 Apr 2025 03:43:17 +0000 Subject: [PATCH] Publish GHSA-m454-3xv7-qj85 --- .../GHSA-m454-3xv7-qj85.json | 65 +++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 advisories/github-reviewed/2025/04/GHSA-m454-3xv7-qj85/GHSA-m454-3xv7-qj85.json diff --git a/advisories/github-reviewed/2025/04/GHSA-m454-3xv7-qj85/GHSA-m454-3xv7-qj85.json b/advisories/github-reviewed/2025/04/GHSA-m454-3xv7-qj85/GHSA-m454-3xv7-qj85.json new file mode 100644 index 00000000000..777cb1acb10 --- /dev/null +++ b/advisories/github-reviewed/2025/04/GHSA-m454-3xv7-qj85/GHSA-m454-3xv7-qj85.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-m454-3xv7-qj85", + "modified": "2025-04-12T03:41:21Z", + "published": "2025-04-12T03:41:21Z", + "aliases": [ + "CVE-2025-1386" + ], + "summary": "CVE-2025-1386- Query smuggling in ch-go library", + "details": "### Impact\n\nWhen using the ch-go library, under a specific condition when the query includes a large, uncompressed malicious external data, it is possible for an attacker in control of such data to smuggle another query packet into the connection stream.\n\n### Patches\n\nIf you are using ch-go library, we recommend you to update to at least version 0.65.0.\n\n### Credit\n\nThis issue was found by lixts and reported through our bugcrowd program.", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:H/AT:N/PR:H/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/ClickHouse/ch-go" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.65.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/ClickHouse/ch-go/security/advisories/GHSA-m454-3xv7-qj85" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-1386" + }, + { + "type": "WEB", + "url": "https://github.com/ClickHouse/ch-go/commit/0e835663df32b09b828528c07a5507686e6d975e" + }, + { + "type": "PACKAGE", + "url": "https://github.com/ClickHouse/ch-go" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-444" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-04-12T03:41:21Z", + "nvd_published_at": "2025-04-11T05:15:29Z" + } +} \ No newline at end of file