GSD-2022-37315
Vulnerability from gsd - Updated: 2023-12-13 01:19Details
graphql-go (aka GraphQL for Go) through 0.8.0 has infinite recursion in the type definition parser.
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2022-37315",
"description": "graphql-go (aka GraphQL for Go) through 0.8.0 has infinite recursion in the type definition parser.",
"id": "GSD-2022-37315"
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2022-37315"
],
"details": "graphql-go (aka GraphQL for Go) through 0.8.0 has infinite recursion in the type definition parser.",
"id": "GSD-2022-37315",
"modified": "2023-12-13T01:19:13.641244Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2022-37315",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "graphql-go (aka GraphQL for Go) through 0.8.0 has infinite recursion in the type definition parser."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/graphql-go/graphql/issues/637",
"refsource": "MISC",
"url": "https://github.com/graphql-go/graphql/issues/637"
}
]
}
},
"gitlab.com": {
"advisories": [
{
"affected_range": "\u003c=v0.8.0",
"affected_versions": "All versions up to 0.8.0",
"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-674",
"CWE-937"
],
"date": "2022-08-10",
"description": "graphql-go (aka GraphQL for Go) through 0.8.0 has infinite recursion in the type definition parser.",
"fixed_versions": [],
"identifier": "CVE-2022-37315",
"identifiers": [
"GHSA-h3qm-jrrf-cgj3",
"CVE-2022-37315"
],
"not_impacted": "",
"package_slug": "go/github.com/graphql-go/graphql",
"pubdate": "2022-08-02",
"solution": "Unfortunately, there is no solution available yet.",
"title": "Uncontrolled Recursion",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2022-37315",
"https://github.com/graphql-go/graphql/issues/637",
"https://github.com/advisories/GHSA-h3qm-jrrf-cgj3"
],
"uuid": "6715d451-309b-413d-8fcc-c5965130f137",
"versions": [
{
"commit": {
"sha": "f02a1c961028d3ba7ac6bb22eaa09b31a2cb53dd",
"tags": [
"v0.8.0"
],
"timestamp": "20210821233355"
},
"number": "v0.8.0"
}
]
},
{
"affected_range": "\u003c=v0.8.0",
"affected_versions": "All versions up to 0.8.0",
"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-674",
"CWE-937"
],
"date": "2023-02-09",
"description": "graphql-go (aka GraphQL for Go) through 0.8.0 has infinite recursion in the type definition parser.",
"fixed_versions": [],
"identifier": "CVE-2022-37315",
"identifiers": [
"GHSA-h3qm-jrrf-cgj3",
"CVE-2022-37315"
],
"not_impacted": "",
"package_slug": "go/github.com/graphql-go/graphql/language/parser",
"pubdate": "2022-08-02",
"solution": "Unfortunately, there is no solution available yet.",
"title": "Uncontrolled Recursion",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2022-37315",
"https://github.com/graphql-go/graphql/issues/637",
"https://github.com/graphql-go/graphql/pull/642",
"https://github.com/graphql-go/graphql/pull/642/commits/4188bd5b3877f7badb951b421cf66e0af2eacb22",
"https://pkg.go.dev/vuln/GO-2022-0942",
"https://github.com/advisories/GHSA-h3qm-jrrf-cgj3"
],
"uuid": "82d85473-19ed-45c8-a0d9-32f08efa708d",
"versions": [
{
"commit": {
"sha": "f02a1c961028d3ba7ac6bb22eaa09b31a2cb53dd",
"tags": [
"v0.8.0"
],
"timestamp": "20210821233355"
},
"number": "v0.8.0"
}
]
}
]
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:graphql-go_project:graphql-go:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndIncluding": "0.8.0",
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2022-37315"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "graphql-go (aka GraphQL for Go) through 0.8.0 has infinite recursion in the type definition parser."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-674"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/graphql-go/graphql/issues/637",
"refsource": "MISC",
"tags": [
"Exploit",
"Issue Tracking",
"Third Party Advisory"
],
"url": "https://github.com/graphql-go/graphql/issues/637"
}
]
}
},
"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-08-05T12:56Z",
"publishedDate": "2022-08-01T22:15Z"
}
}
}
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…