GSD-2022-2583
Vulnerability from gsd - Updated: 2023-12-13 01:19Details
A race condition can cause incorrect HTTP request routing.
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2022-2583",
"description": "A race condition can cause incorrect HTTP request routing.",
"id": "GSD-2022-2583"
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2022-2583"
],
"details": "A race condition can cause incorrect HTTP request routing.",
"id": "GSD-2022-2583",
"modified": "2023-12-13T01:19:20.003513Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security@golang.org",
"ID": "CVE-2022-2583",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "github.com/ntbosscher/gobase/auth/httpauth",
"version": {
"version_data": [
{
"version_affected": "\u003c",
"version_name": "0",
"version_value": "0.7.2"
}
]
}
}
]
},
"vendor_name": "github.com/ntbosscher/gobase"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "A race condition can cause incorrect HTTP request routing."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-362 Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/ntbosscher/gobase/commit/a8d40bce9c429d324122d18c446924dab809e812",
"refsource": "MISC",
"url": "https://github.com/ntbosscher/gobase/commit/a8d40bce9c429d324122d18c446924dab809e812"
},
{
"name": "https://pkg.go.dev/vuln/GO-2022-0400",
"refsource": "MISC",
"url": "https://pkg.go.dev/vuln/GO-2022-0400"
}
]
}
},
"gitlab.com": {
"advisories": [
{
"affected_range": "\u003cv0.7.2",
"affected_versions": "All versions before 0.7.2",
"cvss_v3": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
"cwe_ids": [
"CWE-1035",
"CWE-362",
"CWE-937"
],
"date": "2023-01-05",
"description": "A race condition can cause incorrect HTTP request routing.",
"fixed_versions": [
"v0.7.2"
],
"identifier": "CVE-2022-2583",
"identifiers": [
"CVE-2022-2583",
"GHSA-4348-x292-h437"
],
"not_impacted": "",
"package_slug": "go/github.com/ntbosscher/gobase",
"pubdate": "2022-12-27",
"solution": "Upgrade to version 0.7.2 or above.",
"title": "GoBase Race Condition vulnerability",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2022-2583",
"https://github.com/ntbosscher/gobase/commit/a8d40bce9c429d324122d18c446924dab809e812",
"https://pkg.go.dev/vuln/GO-2022-0400",
"https://github.com/advisories/GHSA-4348-x292-h437"
],
"uuid": "6d91bcfc-0758-4ea9-b58b-d158eef1772f",
"versions": [
{
"commit": {
"sha": "a8d40bce9c429d324122d18c446924dab809e812",
"tags": [
"v0.7.2"
],
"timestamp": "20201105214943"
},
"number": "v0.7.2"
}
]
}
]
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:gobase_project:gobase:*:*:*:*:*:go:*:*",
"cpe_name": [],
"versionEndExcluding": "0.7.2",
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "security@golang.org",
"ID": "CVE-2022-2583"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "A race condition can cause incorrect HTTP request routing."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-362"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/ntbosscher/gobase/commit/a8d40bce9c429d324122d18c446924dab809e812",
"refsource": "MISC",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/ntbosscher/gobase/commit/a8d40bce9c429d324122d18c446924dab809e812"
},
{
"name": "https://pkg.go.dev/vuln/GO-2022-0400",
"refsource": "MISC",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://pkg.go.dev/vuln/GO-2022-0400"
}
]
}
},
"impact": {
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"exploitabilityScore": 2.2,
"impactScore": 1.4
}
},
"lastModifiedDate": "2023-01-05T04:43Z",
"publishedDate": "2022-12-27T22: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…