GSD-2020-36568
Vulnerability from gsd - Updated: 2023-12-13 01:21Details
Unsanitized input in the query parser in github.com/revel/revel before v1.0.0 allows remote attackers to cause resource exhaustion via memory allocation.
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2020-36568",
"id": "GSD-2020-36568"
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2020-36568"
],
"details": "Unsanitized input in the query parser in github.com/revel/revel before v1.0.0 allows remote attackers to cause resource exhaustion via memory allocation.",
"id": "GSD-2020-36568",
"modified": "2023-12-13T01:21:55.863589Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security@golang.org",
"ID": "CVE-2020-36568",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "github.com/revel/revel",
"version": {
"version_data": [
{
"version_affected": "\u003c",
"version_name": "0",
"version_value": "1.0.0"
}
]
}
}
]
},
"vendor_name": "github.com/revel/revel"
}
]
}
},
"credits": [
{
"lang": "en",
"value": "@SYM01"
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Unsanitized input in the query parser in github.com/revel/revel before v1.0.0 allows remote attackers to cause resource exhaustion via memory allocation."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-400: Uncontrolled Resource Consumption"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/revel/revel/pull/1427",
"refsource": "MISC",
"url": "https://github.com/revel/revel/pull/1427"
},
{
"name": "https://github.com/revel/revel/commit/d160ecb72207824005b19778594cbdc272e8a605",
"refsource": "MISC",
"url": "https://github.com/revel/revel/commit/d160ecb72207824005b19778594cbdc272e8a605"
},
{
"name": "https://github.com/revel/revel/issues/1424",
"refsource": "MISC",
"url": "https://github.com/revel/revel/issues/1424"
},
{
"name": "https://pkg.go.dev/vuln/GO-2020-0003",
"refsource": "MISC",
"url": "https://pkg.go.dev/vuln/GO-2020-0003"
}
]
}
},
"gitlab.com": {
"advisories": [
{
"affected_range": "\u003cv1.0.0",
"affected_versions": "All versions before 1.0.0",
"cwe_ids": [
"CWE-1035",
"CWE-937"
],
"date": "2022-12-30",
"description": "Unsanitized input in the query parser in github.com/revel/revel before v1.0.0 allows remote attackers to cause resource exhaustion via memory allocation.",
"fixed_versions": [
"v1.0.0"
],
"identifier": "CVE-2020-36568",
"identifiers": [
"GHSA-hggr-p7v6-73p5",
"CVE-2020-36568"
],
"not_impacted": "All versions starting from 1.0.0",
"package_slug": "go/github.com/revel/revel",
"pubdate": "2022-12-28",
"solution": "Upgrade to version 1.0.0 or above.",
"title": "revel is vulnerable to resource exhaustion",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2020-36568",
"https://github.com/revel/revel/issues/1424",
"https://github.com/revel/revel/pull/1427",
"https://github.com/revel/revel/commit/d160ecb72207824005b19778594cbdc272e8a605",
"https://pkg.go.dev/vuln/GO-2020-0003",
"https://github.com/advisories/GHSA-hggr-p7v6-73p5"
],
"uuid": "d8612070-ef45-4683-985f-474f9705460d",
"versions": [
{
"commit": {
"sha": "ee237a4ce4b7660dcbafda789dd6f524a4a4b47d",
"tags": [
"v1.0.0"
],
"timestamp": "20200712055736"
},
"number": "v1.0.0"
}
]
}
]
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:revel:revel:*:*:*:*:*:go:*:*",
"cpe_name": [],
"versionEndExcluding": "1.0.0",
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "security@golang.org",
"ID": "CVE-2020-36568"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "Unsanitized input in the query parser in github.com/revel/revel before v1.0.0 allows remote attackers to cause resource exhaustion via memory allocation."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-770"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/revel/revel/commit/d160ecb72207824005b19778594cbdc272e8a605",
"refsource": "MISC",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/revel/revel/commit/d160ecb72207824005b19778594cbdc272e8a605"
},
{
"name": "https://github.com/revel/revel/issues/1424",
"refsource": "MISC",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://github.com/revel/revel/issues/1424"
},
{
"name": "https://pkg.go.dev/vuln/GO-2020-0003",
"refsource": "MISC",
"tags": [
"Third Party Advisory"
],
"url": "https://pkg.go.dev/vuln/GO-2020-0003"
},
{
"name": "https://github.com/revel/revel/pull/1427",
"refsource": "MISC",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/revel/revel/pull/1427"
}
]
}
},
"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-06T01:27Z",
"publishedDate": "2022-12-27T22:15Z"
}
}
}
Loading…
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
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…