CVE-2022-34038 (GCVE-0-2022-34038)
Vulnerability from cvelistv5
Published
2023-08-22 00:00
Modified
2024-10-03 17:40
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- n/a
Summary
Etcd v3.5.4 allows remote attackers to cause a denial of service via function PageWriter.write in pagewriter.go. NOTE: the vendor's position is that this is not a vulnerability.
References
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-03T08:16:16.219Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://github.com/etcd-io/etcd/pull/14022"
},
{
"tags": [
"x_transferred"
],
"url": "https://github.com/etcd-io/etcd/pull/14452"
},
{
"tags": [
"x_transferred"
],
"url": "https://github.com/golang/vulndb/issues/2016#issuecomment-1698677762"
},
{
"tags": [
"x_transferred"
],
"url": "https://go-review.googlesource.com/c/vulndb/+/524456"
},
{
"tags": [
"x_transferred"
],
"url": "https://go-review.googlesource.com/c/vulndb/+/524456/2/data/excluded/GO-2023-2016.yaml"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2022-34038",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-10-03T17:39:49.881633Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-10-03T17:40:18.755Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "n/a",
"vendor": "n/a",
"versions": [
{
"status": "affected",
"version": "n/a"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Etcd v3.5.4 allows remote attackers to cause a denial of service via function PageWriter.write in pagewriter.go. NOTE: the vendor\u0027s position is that this is not a vulnerability."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "n/a",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2023-09-06T15:52:28.450432",
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"shortName": "mitre"
},
"references": [
{
"url": "https://github.com/etcd-io/etcd/pull/14022"
},
{
"url": "https://github.com/etcd-io/etcd/pull/14452"
},
{
"url": "https://github.com/golang/vulndb/issues/2016#issuecomment-1698677762"
},
{
"url": "https://go-review.googlesource.com/c/vulndb/+/524456"
},
{
"url": "https://go-review.googlesource.com/c/vulndb/+/524456/2/data/excluded/GO-2023-2016.yaml"
}
],
"tags": [
"disputed"
]
}
},
"cveMetadata": {
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"assignerShortName": "mitre",
"cveId": "CVE-2022-34038",
"datePublished": "2023-08-22T00:00:00",
"dateReserved": "2022-06-20T00:00:00",
"dateUpdated": "2024-10-03T17:40:18.755Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2022-34038\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2023-08-22T19:16:23.000\",\"lastModified\":\"2024-11-21T07:08:49.233\",\"vulnStatus\":\"Modified\",\"cveTags\":[{\"sourceIdentifier\":\"cve@mitre.org\",\"tags\":[\"disputed\"]}],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Etcd v3.5.4 allows remote attackers to cause a denial of service via function PageWriter.write in pagewriter.go. NOTE: the vendor\u0027s position is that this is not a vulnerability.\"},{\"lang\":\"es\",\"value\":\"Etcd v3.5.4 permite a atacantes remotos causar una denegaci\u00f3n de servicio a trav\u00e9s de la funci\u00f3n PageWriter.write en pagewriter.go. NOTA: la posici\u00f3n del proveedor es que esto no es una vulnerabilidad.\\n\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-787\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:etcd:etcd:3.5.4:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"40857CA1-2C0D-4602-91D3-45CFC0472736\"}]}]}],\"references\":[{\"url\":\"https://github.com/etcd-io/etcd/pull/14022\",\"source\":\"cve@mitre.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/etcd-io/etcd/pull/14452\",\"source\":\"cve@mitre.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/golang/vulndb/issues/2016#issuecomment-1698677762\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://go-review.googlesource.com/c/vulndb/+/524456\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://go-review.googlesource.com/c/vulndb/+/524456/2/data/excluded/GO-2023-2016.yaml\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://github.com/etcd-io/etcd/pull/14022\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/etcd-io/etcd/pull/14452\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/golang/vulndb/issues/2016#issuecomment-1698677762\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://go-review.googlesource.com/c/vulndb/+/524456\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://go-review.googlesource.com/c/vulndb/+/524456/2/data/excluded/GO-2023-2016.yaml\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/etcd-io/etcd/pull/14022\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://github.com/etcd-io/etcd/pull/14452\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://github.com/golang/vulndb/issues/2016#issuecomment-1698677762\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://go-review.googlesource.com/c/vulndb/+/524456\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://go-review.googlesource.com/c/vulndb/+/524456/2/data/excluded/GO-2023-2016.yaml\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-03T08:16:16.219Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2022-34038\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-10-03T17:39:49.881633Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-10-03T17:40:11.467Z\"}}], \"cna\": {\"tags\": [\"disputed\"], \"affected\": [{\"vendor\": \"n/a\", \"product\": \"n/a\", \"versions\": [{\"status\": \"affected\", \"version\": \"n/a\"}]}], \"references\": [{\"url\": \"https://github.com/etcd-io/etcd/pull/14022\"}, {\"url\": \"https://github.com/etcd-io/etcd/pull/14452\"}, {\"url\": \"https://github.com/golang/vulndb/issues/2016#issuecomment-1698677762\"}, {\"url\": \"https://go-review.googlesource.com/c/vulndb/+/524456\"}, {\"url\": \"https://go-review.googlesource.com/c/vulndb/+/524456/2/data/excluded/GO-2023-2016.yaml\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Etcd v3.5.4 allows remote attackers to cause a denial of service via function PageWriter.write in pagewriter.go. NOTE: the vendor\u0027s position is that this is not a vulnerability.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"text\", \"description\": \"n/a\"}]}], \"providerMetadata\": {\"orgId\": \"8254265b-2729-46b6-b9e3-3dfca2d5bfca\", \"shortName\": \"mitre\", \"dateUpdated\": \"2023-09-06T15:52:28.450432\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2022-34038\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-10-03T17:40:18.755Z\", \"dateReserved\": \"2022-06-20T00:00:00\", \"assignerOrgId\": \"8254265b-2729-46b6-b9e3-3dfca2d5bfca\", \"datePublished\": \"2023-08-22T00:00:00\", \"assignerShortName\": \"mitre\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
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.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- 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…