gsd-2019-25072
Vulnerability from gsd
Modified
2023-12-13 01:23
Details
Due to support of Gzip compression in request bodies, as well as a lack of limiting response body sizes, a malicious server can cause a client to consume a significant amount of system resources, which may be used as a denial of service vector.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2019-25072", "id": "GSD-2019-25072" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2019-25072" ], "details": "Due to support of Gzip compression in request bodies, as well as a lack of limiting response body sizes, a malicious server can cause a client to consume a significant amount of system resources, which may be used as a denial of service vector.", "id": "GSD-2019-25072", "modified": "2023-12-13T01:23:50.845653Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security@golang.org", "ID": "CVE-2019-25072", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "github.com/tendermint/tendermint/rpc/lib/client", "version": { "version_data": [ { "version_affected": "\u003c", "version_name": "0", "version_value": "0.31.1" } ] } } ] }, "vendor_name": "github.com/tendermint/tendermint" } ] } }, "credits": [ { "lang": "en", "value": "@guagualvcha" } ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Due to support of Gzip compression in request bodies, as well as a lack of limiting response body sizes, a malicious server can cause a client to consume a significant amount of system resources, which may be used as a denial of service vector." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-400: Uncontrolled Resource Consumption" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/tendermint/tendermint/pull/3430", "refsource": "MISC", "url": "https://github.com/tendermint/tendermint/pull/3430" }, { "name": "https://github.com/tendermint/tendermint/commit/03085c2da23b179c4a51f59a03cb40aa4e85a613", "refsource": "MISC", "url": "https://github.com/tendermint/tendermint/commit/03085c2da23b179c4a51f59a03cb40aa4e85a613" }, { "name": "https://pkg.go.dev/vuln/GO-2020-0037", "refsource": "MISC", "url": "https://pkg.go.dev/vuln/GO-2020-0037" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003cv0.31.1", "affected_versions": "All versions before 0.31.1", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "cwe_ids": [ "CWE-1035", "CWE-400", "CWE-937" ], "date": "2023-02-17", "description": "Due to support of Gzip compression in request bodies, as well as a lack of limiting response body sizes, a malicious server can cause a client to consume a significant amount of system resources, which may be used as a denial of service vector.", "fixed_versions": [ "v0.31.1" ], "identifier": "CVE-2019-25072", "identifiers": [ "GHSA-3fm3-m23v-5r46", "CVE-2019-25072" ], "not_impacted": "All versions starting from 0.31.1", "package_slug": "go/github.com/tendermint/tendermint", "pubdate": "2022-12-28", "solution": "Upgrade to version 0.31.1 or above.", "title": "Uncontrolled Resource Consumption", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2019-25072", "https://github.com/tendermint/tendermint/pull/3430", "https://github.com/tendermint/tendermint/commit/03085c2da23b179c4a51f59a03cb40aa4e85a613", "https://pkg.go.dev/vuln/GO-2020-0037", "https://github.com/advisories/GHSA-3fm3-m23v-5r46" ], "uuid": "5d85c472-ec8e-4789-88fc-a676e89c6c43", "versions": [ { "commit": { "sha": "a0234affb6959a0aec285eebf3a3963251d2d186", "tags": [ "v0.31.1" ], "timestamp": "20190328115742" }, "number": "v0.31.1" } ] }, { "affected_range": "\u003cv0.31.1", "affected_versions": "All versions before 0.31.1", "cwe_ids": [ "CWE-1035", "CWE-937" ], "date": "2022-12-30", "description": "Due to support of Gzip compression in request bodies, as well as a lack of limiting response body sizes, a malicious server can cause a client to consume a significant amount of system resources, which may be used as a denial of service vector.", "fixed_versions": [ "v0.31.1" ], "identifier": "CVE-2019-25072", "identifiers": [ "GHSA-3fm3-m23v-5r46", "CVE-2019-25072" ], "not_impacted": "All versions starting from 0.31.1", "package_slug": "go/github.com/tendermint/tendermint/rpc/client", "pubdate": "2022-12-28", "solution": "Upgrade to version 0.31.1 or above.", "title": "Tendermint Client package vulnerable to Uncontrolled Resource Consumption", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2019-25072", "https://github.com/tendermint/tendermint/pull/3430", "https://github.com/tendermint/tendermint/commit/03085c2da23b179c4a51f59a03cb40aa4e85a613", "https://pkg.go.dev/vuln/GO-2020-0037", "https://github.com/advisories/GHSA-3fm3-m23v-5r46" ], "uuid": "7c95d1bf-b8c6-4248-94bf-f49acaa38aa9", "versions": [ { "commit": { "sha": "a0234affb6959a0aec285eebf3a3963251d2d186", "tags": [ "v0.31.1" ], "timestamp": "20190328115742" }, "number": "v0.31.1" } ] } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:tendermint:tendermint:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "0.31.1", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security@golang.org", "ID": "CVE-2019-25072" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "Due to support of Gzip compression in request bodies, as well as a lack of limiting response body sizes, a malicious server can cause a client to consume a significant amount of system resources, which may be used as a denial of service vector." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-400" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/tendermint/tendermint/commit/03085c2da23b179c4a51f59a03cb40aa4e85a613", "refsource": "MISC", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/tendermint/tendermint/commit/03085c2da23b179c4a51f59a03cb40aa4e85a613" }, { "name": "https://pkg.go.dev/vuln/GO-2020-0037", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://pkg.go.dev/vuln/GO-2020-0037" }, { "name": "https://github.com/tendermint/tendermint/pull/3430", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://github.com/tendermint/tendermint/pull/3430" } ] } }, "impact": { "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 3.6 } }, "lastModifiedDate": "2023-01-06T16:42Z", "publishedDate": "2022-12-27T22:15Z" } } }
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…
Loading…