Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-21605 (GCVE-0-2025-21605)
Vulnerability from cvelistv5 – Published: 2025-04-23 15:38 – Updated: 2026-02-10 17:06- CWE-770 - Allocation of Resources Without Limits or Throttling
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-21605",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-04-23T16:11:06.562685Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-04-23T16:11:18.164Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2026-02-10T17:06:50.695Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://lists.debian.org/debian-lts-announce/2025/05/msg00014.html"
},
{
"url": "https://github.com/valkey-io/valkey/releases/tag/8.1.1"
},
{
"url": "https://www.vicarius.io/vsociety/posts/cve-2025-21605-detection-script-memory-exhaustion-vulnerability-in-redis-database"
},
{
"url": "https://www.vicarius.io/vsociety/posts/cve-2025-21605-mitigation-script-memory-exhaustion-vulnerability-in-redis-database"
}
],
"title": "CVE Program Container",
"x_generator": {
"engine": "ADPogram 0.0.1"
}
}
],
"cna": {
"affected": [
{
"product": "redis",
"vendor": "redis",
"versions": [
{
"status": "affected",
"version": "\u003e= 2.6, \u003c 7.4.3"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Redis is an open source, in-memory database that persists on disk. In versions starting at 2.6 and prior to 7.4.3, An unauthenticated client can cause unlimited growth of output buffers, until the server runs out of memory or is killed. By default, the Redis configuration does not limit the output buffer of normal clients (see client-output-buffer-limit). Therefore, the output buffer can grow unlimitedly over time. As a result, the service is exhausted and the memory is unavailable. When password authentication is enabled on the Redis server, but no password is provided, the client can still cause the output buffer to grow from \"NOAUTH\" responses until the system will run out of memory. This issue has been patched in version 7.4.3. An additional workaround to mitigate this problem without patching the redis-server executable is to block access to prevent unauthenticated users from connecting to Redis. This can be done in different ways. Either using network access control tools like firewalls, iptables, security groups, etc, or enabling TLS and requiring users to authenticate using client side certificates."
}
],
"metrics": [
{
"cvssV3_1": {
"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"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-770",
"description": "CWE-770: Allocation of Resources Without Limits or Throttling",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-04-23T15:38:11.042Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff"
},
{
"name": "https://github.com/redis/redis/releases/tag/7.4.3",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/redis/redis/releases/tag/7.4.3"
}
],
"source": {
"advisory": "GHSA-r67f-p999-2gff",
"discovery": "UNKNOWN"
},
"title": "Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2025-21605",
"datePublished": "2025-04-23T15:38:11.042Z",
"dateReserved": "2024-12-29T03:00:24.712Z",
"dateUpdated": "2026-02-10T17:06:50.695Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-21605",
"date": "2026-06-04",
"epss": "0.00498",
"percentile": "0.66213"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-21605\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-04-23T16:15:34.770\",\"lastModified\":\"2026-02-10T18:16:13.897\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Redis is an open source, in-memory database that persists on disk. In versions starting at 2.6 and prior to 7.4.3, An unauthenticated client can cause unlimited growth of output buffers, until the server runs out of memory or is killed. By default, the Redis configuration does not limit the output buffer of normal clients (see client-output-buffer-limit). Therefore, the output buffer can grow unlimitedly over time. As a result, the service is exhausted and the memory is unavailable. When password authentication is enabled on the Redis server, but no password is provided, the client can still cause the output buffer to grow from \\\"NOAUTH\\\" responses until the system will run out of memory. This issue has been patched in version 7.4.3. An additional workaround to mitigate this problem without patching the redis-server executable is to block access to prevent unauthenticated users from connecting to Redis. This can be done in different ways. Either using network access control tools like firewalls, iptables, security groups, etc, or enabling TLS and requiring users to authenticate using client side certificates.\"},{\"lang\":\"es\",\"value\":\"Redis es una base de datos en memoria de c\u00f3digo abierto que persiste en el disco. En versiones a partir de la 2.6 y anteriores a la 7.4.3, un cliente no autenticado puede provocar un crecimiento ilimitado de los b\u00faferes de salida, hasta que el servidor se quede sin memoria o se cierre. De forma predeterminada, la configuraci\u00f3n de Redis no limita el b\u00fafer de salida de los clientes normales (v\u00e9ase client-output-buffer-limit). Por lo tanto, el b\u00fafer de salida puede crecer ilimitadamente con el tiempo. Como resultado, el servicio se agota y la memoria no est\u00e1 disponible. Cuando la autenticaci\u00f3n con contrase\u00f1a est\u00e1 habilitada en el servidor Redis, pero no se proporciona ninguna contrase\u00f1a, el cliente puede provocar que el b\u00fafer de salida crezca a partir de respuestas \\\"NOAUTH\\\" hasta que el sistema se quede sin memoria. Este problema se ha corregido en la versi\u00f3n 7.4.3. Otro workaround para mitigar este problema sin parchear el ejecutable redis-server es bloquear el acceso para evitar que usuarios no autenticados se conecten a Redis. Esto se puede hacer de diferentes maneras. Ya sea utilizando herramientas de control de acceso a la red, como firewalls, iptables, grupos de seguridad, etc., o habilitando TLS y requiriendo que los usuarios se autentiquen utilizando certificados del lado del cliente.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"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\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-770\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.6.0\",\"versionEndExcluding\":\"6.2.18\",\"matchCriteriaId\":\"F1053565-D448-4F0C-B918-CFBA980CF334\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"7.0\",\"versionEndExcluding\":\"7.2.8\",\"matchCriteriaId\":\"85E8DCD0-90DC-4AF5-A97C-60A29D6D1E73\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"7.4.0\",\"versionEndExcluding\":\"7.4.3\",\"matchCriteriaId\":\"115DBB04-814E-4C70-BBD6-E628472B0490\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:lfprojects:valkey:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"7.2.4\",\"versionEndExcluding\":\"7.2.9\",\"matchCriteriaId\":\"FA5DAFF4-B496-4C30-AD4E-A8840E258B95\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:lfprojects:valkey:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.0.0\",\"versionEndExcluding\":\"8.0.3\",\"matchCriteriaId\":\"76CF44DA-432D-4AED-8346-56694C520EFA\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:lfprojects:valkey:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.1.0\",\"versionEndExcluding\":\"8.1.1\",\"matchCriteriaId\":\"B579FCAC-72C6-4A20-B54C-036B12B279CF\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FA6FEEC2-9F11-4643-8827-749718254FED\"}]}]}],\"references\":[{\"url\":\"https://github.com/redis/redis/releases/tag/7.4.3\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/valkey-io/valkey/releases/tag/8.1.1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/05/msg00014.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://www.vicarius.io/vsociety/posts/cve-2025-21605-detection-script-memory-exhaustion-vulnerability-in-redis-database\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://www.vicarius.io/vsociety/posts/cve-2025-21605-mitigation-script-memory-exhaustion-vulnerability-in-redis-database\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://lists.debian.org/debian-lts-announce/2025/05/msg00014.html\"}, {\"url\": \"https://github.com/valkey-io/valkey/releases/tag/8.1.1\"}, {\"url\": \"https://www.vicarius.io/vsociety/posts/cve-2025-21605-detection-script-memory-exhaustion-vulnerability-in-redis-database\"}, {\"url\": \"https://www.vicarius.io/vsociety/posts/cve-2025-21605-mitigation-script-memory-exhaustion-vulnerability-in-redis-database\"}], \"x_generator\": {\"engine\": \"ADPogram 0.0.1\"}, \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2026-02-10T17:06:50.695Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-21605\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-04-23T16:11:06.562685Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-04-23T16:11:13.999Z\"}}], \"cna\": {\"title\": \"Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client\", \"source\": {\"advisory\": \"GHSA-r67f-p999-2gff\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"redis\", \"product\": \"redis\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 2.6, \u003c 7.4.3\"}]}], \"references\": [{\"url\": \"https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff\", \"name\": \"https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/redis/redis/releases/tag/7.4.3\", \"name\": \"https://github.com/redis/redis/releases/tag/7.4.3\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Redis is an open source, in-memory database that persists on disk. In versions starting at 2.6 and prior to 7.4.3, An unauthenticated client can cause unlimited growth of output buffers, until the server runs out of memory or is killed. By default, the Redis configuration does not limit the output buffer of normal clients (see client-output-buffer-limit). Therefore, the output buffer can grow unlimitedly over time. As a result, the service is exhausted and the memory is unavailable. When password authentication is enabled on the Redis server, but no password is provided, the client can still cause the output buffer to grow from \\\"NOAUTH\\\" responses until the system will run out of memory. This issue has been patched in version 7.4.3. An additional workaround to mitigate this problem without patching the redis-server executable is to block access to prevent unauthenticated users from connecting to Redis. This can be done in different ways. Either using network access control tools like firewalls, iptables, security groups, etc, or enabling TLS and requiring users to authenticate using client side certificates.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-770\", \"description\": \"CWE-770: Allocation of Resources Without Limits or Throttling\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2025-04-23T15:38:11.042Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-21605\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-02-10T17:06:50.695Z\", \"dateReserved\": \"2024-12-29T03:00:24.712Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2025-04-23T15:38:11.042Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
MSRC_CVE-2025-21605
Vulnerability from csaf_microsoft - Published: 2025-04-02 00:00 - Updated: 2026-02-21 03:42| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 19284-17084 | — | ||
| Unresolved product id: 17493-17084 | — |
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2025/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2025/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2025-21605 Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-21605.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client",
"tracking": {
"current_release_date": "2026-02-21T03:42:46.000Z",
"generator": {
"date": "2026-02-25T09:08:59.035Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2025-21605",
"initial_release_date": "2025-04-02T00:00:00.000Z",
"revision_history": [
{
"date": "2025-04-29T00:00:00.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-02-21T03:42:46.000Z",
"legacy_version": "1.1",
"number": "2",
"summary": "Information published."
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
},
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "cbl2 redis 6.2.18-3",
"product": {
"name": "cbl2 redis 6.2.18-3",
"product_id": "2"
}
},
{
"category": "product_version_range",
"name": "cbl2 redis 6.2.20-1",
"product": {
"name": "cbl2 redis 6.2.20-1",
"product_id": "1"
}
}
],
"category": "product_name",
"name": "redis"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 valkey 8.0.3-1",
"product": {
"name": "\u003cazl3 valkey 8.0.3-1",
"product_id": "3"
}
},
{
"category": "product_version",
"name": "azl3 valkey 8.0.3-1",
"product": {
"name": "azl3 valkey 8.0.3-1",
"product_id": "19284"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 valkey 8.0.2-1",
"product": {
"name": "\u003cazl3 valkey 8.0.2-1",
"product_id": "4"
}
},
{
"category": "product_version",
"name": "azl3 valkey 8.0.2-1",
"product": {
"name": "azl3 valkey 8.0.2-1",
"product_id": "17493"
}
}
],
"category": "product_name",
"name": "valkey"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 redis 6.2.18-3 as a component of CBL Mariner 2.0",
"product_id": "17086-2"
},
"product_reference": "2",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 redis 6.2.20-1 as a component of CBL Mariner 2.0",
"product_id": "17086-1"
},
"product_reference": "1",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 valkey 8.0.3-1 as a component of Azure Linux 3.0",
"product_id": "17084-3"
},
"product_reference": "3",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 valkey 8.0.3-1 as a component of Azure Linux 3.0",
"product_id": "19284-17084"
},
"product_reference": "19284",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 valkey 8.0.2-1 as a component of Azure Linux 3.0",
"product_id": "17084-4"
},
"product_reference": "4",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 valkey 8.0.2-1 as a component of Azure Linux 3.0",
"product_id": "17493-17084"
},
"product_reference": "17493",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-21605",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "general",
"text": "GitHub_M",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"19284-17084",
"17493-17084"
],
"known_affected": [
"17086-2",
"17086-1",
"17084-3",
"17084-4"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-21605 Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-21605.json"
}
],
"remediations": [
{
"category": "none_available",
"date": "2025-04-29T00:00:00.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-2"
]
},
{
"category": "none_available",
"date": "2025-04-29T00:00:00.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-1"
]
},
{
"category": "vendor_fix",
"date": "2025-04-29T00:00:00.000Z",
"details": "8.0.3-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-3",
"17084-4"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalsScore": 0.0,
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"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"
},
"products": [
"17086-2",
"17086-1",
"17084-3",
"17084-4"
]
}
],
"title": "Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client"
}
]
}
OPENSUSE-SU-2025:15035-1
Vulnerability from csaf_opensuse - Published: 2025-04-26 00:00 - Updated: 2025-04-26 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:valkey-8.0.3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:valkey-8.0.3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:valkey-8.0.3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:valkey-8.0.3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "valkey-8.0.3-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the valkey-8.0.3-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15035",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15035-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2025:15035-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/BSPBVBDGOIAOC7YYCCDLC4XBLWKHYLWL/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2025:15035-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/BSPBVBDGOIAOC7YYCCDLC4XBLWKHYLWL/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-21605 page",
"url": "https://www.suse.com/security/cve/CVE-2025-21605/"
}
],
"title": "valkey-8.0.3-1.1 on GA media",
"tracking": {
"current_release_date": "2025-04-26T00:00:00Z",
"generator": {
"date": "2025-04-26T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15035-1",
"initial_release_date": "2025-04-26T00:00:00Z",
"revision_history": [
{
"date": "2025-04-26T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "valkey-8.0.3-1.1.aarch64",
"product": {
"name": "valkey-8.0.3-1.1.aarch64",
"product_id": "valkey-8.0.3-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "valkey-compat-redis-8.0.3-1.1.aarch64",
"product": {
"name": "valkey-compat-redis-8.0.3-1.1.aarch64",
"product_id": "valkey-compat-redis-8.0.3-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "valkey-devel-8.0.3-1.1.aarch64",
"product": {
"name": "valkey-devel-8.0.3-1.1.aarch64",
"product_id": "valkey-devel-8.0.3-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "valkey-8.0.3-1.1.ppc64le",
"product": {
"name": "valkey-8.0.3-1.1.ppc64le",
"product_id": "valkey-8.0.3-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "valkey-compat-redis-8.0.3-1.1.ppc64le",
"product": {
"name": "valkey-compat-redis-8.0.3-1.1.ppc64le",
"product_id": "valkey-compat-redis-8.0.3-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "valkey-devel-8.0.3-1.1.ppc64le",
"product": {
"name": "valkey-devel-8.0.3-1.1.ppc64le",
"product_id": "valkey-devel-8.0.3-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "valkey-8.0.3-1.1.s390x",
"product": {
"name": "valkey-8.0.3-1.1.s390x",
"product_id": "valkey-8.0.3-1.1.s390x"
}
},
{
"category": "product_version",
"name": "valkey-compat-redis-8.0.3-1.1.s390x",
"product": {
"name": "valkey-compat-redis-8.0.3-1.1.s390x",
"product_id": "valkey-compat-redis-8.0.3-1.1.s390x"
}
},
{
"category": "product_version",
"name": "valkey-devel-8.0.3-1.1.s390x",
"product": {
"name": "valkey-devel-8.0.3-1.1.s390x",
"product_id": "valkey-devel-8.0.3-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "valkey-8.0.3-1.1.x86_64",
"product": {
"name": "valkey-8.0.3-1.1.x86_64",
"product_id": "valkey-8.0.3-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "valkey-compat-redis-8.0.3-1.1.x86_64",
"product": {
"name": "valkey-compat-redis-8.0.3-1.1.x86_64",
"product_id": "valkey-compat-redis-8.0.3-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "valkey-devel-8.0.3-1.1.x86_64",
"product": {
"name": "valkey-devel-8.0.3-1.1.x86_64",
"product_id": "valkey-devel-8.0.3-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-8.0.3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:valkey-8.0.3-1.1.aarch64"
},
"product_reference": "valkey-8.0.3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-8.0.3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:valkey-8.0.3-1.1.ppc64le"
},
"product_reference": "valkey-8.0.3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-8.0.3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:valkey-8.0.3-1.1.s390x"
},
"product_reference": "valkey-8.0.3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-8.0.3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:valkey-8.0.3-1.1.x86_64"
},
"product_reference": "valkey-8.0.3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-compat-redis-8.0.3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.aarch64"
},
"product_reference": "valkey-compat-redis-8.0.3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-compat-redis-8.0.3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.ppc64le"
},
"product_reference": "valkey-compat-redis-8.0.3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-compat-redis-8.0.3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.s390x"
},
"product_reference": "valkey-compat-redis-8.0.3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-compat-redis-8.0.3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.x86_64"
},
"product_reference": "valkey-compat-redis-8.0.3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-devel-8.0.3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.aarch64"
},
"product_reference": "valkey-devel-8.0.3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-devel-8.0.3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.ppc64le"
},
"product_reference": "valkey-devel-8.0.3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-devel-8.0.3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.s390x"
},
"product_reference": "valkey-devel-8.0.3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-devel-8.0.3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.x86_64"
},
"product_reference": "valkey-devel-8.0.3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-21605",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-21605"
}
],
"notes": [
{
"category": "general",
"text": "Redis is an open source, in-memory database that persists on disk. In versions starting at 2.6 and prior to 7.4.3, An unauthenticated client can cause unlimited growth of output buffers, until the server runs out of memory or is killed. By default, the Redis configuration does not limit the output buffer of normal clients (see client-output-buffer-limit). Therefore, the output buffer can grow unlimitedly over time. As a result, the service is exhausted and the memory is unavailable. When password authentication is enabled on the Redis server, but no password is provided, the client can still cause the output buffer to grow from \"NOAUTH\" responses until the system will run out of memory. This issue has been patched in version 7.4.3. An additional workaround to mitigate this problem without patching the redis-server executable is to block access to prevent unauthenticated users from connecting to Redis. This can be done in different ways. Either using network access control tools like firewalls, iptables, security groups, etc, or enabling TLS and requiring users to authenticate using client side certificates.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:valkey-8.0.3-1.1.aarch64",
"openSUSE Tumbleweed:valkey-8.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:valkey-8.0.3-1.1.s390x",
"openSUSE Tumbleweed:valkey-8.0.3-1.1.x86_64",
"openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.aarch64",
"openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.s390x",
"openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.x86_64",
"openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.aarch64",
"openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.s390x",
"openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-21605",
"url": "https://www.suse.com/security/cve/CVE-2025-21605"
},
{
"category": "external",
"summary": "SUSE Bug 1241708 for CVE-2025-21605",
"url": "https://bugzilla.suse.com/1241708"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:valkey-8.0.3-1.1.aarch64",
"openSUSE Tumbleweed:valkey-8.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:valkey-8.0.3-1.1.s390x",
"openSUSE Tumbleweed:valkey-8.0.3-1.1.x86_64",
"openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.aarch64",
"openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.s390x",
"openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.x86_64",
"openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.aarch64",
"openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.s390x",
"openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:valkey-8.0.3-1.1.aarch64",
"openSUSE Tumbleweed:valkey-8.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:valkey-8.0.3-1.1.s390x",
"openSUSE Tumbleweed:valkey-8.0.3-1.1.x86_64",
"openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.aarch64",
"openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.s390x",
"openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.x86_64",
"openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.aarch64",
"openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.s390x",
"openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-26T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-21605"
}
]
}
OPENSUSE-SU-2025:15293-1
Vulnerability from csaf_opensuse - Published: 2025-07-03 00:00 - Updated: 2025-07-03 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "redis-8.0.2-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the redis-8.0.2-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15293",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15293-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-31227 page",
"url": "https://www.suse.com/security/cve/CVE-2024-31227/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-31228 page",
"url": "https://www.suse.com/security/cve/CVE-2024-31228/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-31449 page",
"url": "https://www.suse.com/security/cve/CVE-2024-31449/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-46981 page",
"url": "https://www.suse.com/security/cve/CVE-2024-46981/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-51741 page",
"url": "https://www.suse.com/security/cve/CVE-2024-51741/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-21605 page",
"url": "https://www.suse.com/security/cve/CVE-2025-21605/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27151 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27151/"
}
],
"title": "redis-8.0.2-1.1 on GA media",
"tracking": {
"current_release_date": "2025-07-03T00:00:00Z",
"generator": {
"date": "2025-07-03T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15293-1",
"initial_release_date": "2025-07-03T00:00:00Z",
"revision_history": [
{
"date": "2025-07-03T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "redis-8.0.2-1.1.aarch64",
"product": {
"name": "redis-8.0.2-1.1.aarch64",
"product_id": "redis-8.0.2-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-8.0.2-1.1.ppc64le",
"product": {
"name": "redis-8.0.2-1.1.ppc64le",
"product_id": "redis-8.0.2-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-8.0.2-1.1.s390x",
"product": {
"name": "redis-8.0.2-1.1.s390x",
"product_id": "redis-8.0.2-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-8.0.2-1.1.x86_64",
"product": {
"name": "redis-8.0.2-1.1.x86_64",
"product_id": "redis-8.0.2-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-8.0.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64"
},
"product_reference": "redis-8.0.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-8.0.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le"
},
"product_reference": "redis-8.0.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-8.0.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:redis-8.0.2-1.1.s390x"
},
"product_reference": "redis-8.0.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-8.0.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
},
"product_reference": "redis-8.0.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-31227",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-31227"
}
],
"notes": [
{
"category": "general",
"text": "Redis is an open source, in-memory database that persists on disk. An authenticated with sufficient privileges may create a malformed ACL selector which, when accessed, triggers a server panic and subsequent denial of service. The problem exists in Redis 7 prior to versions 7.2.6 and 7.4.1. Users are advised to upgrade. There are no known workarounds for this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-31227",
"url": "https://www.suse.com/security/cve/CVE-2024-31227"
},
{
"category": "external",
"summary": "SUSE Bug 1231266 for CVE-2024-31227",
"url": "https://bugzilla.suse.com/1231266"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-31227"
},
{
"cve": "CVE-2024-31228",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-31228"
}
],
"notes": [
{
"category": "general",
"text": "Redis is an open source, in-memory database that persists on disk. Authenticated users can trigger a denial-of-service by using specially crafted, long string match patterns on supported commands such as `KEYS`, `SCAN`, `PSUBSCRIBE`, `FUNCTION LIST`, `COMMAND LIST` and ACL definitions. Matching of extremely long patterns may result in unbounded recursion, leading to stack overflow and process crash. This problem has been fixed in Redis versions 6.2.16, 7.2.6, and 7.4.1. Users are advised to upgrade. There are no known workarounds for this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-31228",
"url": "https://www.suse.com/security/cve/CVE-2024-31228"
},
{
"category": "external",
"summary": "SUSE Bug 1231265 for CVE-2024-31228",
"url": "https://bugzilla.suse.com/1231265"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-31228"
},
{
"cve": "CVE-2024-31449",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-31449"
}
],
"notes": [
{
"category": "general",
"text": "Redis is an open source, in-memory database that persists on disk. An authenticated user may use a specially crafted Lua script to trigger a stack buffer overflow in the bit library, which may potentially lead to remote code execution. The problem exists in all versions of Redis with Lua scripting. This problem has been fixed in Redis versions 6.2.16, 7.2.6, and 7.4.1. Users are advised to upgrade. There are no known workarounds for this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-31449",
"url": "https://www.suse.com/security/cve/CVE-2024-31449"
},
{
"category": "external",
"summary": "SUSE Bug 1231264 for CVE-2024-31449",
"url": "https://bugzilla.suse.com/1231264"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-31449"
},
{
"cve": "CVE-2024-46981",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-46981"
}
],
"notes": [
{
"category": "general",
"text": "Redis is an open source, in-memory database that persists on disk. An authenticated user may use a specially crafted Lua script to manipulate the garbage collector and potentially lead to remote code execution. The problem is fixed in 7.4.2, 7.2.7, and 6.2.17. An additional workaround to mitigate the problem without patching the redis-server executable is to prevent users from executing Lua scripts. This can be done using ACL to restrict EVAL and EVALSHA commands.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-46981",
"url": "https://www.suse.com/security/cve/CVE-2024-46981"
},
{
"category": "external",
"summary": "SUSE Bug 1235387 for CVE-2024-46981",
"url": "https://bugzilla.suse.com/1235387"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-46981"
},
{
"cve": "CVE-2024-51741",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-51741"
}
],
"notes": [
{
"category": "general",
"text": "Redis is an open source, in-memory database that persists on disk. An authenticated with sufficient privileges may create a malformed ACL selector which, when accessed, triggers a server panic and subsequent denial of service. The problem is fixed in Redis 7.2.7 and 7.4.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-51741",
"url": "https://www.suse.com/security/cve/CVE-2024-51741"
},
{
"category": "external",
"summary": "SUSE Bug 1235386 for CVE-2024-51741",
"url": "https://bugzilla.suse.com/1235386"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-51741"
},
{
"cve": "CVE-2025-21605",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-21605"
}
],
"notes": [
{
"category": "general",
"text": "Redis is an open source, in-memory database that persists on disk. In versions starting at 2.6 and prior to 7.4.3, An unauthenticated client can cause unlimited growth of output buffers, until the server runs out of memory or is killed. By default, the Redis configuration does not limit the output buffer of normal clients (see client-output-buffer-limit). Therefore, the output buffer can grow unlimitedly over time. As a result, the service is exhausted and the memory is unavailable. When password authentication is enabled on the Redis server, but no password is provided, the client can still cause the output buffer to grow from \"NOAUTH\" responses until the system will run out of memory. This issue has been patched in version 7.4.3. An additional workaround to mitigate this problem without patching the redis-server executable is to block access to prevent unauthenticated users from connecting to Redis. This can be done in different ways. Either using network access control tools like firewalls, iptables, security groups, etc, or enabling TLS and requiring users to authenticate using client side certificates.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-21605",
"url": "https://www.suse.com/security/cve/CVE-2025-21605"
},
{
"category": "external",
"summary": "SUSE Bug 1241708 for CVE-2025-21605",
"url": "https://bugzilla.suse.com/1241708"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-21605"
},
{
"cve": "CVE-2025-27151",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27151"
}
],
"notes": [
{
"category": "general",
"text": "Redis is an open source, in-memory database that persists on disk. In versions starting from 7.0.0 to before 8.0.2, a stack-based buffer overflow exists in redis-check-aof due to the use of memcpy with strlen(filepath) when copying a user-supplied file path into a fixed-size stack buffer. This allows an attacker to overflow the stack and potentially achieve code execution. This issue has been patched in version 8.0.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27151",
"url": "https://www.suse.com/security/cve/CVE-2025-27151"
},
{
"category": "external",
"summary": "SUSE Bug 1243804 for CVE-2025-27151",
"url": "https://bugzilla.suse.com/1243804"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-27151"
}
]
}
RHSA-2025:4441
Vulnerability from csaf_redhat - Published: 2025-05-05 01:40 - Updated: 2026-04-30 13:30A flaw was found in the Redis server. This flaw allows an unauthenticated client to cause an unlimited growth of output buffers until the server runs out of memory or is killed. By default, the Redis configuration does not limit the output buffer of normal clients (see client-output-buffer-limit). Therefore, the output buffer can grow unlimitedly over time. As a result, the service is exhausted, and the memory is unavailable. When password authentication is enabled on the Redis server but no password is provided, the client can still cause the output buffer to grow from "NOAUTH" responses until the system runs out of memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.4.0.Z.AUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the redis:6 module is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.4 Telecommunications Update Service.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Redis is an advanced key-value store. It is often referred to as a data-structure server since keys can contain strings, hashes, lists, sets, and sorted sets. For performance, Redis works with an in-memory data set. You can persist it either by dumping the data set to disk every once in a while, or by appending each command to a log.\n\nSecurity Fix(es):\n\n* redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client (CVE-2025-21605)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:4441",
"url": "https://access.redhat.com/errata/RHSA-2025:4441"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2361883",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2361883"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4441.json"
}
],
"title": "Red Hat Security Advisory: redis:6 security update",
"tracking": {
"current_release_date": "2026-04-30T13:30:59+00:00",
"generator": {
"date": "2026-04-30T13:30:59+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2025:4441",
"initial_release_date": "2025-05-05T01:40:33+00:00",
"revision_history": [
{
"date": "2025-05-05T01:40:33+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-05T01:40:33+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T13:30:59+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6",
"product": {
"name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src (redis:6)",
"product_id": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.0.9-5.module%2Bel8.4.0%2B23067%2B0d16e377.2?arch=src\u0026rpmmod=redis:6:8040020250429071832:522a0ee4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"product": {
"name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 (redis:6)",
"product_id": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.0.9-5.module%2Bel8.4.0%2B23067%2B0d16e377.2?arch=x86_64\u0026rpmmod=redis:6:8040020250429071832:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"product": {
"name": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 (redis:6)",
"product_id": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.0.9-5.module%2Bel8.4.0%2B23067%2B0d16e377.2?arch=x86_64\u0026rpmmod=redis:6:8040020250429071832:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"product": {
"name": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 (redis:6)",
"product_id": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.0.9-5.module%2Bel8.4.0%2B23067%2B0d16e377.2?arch=x86_64\u0026rpmmod=redis:6:8040020250429071832:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"product": {
"name": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 (redis:6)",
"product_id": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.0.9-5.module%2Bel8.4.0%2B23067%2B0d16e377.2?arch=x86_64\u0026rpmmod=redis:6:8040020250429071832:522a0ee4"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6",
"product": {
"name": "redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch (redis:6)",
"product_id": "redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-doc@6.0.9-5.module%2Bel8.4.0%2B23067%2B0d16e377.2?arch=noarch\u0026rpmmod=redis:6:8040020250429071832:522a0ee4"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"product": {
"name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le (redis:6)",
"product_id": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.0.9-5.module%2Bel8.4.0%2B23067%2B0d16e377.2?arch=ppc64le\u0026rpmmod=redis:6:8040020250429071832:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"product": {
"name": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le (redis:6)",
"product_id": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.0.9-5.module%2Bel8.4.0%2B23067%2B0d16e377.2?arch=ppc64le\u0026rpmmod=redis:6:8040020250429071832:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"product": {
"name": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le (redis:6)",
"product_id": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.0.9-5.module%2Bel8.4.0%2B23067%2B0d16e377.2?arch=ppc64le\u0026rpmmod=redis:6:8040020250429071832:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"product": {
"name": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le (redis:6)",
"product_id": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.0.9-5.module%2Bel8.4.0%2B23067%2B0d16e377.2?arch=ppc64le\u0026rpmmod=redis:6:8040020250429071832:522a0ee4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src (redis:6) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6"
},
"product_reference": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6"
},
"product_reference": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6"
},
"product_reference": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6"
},
"product_reference": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6"
},
"product_reference": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch (redis:6) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6"
},
"product_reference": "redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6"
},
"product_reference": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6"
},
"product_reference": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6"
},
"product_reference": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6"
},
"product_reference": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6"
},
"product_reference": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6"
},
"product_reference": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6"
},
"product_reference": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6"
},
"product_reference": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6"
},
"product_reference": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6"
},
"product_reference": "redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src (redis:6) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6"
},
"product_reference": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6"
},
"product_reference": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6"
},
"product_reference": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6"
},
"product_reference": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6"
},
"product_reference": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch (redis:6) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6"
},
"product_reference": "redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-21605",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-04-23T16:01:41.763906+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2361883"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Redis server. This flaw allows an unauthenticated client to cause an unlimited growth of output buffers until the server runs out of memory or is killed. By default, the Redis configuration does not limit the output buffer of normal clients (see client-output-buffer-limit). Therefore, the output buffer can grow unlimitedly over time. As a result, the service is exhausted, and the memory is unavailable.\n\nWhen password authentication is enabled on the Redis server but no password is provided, the client can still cause the output buffer to grow from \"NOAUTH\" responses until the system runs out of memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.4.0.Z.AUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6",
"AppStream-8.4.0.Z.AUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.AUS:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.AUS:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.AUS:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.AUS:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6",
"AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6",
"AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"AppStream-8.4.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"AppStream-8.4.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"AppStream-8.4.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.E4S:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6",
"AppStream-8.4.0.Z.TUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6",
"AppStream-8.4.0.Z.TUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.TUS:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.TUS:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.TUS:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.TUS:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-21605"
},
{
"category": "external",
"summary": "RHBZ#2361883",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2361883"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-21605",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21605"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21605",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21605"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/releases/tag/7.4.3",
"url": "https://github.com/redis/redis/releases/tag/7.4.3"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff",
"url": "https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff"
}
],
"release_date": "2025-04-23T15:38:11.042000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-05T01:40:33+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.4.0.Z.AUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6",
"AppStream-8.4.0.Z.AUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.AUS:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.AUS:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.AUS:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.AUS:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6",
"AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6",
"AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"AppStream-8.4.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"AppStream-8.4.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"AppStream-8.4.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.E4S:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6",
"AppStream-8.4.0.Z.TUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6",
"AppStream-8.4.0.Z.TUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.TUS:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.TUS:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.TUS:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.TUS:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4441"
},
{
"category": "workaround",
"details": "A workaround to mitigate this problem without patching the redis-server executable is to block access to prevent unauthenticated users from connecting to Redis. This can be done in the following different ways:\n\n- Using network access control tools like firewalls, iptables, security groups, etc.\n- Enabling TLS and requiring users to authenticate using client side certificates.",
"product_ids": [
"AppStream-8.4.0.Z.AUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6",
"AppStream-8.4.0.Z.AUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.AUS:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.AUS:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.AUS:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.AUS:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6",
"AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6",
"AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"AppStream-8.4.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"AppStream-8.4.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"AppStream-8.4.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.E4S:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6",
"AppStream-8.4.0.Z.TUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6",
"AppStream-8.4.0.Z.TUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.TUS:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.TUS:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.TUS:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.TUS:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6"
]
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"AppStream-8.4.0.Z.AUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6",
"AppStream-8.4.0.Z.AUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.AUS:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.AUS:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.AUS:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.AUS:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6",
"AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6",
"AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"AppStream-8.4.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"AppStream-8.4.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"AppStream-8.4.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.E4S:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6",
"AppStream-8.4.0.Z.TUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6",
"AppStream-8.4.0.Z.TUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.TUS:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.TUS:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.TUS:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.TUS:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client"
}
]
}
RHSA-2025:4561
Vulnerability from csaf_redhat - Published: 2025-05-06 15:35 - Updated: 2026-04-30 13:30A flaw was found in the Redis server. This flaw allows an unauthenticated client to cause an unlimited growth of output buffers until the server runs out of memory or is killed. By default, the Redis configuration does not limit the output buffer of normal clients (see client-output-buffer-limit). Therefore, the output buffer can grow unlimitedly over time. As a result, the service is exhausted, and the memory is unavailable. When password authentication is enabled on the Redis server but no password is provided, the client can still cause the output buffer to grow from "NOAUTH" responses until the system runs out of memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.AUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the redis:6 module is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Redis is an advanced key-value store. It is often referred to as a data-structure server since keys can contain strings, hashes, lists, sets, and sorted sets. For performance, Redis works with an in-memory data set. You can persist it either by dumping the data set to disk every once in a while, or by appending each command to a log.\n\nSecurity Fix(es):\n\n* redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client (CVE-2025-21605)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:4561",
"url": "https://access.redhat.com/errata/RHSA-2025:4561"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2361883",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2361883"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4561.json"
}
],
"title": "Red Hat Security Advisory: redis:6 security update",
"tracking": {
"current_release_date": "2026-04-30T13:30:59+00:00",
"generator": {
"date": "2026-04-30T13:30:59+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2025:4561",
"initial_release_date": "2025-05-06T15:35:47+00:00",
"revision_history": [
{
"date": "2025-05-06T15:35:47+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-06T15:35:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T13:30:59+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6",
"product": {
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src (redis:6)",
"product_id": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=src\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"product": {
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 (redis:6)",
"product_id": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=x86_64\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"product": {
"name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 (redis:6)",
"product_id": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=x86_64\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"product": {
"name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 (redis:6)",
"product_id": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=x86_64\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"product": {
"name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 (redis:6)",
"product_id": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=x86_64\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6",
"product": {
"name": "redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch (redis:6)",
"product_id": "redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-doc@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=noarch\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"product": {
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64 (redis:6)",
"product_id": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=aarch64\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"product": {
"name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64 (redis:6)",
"product_id": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=aarch64\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"product": {
"name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64 (redis:6)",
"product_id": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=aarch64\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"product": {
"name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64 (redis:6)",
"product_id": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=aarch64\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"product": {
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le (redis:6)",
"product_id": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=ppc64le\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"product": {
"name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le (redis:6)",
"product_id": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=ppc64le\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"product": {
"name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le (redis:6)",
"product_id": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=ppc64le\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"product": {
"name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le (redis:6)",
"product_id": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=ppc64le\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"product": {
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x (redis:6)",
"product_id": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=s390x\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"product": {
"name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x (redis:6)",
"product_id": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=s390x\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"product": {
"name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x (redis:6)",
"product_id": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=s390x\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"product": {
"name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x (redis:6)",
"product_id": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=s390x\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src (redis:6) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6"
},
"product_reference": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6"
},
"product_reference": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6"
},
"product_reference": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6"
},
"product_reference": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6"
},
"product_reference": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch (redis:6) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6"
},
"product_reference": "redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64 (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6"
},
"product_reference": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6"
},
"product_reference": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6"
},
"product_reference": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6"
},
"product_reference": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6"
},
"product_reference": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64 (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6"
},
"product_reference": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6"
},
"product_reference": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6"
},
"product_reference": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6"
},
"product_reference": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64 (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6"
},
"product_reference": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6"
},
"product_reference": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6"
},
"product_reference": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6"
},
"product_reference": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64 (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6"
},
"product_reference": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6"
},
"product_reference": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6"
},
"product_reference": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6"
},
"product_reference": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6"
},
"product_reference": "redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src (redis:6) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6"
},
"product_reference": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6"
},
"product_reference": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6"
},
"product_reference": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6"
},
"product_reference": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6"
},
"product_reference": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch (redis:6) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6"
},
"product_reference": "redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-21605",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-04-23T16:01:41.763906+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2361883"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Redis server. This flaw allows an unauthenticated client to cause an unlimited growth of output buffers until the server runs out of memory or is killed. By default, the Redis configuration does not limit the output buffer of normal clients (see client-output-buffer-limit). Therefore, the output buffer can grow unlimitedly over time. As a result, the service is exhausted, and the memory is unavailable.\n\nWhen password authentication is enabled on the Redis server but no password is provided, the client can still cause the output buffer to grow from \"NOAUTH\" responses until the system runs out of memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.AUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6",
"AppStream-8.6.0.Z.AUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.AUS:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.AUS:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.AUS:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.AUS:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6",
"AppStream-8.6.0.Z.TUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6",
"AppStream-8.6.0.Z.TUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.TUS:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.TUS:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.TUS:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.TUS:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-21605"
},
{
"category": "external",
"summary": "RHBZ#2361883",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2361883"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-21605",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21605"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21605",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21605"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/releases/tag/7.4.3",
"url": "https://github.com/redis/redis/releases/tag/7.4.3"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff",
"url": "https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff"
}
],
"release_date": "2025-04-23T15:38:11.042000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-06T15:35:47+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.AUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6",
"AppStream-8.6.0.Z.AUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.AUS:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.AUS:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.AUS:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.AUS:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6",
"AppStream-8.6.0.Z.TUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6",
"AppStream-8.6.0.Z.TUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.TUS:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.TUS:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.TUS:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.TUS:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4561"
},
{
"category": "workaround",
"details": "A workaround to mitigate this problem without patching the redis-server executable is to block access to prevent unauthenticated users from connecting to Redis. This can be done in the following different ways:\n\n- Using network access control tools like firewalls, iptables, security groups, etc.\n- Enabling TLS and requiring users to authenticate using client side certificates.",
"product_ids": [
"AppStream-8.6.0.Z.AUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6",
"AppStream-8.6.0.Z.AUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.AUS:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.AUS:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.AUS:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.AUS:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6",
"AppStream-8.6.0.Z.TUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6",
"AppStream-8.6.0.Z.TUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.TUS:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.TUS:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.TUS:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.TUS:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6"
]
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"AppStream-8.6.0.Z.AUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6",
"AppStream-8.6.0.Z.AUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.AUS:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.AUS:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.AUS:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.AUS:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6",
"AppStream-8.6.0.Z.TUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6",
"AppStream-8.6.0.Z.TUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.TUS:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.TUS:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.TUS:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.TUS:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client"
}
]
}
RHSA-2025:4577
Vulnerability from csaf_redhat - Published: 2025-05-06 17:25 - Updated: 2026-04-30 13:30A flaw was found in the Redis server. This flaw allows an unauthenticated client to cause an unlimited growth of output buffers until the server runs out of memory or is killed. By default, the Redis configuration does not limit the output buffer of normal clients (see client-output-buffer-limit). Therefore, the output buffer can grow unlimitedly over time. As a result, the service is exhausted, and the memory is unavailable. When password authentication is enabled on the Redis server but no password is provided, the client can still cause the output buffer to grow from "NOAUTH" responses until the system runs out of memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:redis-0:6.2.6-1.el9_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:redis-0:6.2.6-1.el9_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:redis-0:6.2.6-1.el9_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:redis-0:6.2.6-1.el9_0.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:redis-0:6.2.6-1.el9_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:redis-debuginfo-0:6.2.6-1.el9_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:redis-debuginfo-0:6.2.6-1.el9_0.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:redis-debuginfo-0:6.2.6-1.el9_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:redis-debuginfo-0:6.2.6-1.el9_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:redis-debuginfo-0:6.2.6-1.el9_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:redis-debugsource-0:6.2.6-1.el9_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:redis-debugsource-0:6.2.6-1.el9_0.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:redis-debugsource-0:6.2.6-1.el9_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:redis-debugsource-0:6.2.6-1.el9_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:redis-debugsource-0:6.2.6-1.el9_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:redis-devel-0:6.2.6-1.el9_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:redis-devel-0:6.2.6-1.el9_0.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:redis-devel-0:6.2.6-1.el9_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:redis-devel-0:6.2.6-1.el9_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:redis-devel-0:6.2.6-1.el9_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:redis-doc-0:6.2.6-1.el9_0.2.noarch | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for redis is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Redis is an advanced key-value store. It is often referred to as a data-structure server since keys can contain strings, hashes, lists, sets, and sorted sets. For performance, Redis works with an in-memory data set. You can persist it either by dumping the data set to disk every once in a while, or by appending each command to a log.\n\nSecurity Fix(es):\n\n* redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client (CVE-2025-21605)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:4577",
"url": "https://access.redhat.com/errata/RHSA-2025:4577"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2361883",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2361883"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4577.json"
}
],
"title": "Red Hat Security Advisory: redis security update",
"tracking": {
"current_release_date": "2026-04-30T13:30:59+00:00",
"generator": {
"date": "2026-04-30T13:30:59+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2025:4577",
"initial_release_date": "2025-05-06T17:25:18+00:00",
"revision_history": [
{
"date": "2025-05-06T17:25:18+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-06T17:25:18+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T13:30:59+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.0::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.6-1.el9_0.2.src",
"product": {
"name": "redis-0:6.2.6-1.el9_0.2.src",
"product_id": "redis-0:6.2.6-1.el9_0.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.6-1.el9_0.2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.6-1.el9_0.2.aarch64",
"product": {
"name": "redis-0:6.2.6-1.el9_0.2.aarch64",
"product_id": "redis-0:6.2.6-1.el9_0.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.6-1.el9_0.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.2.6-1.el9_0.2.aarch64",
"product": {
"name": "redis-devel-0:6.2.6-1.el9_0.2.aarch64",
"product_id": "redis-devel-0:6.2.6-1.el9_0.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.6-1.el9_0.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.6-1.el9_0.2.aarch64",
"product": {
"name": "redis-debugsource-0:6.2.6-1.el9_0.2.aarch64",
"product_id": "redis-debugsource-0:6.2.6-1.el9_0.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.6-1.el9_0.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.6-1.el9_0.2.aarch64",
"product": {
"name": "redis-debuginfo-0:6.2.6-1.el9_0.2.aarch64",
"product_id": "redis-debuginfo-0:6.2.6-1.el9_0.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.6-1.el9_0.2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.6-1.el9_0.2.ppc64le",
"product": {
"name": "redis-0:6.2.6-1.el9_0.2.ppc64le",
"product_id": "redis-0:6.2.6-1.el9_0.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.6-1.el9_0.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.2.6-1.el9_0.2.ppc64le",
"product": {
"name": "redis-devel-0:6.2.6-1.el9_0.2.ppc64le",
"product_id": "redis-devel-0:6.2.6-1.el9_0.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.6-1.el9_0.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.6-1.el9_0.2.ppc64le",
"product": {
"name": "redis-debugsource-0:6.2.6-1.el9_0.2.ppc64le",
"product_id": "redis-debugsource-0:6.2.6-1.el9_0.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.6-1.el9_0.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.6-1.el9_0.2.ppc64le",
"product": {
"name": "redis-debuginfo-0:6.2.6-1.el9_0.2.ppc64le",
"product_id": "redis-debuginfo-0:6.2.6-1.el9_0.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.6-1.el9_0.2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.6-1.el9_0.2.x86_64",
"product": {
"name": "redis-0:6.2.6-1.el9_0.2.x86_64",
"product_id": "redis-0:6.2.6-1.el9_0.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.6-1.el9_0.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.2.6-1.el9_0.2.x86_64",
"product": {
"name": "redis-devel-0:6.2.6-1.el9_0.2.x86_64",
"product_id": "redis-devel-0:6.2.6-1.el9_0.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.6-1.el9_0.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.6-1.el9_0.2.x86_64",
"product": {
"name": "redis-debugsource-0:6.2.6-1.el9_0.2.x86_64",
"product_id": "redis-debugsource-0:6.2.6-1.el9_0.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.6-1.el9_0.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.6-1.el9_0.2.x86_64",
"product": {
"name": "redis-debuginfo-0:6.2.6-1.el9_0.2.x86_64",
"product_id": "redis-debuginfo-0:6.2.6-1.el9_0.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.6-1.el9_0.2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-devel-0:6.2.6-1.el9_0.2.i686",
"product": {
"name": "redis-devel-0:6.2.6-1.el9_0.2.i686",
"product_id": "redis-devel-0:6.2.6-1.el9_0.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.6-1.el9_0.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.6-1.el9_0.2.i686",
"product": {
"name": "redis-debugsource-0:6.2.6-1.el9_0.2.i686",
"product_id": "redis-debugsource-0:6.2.6-1.el9_0.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.6-1.el9_0.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.6-1.el9_0.2.i686",
"product": {
"name": "redis-debuginfo-0:6.2.6-1.el9_0.2.i686",
"product_id": "redis-debuginfo-0:6.2.6-1.el9_0.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.6-1.el9_0.2?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.6-1.el9_0.2.s390x",
"product": {
"name": "redis-0:6.2.6-1.el9_0.2.s390x",
"product_id": "redis-0:6.2.6-1.el9_0.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.6-1.el9_0.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.2.6-1.el9_0.2.s390x",
"product": {
"name": "redis-devel-0:6.2.6-1.el9_0.2.s390x",
"product_id": "redis-devel-0:6.2.6-1.el9_0.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.6-1.el9_0.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.6-1.el9_0.2.s390x",
"product": {
"name": "redis-debugsource-0:6.2.6-1.el9_0.2.s390x",
"product_id": "redis-debugsource-0:6.2.6-1.el9_0.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.6-1.el9_0.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.6-1.el9_0.2.s390x",
"product": {
"name": "redis-debuginfo-0:6.2.6-1.el9_0.2.s390x",
"product_id": "redis-debuginfo-0:6.2.6-1.el9_0.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.6-1.el9_0.2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-doc-0:6.2.6-1.el9_0.2.noarch",
"product": {
"name": "redis-doc-0:6.2.6-1.el9_0.2.noarch",
"product_id": "redis-doc-0:6.2.6-1.el9_0.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-doc@6.2.6-1.el9_0.2?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.6-1.el9_0.2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:redis-0:6.2.6-1.el9_0.2.aarch64"
},
"product_reference": "redis-0:6.2.6-1.el9_0.2.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.6-1.el9_0.2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:redis-0:6.2.6-1.el9_0.2.ppc64le"
},
"product_reference": "redis-0:6.2.6-1.el9_0.2.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.6-1.el9_0.2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:redis-0:6.2.6-1.el9_0.2.s390x"
},
"product_reference": "redis-0:6.2.6-1.el9_0.2.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.6-1.el9_0.2.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:redis-0:6.2.6-1.el9_0.2.src"
},
"product_reference": "redis-0:6.2.6-1.el9_0.2.src",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.6-1.el9_0.2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:redis-0:6.2.6-1.el9_0.2.x86_64"
},
"product_reference": "redis-0:6.2.6-1.el9_0.2.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.6-1.el9_0.2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:redis-debuginfo-0:6.2.6-1.el9_0.2.aarch64"
},
"product_reference": "redis-debuginfo-0:6.2.6-1.el9_0.2.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.6-1.el9_0.2.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:redis-debuginfo-0:6.2.6-1.el9_0.2.i686"
},
"product_reference": "redis-debuginfo-0:6.2.6-1.el9_0.2.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.6-1.el9_0.2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:redis-debuginfo-0:6.2.6-1.el9_0.2.ppc64le"
},
"product_reference": "redis-debuginfo-0:6.2.6-1.el9_0.2.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.6-1.el9_0.2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:redis-debuginfo-0:6.2.6-1.el9_0.2.s390x"
},
"product_reference": "redis-debuginfo-0:6.2.6-1.el9_0.2.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.6-1.el9_0.2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:redis-debuginfo-0:6.2.6-1.el9_0.2.x86_64"
},
"product_reference": "redis-debuginfo-0:6.2.6-1.el9_0.2.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.6-1.el9_0.2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:redis-debugsource-0:6.2.6-1.el9_0.2.aarch64"
},
"product_reference": "redis-debugsource-0:6.2.6-1.el9_0.2.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.6-1.el9_0.2.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:redis-debugsource-0:6.2.6-1.el9_0.2.i686"
},
"product_reference": "redis-debugsource-0:6.2.6-1.el9_0.2.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.6-1.el9_0.2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:redis-debugsource-0:6.2.6-1.el9_0.2.ppc64le"
},
"product_reference": "redis-debugsource-0:6.2.6-1.el9_0.2.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.6-1.el9_0.2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:redis-debugsource-0:6.2.6-1.el9_0.2.s390x"
},
"product_reference": "redis-debugsource-0:6.2.6-1.el9_0.2.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.6-1.el9_0.2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:redis-debugsource-0:6.2.6-1.el9_0.2.x86_64"
},
"product_reference": "redis-debugsource-0:6.2.6-1.el9_0.2.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.6-1.el9_0.2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:redis-devel-0:6.2.6-1.el9_0.2.aarch64"
},
"product_reference": "redis-devel-0:6.2.6-1.el9_0.2.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.6-1.el9_0.2.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:redis-devel-0:6.2.6-1.el9_0.2.i686"
},
"product_reference": "redis-devel-0:6.2.6-1.el9_0.2.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.6-1.el9_0.2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:redis-devel-0:6.2.6-1.el9_0.2.ppc64le"
},
"product_reference": "redis-devel-0:6.2.6-1.el9_0.2.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.6-1.el9_0.2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:redis-devel-0:6.2.6-1.el9_0.2.s390x"
},
"product_reference": "redis-devel-0:6.2.6-1.el9_0.2.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.6-1.el9_0.2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:redis-devel-0:6.2.6-1.el9_0.2.x86_64"
},
"product_reference": "redis-devel-0:6.2.6-1.el9_0.2.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-doc-0:6.2.6-1.el9_0.2.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:redis-doc-0:6.2.6-1.el9_0.2.noarch"
},
"product_reference": "redis-doc-0:6.2.6-1.el9_0.2.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-21605",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-04-23T16:01:41.763906+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2361883"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Redis server. This flaw allows an unauthenticated client to cause an unlimited growth of output buffers until the server runs out of memory or is killed. By default, the Redis configuration does not limit the output buffer of normal clients (see client-output-buffer-limit). Therefore, the output buffer can grow unlimitedly over time. As a result, the service is exhausted, and the memory is unavailable.\n\nWhen password authentication is enabled on the Redis server but no password is provided, the client can still cause the output buffer to grow from \"NOAUTH\" responses until the system runs out of memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.E4S:redis-0:6.2.6-1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:redis-0:6.2.6-1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:redis-0:6.2.6-1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:redis-0:6.2.6-1.el9_0.2.src",
"AppStream-9.0.0.Z.E4S:redis-0:6.2.6-1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:redis-debuginfo-0:6.2.6-1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:redis-debuginfo-0:6.2.6-1.el9_0.2.i686",
"AppStream-9.0.0.Z.E4S:redis-debuginfo-0:6.2.6-1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:redis-debuginfo-0:6.2.6-1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:redis-debuginfo-0:6.2.6-1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:redis-debugsource-0:6.2.6-1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:redis-debugsource-0:6.2.6-1.el9_0.2.i686",
"AppStream-9.0.0.Z.E4S:redis-debugsource-0:6.2.6-1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:redis-debugsource-0:6.2.6-1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:redis-debugsource-0:6.2.6-1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:redis-devel-0:6.2.6-1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:redis-devel-0:6.2.6-1.el9_0.2.i686",
"AppStream-9.0.0.Z.E4S:redis-devel-0:6.2.6-1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:redis-devel-0:6.2.6-1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:redis-devel-0:6.2.6-1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:redis-doc-0:6.2.6-1.el9_0.2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-21605"
},
{
"category": "external",
"summary": "RHBZ#2361883",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2361883"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-21605",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21605"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21605",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21605"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/releases/tag/7.4.3",
"url": "https://github.com/redis/redis/releases/tag/7.4.3"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff",
"url": "https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff"
}
],
"release_date": "2025-04-23T15:38:11.042000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-06T17:25:18+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.E4S:redis-0:6.2.6-1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:redis-0:6.2.6-1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:redis-0:6.2.6-1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:redis-0:6.2.6-1.el9_0.2.src",
"AppStream-9.0.0.Z.E4S:redis-0:6.2.6-1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:redis-debuginfo-0:6.2.6-1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:redis-debuginfo-0:6.2.6-1.el9_0.2.i686",
"AppStream-9.0.0.Z.E4S:redis-debuginfo-0:6.2.6-1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:redis-debuginfo-0:6.2.6-1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:redis-debuginfo-0:6.2.6-1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:redis-debugsource-0:6.2.6-1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:redis-debugsource-0:6.2.6-1.el9_0.2.i686",
"AppStream-9.0.0.Z.E4S:redis-debugsource-0:6.2.6-1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:redis-debugsource-0:6.2.6-1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:redis-debugsource-0:6.2.6-1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:redis-devel-0:6.2.6-1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:redis-devel-0:6.2.6-1.el9_0.2.i686",
"AppStream-9.0.0.Z.E4S:redis-devel-0:6.2.6-1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:redis-devel-0:6.2.6-1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:redis-devel-0:6.2.6-1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:redis-doc-0:6.2.6-1.el9_0.2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4577"
},
{
"category": "workaround",
"details": "A workaround to mitigate this problem without patching the redis-server executable is to block access to prevent unauthenticated users from connecting to Redis. This can be done in the following different ways:\n\n- Using network access control tools like firewalls, iptables, security groups, etc.\n- Enabling TLS and requiring users to authenticate using client side certificates.",
"product_ids": [
"AppStream-9.0.0.Z.E4S:redis-0:6.2.6-1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:redis-0:6.2.6-1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:redis-0:6.2.6-1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:redis-0:6.2.6-1.el9_0.2.src",
"AppStream-9.0.0.Z.E4S:redis-0:6.2.6-1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:redis-debuginfo-0:6.2.6-1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:redis-debuginfo-0:6.2.6-1.el9_0.2.i686",
"AppStream-9.0.0.Z.E4S:redis-debuginfo-0:6.2.6-1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:redis-debuginfo-0:6.2.6-1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:redis-debuginfo-0:6.2.6-1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:redis-debugsource-0:6.2.6-1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:redis-debugsource-0:6.2.6-1.el9_0.2.i686",
"AppStream-9.0.0.Z.E4S:redis-debugsource-0:6.2.6-1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:redis-debugsource-0:6.2.6-1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:redis-debugsource-0:6.2.6-1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:redis-devel-0:6.2.6-1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:redis-devel-0:6.2.6-1.el9_0.2.i686",
"AppStream-9.0.0.Z.E4S:redis-devel-0:6.2.6-1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:redis-devel-0:6.2.6-1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:redis-devel-0:6.2.6-1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:redis-doc-0:6.2.6-1.el9_0.2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"AppStream-9.0.0.Z.E4S:redis-0:6.2.6-1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:redis-0:6.2.6-1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:redis-0:6.2.6-1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:redis-0:6.2.6-1.el9_0.2.src",
"AppStream-9.0.0.Z.E4S:redis-0:6.2.6-1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:redis-debuginfo-0:6.2.6-1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:redis-debuginfo-0:6.2.6-1.el9_0.2.i686",
"AppStream-9.0.0.Z.E4S:redis-debuginfo-0:6.2.6-1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:redis-debuginfo-0:6.2.6-1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:redis-debuginfo-0:6.2.6-1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:redis-debugsource-0:6.2.6-1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:redis-debugsource-0:6.2.6-1.el9_0.2.i686",
"AppStream-9.0.0.Z.E4S:redis-debugsource-0:6.2.6-1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:redis-debugsource-0:6.2.6-1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:redis-debugsource-0:6.2.6-1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:redis-devel-0:6.2.6-1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:redis-devel-0:6.2.6-1.el9_0.2.i686",
"AppStream-9.0.0.Z.E4S:redis-devel-0:6.2.6-1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:redis-devel-0:6.2.6-1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:redis-devel-0:6.2.6-1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:redis-doc-0:6.2.6-1.el9_0.2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client"
}
]
}
RHSA-2025:4607
Vulnerability from csaf_redhat - Published: 2025-05-07 02:40 - Updated: 2026-04-30 13:31A flaw was found in the Redis server. This flaw allows an unauthenticated client to cause an unlimited growth of output buffers until the server runs out of memory or is killed. By default, the Redis configuration does not limit the output buffer of normal clients (see client-output-buffer-limit). Therefore, the output buffer can grow unlimitedly over time. As a result, the service is exhausted, and the memory is unavailable. When password authentication is enabled on the Redis server but no password is provided, the client can still cause the output buffer to grow from "NOAUTH" responses until the system runs out of memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.Z.EUS:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.src::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:redis-doc-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.noarch::redis:6 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the redis:6 module is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Redis is an advanced key-value store. It is often referred to as a data-structure server since keys can contain strings, hashes, lists, sets, and sorted sets. For performance, Redis works with an in-memory data set. You can persist it either by dumping the data set to disk every once in a while, or by appending each command to a log.\n\nSecurity Fix(es):\n\n* redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client (CVE-2025-21605)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:4607",
"url": "https://access.redhat.com/errata/RHSA-2025:4607"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2361883",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2361883"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4607.json"
}
],
"title": "Red Hat Security Advisory: redis:6 security update",
"tracking": {
"current_release_date": "2026-04-30T13:31:00+00:00",
"generator": {
"date": "2026-04-30T13:31:00+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2025:4607",
"initial_release_date": "2025-05-07T02:40:26+00:00",
"revision_history": [
{
"date": "2025-05-07T02:40:26+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-07T02:40:26+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T13:31:00+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:8.8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.src::redis:6",
"product": {
"name": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.src (redis:6)",
"product_id": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.src::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=src\u0026rpmmod=redis:6:8080020250506112946:63b34585"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-doc-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.noarch::redis:6",
"product": {
"name": "redis-doc-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.noarch (redis:6)",
"product_id": "redis-doc-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.noarch::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-doc@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=noarch\u0026rpmmod=redis:6:8080020250506112946:63b34585"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6",
"product": {
"name": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64 (redis:6)",
"product_id": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=aarch64\u0026rpmmod=redis:6:8080020250506112946:63b34585"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64 (redis:6)",
"product_id": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=aarch64\u0026rpmmod=redis:6:8080020250506112946:63b34585"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6",
"product": {
"name": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64 (redis:6)",
"product_id": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=aarch64\u0026rpmmod=redis:6:8080020250506112946:63b34585"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6",
"product": {
"name": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64 (redis:6)",
"product_id": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=aarch64\u0026rpmmod=redis:6:8080020250506112946:63b34585"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6",
"product": {
"name": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le (redis:6)",
"product_id": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=ppc64le\u0026rpmmod=redis:6:8080020250506112946:63b34585"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le (redis:6)",
"product_id": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=ppc64le\u0026rpmmod=redis:6:8080020250506112946:63b34585"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6",
"product": {
"name": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le (redis:6)",
"product_id": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=ppc64le\u0026rpmmod=redis:6:8080020250506112946:63b34585"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6",
"product": {
"name": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le (redis:6)",
"product_id": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=ppc64le\u0026rpmmod=redis:6:8080020250506112946:63b34585"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6",
"product": {
"name": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x (redis:6)",
"product_id": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=s390x\u0026rpmmod=redis:6:8080020250506112946:63b34585"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x (redis:6)",
"product_id": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=s390x\u0026rpmmod=redis:6:8080020250506112946:63b34585"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6",
"product": {
"name": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x (redis:6)",
"product_id": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=s390x\u0026rpmmod=redis:6:8080020250506112946:63b34585"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6",
"product": {
"name": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x (redis:6)",
"product_id": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=s390x\u0026rpmmod=redis:6:8080020250506112946:63b34585"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6",
"product": {
"name": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64 (redis:6)",
"product_id": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=x86_64\u0026rpmmod=redis:6:8080020250506112946:63b34585"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64 (redis:6)",
"product_id": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=x86_64\u0026rpmmod=redis:6:8080020250506112946:63b34585"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6",
"product": {
"name": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64 (redis:6)",
"product_id": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=x86_64\u0026rpmmod=redis:6:8080020250506112946:63b34585"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6",
"product": {
"name": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64 (redis:6)",
"product_id": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=x86_64\u0026rpmmod=redis:6:8080020250506112946:63b34585"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64 (redis:6) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6"
},
"product_reference": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le (redis:6) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6"
},
"product_reference": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x (redis:6) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6"
},
"product_reference": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.src (redis:6) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.src::redis:6"
},
"product_reference": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.src::redis:6",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6"
},
"product_reference": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64 (redis:6) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le (redis:6) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x (redis:6) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64 (redis:6) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6"
},
"product_reference": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le (redis:6) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6"
},
"product_reference": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x (redis:6) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6"
},
"product_reference": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6"
},
"product_reference": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64 (redis:6) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6"
},
"product_reference": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le (redis:6) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6"
},
"product_reference": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x (redis:6) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6"
},
"product_reference": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6"
},
"product_reference": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-doc-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.noarch (redis:6) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:redis-doc-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.noarch::redis:6"
},
"product_reference": "redis-doc-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.noarch::redis:6",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-21605",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-04-23T16:01:41.763906+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2361883"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Redis server. This flaw allows an unauthenticated client to cause an unlimited growth of output buffers until the server runs out of memory or is killed. By default, the Redis configuration does not limit the output buffer of normal clients (see client-output-buffer-limit). Therefore, the output buffer can grow unlimitedly over time. As a result, the service is exhausted, and the memory is unavailable.\n\nWhen password authentication is enabled on the Redis server but no password is provided, the client can still cause the output buffer to grow from \"NOAUTH\" responses until the system runs out of memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.EUS:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6",
"AppStream-8.8.0.Z.EUS:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6",
"AppStream-8.8.0.Z.EUS:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6",
"AppStream-8.8.0.Z.EUS:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.src::redis:6",
"AppStream-8.8.0.Z.EUS:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6",
"AppStream-8.8.0.Z.EUS:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6",
"AppStream-8.8.0.Z.EUS:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6",
"AppStream-8.8.0.Z.EUS:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6",
"AppStream-8.8.0.Z.EUS:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6",
"AppStream-8.8.0.Z.EUS:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6",
"AppStream-8.8.0.Z.EUS:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6",
"AppStream-8.8.0.Z.EUS:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6",
"AppStream-8.8.0.Z.EUS:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6",
"AppStream-8.8.0.Z.EUS:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6",
"AppStream-8.8.0.Z.EUS:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6",
"AppStream-8.8.0.Z.EUS:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6",
"AppStream-8.8.0.Z.EUS:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6",
"AppStream-8.8.0.Z.EUS:redis-doc-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.noarch::redis:6"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-21605"
},
{
"category": "external",
"summary": "RHBZ#2361883",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2361883"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-21605",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21605"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21605",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21605"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/releases/tag/7.4.3",
"url": "https://github.com/redis/redis/releases/tag/7.4.3"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff",
"url": "https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff"
}
],
"release_date": "2025-04-23T15:38:11.042000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-07T02:40:26+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.Z.EUS:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6",
"AppStream-8.8.0.Z.EUS:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6",
"AppStream-8.8.0.Z.EUS:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6",
"AppStream-8.8.0.Z.EUS:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.src::redis:6",
"AppStream-8.8.0.Z.EUS:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6",
"AppStream-8.8.0.Z.EUS:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6",
"AppStream-8.8.0.Z.EUS:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6",
"AppStream-8.8.0.Z.EUS:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6",
"AppStream-8.8.0.Z.EUS:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6",
"AppStream-8.8.0.Z.EUS:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6",
"AppStream-8.8.0.Z.EUS:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6",
"AppStream-8.8.0.Z.EUS:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6",
"AppStream-8.8.0.Z.EUS:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6",
"AppStream-8.8.0.Z.EUS:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6",
"AppStream-8.8.0.Z.EUS:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6",
"AppStream-8.8.0.Z.EUS:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6",
"AppStream-8.8.0.Z.EUS:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6",
"AppStream-8.8.0.Z.EUS:redis-doc-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.noarch::redis:6"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4607"
},
{
"category": "workaround",
"details": "A workaround to mitigate this problem without patching the redis-server executable is to block access to prevent unauthenticated users from connecting to Redis. This can be done in the following different ways:\n\n- Using network access control tools like firewalls, iptables, security groups, etc.\n- Enabling TLS and requiring users to authenticate using client side certificates.",
"product_ids": [
"AppStream-8.8.0.Z.EUS:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6",
"AppStream-8.8.0.Z.EUS:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6",
"AppStream-8.8.0.Z.EUS:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6",
"AppStream-8.8.0.Z.EUS:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.src::redis:6",
"AppStream-8.8.0.Z.EUS:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6",
"AppStream-8.8.0.Z.EUS:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6",
"AppStream-8.8.0.Z.EUS:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6",
"AppStream-8.8.0.Z.EUS:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6",
"AppStream-8.8.0.Z.EUS:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6",
"AppStream-8.8.0.Z.EUS:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6",
"AppStream-8.8.0.Z.EUS:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6",
"AppStream-8.8.0.Z.EUS:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6",
"AppStream-8.8.0.Z.EUS:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6",
"AppStream-8.8.0.Z.EUS:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6",
"AppStream-8.8.0.Z.EUS:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6",
"AppStream-8.8.0.Z.EUS:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6",
"AppStream-8.8.0.Z.EUS:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6",
"AppStream-8.8.0.Z.EUS:redis-doc-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.noarch::redis:6"
]
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"AppStream-8.8.0.Z.EUS:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6",
"AppStream-8.8.0.Z.EUS:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6",
"AppStream-8.8.0.Z.EUS:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6",
"AppStream-8.8.0.Z.EUS:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.src::redis:6",
"AppStream-8.8.0.Z.EUS:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6",
"AppStream-8.8.0.Z.EUS:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6",
"AppStream-8.8.0.Z.EUS:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6",
"AppStream-8.8.0.Z.EUS:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6",
"AppStream-8.8.0.Z.EUS:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6",
"AppStream-8.8.0.Z.EUS:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6",
"AppStream-8.8.0.Z.EUS:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6",
"AppStream-8.8.0.Z.EUS:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6",
"AppStream-8.8.0.Z.EUS:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6",
"AppStream-8.8.0.Z.EUS:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64::redis:6",
"AppStream-8.8.0.Z.EUS:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le::redis:6",
"AppStream-8.8.0.Z.EUS:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x::redis:6",
"AppStream-8.8.0.Z.EUS:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64::redis:6",
"AppStream-8.8.0.Z.EUS:redis-doc-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.noarch::redis:6"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client"
}
]
}
RHSA-2025:4788
Vulnerability from csaf_redhat - Published: 2025-05-12 01:33 - Updated: 2026-04-30 13:31A flaw was found in the Redis server. This flaw allows an unauthenticated client to cause an unlimited growth of output buffers until the server runs out of memory or is killed. By default, the Redis configuration does not limit the output buffer of normal clients (see client-output-buffer-limit). Therefore, the output buffer can grow unlimitedly over time. As a result, the service is exhausted, and the memory is unavailable. When password authentication is enabled on the Redis server but no password is provided, the client can still cause the output buffer to grow from "NOAUTH" responses until the system runs out of memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:redis-0:6.2.7-1.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:redis-0:6.2.7-1.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:redis-0:6.2.7-1.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:redis-0:6.2.7-1.el9_4.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:redis-0:6.2.7-1.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:redis-devel-0:6.2.7-1.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:redis-devel-0:6.2.7-1.el9_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:redis-devel-0:6.2.7-1.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:redis-devel-0:6.2.7-1.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:redis-devel-0:6.2.7-1.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:redis-doc-0:6.2.7-1.el9_4.2.noarch | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for redis is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Redis is an advanced key-value store. It is often referred to as a data-structure server since keys can contain strings, hashes, lists, sets, and sorted sets. For performance, Redis works with an in-memory data set. You can persist it either by dumping the data set to disk every once in a while, or by appending each command to a log.\n\nSecurity Fix(es):\n\n* redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client (CVE-2025-21605)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:4788",
"url": "https://access.redhat.com/errata/RHSA-2025:4788"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2361883",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2361883"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4788.json"
}
],
"title": "Red Hat Security Advisory: redis security update",
"tracking": {
"current_release_date": "2026-04-30T13:31:06+00:00",
"generator": {
"date": "2026-04-30T13:31:06+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2025:4788",
"initial_release_date": "2025-05-12T01:33:11+00:00",
"revision_history": [
{
"date": "2025-05-12T01:33:11+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-12T01:33:11+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T13:31:06+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.7-1.el9_4.2.src",
"product": {
"name": "redis-0:6.2.7-1.el9_4.2.src",
"product_id": "redis-0:6.2.7-1.el9_4.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.el9_4.2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.7-1.el9_4.2.aarch64",
"product": {
"name": "redis-0:6.2.7-1.el9_4.2.aarch64",
"product_id": "redis-0:6.2.7-1.el9_4.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.el9_4.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.2.7-1.el9_4.2.aarch64",
"product": {
"name": "redis-devel-0:6.2.7-1.el9_4.2.aarch64",
"product_id": "redis-devel-0:6.2.7-1.el9_4.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9_4.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.7-1.el9_4.2.aarch64",
"product": {
"name": "redis-debugsource-0:6.2.7-1.el9_4.2.aarch64",
"product_id": "redis-debugsource-0:6.2.7-1.el9_4.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9_4.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.7-1.el9_4.2.aarch64",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.el9_4.2.aarch64",
"product_id": "redis-debuginfo-0:6.2.7-1.el9_4.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9_4.2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.7-1.el9_4.2.ppc64le",
"product": {
"name": "redis-0:6.2.7-1.el9_4.2.ppc64le",
"product_id": "redis-0:6.2.7-1.el9_4.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.el9_4.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.2.7-1.el9_4.2.ppc64le",
"product": {
"name": "redis-devel-0:6.2.7-1.el9_4.2.ppc64le",
"product_id": "redis-devel-0:6.2.7-1.el9_4.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9_4.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.7-1.el9_4.2.ppc64le",
"product": {
"name": "redis-debugsource-0:6.2.7-1.el9_4.2.ppc64le",
"product_id": "redis-debugsource-0:6.2.7-1.el9_4.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9_4.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.7-1.el9_4.2.ppc64le",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.el9_4.2.ppc64le",
"product_id": "redis-debuginfo-0:6.2.7-1.el9_4.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9_4.2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.7-1.el9_4.2.x86_64",
"product": {
"name": "redis-0:6.2.7-1.el9_4.2.x86_64",
"product_id": "redis-0:6.2.7-1.el9_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.el9_4.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.2.7-1.el9_4.2.x86_64",
"product": {
"name": "redis-devel-0:6.2.7-1.el9_4.2.x86_64",
"product_id": "redis-devel-0:6.2.7-1.el9_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9_4.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.7-1.el9_4.2.x86_64",
"product": {
"name": "redis-debugsource-0:6.2.7-1.el9_4.2.x86_64",
"product_id": "redis-debugsource-0:6.2.7-1.el9_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9_4.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.7-1.el9_4.2.x86_64",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.el9_4.2.x86_64",
"product_id": "redis-debuginfo-0:6.2.7-1.el9_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9_4.2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-devel-0:6.2.7-1.el9_4.2.i686",
"product": {
"name": "redis-devel-0:6.2.7-1.el9_4.2.i686",
"product_id": "redis-devel-0:6.2.7-1.el9_4.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9_4.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.7-1.el9_4.2.i686",
"product": {
"name": "redis-debugsource-0:6.2.7-1.el9_4.2.i686",
"product_id": "redis-debugsource-0:6.2.7-1.el9_4.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9_4.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.7-1.el9_4.2.i686",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.el9_4.2.i686",
"product_id": "redis-debuginfo-0:6.2.7-1.el9_4.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9_4.2?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.7-1.el9_4.2.s390x",
"product": {
"name": "redis-0:6.2.7-1.el9_4.2.s390x",
"product_id": "redis-0:6.2.7-1.el9_4.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.el9_4.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.2.7-1.el9_4.2.s390x",
"product": {
"name": "redis-devel-0:6.2.7-1.el9_4.2.s390x",
"product_id": "redis-devel-0:6.2.7-1.el9_4.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9_4.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.7-1.el9_4.2.s390x",
"product": {
"name": "redis-debugsource-0:6.2.7-1.el9_4.2.s390x",
"product_id": "redis-debugsource-0:6.2.7-1.el9_4.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9_4.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.7-1.el9_4.2.s390x",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.el9_4.2.s390x",
"product_id": "redis-debuginfo-0:6.2.7-1.el9_4.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9_4.2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-doc-0:6.2.7-1.el9_4.2.noarch",
"product": {
"name": "redis-doc-0:6.2.7-1.el9_4.2.noarch",
"product_id": "redis-doc-0:6.2.7-1.el9_4.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-doc@6.2.7-1.el9_4.2?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.7-1.el9_4.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:redis-0:6.2.7-1.el9_4.2.aarch64"
},
"product_reference": "redis-0:6.2.7-1.el9_4.2.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.7-1.el9_4.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:redis-0:6.2.7-1.el9_4.2.ppc64le"
},
"product_reference": "redis-0:6.2.7-1.el9_4.2.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.7-1.el9_4.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:redis-0:6.2.7-1.el9_4.2.s390x"
},
"product_reference": "redis-0:6.2.7-1.el9_4.2.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.7-1.el9_4.2.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:redis-0:6.2.7-1.el9_4.2.src"
},
"product_reference": "redis-0:6.2.7-1.el9_4.2.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.7-1.el9_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:redis-0:6.2.7-1.el9_4.2.x86_64"
},
"product_reference": "redis-0:6.2.7-1.el9_4.2.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.el9_4.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_4.2.aarch64"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.el9_4.2.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.el9_4.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_4.2.i686"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.el9_4.2.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.el9_4.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_4.2.ppc64le"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.el9_4.2.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.el9_4.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_4.2.s390x"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.el9_4.2.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.el9_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_4.2.x86_64"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.el9_4.2.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.el9_4.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_4.2.aarch64"
},
"product_reference": "redis-debugsource-0:6.2.7-1.el9_4.2.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.el9_4.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_4.2.i686"
},
"product_reference": "redis-debugsource-0:6.2.7-1.el9_4.2.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.el9_4.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_4.2.ppc64le"
},
"product_reference": "redis-debugsource-0:6.2.7-1.el9_4.2.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.el9_4.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_4.2.s390x"
},
"product_reference": "redis-debugsource-0:6.2.7-1.el9_4.2.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.el9_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_4.2.x86_64"
},
"product_reference": "redis-debugsource-0:6.2.7-1.el9_4.2.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.el9_4.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:redis-devel-0:6.2.7-1.el9_4.2.aarch64"
},
"product_reference": "redis-devel-0:6.2.7-1.el9_4.2.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.el9_4.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:redis-devel-0:6.2.7-1.el9_4.2.i686"
},
"product_reference": "redis-devel-0:6.2.7-1.el9_4.2.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.el9_4.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:redis-devel-0:6.2.7-1.el9_4.2.ppc64le"
},
"product_reference": "redis-devel-0:6.2.7-1.el9_4.2.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.el9_4.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:redis-devel-0:6.2.7-1.el9_4.2.s390x"
},
"product_reference": "redis-devel-0:6.2.7-1.el9_4.2.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.el9_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:redis-devel-0:6.2.7-1.el9_4.2.x86_64"
},
"product_reference": "redis-devel-0:6.2.7-1.el9_4.2.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-doc-0:6.2.7-1.el9_4.2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:redis-doc-0:6.2.7-1.el9_4.2.noarch"
},
"product_reference": "redis-doc-0:6.2.7-1.el9_4.2.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-21605",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-04-23T16:01:41.763906+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2361883"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Redis server. This flaw allows an unauthenticated client to cause an unlimited growth of output buffers until the server runs out of memory or is killed. By default, the Redis configuration does not limit the output buffer of normal clients (see client-output-buffer-limit). Therefore, the output buffer can grow unlimitedly over time. As a result, the service is exhausted, and the memory is unavailable.\n\nWhen password authentication is enabled on the Redis server but no password is provided, the client can still cause the output buffer to grow from \"NOAUTH\" responses until the system runs out of memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.EUS:redis-0:6.2.7-1.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:redis-0:6.2.7-1.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:redis-0:6.2.7-1.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:redis-0:6.2.7-1.el9_4.2.src",
"AppStream-9.4.0.Z.EUS:redis-0:6.2.7-1.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_4.2.i686",
"AppStream-9.4.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_4.2.i686",
"AppStream-9.4.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:redis-devel-0:6.2.7-1.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:redis-devel-0:6.2.7-1.el9_4.2.i686",
"AppStream-9.4.0.Z.EUS:redis-devel-0:6.2.7-1.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:redis-devel-0:6.2.7-1.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:redis-devel-0:6.2.7-1.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:redis-doc-0:6.2.7-1.el9_4.2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-21605"
},
{
"category": "external",
"summary": "RHBZ#2361883",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2361883"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-21605",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21605"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21605",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21605"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/releases/tag/7.4.3",
"url": "https://github.com/redis/redis/releases/tag/7.4.3"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff",
"url": "https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff"
}
],
"release_date": "2025-04-23T15:38:11.042000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-12T01:33:11+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.EUS:redis-0:6.2.7-1.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:redis-0:6.2.7-1.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:redis-0:6.2.7-1.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:redis-0:6.2.7-1.el9_4.2.src",
"AppStream-9.4.0.Z.EUS:redis-0:6.2.7-1.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_4.2.i686",
"AppStream-9.4.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_4.2.i686",
"AppStream-9.4.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:redis-devel-0:6.2.7-1.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:redis-devel-0:6.2.7-1.el9_4.2.i686",
"AppStream-9.4.0.Z.EUS:redis-devel-0:6.2.7-1.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:redis-devel-0:6.2.7-1.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:redis-devel-0:6.2.7-1.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:redis-doc-0:6.2.7-1.el9_4.2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4788"
},
{
"category": "workaround",
"details": "A workaround to mitigate this problem without patching the redis-server executable is to block access to prevent unauthenticated users from connecting to Redis. This can be done in the following different ways:\n\n- Using network access control tools like firewalls, iptables, security groups, etc.\n- Enabling TLS and requiring users to authenticate using client side certificates.",
"product_ids": [
"AppStream-9.4.0.Z.EUS:redis-0:6.2.7-1.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:redis-0:6.2.7-1.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:redis-0:6.2.7-1.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:redis-0:6.2.7-1.el9_4.2.src",
"AppStream-9.4.0.Z.EUS:redis-0:6.2.7-1.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_4.2.i686",
"AppStream-9.4.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_4.2.i686",
"AppStream-9.4.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:redis-devel-0:6.2.7-1.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:redis-devel-0:6.2.7-1.el9_4.2.i686",
"AppStream-9.4.0.Z.EUS:redis-devel-0:6.2.7-1.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:redis-devel-0:6.2.7-1.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:redis-devel-0:6.2.7-1.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:redis-doc-0:6.2.7-1.el9_4.2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"AppStream-9.4.0.Z.EUS:redis-0:6.2.7-1.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:redis-0:6.2.7-1.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:redis-0:6.2.7-1.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:redis-0:6.2.7-1.el9_4.2.src",
"AppStream-9.4.0.Z.EUS:redis-0:6.2.7-1.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_4.2.i686",
"AppStream-9.4.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_4.2.i686",
"AppStream-9.4.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:redis-devel-0:6.2.7-1.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:redis-devel-0:6.2.7-1.el9_4.2.i686",
"AppStream-9.4.0.Z.EUS:redis-devel-0:6.2.7-1.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:redis-devel-0:6.2.7-1.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:redis-devel-0:6.2.7-1.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:redis-doc-0:6.2.7-1.el9_4.2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client"
}
]
}
RHSA-2025:4789
Vulnerability from csaf_redhat - Published: 2025-05-12 01:31 - Updated: 2026-04-30 13:31A flaw was found in the Redis server. This flaw allows an unauthenticated client to cause an unlimited growth of output buffers until the server runs out of memory or is killed. By default, the Redis configuration does not limit the output buffer of normal clients (see client-output-buffer-limit). Therefore, the output buffer can grow unlimitedly over time. As a result, the service is exhausted, and the memory is unavailable. When password authentication is enabled on the Redis server but no password is provided, the client can still cause the output buffer to grow from "NOAUTH" responses until the system runs out of memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.EUS:redis-0:6.2.7-1.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:redis-0:6.2.7-1.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:redis-0:6.2.7-1.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:redis-0:6.2.7-1.el9_2.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:redis-0:6.2.7-1.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:redis-devel-0:6.2.7-1.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:redis-devel-0:6.2.7-1.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:redis-devel-0:6.2.7-1.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:redis-devel-0:6.2.7-1.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:redis-devel-0:6.2.7-1.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:redis-doc-0:6.2.7-1.el9_2.2.noarch | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for redis is now available for Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Redis is an advanced key-value store. It is often referred to as a data-structure server since keys can contain strings, hashes, lists, sets, and sorted sets. For performance, Redis works with an in-memory data set. You can persist it either by dumping the data set to disk every once in a while, or by appending each command to a log.\n\nSecurity Fix(es):\n\n* redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client (CVE-2025-21605)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:4789",
"url": "https://access.redhat.com/errata/RHSA-2025:4789"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2361883",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2361883"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4789.json"
}
],
"title": "Red Hat Security Advisory: redis security update",
"tracking": {
"current_release_date": "2026-04-30T13:31:00+00:00",
"generator": {
"date": "2026-04-30T13:31:00+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2025:4789",
"initial_release_date": "2025-05-12T01:31:32+00:00",
"revision_history": [
{
"date": "2025-05-12T01:31:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-12T01:31:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-30T13:31:00+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.7-1.el9_2.2.src",
"product": {
"name": "redis-0:6.2.7-1.el9_2.2.src",
"product_id": "redis-0:6.2.7-1.el9_2.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.el9_2.2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.7-1.el9_2.2.aarch64",
"product": {
"name": "redis-0:6.2.7-1.el9_2.2.aarch64",
"product_id": "redis-0:6.2.7-1.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.el9_2.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.2.7-1.el9_2.2.aarch64",
"product": {
"name": "redis-devel-0:6.2.7-1.el9_2.2.aarch64",
"product_id": "redis-devel-0:6.2.7-1.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9_2.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.7-1.el9_2.2.aarch64",
"product": {
"name": "redis-debugsource-0:6.2.7-1.el9_2.2.aarch64",
"product_id": "redis-debugsource-0:6.2.7-1.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9_2.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.7-1.el9_2.2.aarch64",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.el9_2.2.aarch64",
"product_id": "redis-debuginfo-0:6.2.7-1.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9_2.2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.7-1.el9_2.2.ppc64le",
"product": {
"name": "redis-0:6.2.7-1.el9_2.2.ppc64le",
"product_id": "redis-0:6.2.7-1.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.el9_2.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.2.7-1.el9_2.2.ppc64le",
"product": {
"name": "redis-devel-0:6.2.7-1.el9_2.2.ppc64le",
"product_id": "redis-devel-0:6.2.7-1.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9_2.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.7-1.el9_2.2.ppc64le",
"product": {
"name": "redis-debugsource-0:6.2.7-1.el9_2.2.ppc64le",
"product_id": "redis-debugsource-0:6.2.7-1.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9_2.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.7-1.el9_2.2.ppc64le",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.el9_2.2.ppc64le",
"product_id": "redis-debuginfo-0:6.2.7-1.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9_2.2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.7-1.el9_2.2.x86_64",
"product": {
"name": "redis-0:6.2.7-1.el9_2.2.x86_64",
"product_id": "redis-0:6.2.7-1.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.el9_2.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.2.7-1.el9_2.2.x86_64",
"product": {
"name": "redis-devel-0:6.2.7-1.el9_2.2.x86_64",
"product_id": "redis-devel-0:6.2.7-1.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9_2.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.7-1.el9_2.2.x86_64",
"product": {
"name": "redis-debugsource-0:6.2.7-1.el9_2.2.x86_64",
"product_id": "redis-debugsource-0:6.2.7-1.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9_2.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.7-1.el9_2.2.x86_64",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.el9_2.2.x86_64",
"product_id": "redis-debuginfo-0:6.2.7-1.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9_2.2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-devel-0:6.2.7-1.el9_2.2.i686",
"product": {
"name": "redis-devel-0:6.2.7-1.el9_2.2.i686",
"product_id": "redis-devel-0:6.2.7-1.el9_2.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9_2.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.7-1.el9_2.2.i686",
"product": {
"name": "redis-debugsource-0:6.2.7-1.el9_2.2.i686",
"product_id": "redis-debugsource-0:6.2.7-1.el9_2.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9_2.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.7-1.el9_2.2.i686",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.el9_2.2.i686",
"product_id": "redis-debuginfo-0:6.2.7-1.el9_2.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9_2.2?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.7-1.el9_2.2.s390x",
"product": {
"name": "redis-0:6.2.7-1.el9_2.2.s390x",
"product_id": "redis-0:6.2.7-1.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.el9_2.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.2.7-1.el9_2.2.s390x",
"product": {
"name": "redis-devel-0:6.2.7-1.el9_2.2.s390x",
"product_id": "redis-devel-0:6.2.7-1.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9_2.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.7-1.el9_2.2.s390x",
"product": {
"name": "redis-debugsource-0:6.2.7-1.el9_2.2.s390x",
"product_id": "redis-debugsource-0:6.2.7-1.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9_2.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.7-1.el9_2.2.s390x",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.el9_2.2.s390x",
"product_id": "redis-debuginfo-0:6.2.7-1.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9_2.2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-doc-0:6.2.7-1.el9_2.2.noarch",
"product": {
"name": "redis-doc-0:6.2.7-1.el9_2.2.noarch",
"product_id": "redis-doc-0:6.2.7-1.el9_2.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-doc@6.2.7-1.el9_2.2?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.7-1.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:redis-0:6.2.7-1.el9_2.2.aarch64"
},
"product_reference": "redis-0:6.2.7-1.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.7-1.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:redis-0:6.2.7-1.el9_2.2.ppc64le"
},
"product_reference": "redis-0:6.2.7-1.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.7-1.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:redis-0:6.2.7-1.el9_2.2.s390x"
},
"product_reference": "redis-0:6.2.7-1.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.7-1.el9_2.2.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:redis-0:6.2.7-1.el9_2.2.src"
},
"product_reference": "redis-0:6.2.7-1.el9_2.2.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.7-1.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:redis-0:6.2.7-1.el9_2.2.x86_64"
},
"product_reference": "redis-0:6.2.7-1.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_2.2.aarch64"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.el9_2.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_2.2.i686"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.el9_2.2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_2.2.ppc64le"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_2.2.s390x"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_2.2.x86_64"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_2.2.aarch64"
},
"product_reference": "redis-debugsource-0:6.2.7-1.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.el9_2.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_2.2.i686"
},
"product_reference": "redis-debugsource-0:6.2.7-1.el9_2.2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_2.2.ppc64le"
},
"product_reference": "redis-debugsource-0:6.2.7-1.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_2.2.s390x"
},
"product_reference": "redis-debugsource-0:6.2.7-1.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_2.2.x86_64"
},
"product_reference": "redis-debugsource-0:6.2.7-1.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:redis-devel-0:6.2.7-1.el9_2.2.aarch64"
},
"product_reference": "redis-devel-0:6.2.7-1.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.el9_2.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:redis-devel-0:6.2.7-1.el9_2.2.i686"
},
"product_reference": "redis-devel-0:6.2.7-1.el9_2.2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:redis-devel-0:6.2.7-1.el9_2.2.ppc64le"
},
"product_reference": "redis-devel-0:6.2.7-1.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:redis-devel-0:6.2.7-1.el9_2.2.s390x"
},
"product_reference": "redis-devel-0:6.2.7-1.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:redis-devel-0:6.2.7-1.el9_2.2.x86_64"
},
"product_reference": "redis-devel-0:6.2.7-1.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-doc-0:6.2.7-1.el9_2.2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:redis-doc-0:6.2.7-1.el9_2.2.noarch"
},
"product_reference": "redis-doc-0:6.2.7-1.el9_2.2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-21605",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-04-23T16:01:41.763906+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2361883"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Redis server. This flaw allows an unauthenticated client to cause an unlimited growth of output buffers until the server runs out of memory or is killed. By default, the Redis configuration does not limit the output buffer of normal clients (see client-output-buffer-limit). Therefore, the output buffer can grow unlimitedly over time. As a result, the service is exhausted, and the memory is unavailable.\n\nWhen password authentication is enabled on the Redis server but no password is provided, the client can still cause the output buffer to grow from \"NOAUTH\" responses until the system runs out of memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.EUS:redis-0:6.2.7-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:redis-0:6.2.7-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:redis-0:6.2.7-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:redis-0:6.2.7-1.el9_2.2.src",
"AppStream-9.2.0.Z.EUS:redis-0:6.2.7-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:redis-devel-0:6.2.7-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:redis-devel-0:6.2.7-1.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:redis-devel-0:6.2.7-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:redis-devel-0:6.2.7-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:redis-devel-0:6.2.7-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:redis-doc-0:6.2.7-1.el9_2.2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-21605"
},
{
"category": "external",
"summary": "RHBZ#2361883",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2361883"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-21605",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21605"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21605",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21605"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/releases/tag/7.4.3",
"url": "https://github.com/redis/redis/releases/tag/7.4.3"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff",
"url": "https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff"
}
],
"release_date": "2025-04-23T15:38:11.042000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-12T01:31:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.EUS:redis-0:6.2.7-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:redis-0:6.2.7-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:redis-0:6.2.7-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:redis-0:6.2.7-1.el9_2.2.src",
"AppStream-9.2.0.Z.EUS:redis-0:6.2.7-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:redis-devel-0:6.2.7-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:redis-devel-0:6.2.7-1.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:redis-devel-0:6.2.7-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:redis-devel-0:6.2.7-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:redis-devel-0:6.2.7-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:redis-doc-0:6.2.7-1.el9_2.2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4789"
},
{
"category": "workaround",
"details": "A workaround to mitigate this problem without patching the redis-server executable is to block access to prevent unauthenticated users from connecting to Redis. This can be done in the following different ways:\n\n- Using network access control tools like firewalls, iptables, security groups, etc.\n- Enabling TLS and requiring users to authenticate using client side certificates.",
"product_ids": [
"AppStream-9.2.0.Z.EUS:redis-0:6.2.7-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:redis-0:6.2.7-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:redis-0:6.2.7-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:redis-0:6.2.7-1.el9_2.2.src",
"AppStream-9.2.0.Z.EUS:redis-0:6.2.7-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:redis-devel-0:6.2.7-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:redis-devel-0:6.2.7-1.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:redis-devel-0:6.2.7-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:redis-devel-0:6.2.7-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:redis-devel-0:6.2.7-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:redis-doc-0:6.2.7-1.el9_2.2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"AppStream-9.2.0.Z.EUS:redis-0:6.2.7-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:redis-0:6.2.7-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:redis-0:6.2.7-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:redis-0:6.2.7-1.el9_2.2.src",
"AppStream-9.2.0.Z.EUS:redis-0:6.2.7-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:redis-debuginfo-0:6.2.7-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:redis-debugsource-0:6.2.7-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:redis-devel-0:6.2.7-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.EUS:redis-devel-0:6.2.7-1.el9_2.2.i686",
"AppStream-9.2.0.Z.EUS:redis-devel-0:6.2.7-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.EUS:redis-devel-0:6.2.7-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.EUS:redis-devel-0:6.2.7-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.EUS:redis-doc-0:6.2.7-1.el9_2.2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client"
}
]
}
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.