gsd-2022-32149
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
An attacker may cause a denial of service by crafting an Accept-Language header which ParseAcceptLanguage will take significant time to parse.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2022-32149", "description": "An attacker may cause a denial of service by crafting an Accept-Language header which ParseAcceptLanguage will take significant time to parse.", "id": "GSD-2022-32149", "references": [ "https://access.redhat.com/errata/RHSA-2022:6882", "https://access.redhat.com/errata/RHSA-2022:7407", "https://access.redhat.com/errata/RHSA-2022:7434", "https://access.redhat.com/errata/RHSA-2022:7435", "https://www.suse.com/security/cve/CVE-2022-32149.html", "https://access.redhat.com/errata/RHSA-2023:0481", "https://access.redhat.com/errata/RHSA-2023:0692", "https://access.redhat.com/errata/RHSA-2023:0693", "https://access.redhat.com/errata/RHSA-2023:0795", "https://ubuntu.com/security/CVE-2022-32149", "https://access.redhat.com/errata/RHSA-2023:1042" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2022-32149" ], "details": "An attacker may cause a denial of service by crafting an Accept-Language header which ParseAcceptLanguage will take significant time to parse.", "id": "GSD-2022-32149", "modified": "2023-12-13T01:19:12.555721Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security@golang.org", "ID": "CVE-2022-32149", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "golang.org/x/text/language", "version": { "version_data": [ { "version_affected": "\u003c", "version_name": "0", "version_value": "0.3.8" } ] } } ] }, "vendor_name": "golang.org/x/text" } ] } }, "credits": [ { "lang": "en", "value": "Adam Korczynski (ADA Logics)" }, { "lang": "en", "value": "OSS-Fuzz" } ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "An attacker may cause a denial of service by crafting an Accept-Language header which ParseAcceptLanguage will take significant time to parse." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE 400: Uncontrolled Resource Consumption" } ] } ] }, "references": { "reference_data": [ { "name": "https://go.dev/issue/56152", "refsource": "MISC", "url": "https://go.dev/issue/56152" }, { "name": "https://go.dev/cl/442235", "refsource": "MISC", "url": "https://go.dev/cl/442235" }, { "name": "https://groups.google.com/g/golang-announce/c/-hjNw559_tE/m/KlGTfid5CAAJ", "refsource": "MISC", "url": "https://groups.google.com/g/golang-announce/c/-hjNw559_tE/m/KlGTfid5CAAJ" }, { "name": "https://pkg.go.dev/vuln/GO-2022-1059", "refsource": "MISC", "url": "https://pkg.go.dev/vuln/GO-2022-1059" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003c0.3.8", "affected_versions": "All versions before 0.3.8", "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-772", "CWE-937" ], "date": "2022-10-18", "description": "An attacker may cause a denial of service by crafting an Accept-Language header which ParseAcceptLanguage will take significant time to parse.", "fixed_versions": [ "0.3.8" ], "identifier": "CVE-2022-32149", "identifiers": [ "CVE-2022-32149" ], "not_impacted": "", "package_slug": "go/golang.org/x/text", "pubdate": "2022-10-14", "solution": "Upgrade to version 0.3.8 or above.", "title": "Missing Release of Resource after Effective Lifetime", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2022-32149", "https://go.dev/cl/442235", "https://go.dev/issue/56152", "https://groups.google.com/g/golang-announce/c/-hjNw559_tE/m/KlGTfid5CAAJ", "https://pkg.go.dev/vuln/GO-2022-1059" ], "uuid": "ba6a6098-01f3-4fe6-919c-948ba7dba76e" }, { "affected_range": "\u003c0.3.8", "affected_versions": "All versions before 0.3.8", "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-772", "CWE-937" ], "date": "2022-10-28", "description": "An attacker may cause a denial of service by crafting an Accept-Language header which ParseAcceptLanguage will take significant time to parse.", "fixed_versions": [ "0.3.8" ], "identifier": "CVE-2022-32149", "identifiers": [ "GHSA-69ch-w2m2-3vjp", "CVE-2022-32149" ], "not_impacted": "All versions starting from 0.3.8", "package_slug": "go/golang.org/x/text/language", "pubdate": "2022-10-14", "solution": "Upgrade to version 0.3.8 or above.", "title": "Missing Release of Resource after Effective Lifetime", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2022-32149", "https://go.dev/cl/442235", "https://go.dev/issue/56152", "https://groups.google.com/g/golang-announce/c/-hjNw559_tE/m/KlGTfid5CAAJ", "https://pkg.go.dev/vuln/GO-2022-1059", "https://github.com/golang/go/issues/56152", "https://github.com/golang/text/commit/434eadcdbc3b0256971992e8c70027278364c72c", "https://github.com/advisories/GHSA-69ch-w2m2-3vjp" ], "uuid": "556d58c2-53f7-49d2-8f5e-d69ea716db5c" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:golang:text:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "0.3.8", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security@golang.org", "ID": "CVE-2022-32149" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "An attacker may cause a denial of service by crafting an Accept-Language header which ParseAcceptLanguage will take significant time to parse." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-772" } ] } ] }, "references": { "reference_data": [ { "name": "https://go.dev/cl/442235", "refsource": "MISC", "tags": [ "Vendor Advisory" ], "url": "https://go.dev/cl/442235" }, { "name": "https://go.dev/issue/56152", "refsource": "MISC", "tags": [ "Issue Tracking", "Third Party Advisory" ], "url": "https://go.dev/issue/56152" }, { "name": "https://groups.google.com/g/golang-announce/c/-hjNw559_tE/m/KlGTfid5CAAJ", "refsource": "MISC", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://groups.google.com/g/golang-announce/c/-hjNw559_tE/m/KlGTfid5CAAJ" }, { "name": "https://pkg.go.dev/vuln/GO-2022-1059", "refsource": "MISC", "tags": [ "Vendor Advisory" ], "url": "https://pkg.go.dev/vuln/GO-2022-1059" } ] } }, "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": "2022-10-18T17:41Z", "publishedDate": "2022-10-14T15: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.