CVE-2026-56684 (GCVE-0-2026-56684)
Vulnerability from cvelistv5
Published
2026-08-18 14:19
Modified
2026-08-19 03:56
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- CWE-416 - Use After Free
Summary
Valkey is a distributed key-value database. Prior to 7.2.14, 8.0.10, 8.1.9, 9.0.5, and 9.1.1, Valkey's tlsProcessPendingData function iterates pending_list while an authenticated client can trigger CLIENT KILL, causing connTLSClose to delete the iterator's cached next node and producing a use-after-free that can crash the server or potentially allow remote code execution when TLS is enabled. This issue is fixed in versions 7.2.14, 8.0.10, 8.1.9, 9.0.5, and 9.1.1.
References
| URL | Tags | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||
Impacted products
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-56684",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-08-18T00:00:00+00:00",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-08-19T03:56:13.565Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "valkey",
"vendor": "valkey-io",
"versions": [
{
"status": "affected",
"version": "\u003c 7.2.14"
},
{
"status": "affected",
"version": "\u003e= 8.0.0, \u003c 8.0.10"
},
{
"status": "affected",
"version": "\u003e= 8.1.0, \u003c 8.1.9"
},
{
"status": "affected",
"version": "\u003e= 9.0.0, \u003c 9.0.5"
},
{
"status": "affected",
"version": "\u003e= 9.1.0, \u003c 9.1.1"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Valkey is a distributed key-value database. Prior to 7.2.14, 8.0.10, 8.1.9, 9.0.5, and 9.1.1, Valkey\u0027s tlsProcessPendingData function iterates pending_list while an authenticated client can trigger CLIENT KILL, causing connTLSClose to delete the iterator\u0027s cached next node and producing a use-after-free that can crash the server or potentially allow remote code execution when TLS is enabled. This issue is fixed in versions 7.2.14, 8.0.10, 8.1.9, 9.0.5, and 9.1.1."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-416",
"description": "CWE-416: Use After Free",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-18T14:19:51.047Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/valkey-io/valkey/security/advisories/GHSA-53mc-f3m3-99vh",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/valkey-io/valkey/security/advisories/GHSA-53mc-f3m3-99vh"
},
{
"name": "https://github.com/valkey-io/valkey/pull/4234",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/valkey-io/valkey/pull/4234"
},
{
"name": "https://github.com/valkey-io/valkey/commit/7cd5bcb7575d750ec2de618db80da58680a10fe3",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/valkey-io/valkey/commit/7cd5bcb7575d750ec2de618db80da58680a10fe3"
},
{
"name": "https://github.com/valkey-io/valkey/releases/tag/7.2.14",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/valkey-io/valkey/releases/tag/7.2.14"
},
{
"name": "https://github.com/valkey-io/valkey/releases/tag/8.0.10",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/valkey-io/valkey/releases/tag/8.0.10"
},
{
"name": "https://github.com/valkey-io/valkey/releases/tag/8.1.9",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/valkey-io/valkey/releases/tag/8.1.9"
},
{
"name": "https://github.com/valkey-io/valkey/releases/tag/9.0.5",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/valkey-io/valkey/releases/tag/9.0.5"
},
{
"name": "https://github.com/valkey-io/valkey/releases/tag/9.1.1",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/valkey-io/valkey/releases/tag/9.1.1"
}
],
"source": {
"advisory": "GHSA-53mc-f3m3-99vh",
"discovery": "UNKNOWN"
},
"title": "Valkey: TLS pending-data processing use-after-free may allow remote code execution"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-56684",
"datePublished": "2026-08-18T14:19:51.047Z",
"dateReserved": "2026-06-22T16:39:01.044Z",
"dateUpdated": "2026-08-19T03:56:13.565Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-56684\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-08-18T14:55:18.462428Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-08-18T14:55:23.115Z\"}}], \"cna\": {\"title\": \"Valkey: TLS pending-data processing use-after-free may allow remote code execution\", \"source\": {\"advisory\": \"GHSA-53mc-f3m3-99vh\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"valkey-io\", \"product\": \"valkey\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 7.2.14\"}, {\"status\": \"affected\", \"version\": \"\u003e= 8.0.0, \u003c 8.0.10\"}, {\"status\": \"affected\", \"version\": \"\u003e= 8.1.0, \u003c 8.1.9\"}, {\"status\": \"affected\", \"version\": \"\u003e= 9.0.0, \u003c 9.0.5\"}, {\"status\": \"affected\", \"version\": \"\u003e= 9.1.0, \u003c 9.1.1\"}]}], \"references\": [{\"url\": \"https://github.com/valkey-io/valkey/security/advisories/GHSA-53mc-f3m3-99vh\", \"name\": \"https://github.com/valkey-io/valkey/security/advisories/GHSA-53mc-f3m3-99vh\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/valkey-io/valkey/pull/4234\", \"name\": \"https://github.com/valkey-io/valkey/pull/4234\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/valkey-io/valkey/commit/7cd5bcb7575d750ec2de618db80da58680a10fe3\", \"name\": \"https://github.com/valkey-io/valkey/commit/7cd5bcb7575d750ec2de618db80da58680a10fe3\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/valkey-io/valkey/releases/tag/7.2.14\", \"name\": \"https://github.com/valkey-io/valkey/releases/tag/7.2.14\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/valkey-io/valkey/releases/tag/8.0.10\", \"name\": \"https://github.com/valkey-io/valkey/releases/tag/8.0.10\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/valkey-io/valkey/releases/tag/8.1.9\", \"name\": \"https://github.com/valkey-io/valkey/releases/tag/8.1.9\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/valkey-io/valkey/releases/tag/9.0.5\", \"name\": \"https://github.com/valkey-io/valkey/releases/tag/9.0.5\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/valkey-io/valkey/releases/tag/9.1.1\", \"name\": \"https://github.com/valkey-io/valkey/releases/tag/9.1.1\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Valkey is a distributed key-value database. Prior to 7.2.14, 8.0.10, 8.1.9, 9.0.5, and 9.1.1, Valkey\u0027s tlsProcessPendingData function iterates pending_list while an authenticated client can trigger CLIENT KILL, causing connTLSClose to delete the iterator\u0027s cached next node and producing a use-after-free that can crash the server or potentially allow remote code execution when TLS is enabled. This issue is fixed in versions 7.2.14, 8.0.10, 8.1.9, 9.0.5, and 9.1.1.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-416\", \"description\": \"CWE-416: Use After Free\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-08-18T14:19:51.047Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-56684\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-08-19T03:56:13.565Z\", \"dateReserved\": \"2026-06-22T16:39:01.044Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-08-18T14:19:51.047Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
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…