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
Modified
2025-06-02 03:54
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- CWE-770 - Allocation of Resources Without Limits or Throttling
Summary
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.
References
{ "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": "2025-06-02T03:54:26.630Z", "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" } ], "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": "2025-06-02T03:54:26.630Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2025-21605\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-04-23T16:15:34.770\",\"lastModified\":\"2025-06-02T04:15:36.617\",\"vulnStatus\":\"Awaiting Analysis\",\"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\"}]}],\"references\":[{\"url\":\"https://github.com/redis/redis/releases/tag/7.4.3\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/valkey-io/valkey/releases/tag/8.1.1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/05/msg00014.html\",\"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\"}], \"x_generator\": {\"engine\": \"ADPogram 0.0.1\"}, \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-06-02T03:54:26.630Z\"}}, {\"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\": \"2025-06-02T03:54:26.630Z\", \"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.1" } } }
rhsa-2025:4561
Vulnerability from csaf_redhat
Published
2025-05-06 15:35
Modified
2025-07-23 20:49
Summary
Red Hat Security Advisory: redis:6 security update
Notes
Topic
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.
Red 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.
Details
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.
Security Fix(es):
* redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client (CVE-2025-21605)
For 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.
Terms of Use
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.
{ "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": "2025-07-23T20:49:36+00:00", "generator": { "date": "2025-07-23T20:49:36+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.4" } }, "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": "2025-07-23T20:49:36+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:6:8060020250430112137:ad008a3a", "product": { "name": "redis:6:8060020250430112137:ad008a3a", "product_id": "redis:6:8060020250430112137:ad008a3a", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/redis@6:8060020250430112137:ad008a3a" } } }, { "category": "product_version", "name": "redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch", "product": { "name": "redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch", "product_id": "redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-doc@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src", "product": { "name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src", "product_id": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "product": { "name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "product_id": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=x86_64" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "product": { "name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "product_id": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=x86_64" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "product": { "name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "product_id": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=x86_64" } } }, { "category": "product_version", "name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "product": { "name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "product_id": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64", "product": { "name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64", "product_id": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=aarch64" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64", "product": { "name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64", "product_id": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=aarch64" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64", "product": { "name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64", "product_id": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=aarch64" } } }, { "category": "product_version", "name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64", "product": { "name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64", "product_id": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le", "product": { "name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le", "product_id": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le", "product": { "name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le", "product_id": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le", "product": { "name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le", "product_id": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le", "product": { "name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le", "product_id": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x", "product": { "name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x", "product_id": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=s390x" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x", "product": { "name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x", "product_id": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=s390x" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x", "product": { "name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x", "product_id": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=s390x" } } }, { "category": "product_version", "name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x", "product": { "name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x", "product_id": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "redis:6:8060020250430112137:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a" }, "product_reference": "redis:6:8060020250430112137:ad008a3a", "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.src as a component of redis:6:8060020250430112137:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src" }, "product_reference": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 as a component of redis:6:8060020250430112137:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64" }, "product_reference": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 as a component of redis:6:8060020250430112137:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64" }, "product_reference": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 as a component of redis:6:8060020250430112137:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64" }, "product_reference": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 as a component of redis:6:8060020250430112137:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64" }, "product_reference": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch as a component of redis:6:8060020250430112137:ad008a3a as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch" }, "product_reference": "redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "redis:6:8060020250430112137:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a" }, "product_reference": "redis:6:8060020250430112137:ad008a3a", "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.aarch64 as a component of redis:6:8060020250430112137:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64" }, "product_reference": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le as a component of redis:6:8060020250430112137:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le" }, "product_reference": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x as a component of redis:6:8060020250430112137:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x" }, "product_reference": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src as a component of redis:6:8060020250430112137:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src" }, "product_reference": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 as a component of redis:6:8060020250430112137:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64" }, "product_reference": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64 as a component of redis:6:8060020250430112137:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64" }, "product_reference": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le as a component of redis:6:8060020250430112137:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le" }, "product_reference": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x as a component of redis:6:8060020250430112137:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x" }, "product_reference": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 as a component of redis:6:8060020250430112137:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64" }, "product_reference": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64 as a component of redis:6:8060020250430112137:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64" }, "product_reference": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le as a component of redis:6:8060020250430112137:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le" }, "product_reference": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x as a component of redis:6:8060020250430112137:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x" }, "product_reference": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 as a component of redis:6:8060020250430112137:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64" }, "product_reference": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64 as a component of redis:6:8060020250430112137:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64" }, "product_reference": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le as a component of redis:6:8060020250430112137:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le" }, "product_reference": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x as a component of redis:6:8060020250430112137:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x" }, "product_reference": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 as a component of redis:6:8060020250430112137:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64" }, "product_reference": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch as a component of redis:6:8060020250430112137:ad008a3a as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch" }, "product_reference": "redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "redis:6:8060020250430112137:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a" }, "product_reference": "redis:6:8060020250430112137:ad008a3a", "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.src as a component of redis:6:8060020250430112137:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src" }, "product_reference": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 as a component of redis:6:8060020250430112137:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64" }, "product_reference": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 as a component of redis:6:8060020250430112137:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64" }, "product_reference": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 as a component of redis:6:8060020250430112137:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64" }, "product_reference": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 as a component of redis:6:8060020250430112137:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64" }, "product_reference": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a" }, { "category": "default_component_of", "full_product_name": { "name": "redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch as a component of redis:6:8060020250430112137:ad008a3a as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch" }, "product_reference": "redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a" } ] }, "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:6:8060020250430112137:ad008a3a", "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src", "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch", "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a", "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src", "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.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-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:6:8060020250430112137:ad008a3a", "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src", "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch", "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a", "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src", "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch" ], "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:6:8060020250430112137:ad008a3a", "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src", "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch", "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a", "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src", "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.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-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a", "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src", "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.AUS:redis:6:8060020250430112137:ad008a3a:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.E4S:redis:6:8060020250430112137:ad008a3a:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch", "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a", "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src", "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64", "AppStream-8.6.0.Z.TUS:redis:6:8060020250430112137:ad008a3a:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.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:4788
Vulnerability from csaf_redhat
Published
2025-05-12 01:33
Modified
2025-07-23 20:49
Summary
Red Hat Security Advisory: redis security update
Notes
Topic
An update for redis is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.
Red 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.
Details
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.
Security Fix(es):
* redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client (CVE-2025-21605)
For 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.
Terms of Use
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.
{ "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": "2025-07-23T20:49:48+00:00", "generator": { "date": "2025-07-23T20:49:48+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.4" } }, "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": "2025-07-23T20:49:48+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:4607
Vulnerability from csaf_redhat
Published
2025-05-07 02:40
Modified
2025-07-23 20:50
Summary
Red Hat Security Advisory: redis:6 security update
Notes
Topic
An update for the redis:6 module is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.
Red 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.
Details
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.
Security Fix(es):
* redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client (CVE-2025-21605)
For 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.
Terms of Use
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.
{ "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": "2025-07-23T20:50:12+00:00", "generator": { "date": "2025-07-23T20:50:12+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.4" } }, "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": "2025-07-23T20:50:12+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:6:8080020250506112946:63b34585", "product": { "name": "redis:6:8080020250506112946:63b34585", "product_id": "redis:6:8080020250506112946:63b34585", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/redis@6:8080020250506112946:63b34585" } } }, { "category": "product_version", "name": "redis-doc-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.noarch", "product": { "name": "redis-doc-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.noarch", "product_id": "redis-doc-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-doc@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.src", "product": { "name": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.src", "product_id": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64", "product": { "name": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64", "product_id": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=aarch64" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64", "product": { "name": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64", "product_id": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=aarch64" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64", "product": { "name": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64", "product_id": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=aarch64" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64", "product": { "name": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64", "product_id": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le", "product": { "name": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le", "product_id": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le", "product": { "name": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le", "product_id": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le", "product": { "name": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le", "product_id": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le", "product": { "name": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le", "product_id": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x", "product": { "name": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x", "product_id": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=s390x" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x", "product": { "name": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x", "product_id": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=s390x" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x", "product": { "name": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x", "product_id": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=s390x" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x", "product": { "name": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x", "product_id": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64", "product": { "name": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64", "product_id": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=x86_64" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64", "product": { "name": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64", "product_id": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=x86_64" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64", "product": { "name": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64", "product_id": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=x86_64" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64", "product": { "name": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64", "product_id": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.module%2Bel8.8.0%2B23086%2B95b1dcd4.3?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "redis:6:8080020250506112946:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585" }, "product_reference": "redis:6:8080020250506112946:63b34585", "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.aarch64 as a component of redis:6:8080020250506112946:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64" }, "product_reference": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le as a component of redis:6:8080020250506112946:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le" }, "product_reference": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x as a component of redis:6:8080020250506112946:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x" }, "product_reference": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.src as a component of redis:6:8080020250506112946:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.src" }, "product_reference": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64 as a component of redis:6:8080020250506112946:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64" }, "product_reference": "redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64 as a component of redis:6:8080020250506112946:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64" }, "product_reference": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le as a component of redis:6:8080020250506112946:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le" }, "product_reference": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x as a component of redis:6:8080020250506112946:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x" }, "product_reference": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64 as a component of redis:6:8080020250506112946:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64" }, "product_reference": "redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64 as a component of redis:6:8080020250506112946:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64" }, "product_reference": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le as a component of redis:6:8080020250506112946:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le" }, "product_reference": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x as a component of redis:6:8080020250506112946:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x" }, "product_reference": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64 as a component of redis:6:8080020250506112946:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64" }, "product_reference": "redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64 as a component of redis:6:8080020250506112946:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64" }, "product_reference": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le as a component of redis:6:8080020250506112946:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le" }, "product_reference": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x as a component of redis:6:8080020250506112946:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x" }, "product_reference": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64 as a component of redis:6:8080020250506112946:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64" }, "product_reference": "redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585" }, { "category": "default_component_of", "full_product_name": { "name": "redis-doc-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.noarch as a component of redis:6:8080020250506112946:63b34585 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-doc-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.noarch" }, "product_reference": "redis-doc-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585" } ] }, "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:6:8080020250506112946:63b34585", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.src", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-doc-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.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-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:6:8080020250506112946:63b34585", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.src", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-doc-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.noarch" ], "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:6:8080020250506112946:63b34585", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.src", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-doc-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.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-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.src", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debuginfo-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-debugsource-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.aarch64", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.ppc64le", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.s390x", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-devel-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.x86_64", "AppStream-8.8.0.Z.EUS:redis:6:8080020250506112946:63b34585:redis-doc-0:6.2.7-1.module+el8.8.0+23086+95b1dcd4.3.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client" } ] }
rhsa-2025:7630
Vulnerability from csaf_redhat
Published
2025-05-15 02:54
Modified
2025-07-23 20:51
Summary
Red Hat Security Advisory: updated discovery-cli RPMs
Notes
Topic
Updated discovery-cli (dsc) and discovery-installer RPMs are now available for Discovery 1.14.
Details
New version of Discovery CLI (dsc) and installer are now available for RHEL 8 and RHEL 9 for Discovery 1.14.
Terms of Use
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.
{ "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": "Updated discovery-cli (dsc) and discovery-installer RPMs are now available for Discovery 1.14.", "title": "Topic" }, { "category": "general", "text": "New version of Discovery CLI (dsc) and installer are now available for RHEL 8 and RHEL 9 for Discovery 1.14.", "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:7630", "url": "https://access.redhat.com/errata/RHSA-2025:7630" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "DISCOVERY-910", "url": "https://issues.redhat.com/browse/DISCOVERY-910" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7630.json" } ], "title": "Red Hat Security Advisory: updated discovery-cli RPMs", "tracking": { "current_release_date": "2025-07-23T20:51:22+00:00", "generator": { "date": "2025-07-23T20:51:22+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.4" } }, "id": "RHSA-2025:7630", "initial_release_date": "2025-05-15T02:54:01+00:00", "revision_history": [ { "date": "2025-05-15T02:54:01+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-05-15T02:54:01+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-07-23T20:51:22+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Discovery 1 for RHEL 8", "product": { "name": "Discovery 1 for RHEL 8", "product_id": "8Base-discovery-1", "product_identification_helper": { "cpe": "cpe:/o:redhat:discovery:1.0::el8" } } }, { "category": "product_name", "name": "Discovery 1 for RHEL 9", "product": { "name": "Discovery 1 for RHEL 9", "product_id": "9Base-discovery-1", "product_identification_helper": { "cpe": "cpe:/o:redhat:discovery:1.0::el9" } } } ], "category": "product_family", "name": "Red Hat Discovery" }, { "branches": [ { "category": "product_version", "name": "discovery-cli-0:1.14.0-1.el8.src", "product": { "name": "discovery-cli-0:1.14.0-1.el8.src", "product_id": "discovery-cli-0:1.14.0-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/discovery-cli@1.14.0-1.el8?arch=src" } } }, { "category": "product_version", "name": "discovery-installer-0:1.14.1-1.el8.src", "product": { "name": "discovery-installer-0:1.14.1-1.el8.src", "product_id": "discovery-installer-0:1.14.1-1.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/discovery-installer@1.14.1-1.el8?arch=src" } } }, { "category": "product_version", "name": "discovery-cli-0:1.14.0-1.el9.src", "product": { "name": "discovery-cli-0:1.14.0-1.el9.src", "product_id": "discovery-cli-0:1.14.0-1.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/discovery-cli@1.14.0-1.el9?arch=src" } } }, { "category": "product_version", "name": "discovery-installer-0:1.14.1-1.el9.src", "product": { "name": "discovery-installer-0:1.14.1-1.el9.src", "product_id": "discovery-installer-0:1.14.1-1.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/discovery-installer@1.14.1-1.el9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "discovery-cli-0:1.14.0-1.el8.noarch", "product": { "name": "discovery-cli-0:1.14.0-1.el8.noarch", "product_id": "discovery-cli-0:1.14.0-1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/discovery-cli@1.14.0-1.el8?arch=noarch" } } }, { "category": "product_version", "name": "discovery-installer-0:1.14.1-1.el8.noarch", "product": { "name": "discovery-installer-0:1.14.1-1.el8.noarch", "product_id": "discovery-installer-0:1.14.1-1.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/discovery-installer@1.14.1-1.el8?arch=noarch" } } }, { "category": "product_version", "name": "discovery-cli-0:1.14.0-1.el9.noarch", "product": { "name": "discovery-cli-0:1.14.0-1.el9.noarch", "product_id": "discovery-cli-0:1.14.0-1.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/discovery-cli@1.14.0-1.el9?arch=noarch" } } }, { "category": "product_version", "name": "discovery-installer-0:1.14.1-1.el9.noarch", "product": { "name": "discovery-installer-0:1.14.1-1.el9.noarch", "product_id": "discovery-installer-0:1.14.1-1.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/discovery-installer@1.14.1-1.el9?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "discovery-cli-0:1.14.0-1.el8.noarch as a component of Discovery 1 for RHEL 8", "product_id": "8Base-discovery-1:discovery-cli-0:1.14.0-1.el8.noarch" }, "product_reference": "discovery-cli-0:1.14.0-1.el8.noarch", "relates_to_product_reference": "8Base-discovery-1" }, { "category": "default_component_of", "full_product_name": { "name": "discovery-cli-0:1.14.0-1.el8.src as a component of Discovery 1 for RHEL 8", "product_id": "8Base-discovery-1:discovery-cli-0:1.14.0-1.el8.src" }, "product_reference": "discovery-cli-0:1.14.0-1.el8.src", "relates_to_product_reference": "8Base-discovery-1" }, { "category": "default_component_of", "full_product_name": { "name": "discovery-installer-0:1.14.1-1.el8.noarch as a component of Discovery 1 for RHEL 8", "product_id": "8Base-discovery-1:discovery-installer-0:1.14.1-1.el8.noarch" }, "product_reference": "discovery-installer-0:1.14.1-1.el8.noarch", "relates_to_product_reference": "8Base-discovery-1" }, { "category": "default_component_of", "full_product_name": { "name": "discovery-installer-0:1.14.1-1.el8.src as a component of Discovery 1 for RHEL 8", "product_id": "8Base-discovery-1:discovery-installer-0:1.14.1-1.el8.src" }, "product_reference": "discovery-installer-0:1.14.1-1.el8.src", "relates_to_product_reference": "8Base-discovery-1" }, { "category": "default_component_of", "full_product_name": { "name": "discovery-cli-0:1.14.0-1.el9.noarch as a component of Discovery 1 for RHEL 9", "product_id": "9Base-discovery-1:discovery-cli-0:1.14.0-1.el9.noarch" }, "product_reference": "discovery-cli-0:1.14.0-1.el9.noarch", "relates_to_product_reference": "9Base-discovery-1" }, { "category": "default_component_of", "full_product_name": { "name": "discovery-cli-0:1.14.0-1.el9.src as a component of Discovery 1 for RHEL 9", "product_id": "9Base-discovery-1:discovery-cli-0:1.14.0-1.el9.src" }, "product_reference": "discovery-cli-0:1.14.0-1.el9.src", "relates_to_product_reference": "9Base-discovery-1" }, { "category": "default_component_of", "full_product_name": { "name": "discovery-installer-0:1.14.1-1.el9.noarch as a component of Discovery 1 for RHEL 9", "product_id": "9Base-discovery-1:discovery-installer-0:1.14.1-1.el9.noarch" }, "product_reference": "discovery-installer-0:1.14.1-1.el9.noarch", "relates_to_product_reference": "9Base-discovery-1" }, { "category": "default_component_of", "full_product_name": { "name": "discovery-installer-0:1.14.1-1.el9.src as a component of Discovery 1 for RHEL 9", "product_id": "9Base-discovery-1:discovery-installer-0:1.14.1-1.el9.src" }, "product_reference": "discovery-installer-0:1.14.1-1.el9.src", "relates_to_product_reference": "9Base-discovery-1" } ] }, "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": [ "8Base-discovery-1:discovery-cli-0:1.14.0-1.el8.noarch", "8Base-discovery-1:discovery-cli-0:1.14.0-1.el8.src", "8Base-discovery-1:discovery-installer-0:1.14.1-1.el8.noarch", "8Base-discovery-1:discovery-installer-0:1.14.1-1.el8.src", "9Base-discovery-1:discovery-cli-0:1.14.0-1.el9.noarch", "9Base-discovery-1:discovery-cli-0:1.14.0-1.el9.src", "9Base-discovery-1:discovery-installer-0:1.14.1-1.el9.noarch", "9Base-discovery-1:discovery-installer-0:1.14.1-1.el9.src" ] }, "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-15T02:54:01+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "8Base-discovery-1:discovery-cli-0:1.14.0-1.el8.noarch", "8Base-discovery-1:discovery-cli-0:1.14.0-1.el8.src", "8Base-discovery-1:discovery-installer-0:1.14.1-1.el8.noarch", "8Base-discovery-1:discovery-installer-0:1.14.1-1.el8.src", "9Base-discovery-1:discovery-cli-0:1.14.0-1.el9.noarch", "9Base-discovery-1:discovery-cli-0:1.14.0-1.el9.src", "9Base-discovery-1:discovery-installer-0:1.14.1-1.el9.noarch", "9Base-discovery-1:discovery-installer-0:1.14.1-1.el9.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:7630" }, { "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": [ "8Base-discovery-1:discovery-cli-0:1.14.0-1.el8.noarch", "8Base-discovery-1:discovery-cli-0:1.14.0-1.el8.src", "8Base-discovery-1:discovery-installer-0:1.14.1-1.el8.noarch", "8Base-discovery-1:discovery-installer-0:1.14.1-1.el8.src", "9Base-discovery-1:discovery-cli-0:1.14.0-1.el9.noarch", "9Base-discovery-1:discovery-cli-0:1.14.0-1.el9.src", "9Base-discovery-1:discovery-installer-0:1.14.1-1.el9.noarch", "9Base-discovery-1:discovery-installer-0:1.14.1-1.el9.src" ] } ], "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": [ "8Base-discovery-1:discovery-cli-0:1.14.0-1.el8.noarch", "8Base-discovery-1:discovery-cli-0:1.14.0-1.el8.src", "8Base-discovery-1:discovery-installer-0:1.14.1-1.el8.noarch", "8Base-discovery-1:discovery-installer-0:1.14.1-1.el8.src", "9Base-discovery-1:discovery-cli-0:1.14.0-1.el9.noarch", "9Base-discovery-1:discovery-cli-0:1.14.0-1.el9.src", "9Base-discovery-1:discovery-installer-0:1.14.1-1.el9.noarch", "9Base-discovery-1:discovery-installer-0:1.14.1-1.el9.src" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client" } ] }
rhsa-2025:7686
Vulnerability from csaf_redhat
Published
2025-05-15 15:50
Modified
2025-07-23 20:51
Summary
Red Hat Security Advisory: redis:6 security update
Notes
Topic
An update for the redis:6 module is now available for Red Hat Enterprise Linux 8.
Red 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.
Details
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.
Security Fix(es):
* redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client (CVE-2025-21605)
For 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.
Terms of Use
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.
{ "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.\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:7686", "url": "https://access.redhat.com/errata/RHSA-2025:7686" }, { "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_7686.json" } ], "title": "Red Hat Security Advisory: redis:6 security update", "tracking": { "current_release_date": "2025-07-23T20:51:31+00:00", "generator": { "date": "2025-07-23T20:51:31+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.4" } }, "id": "RHSA-2025:7686", "initial_release_date": "2025-05-15T15:50:09+00:00", "revision_history": [ { "date": "2025-05-15T15:50:09+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-05-15T15:50:09+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-07-23T20:51:31+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 (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "redis:6:8100020250424123016:489197e6", "product": { "name": "redis:6:8100020250424123016:489197e6", "product_id": "redis:6:8100020250424123016:489197e6", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/redis@6:8100020250424123016:489197e6" } } }, { "category": "product_version", "name": "redis-doc-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.noarch", "product": { "name": "redis-doc-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.noarch", "product_id": "redis-doc-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-doc@6.2.18-1.module%2Bel8.10.0%2B23050%2B05ea4e95?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.src", "product": { "name": "redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.src", "product_id": "redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.18-1.module%2Bel8.10.0%2B23050%2B05ea4e95?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64", "product": { "name": "redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64", "product_id": "redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.18-1.module%2Bel8.10.0%2B23050%2B05ea4e95?arch=aarch64" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64", "product": { "name": "redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64", "product_id": "redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.18-1.module%2Bel8.10.0%2B23050%2B05ea4e95?arch=aarch64" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64", "product": { "name": "redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64", "product_id": "redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.18-1.module%2Bel8.10.0%2B23050%2B05ea4e95?arch=aarch64" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64", "product": { "name": "redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64", "product_id": "redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.18-1.module%2Bel8.10.0%2B23050%2B05ea4e95?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le", "product": { "name": "redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le", "product_id": "redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.18-1.module%2Bel8.10.0%2B23050%2B05ea4e95?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le", "product": { "name": "redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le", "product_id": "redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.18-1.module%2Bel8.10.0%2B23050%2B05ea4e95?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le", "product": { "name": "redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le", "product_id": "redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.18-1.module%2Bel8.10.0%2B23050%2B05ea4e95?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le", "product": { "name": "redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le", "product_id": "redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.18-1.module%2Bel8.10.0%2B23050%2B05ea4e95?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x", "product": { "name": "redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x", "product_id": "redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.18-1.module%2Bel8.10.0%2B23050%2B05ea4e95?arch=s390x" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x", "product": { "name": "redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x", "product_id": "redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.18-1.module%2Bel8.10.0%2B23050%2B05ea4e95?arch=s390x" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x", "product": { "name": "redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x", "product_id": "redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.18-1.module%2Bel8.10.0%2B23050%2B05ea4e95?arch=s390x" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x", "product": { "name": "redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x", "product_id": "redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.18-1.module%2Bel8.10.0%2B23050%2B05ea4e95?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64", "product": { "name": "redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64", "product_id": "redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.18-1.module%2Bel8.10.0%2B23050%2B05ea4e95?arch=x86_64" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64", "product": { "name": "redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64", "product_id": "redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.18-1.module%2Bel8.10.0%2B23050%2B05ea4e95?arch=x86_64" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64", "product": { "name": "redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64", "product_id": "redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.18-1.module%2Bel8.10.0%2B23050%2B05ea4e95?arch=x86_64" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64", "product": { "name": "redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64", "product_id": "redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.18-1.module%2Bel8.10.0%2B23050%2B05ea4e95?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "redis:6:8100020250424123016:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6" }, "product_reference": "redis:6:8100020250424123016:489197e6", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64 as a component of redis:6:8100020250424123016:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64" }, "product_reference": "redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le as a component of redis:6:8100020250424123016:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le" }, "product_reference": "redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x as a component of redis:6:8100020250424123016:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x" }, "product_reference": "redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.src as a component of redis:6:8100020250424123016:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.src" }, "product_reference": "redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64 as a component of redis:6:8100020250424123016:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64" }, "product_reference": "redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64 as a component of redis:6:8100020250424123016:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64" }, "product_reference": "redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le as a component of redis:6:8100020250424123016:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le" }, "product_reference": "redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x as a component of redis:6:8100020250424123016:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x" }, "product_reference": "redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64 as a component of redis:6:8100020250424123016:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64" }, "product_reference": "redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64 as a component of redis:6:8100020250424123016:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64" }, "product_reference": "redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le as a component of redis:6:8100020250424123016:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le" }, "product_reference": "redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x as a component of redis:6:8100020250424123016:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x" }, "product_reference": "redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64 as a component of redis:6:8100020250424123016:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64" }, "product_reference": "redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64 as a component of redis:6:8100020250424123016:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64" }, "product_reference": "redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le as a component of redis:6:8100020250424123016:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le" }, "product_reference": "redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x as a component of redis:6:8100020250424123016:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x" }, "product_reference": "redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64 as a component of redis:6:8100020250424123016:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64" }, "product_reference": "redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-doc-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.noarch as a component of redis:6:8100020250424123016:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-doc-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.noarch" }, "product_reference": "redis-doc-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6" } ] }, "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.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-doc-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.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-15T15:50:09+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.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-doc-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:7686" }, { "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.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-doc-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.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-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debuginfo-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-debugsource-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-devel-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250424123016:489197e6:redis-doc-0:6.2.18-1.module+el8.10.0+23050+05ea4e95.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client" } ] }
rhsa-2025:7538
Vulnerability from csaf_redhat
Published
2025-05-14 01:46
Modified
2025-07-23 20:50
Summary
Red Hat Security Advisory: redis:7 security update
Notes
Topic
An update for the redis:7 module is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.
Red 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.
Details
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.
Security Fix(es):
* redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client (CVE-2025-21605)
For 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.
Terms of Use
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.
{ "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:7 module 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:7538", "url": "https://access.redhat.com/errata/RHSA-2025:7538" }, { "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_7538.json" } ], "title": "Red Hat Security Advisory: redis:7 security update", "tracking": { "current_release_date": "2025-07-23T20:50:54+00:00", "generator": { "date": "2025-07-23T20:50:54+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.4" } }, "id": "RHSA-2025:7538", "initial_release_date": "2025-05-14T01:46:10+00:00", "revision_history": [ { "date": "2025-05-14T01:46:10+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-05-14T01:46:10+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-07-23T20:50:54+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:7:9040020250506191134:9", "product": { "name": "redis:7:9040020250506191134:9", "product_id": "redis:7:9040020250506191134:9", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/redis@7:9040020250506191134:9" } } }, { "category": "product_version", "name": "redis-doc-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.noarch", "product": { "name": "redis-doc-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.noarch", "product_id": "redis-doc-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-doc@7.0.12-1.module%2Bel9.4.0%2B23090%2Bd27b104d.3?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.src", "product": { "name": "redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.src", "product_id": "redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@7.0.12-1.module%2Bel9.4.0%2B23090%2Bd27b104d.3?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64", "product": { "name": "redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64", "product_id": "redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@7.0.12-1.module%2Bel9.4.0%2B23090%2Bd27b104d.3?arch=aarch64" } } }, { "category": "product_version", "name": "redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64", "product": { "name": "redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64", "product_id": "redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@7.0.12-1.module%2Bel9.4.0%2B23090%2Bd27b104d.3?arch=aarch64" } } }, { "category": "product_version", "name": "redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64", "product": { "name": "redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64", "product_id": "redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@7.0.12-1.module%2Bel9.4.0%2B23090%2Bd27b104d.3?arch=aarch64" } } }, { "category": "product_version", "name": "redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64", "product": { "name": "redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64", "product_id": "redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@7.0.12-1.module%2Bel9.4.0%2B23090%2Bd27b104d.3?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le", "product": { "name": "redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le", "product_id": "redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@7.0.12-1.module%2Bel9.4.0%2B23090%2Bd27b104d.3?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le", "product": { "name": "redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le", "product_id": "redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@7.0.12-1.module%2Bel9.4.0%2B23090%2Bd27b104d.3?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le", "product": { "name": "redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le", "product_id": "redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@7.0.12-1.module%2Bel9.4.0%2B23090%2Bd27b104d.3?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le", "product": { "name": "redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le", "product_id": "redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@7.0.12-1.module%2Bel9.4.0%2B23090%2Bd27b104d.3?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x", "product": { "name": "redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x", "product_id": "redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@7.0.12-1.module%2Bel9.4.0%2B23090%2Bd27b104d.3?arch=s390x" } } }, { "category": "product_version", "name": "redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x", "product": { "name": "redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x", "product_id": "redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@7.0.12-1.module%2Bel9.4.0%2B23090%2Bd27b104d.3?arch=s390x" } } }, { "category": "product_version", "name": "redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x", "product": { "name": "redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x", "product_id": "redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@7.0.12-1.module%2Bel9.4.0%2B23090%2Bd27b104d.3?arch=s390x" } } }, { "category": "product_version", "name": "redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x", "product": { "name": "redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x", "product_id": "redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@7.0.12-1.module%2Bel9.4.0%2B23090%2Bd27b104d.3?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64", "product": { "name": "redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64", "product_id": "redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@7.0.12-1.module%2Bel9.4.0%2B23090%2Bd27b104d.3?arch=x86_64" } } }, { "category": "product_version", "name": "redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64", "product": { "name": "redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64", "product_id": "redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@7.0.12-1.module%2Bel9.4.0%2B23090%2Bd27b104d.3?arch=x86_64" } } }, { "category": "product_version", "name": "redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64", "product": { "name": "redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64", "product_id": "redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@7.0.12-1.module%2Bel9.4.0%2B23090%2Bd27b104d.3?arch=x86_64" } } }, { "category": "product_version", "name": "redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64", "product": { "name": "redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64", "product_id": "redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@7.0.12-1.module%2Bel9.4.0%2B23090%2Bd27b104d.3?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "redis:7:9040020250506191134:9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9" }, "product_reference": "redis:7:9040020250506191134:9", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64 as a component of redis:7:9040020250506191134:9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64" }, "product_reference": "redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le as a component of redis:7:9040020250506191134:9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le" }, "product_reference": "redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x as a component of redis:7:9040020250506191134:9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x" }, "product_reference": "redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.src as a component of redis:7:9040020250506191134:9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.src" }, "product_reference": "redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.src", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64 as a component of redis:7:9040020250506191134:9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64" }, "product_reference": "redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64 as a component of redis:7:9040020250506191134:9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64" }, "product_reference": "redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le as a component of redis:7:9040020250506191134:9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le" }, "product_reference": "redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x as a component of redis:7:9040020250506191134:9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x" }, "product_reference": "redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64 as a component of redis:7:9040020250506191134:9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64" }, "product_reference": "redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64 as a component of redis:7:9040020250506191134:9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64" }, "product_reference": "redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le as a component of redis:7:9040020250506191134:9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le" }, "product_reference": "redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x as a component of redis:7:9040020250506191134:9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x" }, "product_reference": "redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64 as a component of redis:7:9040020250506191134:9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64" }, "product_reference": "redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64 as a component of redis:7:9040020250506191134:9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64" }, "product_reference": "redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le as a component of redis:7:9040020250506191134:9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le" }, "product_reference": "redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x as a component of redis:7:9040020250506191134:9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x" }, "product_reference": "redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64 as a component of redis:7:9040020250506191134:9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64" }, "product_reference": "redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9" }, { "category": "default_component_of", "full_product_name": { "name": "redis-doc-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.noarch as a component of redis:7:9040020250506191134:9 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-doc-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.noarch" }, "product_reference": "redis-doc-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9" } ] }, "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:7:9040020250506191134:9", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.src", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-doc-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.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-14T01:46:10+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:7:9040020250506191134:9", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.src", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-doc-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:7538" }, { "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:7:9040020250506191134:9", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.src", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-doc-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.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:7:9040020250506191134:9", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.src", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debuginfo-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-debugsource-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.aarch64", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.ppc64le", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.s390x", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-devel-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.x86_64", "AppStream-9.4.0.Z.EUS:redis:7:9040020250506191134:9:redis-doc-0:7.0.12-1.module+el9.4.0+23090+d27b104d.3.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client" } ] }
rhsa-2025:7438
Vulnerability from csaf_redhat
Published
2025-05-13 14:02
Modified
2025-07-23 20:50
Summary
Red Hat Security Advisory: redis security update
Notes
Topic
An update for redis is now available for Red Hat Enterprise Linux 9.
Red 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.
Details
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.
Security Fix(es):
* redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client (CVE-2025-21605)
For 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.
Terms of Use
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.
{ "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.\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:7438", "url": "https://access.redhat.com/errata/RHSA-2025:7438" }, { "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_7438.json" } ], "title": "Red Hat Security Advisory: redis security update", "tracking": { "current_release_date": "2025-07-23T20:50:09+00:00", "generator": { "date": "2025-07-23T20:50:09+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.4" } }, "id": "RHSA-2025:7438", "initial_release_date": "2025-05-13T14:02:28+00:00", "revision_history": [ { "date": "2025-05-13T14:02:28+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-05-13T14:02:28+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-07-23T20:50:09+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 (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.18-1.el9_6.src", "product": { "name": "redis-0:6.2.18-1.el9_6.src", "product_id": "redis-0:6.2.18-1.el9_6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.18-1.el9_6?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.18-1.el9_6.aarch64", "product": { "name": "redis-0:6.2.18-1.el9_6.aarch64", "product_id": "redis-0:6.2.18-1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.18-1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.18-1.el9_6.aarch64", "product": { "name": "redis-devel-0:6.2.18-1.el9_6.aarch64", "product_id": "redis-devel-0:6.2.18-1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.18-1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.18-1.el9_6.aarch64", "product": { "name": "redis-debugsource-0:6.2.18-1.el9_6.aarch64", "product_id": "redis-debugsource-0:6.2.18-1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.18-1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.18-1.el9_6.aarch64", "product": { "name": "redis-debuginfo-0:6.2.18-1.el9_6.aarch64", "product_id": "redis-debuginfo-0:6.2.18-1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.18-1.el9_6?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.18-1.el9_6.ppc64le", "product": { "name": "redis-0:6.2.18-1.el9_6.ppc64le", "product_id": "redis-0:6.2.18-1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.18-1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.18-1.el9_6.ppc64le", "product": { "name": "redis-devel-0:6.2.18-1.el9_6.ppc64le", "product_id": "redis-devel-0:6.2.18-1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.18-1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.18-1.el9_6.ppc64le", "product": { "name": "redis-debugsource-0:6.2.18-1.el9_6.ppc64le", "product_id": "redis-debugsource-0:6.2.18-1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.18-1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.18-1.el9_6.ppc64le", "product": { "name": "redis-debuginfo-0:6.2.18-1.el9_6.ppc64le", "product_id": "redis-debuginfo-0:6.2.18-1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.18-1.el9_6?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.18-1.el9_6.x86_64", "product": { "name": "redis-0:6.2.18-1.el9_6.x86_64", "product_id": "redis-0:6.2.18-1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.18-1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.18-1.el9_6.x86_64", "product": { "name": "redis-devel-0:6.2.18-1.el9_6.x86_64", "product_id": "redis-devel-0:6.2.18-1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.18-1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.18-1.el9_6.x86_64", "product": { "name": "redis-debugsource-0:6.2.18-1.el9_6.x86_64", "product_id": "redis-debugsource-0:6.2.18-1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.18-1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.18-1.el9_6.x86_64", "product": { "name": "redis-debuginfo-0:6.2.18-1.el9_6.x86_64", "product_id": "redis-debuginfo-0:6.2.18-1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.18-1.el9_6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "redis-devel-0:6.2.18-1.el9_6.i686", "product": { "name": "redis-devel-0:6.2.18-1.el9_6.i686", "product_id": "redis-devel-0:6.2.18-1.el9_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.18-1.el9_6?arch=i686" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.18-1.el9_6.i686", "product": { "name": "redis-debugsource-0:6.2.18-1.el9_6.i686", "product_id": "redis-debugsource-0:6.2.18-1.el9_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.18-1.el9_6?arch=i686" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.18-1.el9_6.i686", "product": { "name": "redis-debuginfo-0:6.2.18-1.el9_6.i686", "product_id": "redis-debuginfo-0:6.2.18-1.el9_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.18-1.el9_6?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.18-1.el9_6.s390x", "product": { "name": "redis-0:6.2.18-1.el9_6.s390x", "product_id": "redis-0:6.2.18-1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.18-1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.18-1.el9_6.s390x", "product": { "name": "redis-devel-0:6.2.18-1.el9_6.s390x", "product_id": "redis-devel-0:6.2.18-1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.18-1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.18-1.el9_6.s390x", "product": { "name": "redis-debugsource-0:6.2.18-1.el9_6.s390x", "product_id": "redis-debugsource-0:6.2.18-1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.18-1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.18-1.el9_6.s390x", "product": { "name": "redis-debuginfo-0:6.2.18-1.el9_6.s390x", "product_id": "redis-debuginfo-0:6.2.18-1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.18-1.el9_6?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "redis-doc-0:6.2.18-1.el9_6.noarch", "product": { "name": "redis-doc-0:6.2.18-1.el9_6.noarch", "product_id": "redis-doc-0:6.2.18-1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-doc@6.2.18-1.el9_6?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.18-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis-0:6.2.18-1.el9_6.aarch64" }, "product_reference": "redis-0:6.2.18-1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.18-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis-0:6.2.18-1.el9_6.ppc64le" }, "product_reference": "redis-0:6.2.18-1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.18-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis-0:6.2.18-1.el9_6.s390x" }, "product_reference": "redis-0:6.2.18-1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.18-1.el9_6.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis-0:6.2.18-1.el9_6.src" }, "product_reference": "redis-0:6.2.18-1.el9_6.src", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.18-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis-0:6.2.18-1.el9_6.x86_64" }, "product_reference": "redis-0:6.2.18-1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.18-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis-debuginfo-0:6.2.18-1.el9_6.aarch64" }, "product_reference": "redis-debuginfo-0:6.2.18-1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.18-1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis-debuginfo-0:6.2.18-1.el9_6.i686" }, "product_reference": "redis-debuginfo-0:6.2.18-1.el9_6.i686", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.18-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis-debuginfo-0:6.2.18-1.el9_6.ppc64le" }, "product_reference": "redis-debuginfo-0:6.2.18-1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.18-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis-debuginfo-0:6.2.18-1.el9_6.s390x" }, "product_reference": "redis-debuginfo-0:6.2.18-1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.18-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis-debuginfo-0:6.2.18-1.el9_6.x86_64" }, "product_reference": "redis-debuginfo-0:6.2.18-1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.18-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis-debugsource-0:6.2.18-1.el9_6.aarch64" }, "product_reference": "redis-debugsource-0:6.2.18-1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.18-1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis-debugsource-0:6.2.18-1.el9_6.i686" }, "product_reference": "redis-debugsource-0:6.2.18-1.el9_6.i686", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.18-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis-debugsource-0:6.2.18-1.el9_6.ppc64le" }, "product_reference": "redis-debugsource-0:6.2.18-1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.18-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis-debugsource-0:6.2.18-1.el9_6.s390x" }, "product_reference": "redis-debugsource-0:6.2.18-1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.18-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis-debugsource-0:6.2.18-1.el9_6.x86_64" }, "product_reference": "redis-debugsource-0:6.2.18-1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.18-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis-devel-0:6.2.18-1.el9_6.aarch64" }, "product_reference": "redis-devel-0:6.2.18-1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.18-1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis-devel-0:6.2.18-1.el9_6.i686" }, "product_reference": "redis-devel-0:6.2.18-1.el9_6.i686", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.18-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis-devel-0:6.2.18-1.el9_6.ppc64le" }, "product_reference": "redis-devel-0:6.2.18-1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.18-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis-devel-0:6.2.18-1.el9_6.s390x" }, "product_reference": "redis-devel-0:6.2.18-1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.18-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis-devel-0:6.2.18-1.el9_6.x86_64" }, "product_reference": "redis-devel-0:6.2.18-1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-doc-0:6.2.18-1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis-doc-0:6.2.18-1.el9_6.noarch" }, "product_reference": "redis-doc-0:6.2.18-1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.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.6.0.Z.MAIN.EUS:redis-0:6.2.18-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:redis-0:6.2.18-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:redis-0:6.2.18-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:redis-0:6.2.18-1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:redis-0:6.2.18-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:redis-debuginfo-0:6.2.18-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:redis-debuginfo-0:6.2.18-1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:redis-debuginfo-0:6.2.18-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:redis-debuginfo-0:6.2.18-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:redis-debuginfo-0:6.2.18-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:redis-debugsource-0:6.2.18-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:redis-debugsource-0:6.2.18-1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:redis-debugsource-0:6.2.18-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:redis-debugsource-0:6.2.18-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:redis-debugsource-0:6.2.18-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:redis-devel-0:6.2.18-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:redis-devel-0:6.2.18-1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:redis-devel-0:6.2.18-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:redis-devel-0:6.2.18-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:redis-devel-0:6.2.18-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:redis-doc-0:6.2.18-1.el9_6.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-13T14:02:28+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.6.0.Z.MAIN.EUS:redis-0:6.2.18-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:redis-0:6.2.18-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:redis-0:6.2.18-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:redis-0:6.2.18-1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:redis-0:6.2.18-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:redis-debuginfo-0:6.2.18-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:redis-debuginfo-0:6.2.18-1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:redis-debuginfo-0:6.2.18-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:redis-debuginfo-0:6.2.18-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:redis-debuginfo-0:6.2.18-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:redis-debugsource-0:6.2.18-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:redis-debugsource-0:6.2.18-1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:redis-debugsource-0:6.2.18-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:redis-debugsource-0:6.2.18-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:redis-debugsource-0:6.2.18-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:redis-devel-0:6.2.18-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:redis-devel-0:6.2.18-1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:redis-devel-0:6.2.18-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:redis-devel-0:6.2.18-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:redis-devel-0:6.2.18-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:redis-doc-0:6.2.18-1.el9_6.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:7438" }, { "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.6.0.Z.MAIN.EUS:redis-0:6.2.18-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:redis-0:6.2.18-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:redis-0:6.2.18-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:redis-0:6.2.18-1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:redis-0:6.2.18-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:redis-debuginfo-0:6.2.18-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:redis-debuginfo-0:6.2.18-1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:redis-debuginfo-0:6.2.18-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:redis-debuginfo-0:6.2.18-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:redis-debuginfo-0:6.2.18-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:redis-debugsource-0:6.2.18-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:redis-debugsource-0:6.2.18-1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:redis-debugsource-0:6.2.18-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:redis-debugsource-0:6.2.18-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:redis-debugsource-0:6.2.18-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:redis-devel-0:6.2.18-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:redis-devel-0:6.2.18-1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:redis-devel-0:6.2.18-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:redis-devel-0:6.2.18-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:redis-devel-0:6.2.18-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:redis-doc-0:6.2.18-1.el9_6.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.6.0.Z.MAIN.EUS:redis-0:6.2.18-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:redis-0:6.2.18-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:redis-0:6.2.18-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:redis-0:6.2.18-1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:redis-0:6.2.18-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:redis-debuginfo-0:6.2.18-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:redis-debuginfo-0:6.2.18-1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:redis-debuginfo-0:6.2.18-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:redis-debuginfo-0:6.2.18-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:redis-debuginfo-0:6.2.18-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:redis-debugsource-0:6.2.18-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:redis-debugsource-0:6.2.18-1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:redis-debugsource-0:6.2.18-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:redis-debugsource-0:6.2.18-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:redis-debugsource-0:6.2.18-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:redis-devel-0:6.2.18-1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:redis-devel-0:6.2.18-1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:redis-devel-0:6.2.18-1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:redis-devel-0:6.2.18-1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:redis-devel-0:6.2.18-1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:redis-doc-0:6.2.18-1.el9_6.noarch" ] } ], "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
Modified
2025-07-23 20:49
Summary
Red Hat Security Advisory: redis security update
Notes
Topic
An update for redis is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.
Red 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.
Details
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.
Security Fix(es):
* redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client (CVE-2025-21605)
For 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.
Terms of Use
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.
{ "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": "2025-07-23T20:49:44+00:00", "generator": { "date": "2025-07-23T20:49:44+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.4" } }, "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": "2025-07-23T20:49:44+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:7429
Vulnerability from csaf_redhat
Published
2025-05-13 14:02
Modified
2025-07-23 20:50
Summary
Red Hat Security Advisory: redis:7 security update
Notes
Topic
An update for the redis:7 module is now available for Red Hat Enterprise Linux 9.
Red 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.
Details
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.
Security Fix(es):
* redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client (CVE-2025-21605)
For 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.
Terms of Use
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.
{ "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:7 module is now available for Red Hat Enterprise Linux 9.\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:7429", "url": "https://access.redhat.com/errata/RHSA-2025:7429" }, { "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_7429.json" } ], "title": "Red Hat Security Advisory: redis:7 security update", "tracking": { "current_release_date": "2025-07-23T20:50:00+00:00", "generator": { "date": "2025-07-23T20:50:00+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.4" } }, "id": "RHSA-2025:7429", "initial_release_date": "2025-05-13T14:02:16+00:00", "revision_history": [ { "date": "2025-05-13T14:02:16+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-05-13T14:02:16+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-07-23T20:50: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 (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "redis:7:9060020250424140251:9", "product": { "name": "redis:7:9060020250424140251:9", "product_id": "redis:7:9060020250424140251:9", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/redis@7:9060020250424140251:9" } } }, { "category": "product_version", "name": "redis-doc-0:7.2.8-1.module+el9.6.0+23049+8374f320.noarch", "product": { "name": "redis-doc-0:7.2.8-1.module+el9.6.0+23049+8374f320.noarch", "product_id": "redis-doc-0:7.2.8-1.module+el9.6.0+23049+8374f320.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-doc@7.2.8-1.module%2Bel9.6.0%2B23049%2B8374f320?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.src", "product": { "name": "redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.src", "product_id": "redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@7.2.8-1.module%2Bel9.6.0%2B23049%2B8374f320?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64", "product": { "name": "redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64", "product_id": "redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@7.2.8-1.module%2Bel9.6.0%2B23049%2B8374f320?arch=aarch64" } } }, { "category": "product_version", "name": "redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64", "product": { "name": "redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64", "product_id": "redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@7.2.8-1.module%2Bel9.6.0%2B23049%2B8374f320?arch=aarch64" } } }, { "category": "product_version", "name": "redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64", "product": { "name": "redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64", "product_id": "redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@7.2.8-1.module%2Bel9.6.0%2B23049%2B8374f320?arch=aarch64" } } }, { "category": "product_version", "name": "redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64", "product": { "name": "redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64", "product_id": "redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@7.2.8-1.module%2Bel9.6.0%2B23049%2B8374f320?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le", "product": { "name": "redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le", "product_id": "redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@7.2.8-1.module%2Bel9.6.0%2B23049%2B8374f320?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le", "product": { "name": "redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le", "product_id": "redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@7.2.8-1.module%2Bel9.6.0%2B23049%2B8374f320?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le", "product": { "name": "redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le", "product_id": "redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@7.2.8-1.module%2Bel9.6.0%2B23049%2B8374f320?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le", "product": { "name": "redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le", "product_id": "redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@7.2.8-1.module%2Bel9.6.0%2B23049%2B8374f320?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x", "product": { "name": "redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x", "product_id": "redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@7.2.8-1.module%2Bel9.6.0%2B23049%2B8374f320?arch=s390x" } } }, { "category": "product_version", "name": "redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x", "product": { "name": "redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x", "product_id": "redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@7.2.8-1.module%2Bel9.6.0%2B23049%2B8374f320?arch=s390x" } } }, { "category": "product_version", "name": "redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x", "product": { "name": "redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x", "product_id": "redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@7.2.8-1.module%2Bel9.6.0%2B23049%2B8374f320?arch=s390x" } } }, { "category": "product_version", "name": "redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x", "product": { "name": "redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x", "product_id": "redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@7.2.8-1.module%2Bel9.6.0%2B23049%2B8374f320?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64", "product": { "name": "redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64", "product_id": "redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@7.2.8-1.module%2Bel9.6.0%2B23049%2B8374f320?arch=x86_64" } } }, { "category": "product_version", "name": "redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64", "product": { "name": "redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64", "product_id": "redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@7.2.8-1.module%2Bel9.6.0%2B23049%2B8374f320?arch=x86_64" } } }, { "category": "product_version", "name": "redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64", "product": { "name": "redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64", "product_id": "redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@7.2.8-1.module%2Bel9.6.0%2B23049%2B8374f320?arch=x86_64" } } }, { "category": "product_version", "name": "redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64", "product": { "name": "redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64", "product_id": "redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@7.2.8-1.module%2Bel9.6.0%2B23049%2B8374f320?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "redis:7:9060020250424140251:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9" }, "product_reference": "redis:7:9060020250424140251:9", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64 as a component of redis:7:9060020250424140251:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64" }, "product_reference": "redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le as a component of redis:7:9060020250424140251:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le" }, "product_reference": "redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x as a component of redis:7:9060020250424140251:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x" }, "product_reference": "redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.src as a component of redis:7:9060020250424140251:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.src" }, "product_reference": "redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.src", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64 as a component of redis:7:9060020250424140251:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64" }, "product_reference": "redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64 as a component of redis:7:9060020250424140251:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64" }, "product_reference": "redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le as a component of redis:7:9060020250424140251:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le" }, "product_reference": "redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x as a component of redis:7:9060020250424140251:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x" }, "product_reference": "redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64 as a component of redis:7:9060020250424140251:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64" }, "product_reference": "redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64 as a component of redis:7:9060020250424140251:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64" }, "product_reference": "redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le as a component of redis:7:9060020250424140251:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le" }, "product_reference": "redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x as a component of redis:7:9060020250424140251:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x" }, "product_reference": "redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64 as a component of redis:7:9060020250424140251:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64" }, "product_reference": "redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64 as a component of redis:7:9060020250424140251:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64" }, "product_reference": "redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le as a component of redis:7:9060020250424140251:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le" }, "product_reference": "redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x as a component of redis:7:9060020250424140251:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x" }, "product_reference": "redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64 as a component of redis:7:9060020250424140251:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64" }, "product_reference": "redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9" }, { "category": "default_component_of", "full_product_name": { "name": "redis-doc-0:7.2.8-1.module+el9.6.0+23049+8374f320.noarch as a component of redis:7:9060020250424140251:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-doc-0:7.2.8-1.module+el9.6.0+23049+8374f320.noarch" }, "product_reference": "redis-doc-0:7.2.8-1.module+el9.6.0+23049+8374f320.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9" } ] }, "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.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.src", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-doc-0:7.2.8-1.module+el9.6.0+23049+8374f320.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-13T14:02:16+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.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.src", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-doc-0:7.2.8-1.module+el9.6.0+23049+8374f320.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:7429" }, { "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.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.src", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-doc-0:7.2.8-1.module+el9.6.0+23049+8374f320.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.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.src", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debuginfo-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-debugsource-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.s390x", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-devel-0:7.2.8-1.module+el9.6.0+23049+8374f320.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:redis:7:9060020250424140251:9:redis-doc-0:7.2.8-1.module+el9.6.0+23049+8374f320.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
Modified
2025-07-23 20:49
Summary
Red Hat Security Advisory: redis security update
Notes
Topic
An update for redis is now available for Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions.
Red 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.
Details
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.
Security Fix(es):
* redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client (CVE-2025-21605)
For 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.
Terms of Use
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.
{ "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": "2025-07-23T20:49:40+00:00", "generator": { "date": "2025-07-23T20:49:40+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.4" } }, "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": "2025-07-23T20:49:40+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" } ] }
rhsa-2025:7509
Vulnerability from csaf_redhat
Published
2025-05-13 17:18
Modified
2025-07-23 20:50
Summary
Red Hat Security Advisory: valkey security update
Notes
Topic
An update for valkey is now available for Red Hat Enterprise Linux 10.
Red 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.
Details
Valkey 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. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; or getting the member with highest ranking in a sorted set. In order to achieve its outstanding performance, Valkey works with an in-memory dataset. Depending on your use case, you can persist it either by dumping the dataset to disk every once in a while, or by appending each command to a log. Valkey also supports trivial-to-setup master-slave replication, with very fast non-blocking first synchronization, auto-reconnection on net split and so forth. Other features include Transactions, Pub/Sub, Lua scripting, Keys with a limited time-to-live, and configuration settings to make Valkey behave like a cache. You can use Valkey from most programming languages also.
Security Fix(es):
* redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client (CVE-2025-21605)
For 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.
Terms of Use
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.
{ "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 valkey is now available for Red Hat Enterprise Linux 10.\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": "Valkey 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. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; or getting the member with highest ranking in a sorted set. In order to achieve its outstanding performance, Valkey works with an in-memory dataset. Depending on your use case, you can persist it either by dumping the dataset to disk every once in a while, or by appending each command to a log. Valkey also supports trivial-to-setup master-slave replication, with very fast non-blocking first synchronization, auto-reconnection on net split and so forth. Other features include Transactions, Pub/Sub, Lua scripting, Keys with a limited time-to-live, and configuration settings to make Valkey behave like a cache. You can use Valkey from most programming languages also.\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:7509", "url": "https://access.redhat.com/errata/RHSA-2025:7509" }, { "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_7509.json" } ], "title": "Red Hat Security Advisory: valkey security update", "tracking": { "current_release_date": "2025-07-23T20:50:45+00:00", "generator": { "date": "2025-07-23T20:50:45+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.4" } }, "id": "RHSA-2025:7509", "initial_release_date": "2025-05-13T17:18:28+00:00", "revision_history": [ { "date": "2025-05-13T17:18:28+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-05-13T17:18:28+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-07-23T20:50:45+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 (v. 10)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:10.0" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "valkey-0:8.0.3-1.el10_0.src", "product": { "name": "valkey-0:8.0.3-1.el10_0.src", "product_id": "valkey-0:8.0.3-1.el10_0.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/valkey@8.0.3-1.el10_0?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "valkey-0:8.0.3-1.el10_0.aarch64", "product": { "name": "valkey-0:8.0.3-1.el10_0.aarch64", "product_id": "valkey-0:8.0.3-1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/valkey@8.0.3-1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "valkey-devel-0:8.0.3-1.el10_0.aarch64", "product": { "name": "valkey-devel-0:8.0.3-1.el10_0.aarch64", "product_id": "valkey-devel-0:8.0.3-1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/valkey-devel@8.0.3-1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "valkey-debugsource-0:8.0.3-1.el10_0.aarch64", "product": { "name": "valkey-debugsource-0:8.0.3-1.el10_0.aarch64", "product_id": "valkey-debugsource-0:8.0.3-1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/valkey-debugsource@8.0.3-1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "valkey-debuginfo-0:8.0.3-1.el10_0.aarch64", "product": { "name": "valkey-debuginfo-0:8.0.3-1.el10_0.aarch64", "product_id": "valkey-debuginfo-0:8.0.3-1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/valkey-debuginfo@8.0.3-1.el10_0?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "valkey-0:8.0.3-1.el10_0.ppc64le", "product": { "name": "valkey-0:8.0.3-1.el10_0.ppc64le", "product_id": "valkey-0:8.0.3-1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/valkey@8.0.3-1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "valkey-devel-0:8.0.3-1.el10_0.ppc64le", "product": { "name": "valkey-devel-0:8.0.3-1.el10_0.ppc64le", "product_id": "valkey-devel-0:8.0.3-1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/valkey-devel@8.0.3-1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "valkey-debugsource-0:8.0.3-1.el10_0.ppc64le", "product": { "name": "valkey-debugsource-0:8.0.3-1.el10_0.ppc64le", "product_id": "valkey-debugsource-0:8.0.3-1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/valkey-debugsource@8.0.3-1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "valkey-debuginfo-0:8.0.3-1.el10_0.ppc64le", "product": { "name": "valkey-debuginfo-0:8.0.3-1.el10_0.ppc64le", "product_id": "valkey-debuginfo-0:8.0.3-1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/valkey-debuginfo@8.0.3-1.el10_0?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "valkey-0:8.0.3-1.el10_0.x86_64", "product": { "name": "valkey-0:8.0.3-1.el10_0.x86_64", "product_id": "valkey-0:8.0.3-1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/valkey@8.0.3-1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "valkey-devel-0:8.0.3-1.el10_0.x86_64", "product": { "name": "valkey-devel-0:8.0.3-1.el10_0.x86_64", "product_id": "valkey-devel-0:8.0.3-1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/valkey-devel@8.0.3-1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "valkey-debugsource-0:8.0.3-1.el10_0.x86_64", "product": { "name": "valkey-debugsource-0:8.0.3-1.el10_0.x86_64", "product_id": "valkey-debugsource-0:8.0.3-1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/valkey-debugsource@8.0.3-1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "valkey-debuginfo-0:8.0.3-1.el10_0.x86_64", "product": { "name": "valkey-debuginfo-0:8.0.3-1.el10_0.x86_64", "product_id": "valkey-debuginfo-0:8.0.3-1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/valkey-debuginfo@8.0.3-1.el10_0?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "valkey-0:8.0.3-1.el10_0.s390x", "product": { "name": "valkey-0:8.0.3-1.el10_0.s390x", "product_id": "valkey-0:8.0.3-1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/valkey@8.0.3-1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "valkey-devel-0:8.0.3-1.el10_0.s390x", "product": { "name": "valkey-devel-0:8.0.3-1.el10_0.s390x", "product_id": "valkey-devel-0:8.0.3-1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/valkey-devel@8.0.3-1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "valkey-debugsource-0:8.0.3-1.el10_0.s390x", "product": { "name": "valkey-debugsource-0:8.0.3-1.el10_0.s390x", "product_id": "valkey-debugsource-0:8.0.3-1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/valkey-debugsource@8.0.3-1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "valkey-debuginfo-0:8.0.3-1.el10_0.s390x", "product": { "name": "valkey-debuginfo-0:8.0.3-1.el10_0.s390x", "product_id": "valkey-debuginfo-0:8.0.3-1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/valkey-debuginfo@8.0.3-1.el10_0?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "valkey-0:8.0.3-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:valkey-0:8.0.3-1.el10_0.aarch64" }, "product_reference": "valkey-0:8.0.3-1.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-0:8.0.3-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:valkey-0:8.0.3-1.el10_0.ppc64le" }, "product_reference": "valkey-0:8.0.3-1.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-0:8.0.3-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:valkey-0:8.0.3-1.el10_0.s390x" }, "product_reference": "valkey-0:8.0.3-1.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-0:8.0.3-1.el10_0.src as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:valkey-0:8.0.3-1.el10_0.src" }, "product_reference": "valkey-0:8.0.3-1.el10_0.src", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-0:8.0.3-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:valkey-0:8.0.3-1.el10_0.x86_64" }, "product_reference": "valkey-0:8.0.3-1.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-debuginfo-0:8.0.3-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:valkey-debuginfo-0:8.0.3-1.el10_0.aarch64" }, "product_reference": "valkey-debuginfo-0:8.0.3-1.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-debuginfo-0:8.0.3-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:valkey-debuginfo-0:8.0.3-1.el10_0.ppc64le" }, "product_reference": "valkey-debuginfo-0:8.0.3-1.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-debuginfo-0:8.0.3-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:valkey-debuginfo-0:8.0.3-1.el10_0.s390x" }, "product_reference": "valkey-debuginfo-0:8.0.3-1.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-debuginfo-0:8.0.3-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:valkey-debuginfo-0:8.0.3-1.el10_0.x86_64" }, "product_reference": "valkey-debuginfo-0:8.0.3-1.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-debugsource-0:8.0.3-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:valkey-debugsource-0:8.0.3-1.el10_0.aarch64" }, "product_reference": "valkey-debugsource-0:8.0.3-1.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-debugsource-0:8.0.3-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:valkey-debugsource-0:8.0.3-1.el10_0.ppc64le" }, "product_reference": "valkey-debugsource-0:8.0.3-1.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-debugsource-0:8.0.3-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:valkey-debugsource-0:8.0.3-1.el10_0.s390x" }, "product_reference": "valkey-debugsource-0:8.0.3-1.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-debugsource-0:8.0.3-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:valkey-debugsource-0:8.0.3-1.el10_0.x86_64" }, "product_reference": "valkey-debugsource-0:8.0.3-1.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-devel-0:8.0.3-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:valkey-devel-0:8.0.3-1.el10_0.aarch64" }, "product_reference": "valkey-devel-0:8.0.3-1.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-devel-0:8.0.3-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:valkey-devel-0:8.0.3-1.el10_0.ppc64le" }, "product_reference": "valkey-devel-0:8.0.3-1.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-devel-0:8.0.3-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:valkey-devel-0:8.0.3-1.el10_0.s390x" }, "product_reference": "valkey-devel-0:8.0.3-1.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-devel-0:8.0.3-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:valkey-devel-0:8.0.3-1.el10_0.x86_64" }, "product_reference": "valkey-devel-0:8.0.3-1.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" } ] }, "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-10.0.Z:valkey-0:8.0.3-1.el10_0.aarch64", "AppStream-10.0.Z:valkey-0:8.0.3-1.el10_0.ppc64le", "AppStream-10.0.Z:valkey-0:8.0.3-1.el10_0.s390x", "AppStream-10.0.Z:valkey-0:8.0.3-1.el10_0.src", "AppStream-10.0.Z:valkey-0:8.0.3-1.el10_0.x86_64", "AppStream-10.0.Z:valkey-debuginfo-0:8.0.3-1.el10_0.aarch64", "AppStream-10.0.Z:valkey-debuginfo-0:8.0.3-1.el10_0.ppc64le", "AppStream-10.0.Z:valkey-debuginfo-0:8.0.3-1.el10_0.s390x", "AppStream-10.0.Z:valkey-debuginfo-0:8.0.3-1.el10_0.x86_64", "AppStream-10.0.Z:valkey-debugsource-0:8.0.3-1.el10_0.aarch64", "AppStream-10.0.Z:valkey-debugsource-0:8.0.3-1.el10_0.ppc64le", "AppStream-10.0.Z:valkey-debugsource-0:8.0.3-1.el10_0.s390x", "AppStream-10.0.Z:valkey-debugsource-0:8.0.3-1.el10_0.x86_64", "AppStream-10.0.Z:valkey-devel-0:8.0.3-1.el10_0.aarch64", "AppStream-10.0.Z:valkey-devel-0:8.0.3-1.el10_0.ppc64le", "AppStream-10.0.Z:valkey-devel-0:8.0.3-1.el10_0.s390x", "AppStream-10.0.Z:valkey-devel-0:8.0.3-1.el10_0.x86_64" ] }, "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-13T17:18:28+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-10.0.Z:valkey-0:8.0.3-1.el10_0.aarch64", "AppStream-10.0.Z:valkey-0:8.0.3-1.el10_0.ppc64le", "AppStream-10.0.Z:valkey-0:8.0.3-1.el10_0.s390x", "AppStream-10.0.Z:valkey-0:8.0.3-1.el10_0.src", "AppStream-10.0.Z:valkey-0:8.0.3-1.el10_0.x86_64", "AppStream-10.0.Z:valkey-debuginfo-0:8.0.3-1.el10_0.aarch64", "AppStream-10.0.Z:valkey-debuginfo-0:8.0.3-1.el10_0.ppc64le", "AppStream-10.0.Z:valkey-debuginfo-0:8.0.3-1.el10_0.s390x", "AppStream-10.0.Z:valkey-debuginfo-0:8.0.3-1.el10_0.x86_64", "AppStream-10.0.Z:valkey-debugsource-0:8.0.3-1.el10_0.aarch64", "AppStream-10.0.Z:valkey-debugsource-0:8.0.3-1.el10_0.ppc64le", "AppStream-10.0.Z:valkey-debugsource-0:8.0.3-1.el10_0.s390x", "AppStream-10.0.Z:valkey-debugsource-0:8.0.3-1.el10_0.x86_64", "AppStream-10.0.Z:valkey-devel-0:8.0.3-1.el10_0.aarch64", "AppStream-10.0.Z:valkey-devel-0:8.0.3-1.el10_0.ppc64le", "AppStream-10.0.Z:valkey-devel-0:8.0.3-1.el10_0.s390x", "AppStream-10.0.Z:valkey-devel-0:8.0.3-1.el10_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:7509" }, { "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-10.0.Z:valkey-0:8.0.3-1.el10_0.aarch64", "AppStream-10.0.Z:valkey-0:8.0.3-1.el10_0.ppc64le", "AppStream-10.0.Z:valkey-0:8.0.3-1.el10_0.s390x", "AppStream-10.0.Z:valkey-0:8.0.3-1.el10_0.src", "AppStream-10.0.Z:valkey-0:8.0.3-1.el10_0.x86_64", "AppStream-10.0.Z:valkey-debuginfo-0:8.0.3-1.el10_0.aarch64", "AppStream-10.0.Z:valkey-debuginfo-0:8.0.3-1.el10_0.ppc64le", "AppStream-10.0.Z:valkey-debuginfo-0:8.0.3-1.el10_0.s390x", "AppStream-10.0.Z:valkey-debuginfo-0:8.0.3-1.el10_0.x86_64", "AppStream-10.0.Z:valkey-debugsource-0:8.0.3-1.el10_0.aarch64", "AppStream-10.0.Z:valkey-debugsource-0:8.0.3-1.el10_0.ppc64le", "AppStream-10.0.Z:valkey-debugsource-0:8.0.3-1.el10_0.s390x", "AppStream-10.0.Z:valkey-debugsource-0:8.0.3-1.el10_0.x86_64", "AppStream-10.0.Z:valkey-devel-0:8.0.3-1.el10_0.aarch64", "AppStream-10.0.Z:valkey-devel-0:8.0.3-1.el10_0.ppc64le", "AppStream-10.0.Z:valkey-devel-0:8.0.3-1.el10_0.s390x", "AppStream-10.0.Z:valkey-devel-0:8.0.3-1.el10_0.x86_64" ] } ], "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-10.0.Z:valkey-0:8.0.3-1.el10_0.aarch64", "AppStream-10.0.Z:valkey-0:8.0.3-1.el10_0.ppc64le", "AppStream-10.0.Z:valkey-0:8.0.3-1.el10_0.s390x", "AppStream-10.0.Z:valkey-0:8.0.3-1.el10_0.src", "AppStream-10.0.Z:valkey-0:8.0.3-1.el10_0.x86_64", "AppStream-10.0.Z:valkey-debuginfo-0:8.0.3-1.el10_0.aarch64", "AppStream-10.0.Z:valkey-debuginfo-0:8.0.3-1.el10_0.ppc64le", "AppStream-10.0.Z:valkey-debuginfo-0:8.0.3-1.el10_0.s390x", "AppStream-10.0.Z:valkey-debuginfo-0:8.0.3-1.el10_0.x86_64", "AppStream-10.0.Z:valkey-debugsource-0:8.0.3-1.el10_0.aarch64", "AppStream-10.0.Z:valkey-debugsource-0:8.0.3-1.el10_0.ppc64le", "AppStream-10.0.Z:valkey-debugsource-0:8.0.3-1.el10_0.s390x", "AppStream-10.0.Z:valkey-debugsource-0:8.0.3-1.el10_0.x86_64", "AppStream-10.0.Z:valkey-devel-0:8.0.3-1.el10_0.aarch64", "AppStream-10.0.Z:valkey-devel-0:8.0.3-1.el10_0.ppc64le", "AppStream-10.0.Z:valkey-devel-0:8.0.3-1.el10_0.s390x", "AppStream-10.0.Z:valkey-devel-0:8.0.3-1.el10_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client" } ] }
rhsa-2025:4441
Vulnerability from csaf_redhat
Published
2025-05-05 01:40
Modified
2025-07-23 20:49
Summary
Red Hat Security Advisory: redis:6 security update
Notes
Topic
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.
Red 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.
Details
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.
Security Fix(es):
* redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client (CVE-2025-21605)
For 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.
Terms of Use
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.
{ "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": "2025-07-23T20:49:55+00:00", "generator": { "date": "2025-07-23T20:49:55+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.4" } }, "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": "2025-07-23T20:49:55+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:6:8040020250429071832:522a0ee4", "product": { "name": "redis:6:8040020250429071832:522a0ee4", "product_id": "redis:6:8040020250429071832:522a0ee4", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/redis@6:8040020250429071832:522a0ee4" } } }, { "category": "product_version", "name": "redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch", "product": { "name": "redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch", "product_id": "redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-doc@6.0.9-5.module%2Bel8.4.0%2B23067%2B0d16e377.2?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src", "product": { "name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src", "product_id": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.0.9-5.module%2Bel8.4.0%2B23067%2B0d16e377.2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "product": { "name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "product_id": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.0.9-5.module%2Bel8.4.0%2B23067%2B0d16e377.2?arch=x86_64" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "product": { "name": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "product_id": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.0.9-5.module%2Bel8.4.0%2B23067%2B0d16e377.2?arch=x86_64" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "product": { "name": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "product_id": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.0.9-5.module%2Bel8.4.0%2B23067%2B0d16e377.2?arch=x86_64" } } }, { "category": "product_version", "name": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "product": { "name": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "product_id": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.0.9-5.module%2Bel8.4.0%2B23067%2B0d16e377.2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le", "product": { "name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le", "product_id": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.0.9-5.module%2Bel8.4.0%2B23067%2B0d16e377.2?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le", "product": { "name": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le", "product_id": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.0.9-5.module%2Bel8.4.0%2B23067%2B0d16e377.2?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le", "product": { "name": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le", "product_id": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.0.9-5.module%2Bel8.4.0%2B23067%2B0d16e377.2?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le", "product": { "name": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le", "product_id": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.0.9-5.module%2Bel8.4.0%2B23067%2B0d16e377.2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "redis:6:8040020250429071832:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4" }, "product_reference": "redis:6:8040020250429071832:522a0ee4", "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.src as a component of redis:6:8040020250429071832:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src" }, "product_reference": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 as a component of redis:6:8040020250429071832:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64" }, "product_reference": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 as a component of redis:6:8040020250429071832:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64" }, "product_reference": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 as a component of redis:6:8040020250429071832:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64" }, "product_reference": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 as a component of redis:6:8040020250429071832:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64" }, "product_reference": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch as a component of redis:6:8040020250429071832:522a0ee4 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch" }, "product_reference": "redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "redis:6:8040020250429071832:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4" }, "product_reference": "redis:6:8040020250429071832:522a0ee4", "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.ppc64le as a component of redis:6:8040020250429071832:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le" }, "product_reference": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src as a component of redis:6:8040020250429071832:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src" }, "product_reference": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 as a component of redis:6:8040020250429071832:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64" }, "product_reference": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le as a component of redis:6:8040020250429071832:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le" }, "product_reference": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 as a component of redis:6:8040020250429071832:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64" }, "product_reference": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le as a component of redis:6:8040020250429071832:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le" }, "product_reference": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 as a component of redis:6:8040020250429071832:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64" }, "product_reference": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le as a component of redis:6:8040020250429071832:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le" }, "product_reference": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 as a component of redis:6:8040020250429071832:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64" }, "product_reference": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch as a component of redis:6:8040020250429071832:522a0ee4 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch" }, "product_reference": "redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "redis:6:8040020250429071832:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4" }, "product_reference": "redis:6:8040020250429071832:522a0ee4", "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.src as a component of redis:6:8040020250429071832:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src" }, "product_reference": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 as a component of redis:6:8040020250429071832:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64" }, "product_reference": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 as a component of redis:6:8040020250429071832:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64" }, "product_reference": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 as a component of redis:6:8040020250429071832:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64" }, "product_reference": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 as a component of redis:6:8040020250429071832:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64" }, "product_reference": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch as a component of redis:6:8040020250429071832:522a0ee4 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch" }, "product_reference": "redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4" } ] }, "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:6:8040020250429071832:522a0ee4", "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src", "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch", "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4", "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src", "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.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-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:6:8040020250429071832:522a0ee4", "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src", "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch", "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4", "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src", "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch" ], "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:6:8040020250429071832:522a0ee4", "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src", "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch", "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4", "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src", "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.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-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4", "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src", "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.AUS:redis:6:8040020250429071832:522a0ee4:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.E4S:redis:6:8040020250429071832:522a0ee4:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch", "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4", "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src", "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64", "AppStream-8.4.0.Z.TUS:redis:6:8040020250429071832:522a0ee4:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client" } ] }
suse-su-2025:1420-1
Vulnerability from csaf_suse
Published
2025-04-30 12:55
Modified
2025-04-30 12:55
Summary
Security update for redis
Notes
Title of the patch
Security update for redis
Description of the patch
This update for redis fixes the following issues:
- CVE-2025-21605: Fixed an output buffer denial of service. (bsc#1241708)
Patchnames
SUSE-2025-1420,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-1420,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-1420,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1420,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1420,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-1420,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-1420,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-1420,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-1420,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-1420,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-1420
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "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": "Security update for redis", "title": "Title of the patch" }, { "category": "description", "text": "This update for redis fixes the following issues:\n\n- CVE-2025-21605: Fixed an output buffer denial of service. (bsc#1241708)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-1420,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-1420,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-1420,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1420,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1420,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-1420,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-1420,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-1420,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-1420,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-1420,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-1420", "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/suse-su-2025_1420-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:1420-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251420-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:1420-1", "url": "https://lists.suse.com/pipermail/sle-updates/2025-April/039117.html" }, { "category": "self", "summary": "SUSE Bug 1241708", "url": "https://bugzilla.suse.com/1241708" }, { "category": "self", "summary": "SUSE CVE CVE-2025-21605 page", "url": "https://www.suse.com/security/cve/CVE-2025-21605/" } ], "title": "Security update for redis", "tracking": { "current_release_date": "2025-04-30T12:55:40Z", "generator": { "date": "2025-04-30T12:55:40Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:1420-1", "initial_release_date": "2025-04-30T12:55:40Z", "revision_history": [ { "date": "2025-04-30T12:55:40Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "redis-6.2.6-150400.3.34.1.aarch64", "product": { "name": "redis-6.2.6-150400.3.34.1.aarch64", "product_id": "redis-6.2.6-150400.3.34.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "redis-6.2.6-150400.3.34.1.i586", "product": { "name": "redis-6.2.6-150400.3.34.1.i586", "product_id": "redis-6.2.6-150400.3.34.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "redis-6.2.6-150400.3.34.1.ppc64le", "product": { "name": "redis-6.2.6-150400.3.34.1.ppc64le", "product_id": "redis-6.2.6-150400.3.34.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "redis-6.2.6-150400.3.34.1.s390x", "product": { "name": "redis-6.2.6-150400.3.34.1.s390x", "product_id": "redis-6.2.6-150400.3.34.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "redis-6.2.6-150400.3.34.1.x86_64", "product": { "name": "redis-6.2.6-150400.3.34.1.x86_64", "product_id": "redis-6.2.6-150400.3.34.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP5-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp5" } } }, { "category": "product_name", "name": "SUSE Manager Proxy 4.3", "product": { "name": "SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-proxy:4.3" } } }, { "category": "product_name", "name": "SUSE Manager Server 4.3", "product": { "name": "SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-server:4.3" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "redis-6.2.6-150400.3.34.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.34.1.aarch64" }, "product_reference": "redis-6.2.6-150400.3.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-6.2.6-150400.3.34.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.34.1.x86_64" }, "product_reference": "redis-6.2.6-150400.3.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-6.2.6-150400.3.34.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.34.1.aarch64" }, "product_reference": "redis-6.2.6-150400.3.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-6.2.6-150400.3.34.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.34.1.x86_64" }, "product_reference": "redis-6.2.6-150400.3.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-6.2.6-150400.3.34.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.34.1.aarch64" }, "product_reference": "redis-6.2.6-150400.3.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-6.2.6-150400.3.34.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.34.1.x86_64" }, "product_reference": "redis-6.2.6-150400.3.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-6.2.6-150400.3.34.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.34.1.aarch64" }, "product_reference": "redis-6.2.6-150400.3.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-6.2.6-150400.3.34.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.34.1.x86_64" }, "product_reference": "redis-6.2.6-150400.3.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-6.2.6-150400.3.34.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.34.1.aarch64" }, "product_reference": "redis-6.2.6-150400.3.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-6.2.6-150400.3.34.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.34.1.ppc64le" }, "product_reference": "redis-6.2.6-150400.3.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-6.2.6-150400.3.34.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.34.1.s390x" }, "product_reference": "redis-6.2.6-150400.3.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-6.2.6-150400.3.34.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.34.1.x86_64" }, "product_reference": "redis-6.2.6-150400.3.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-6.2.6-150400.3.34.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.34.1.aarch64" }, "product_reference": "redis-6.2.6-150400.3.34.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-6.2.6-150400.3.34.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.34.1.ppc64le" }, "product_reference": "redis-6.2.6-150400.3.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-6.2.6-150400.3.34.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.34.1.s390x" }, "product_reference": "redis-6.2.6-150400.3.34.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-6.2.6-150400.3.34.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.34.1.x86_64" }, "product_reference": "redis-6.2.6-150400.3.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-6.2.6-150400.3.34.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.34.1.ppc64le" }, "product_reference": "redis-6.2.6-150400.3.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-6.2.6-150400.3.34.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.34.1.x86_64" }, "product_reference": "redis-6.2.6-150400.3.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-6.2.6-150400.3.34.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.34.1.ppc64le" }, "product_reference": "redis-6.2.6-150400.3.34.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "redis-6.2.6-150400.3.34.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.34.1.x86_64" }, "product_reference": "redis-6.2.6-150400.3.34.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "redis-6.2.6-150400.3.34.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:redis-6.2.6-150400.3.34.1.x86_64" }, "product_reference": "redis-6.2.6-150400.3.34.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "redis-6.2.6-150400.3.34.1.ppc64le as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:redis-6.2.6-150400.3.34.1.ppc64le" }, "product_reference": "redis-6.2.6-150400.3.34.1.ppc64le", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "redis-6.2.6-150400.3.34.1.s390x as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:redis-6.2.6-150400.3.34.1.s390x" }, "product_reference": "redis-6.2.6-150400.3.34.1.s390x", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "redis-6.2.6-150400.3.34.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:redis-6.2.6-150400.3.34.1.x86_64" }, "product_reference": "redis-6.2.6-150400.3.34.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" } ] }, "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": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.34.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.34.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.34.1.x86_64", "SUSE Manager Proxy 4.3:redis-6.2.6-150400.3.34.1.x86_64", "SUSE Manager Server 4.3:redis-6.2.6-150400.3.34.1.ppc64le", "SUSE Manager Server 4.3:redis-6.2.6-150400.3.34.1.s390x", "SUSE Manager Server 4.3:redis-6.2.6-150400.3.34.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": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.34.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.34.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.34.1.x86_64", "SUSE Manager Proxy 4.3:redis-6.2.6-150400.3.34.1.x86_64", "SUSE Manager Server 4.3:redis-6.2.6-150400.3.34.1.ppc64le", "SUSE Manager Server 4.3:redis-6.2.6-150400.3.34.1.s390x", "SUSE Manager Server 4.3:redis-6.2.6-150400.3.34.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": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.34.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.34.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.34.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.34.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.34.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.34.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.34.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.34.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.34.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.34.1.x86_64", "SUSE Manager Proxy 4.3:redis-6.2.6-150400.3.34.1.x86_64", "SUSE Manager Server 4.3:redis-6.2.6-150400.3.34.1.ppc64le", "SUSE Manager Server 4.3:redis-6.2.6-150400.3.34.1.s390x", "SUSE Manager Server 4.3:redis-6.2.6-150400.3.34.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-04-30T12:55:40Z", "details": "important" } ], "title": "CVE-2025-21605" } ] }
suse-su-2025:1433-1
Vulnerability from csaf_suse
Published
2025-05-02 10:23
Modified
2025-05-02 10:23
Summary
Security update for redis
Notes
Title of the patch
Security update for redis
Description of the patch
This update for redis fixes the following issues:
- CVE-2025-21605: Fixed an output buffer denial of service. (bsc#1241708)
Patchnames
SUSE-2025-1433,SUSE-SLE-Module-Server-Applications-15-SP6-2025-1433,openSUSE-SLE-15.6-2025-1433
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "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": "Security update for redis", "title": "Title of the patch" }, { "category": "description", "text": "This update for redis fixes the following issues:\n\n- CVE-2025-21605: Fixed an output buffer denial of service. (bsc#1241708)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-1433,SUSE-SLE-Module-Server-Applications-15-SP6-2025-1433,openSUSE-SLE-15.6-2025-1433", "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/suse-su-2025_1433-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:1433-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251433-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:1433-1", "url": "https://lists.suse.com/pipermail/sle-updates/2025-May/039125.html" }, { "category": "self", "summary": "SUSE Bug 1241708", "url": "https://bugzilla.suse.com/1241708" }, { "category": "self", "summary": "SUSE CVE CVE-2025-21605 page", "url": "https://www.suse.com/security/cve/CVE-2025-21605/" } ], "title": "Security update for redis", "tracking": { "current_release_date": "2025-05-02T10:23:46Z", "generator": { "date": "2025-05-02T10:23:46Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:1433-1", "initial_release_date": "2025-05-02T10:23:46Z", "revision_history": [ { "date": "2025-05-02T10:23:46Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "redis-7.2.4-150600.3.9.1.aarch64", "product": { "name": "redis-7.2.4-150600.3.9.1.aarch64", "product_id": "redis-7.2.4-150600.3.9.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "redis-7.2.4-150600.3.9.1.i586", "product": { "name": "redis-7.2.4-150600.3.9.1.i586", "product_id": "redis-7.2.4-150600.3.9.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "redis-7.2.4-150600.3.9.1.ppc64le", "product": { "name": "redis-7.2.4-150600.3.9.1.ppc64le", "product_id": "redis-7.2.4-150600.3.9.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "redis-7.2.4-150600.3.9.1.s390x", "product": { "name": "redis-7.2.4-150600.3.9.1.s390x", "product_id": "redis-7.2.4-150600.3.9.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "redis-7.2.4-150600.3.9.1.x86_64", "product": { "name": "redis-7.2.4-150600.3.9.1.x86_64", "product_id": "redis-7.2.4-150600.3.9.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Server Applications 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-server-applications:15:sp6" } } }, { "category": "product_name", "name": "openSUSE Leap 15.6", "product": { "name": "openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.6" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "redis-7.2.4-150600.3.9.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:redis-7.2.4-150600.3.9.1.aarch64" }, "product_reference": "redis-7.2.4-150600.3.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-7.2.4-150600.3.9.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:redis-7.2.4-150600.3.9.1.ppc64le" }, "product_reference": "redis-7.2.4-150600.3.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-7.2.4-150600.3.9.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:redis-7.2.4-150600.3.9.1.s390x" }, "product_reference": "redis-7.2.4-150600.3.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-7.2.4-150600.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:redis-7.2.4-150600.3.9.1.x86_64" }, "product_reference": "redis-7.2.4-150600.3.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-7.2.4-150600.3.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:redis-7.2.4-150600.3.9.1.aarch64" }, "product_reference": "redis-7.2.4-150600.3.9.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-7.2.4-150600.3.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:redis-7.2.4-150600.3.9.1.ppc64le" }, "product_reference": "redis-7.2.4-150600.3.9.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-7.2.4-150600.3.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:redis-7.2.4-150600.3.9.1.s390x" }, "product_reference": "redis-7.2.4-150600.3.9.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-7.2.4-150600.3.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:redis-7.2.4-150600.3.9.1.x86_64" }, "product_reference": "redis-7.2.4-150600.3.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" } ] }, "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": [ "SUSE Linux Enterprise Module for Server Applications 15 SP6:redis-7.2.4-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:redis-7.2.4-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:redis-7.2.4-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:redis-7.2.4-150600.3.9.1.x86_64", "openSUSE Leap 15.6:redis-7.2.4-150600.3.9.1.aarch64", "openSUSE Leap 15.6:redis-7.2.4-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:redis-7.2.4-150600.3.9.1.s390x", "openSUSE Leap 15.6:redis-7.2.4-150600.3.9.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": [ "SUSE Linux Enterprise Module for Server Applications 15 SP6:redis-7.2.4-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:redis-7.2.4-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:redis-7.2.4-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:redis-7.2.4-150600.3.9.1.x86_64", "openSUSE Leap 15.6:redis-7.2.4-150600.3.9.1.aarch64", "openSUSE Leap 15.6:redis-7.2.4-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:redis-7.2.4-150600.3.9.1.s390x", "openSUSE Leap 15.6:redis-7.2.4-150600.3.9.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": [ "SUSE Linux Enterprise Module for Server Applications 15 SP6:redis-7.2.4-150600.3.9.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:redis-7.2.4-150600.3.9.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:redis-7.2.4-150600.3.9.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:redis-7.2.4-150600.3.9.1.x86_64", "openSUSE Leap 15.6:redis-7.2.4-150600.3.9.1.aarch64", "openSUSE Leap 15.6:redis-7.2.4-150600.3.9.1.ppc64le", "openSUSE Leap 15.6:redis-7.2.4-150600.3.9.1.s390x", "openSUSE Leap 15.6:redis-7.2.4-150600.3.9.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-05-02T10:23:46Z", "details": "important" } ], "title": "CVE-2025-21605" } ] }
suse-su-2025:1566-1
Vulnerability from csaf_suse
Published
2025-05-16 12:02
Modified
2025-05-16 12:02
Summary
Security update for valkey
Notes
Title of the patch
Security update for valkey
Description of the patch
This update for valkey fixes the following issues:
- CVE-2025-21605: Fixed output buffer denial of service (bsc#1241708)
Patchnames
SUSE-2025-1566,SUSE-SLE-Module-Server-Applications-15-SP6-2025-1566,openSUSE-SLE-15.6-2025-1566
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "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": "Security update for valkey", "title": "Title of the patch" }, { "category": "description", "text": "This update for valkey fixes the following issues:\n\n- CVE-2025-21605: Fixed output buffer denial of service (bsc#1241708)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-1566,SUSE-SLE-Module-Server-Applications-15-SP6-2025-1566,openSUSE-SLE-15.6-2025-1566", "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/suse-su-2025_1566-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:1566-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251566-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:1566-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020843.html" }, { "category": "self", "summary": "SUSE Bug 1241708", "url": "https://bugzilla.suse.com/1241708" }, { "category": "self", "summary": "SUSE CVE CVE-2025-21605 page", "url": "https://www.suse.com/security/cve/CVE-2025-21605/" } ], "title": "Security update for valkey", "tracking": { "current_release_date": "2025-05-16T12:02:15Z", "generator": { "date": "2025-05-16T12:02:15Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:1566-1", "initial_release_date": "2025-05-16T12:02:15Z", "revision_history": [ { "date": "2025-05-16T12:02:15Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "valkey-8.0.2-150600.13.6.1.aarch64", "product": { "name": "valkey-8.0.2-150600.13.6.1.aarch64", "product_id": "valkey-8.0.2-150600.13.6.1.aarch64" } }, { "category": "product_version", "name": "valkey-devel-8.0.2-150600.13.6.1.aarch64", "product": { "name": "valkey-devel-8.0.2-150600.13.6.1.aarch64", "product_id": "valkey-devel-8.0.2-150600.13.6.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "valkey-8.0.2-150600.13.6.1.i586", "product": { "name": "valkey-8.0.2-150600.13.6.1.i586", "product_id": "valkey-8.0.2-150600.13.6.1.i586" } }, { "category": "product_version", "name": "valkey-devel-8.0.2-150600.13.6.1.i586", "product": { "name": "valkey-devel-8.0.2-150600.13.6.1.i586", "product_id": "valkey-devel-8.0.2-150600.13.6.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "valkey-compat-redis-8.0.2-150600.13.6.1.noarch", "product": { "name": "valkey-compat-redis-8.0.2-150600.13.6.1.noarch", "product_id": "valkey-compat-redis-8.0.2-150600.13.6.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "valkey-8.0.2-150600.13.6.1.ppc64le", "product": { "name": "valkey-8.0.2-150600.13.6.1.ppc64le", "product_id": "valkey-8.0.2-150600.13.6.1.ppc64le" } }, { "category": "product_version", "name": "valkey-devel-8.0.2-150600.13.6.1.ppc64le", "product": { "name": "valkey-devel-8.0.2-150600.13.6.1.ppc64le", "product_id": "valkey-devel-8.0.2-150600.13.6.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "valkey-8.0.2-150600.13.6.1.s390x", "product": { "name": "valkey-8.0.2-150600.13.6.1.s390x", "product_id": "valkey-8.0.2-150600.13.6.1.s390x" } }, { "category": "product_version", "name": "valkey-devel-8.0.2-150600.13.6.1.s390x", "product": { "name": "valkey-devel-8.0.2-150600.13.6.1.s390x", "product_id": "valkey-devel-8.0.2-150600.13.6.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "valkey-8.0.2-150600.13.6.1.x86_64", "product": { "name": "valkey-8.0.2-150600.13.6.1.x86_64", "product_id": "valkey-8.0.2-150600.13.6.1.x86_64" } }, { "category": "product_version", "name": "valkey-devel-8.0.2-150600.13.6.1.x86_64", "product": { "name": "valkey-devel-8.0.2-150600.13.6.1.x86_64", "product_id": "valkey-devel-8.0.2-150600.13.6.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Server Applications 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-server-applications:15:sp6" } } }, { "category": "product_name", "name": "openSUSE Leap 15.6", "product": { "name": "openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.6" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "valkey-8.0.2-150600.13.6.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-8.0.2-150600.13.6.1.aarch64" }, "product_reference": "valkey-8.0.2-150600.13.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-8.0.2-150600.13.6.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-8.0.2-150600.13.6.1.ppc64le" }, "product_reference": "valkey-8.0.2-150600.13.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-8.0.2-150600.13.6.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-8.0.2-150600.13.6.1.s390x" }, "product_reference": "valkey-8.0.2-150600.13.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-8.0.2-150600.13.6.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-8.0.2-150600.13.6.1.x86_64" }, "product_reference": "valkey-8.0.2-150600.13.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-compat-redis-8.0.2-150600.13.6.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-compat-redis-8.0.2-150600.13.6.1.noarch" }, "product_reference": "valkey-compat-redis-8.0.2-150600.13.6.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-devel-8.0.2-150600.13.6.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-devel-8.0.2-150600.13.6.1.aarch64" }, "product_reference": "valkey-devel-8.0.2-150600.13.6.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-devel-8.0.2-150600.13.6.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-devel-8.0.2-150600.13.6.1.ppc64le" }, "product_reference": "valkey-devel-8.0.2-150600.13.6.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-devel-8.0.2-150600.13.6.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-devel-8.0.2-150600.13.6.1.s390x" }, "product_reference": "valkey-devel-8.0.2-150600.13.6.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-devel-8.0.2-150600.13.6.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-devel-8.0.2-150600.13.6.1.x86_64" }, "product_reference": "valkey-devel-8.0.2-150600.13.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-8.0.2-150600.13.6.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:valkey-8.0.2-150600.13.6.1.aarch64" }, "product_reference": "valkey-8.0.2-150600.13.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-8.0.2-150600.13.6.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:valkey-8.0.2-150600.13.6.1.ppc64le" }, "product_reference": "valkey-8.0.2-150600.13.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-8.0.2-150600.13.6.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:valkey-8.0.2-150600.13.6.1.s390x" }, "product_reference": "valkey-8.0.2-150600.13.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-8.0.2-150600.13.6.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:valkey-8.0.2-150600.13.6.1.x86_64" }, "product_reference": "valkey-8.0.2-150600.13.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-compat-redis-8.0.2-150600.13.6.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:valkey-compat-redis-8.0.2-150600.13.6.1.noarch" }, "product_reference": "valkey-compat-redis-8.0.2-150600.13.6.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-devel-8.0.2-150600.13.6.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:valkey-devel-8.0.2-150600.13.6.1.aarch64" }, "product_reference": "valkey-devel-8.0.2-150600.13.6.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-devel-8.0.2-150600.13.6.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:valkey-devel-8.0.2-150600.13.6.1.ppc64le" }, "product_reference": "valkey-devel-8.0.2-150600.13.6.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-devel-8.0.2-150600.13.6.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:valkey-devel-8.0.2-150600.13.6.1.s390x" }, "product_reference": "valkey-devel-8.0.2-150600.13.6.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-devel-8.0.2-150600.13.6.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:valkey-devel-8.0.2-150600.13.6.1.x86_64" }, "product_reference": "valkey-devel-8.0.2-150600.13.6.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" } ] }, "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": [ "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-8.0.2-150600.13.6.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-8.0.2-150600.13.6.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-8.0.2-150600.13.6.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-8.0.2-150600.13.6.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-compat-redis-8.0.2-150600.13.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-devel-8.0.2-150600.13.6.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-devel-8.0.2-150600.13.6.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-devel-8.0.2-150600.13.6.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-devel-8.0.2-150600.13.6.1.x86_64", "openSUSE Leap 15.6:valkey-8.0.2-150600.13.6.1.aarch64", "openSUSE Leap 15.6:valkey-8.0.2-150600.13.6.1.ppc64le", "openSUSE Leap 15.6:valkey-8.0.2-150600.13.6.1.s390x", "openSUSE Leap 15.6:valkey-8.0.2-150600.13.6.1.x86_64", "openSUSE Leap 15.6:valkey-compat-redis-8.0.2-150600.13.6.1.noarch", "openSUSE Leap 15.6:valkey-devel-8.0.2-150600.13.6.1.aarch64", "openSUSE Leap 15.6:valkey-devel-8.0.2-150600.13.6.1.ppc64le", "openSUSE Leap 15.6:valkey-devel-8.0.2-150600.13.6.1.s390x", "openSUSE Leap 15.6:valkey-devel-8.0.2-150600.13.6.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": [ "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-8.0.2-150600.13.6.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-8.0.2-150600.13.6.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-8.0.2-150600.13.6.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-8.0.2-150600.13.6.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-compat-redis-8.0.2-150600.13.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-devel-8.0.2-150600.13.6.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-devel-8.0.2-150600.13.6.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-devel-8.0.2-150600.13.6.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-devel-8.0.2-150600.13.6.1.x86_64", "openSUSE Leap 15.6:valkey-8.0.2-150600.13.6.1.aarch64", "openSUSE Leap 15.6:valkey-8.0.2-150600.13.6.1.ppc64le", "openSUSE Leap 15.6:valkey-8.0.2-150600.13.6.1.s390x", "openSUSE Leap 15.6:valkey-8.0.2-150600.13.6.1.x86_64", "openSUSE Leap 15.6:valkey-compat-redis-8.0.2-150600.13.6.1.noarch", "openSUSE Leap 15.6:valkey-devel-8.0.2-150600.13.6.1.aarch64", "openSUSE Leap 15.6:valkey-devel-8.0.2-150600.13.6.1.ppc64le", "openSUSE Leap 15.6:valkey-devel-8.0.2-150600.13.6.1.s390x", "openSUSE Leap 15.6:valkey-devel-8.0.2-150600.13.6.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": [ "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-8.0.2-150600.13.6.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-8.0.2-150600.13.6.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-8.0.2-150600.13.6.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-8.0.2-150600.13.6.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-compat-redis-8.0.2-150600.13.6.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-devel-8.0.2-150600.13.6.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-devel-8.0.2-150600.13.6.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-devel-8.0.2-150600.13.6.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-devel-8.0.2-150600.13.6.1.x86_64", "openSUSE Leap 15.6:valkey-8.0.2-150600.13.6.1.aarch64", "openSUSE Leap 15.6:valkey-8.0.2-150600.13.6.1.ppc64le", "openSUSE Leap 15.6:valkey-8.0.2-150600.13.6.1.s390x", "openSUSE Leap 15.6:valkey-8.0.2-150600.13.6.1.x86_64", "openSUSE Leap 15.6:valkey-compat-redis-8.0.2-150600.13.6.1.noarch", "openSUSE Leap 15.6:valkey-devel-8.0.2-150600.13.6.1.aarch64", "openSUSE Leap 15.6:valkey-devel-8.0.2-150600.13.6.1.ppc64le", "openSUSE Leap 15.6:valkey-devel-8.0.2-150600.13.6.1.s390x", "openSUSE Leap 15.6:valkey-devel-8.0.2-150600.13.6.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-05-16T12:02:15Z", "details": "important" } ], "title": "CVE-2025-21605" } ] }
suse-su-2025:1419-1
Vulnerability from csaf_suse
Published
2025-04-30 12:55
Modified
2025-04-30 12:55
Summary
Security update for redis
Notes
Title of the patch
Security update for redis
Description of the patch
This update for redis fixes the following issues:
- CVE-2025-21605: Fixed an output buffer denial of service. (bsc#1241708)
Patchnames
SUSE-2025-1419,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1419,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1419,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-1419,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-1419
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "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": "Security update for redis", "title": "Title of the patch" }, { "category": "description", "text": "This update for redis fixes the following issues:\n\n- CVE-2025-21605: Fixed an output buffer denial of service. (bsc#1241708)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-1419,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1419,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1419,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-1419,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-1419", "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/suse-su-2025_1419-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:1419-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251419-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:1419-1", "url": "https://lists.suse.com/pipermail/sle-updates/2025-April/039118.html" }, { "category": "self", "summary": "SUSE Bug 1241708", "url": "https://bugzilla.suse.com/1241708" }, { "category": "self", "summary": "SUSE CVE CVE-2025-21605 page", "url": "https://www.suse.com/security/cve/CVE-2025-21605/" } ], "title": "Security update for redis", "tracking": { "current_release_date": "2025-04-30T12:55:00Z", "generator": { "date": "2025-04-30T12:55:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:1419-1", "initial_release_date": "2025-04-30T12:55:00Z", "revision_history": [ { "date": "2025-04-30T12:55:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "redis7-7.0.8-150500.3.18.1.aarch64", "product": { "name": "redis7-7.0.8-150500.3.18.1.aarch64", "product_id": "redis7-7.0.8-150500.3.18.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "redis7-7.0.8-150500.3.18.1.i586", "product": { "name": "redis7-7.0.8-150500.3.18.1.i586", "product_id": "redis7-7.0.8-150500.3.18.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "redis7-7.0.8-150500.3.18.1.ppc64le", "product": { "name": "redis7-7.0.8-150500.3.18.1.ppc64le", "product_id": "redis7-7.0.8-150500.3.18.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "redis7-7.0.8-150500.3.18.1.s390x", "product": { "name": "redis7-7.0.8-150500.3.18.1.s390x", "product_id": "redis7-7.0.8-150500.3.18.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "redis7-7.0.8-150500.3.18.1.x86_64", "product": { "name": "redis7-7.0.8-150500.3.18.1.x86_64", "product_id": "redis7-7.0.8-150500.3.18.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP5-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "redis7-7.0.8-150500.3.18.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis7-7.0.8-150500.3.18.1.aarch64" }, "product_reference": "redis7-7.0.8-150500.3.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "redis7-7.0.8-150500.3.18.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis7-7.0.8-150500.3.18.1.x86_64" }, "product_reference": "redis7-7.0.8-150500.3.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "redis7-7.0.8-150500.3.18.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis7-7.0.8-150500.3.18.1.aarch64" }, "product_reference": "redis7-7.0.8-150500.3.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "redis7-7.0.8-150500.3.18.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis7-7.0.8-150500.3.18.1.x86_64" }, "product_reference": "redis7-7.0.8-150500.3.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "redis7-7.0.8-150500.3.18.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:redis7-7.0.8-150500.3.18.1.aarch64" }, "product_reference": "redis7-7.0.8-150500.3.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "redis7-7.0.8-150500.3.18.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:redis7-7.0.8-150500.3.18.1.ppc64le" }, "product_reference": "redis7-7.0.8-150500.3.18.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "redis7-7.0.8-150500.3.18.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:redis7-7.0.8-150500.3.18.1.s390x" }, "product_reference": "redis7-7.0.8-150500.3.18.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "redis7-7.0.8-150500.3.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:redis7-7.0.8-150500.3.18.1.x86_64" }, "product_reference": "redis7-7.0.8-150500.3.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "redis7-7.0.8-150500.3.18.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis7-7.0.8-150500.3.18.1.ppc64le" }, "product_reference": "redis7-7.0.8-150500.3.18.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "redis7-7.0.8-150500.3.18.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis7-7.0.8-150500.3.18.1.x86_64" }, "product_reference": "redis7-7.0.8-150500.3.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" } ] }, "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": [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis7-7.0.8-150500.3.18.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis7-7.0.8-150500.3.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis7-7.0.8-150500.3.18.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis7-7.0.8-150500.3.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:redis7-7.0.8-150500.3.18.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:redis7-7.0.8-150500.3.18.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:redis7-7.0.8-150500.3.18.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:redis7-7.0.8-150500.3.18.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis7-7.0.8-150500.3.18.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis7-7.0.8-150500.3.18.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": [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis7-7.0.8-150500.3.18.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis7-7.0.8-150500.3.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis7-7.0.8-150500.3.18.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis7-7.0.8-150500.3.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:redis7-7.0.8-150500.3.18.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:redis7-7.0.8-150500.3.18.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:redis7-7.0.8-150500.3.18.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:redis7-7.0.8-150500.3.18.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis7-7.0.8-150500.3.18.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis7-7.0.8-150500.3.18.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": [ "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis7-7.0.8-150500.3.18.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis7-7.0.8-150500.3.18.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis7-7.0.8-150500.3.18.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis7-7.0.8-150500.3.18.1.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:redis7-7.0.8-150500.3.18.1.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:redis7-7.0.8-150500.3.18.1.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:redis7-7.0.8-150500.3.18.1.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:redis7-7.0.8-150500.3.18.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis7-7.0.8-150500.3.18.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis7-7.0.8-150500.3.18.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-04-30T12:55:00Z", "details": "important" } ], "title": "CVE-2025-21605" } ] }
suse-su-2025:1432-1
Vulnerability from csaf_suse
Published
2025-05-02 10:23
Modified
2025-05-02 10:23
Summary
Security update for redis
Notes
Title of the patch
Security update for redis
Description of the patch
This update for redis fixes the following issues:
- CVE-2025-21605: Fixed an output buffer denial of service. (bsc#1241708)
Patchnames
SUSE-2025-1432,SUSE-SLE-Module-Server-Applications-15-SP6-2025-1432,openSUSE-SLE-15.6-2025-1432
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "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": "Security update for redis", "title": "Title of the patch" }, { "category": "description", "text": "This update for redis fixes the following issues:\n\n- CVE-2025-21605: Fixed an output buffer denial of service. (bsc#1241708)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-1432,SUSE-SLE-Module-Server-Applications-15-SP6-2025-1432,openSUSE-SLE-15.6-2025-1432", "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/suse-su-2025_1432-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:1432-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251432-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:1432-1", "url": "https://lists.suse.com/pipermail/sle-updates/2025-May/039126.html" }, { "category": "self", "summary": "SUSE Bug 1241708", "url": "https://bugzilla.suse.com/1241708" }, { "category": "self", "summary": "SUSE CVE CVE-2025-21605 page", "url": "https://www.suse.com/security/cve/CVE-2025-21605/" } ], "title": "Security update for redis", "tracking": { "current_release_date": "2025-05-02T10:23:30Z", "generator": { "date": "2025-05-02T10:23:30Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:1432-1", "initial_release_date": "2025-05-02T10:23:30Z", "revision_history": [ { "date": "2025-05-02T10:23:30Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "redis7-7.0.8-150600.8.9.1.aarch64", "product": { "name": "redis7-7.0.8-150600.8.9.1.aarch64", "product_id": "redis7-7.0.8-150600.8.9.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "redis7-7.0.8-150600.8.9.1.i586", "product": { "name": "redis7-7.0.8-150600.8.9.1.i586", "product_id": "redis7-7.0.8-150600.8.9.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "redis7-7.0.8-150600.8.9.1.ppc64le", "product": { "name": "redis7-7.0.8-150600.8.9.1.ppc64le", "product_id": "redis7-7.0.8-150600.8.9.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "redis7-7.0.8-150600.8.9.1.s390x", "product": { "name": "redis7-7.0.8-150600.8.9.1.s390x", "product_id": "redis7-7.0.8-150600.8.9.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "redis7-7.0.8-150600.8.9.1.x86_64", "product": { "name": "redis7-7.0.8-150600.8.9.1.x86_64", "product_id": "redis7-7.0.8-150600.8.9.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Server Applications 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-server-applications:15:sp6" } } }, { "category": "product_name", "name": "openSUSE Leap 15.6", "product": { "name": "openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.6" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "redis7-7.0.8-150600.8.9.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:redis7-7.0.8-150600.8.9.1.aarch64" }, "product_reference": "redis7-7.0.8-150600.8.9.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "redis7-7.0.8-150600.8.9.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:redis7-7.0.8-150600.8.9.1.ppc64le" }, "product_reference": "redis7-7.0.8-150600.8.9.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "redis7-7.0.8-150600.8.9.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:redis7-7.0.8-150600.8.9.1.s390x" }, "product_reference": "redis7-7.0.8-150600.8.9.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "redis7-7.0.8-150600.8.9.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:redis7-7.0.8-150600.8.9.1.x86_64" }, "product_reference": "redis7-7.0.8-150600.8.9.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "redis7-7.0.8-150600.8.9.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:redis7-7.0.8-150600.8.9.1.aarch64" }, "product_reference": "redis7-7.0.8-150600.8.9.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "redis7-7.0.8-150600.8.9.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:redis7-7.0.8-150600.8.9.1.ppc64le" }, "product_reference": "redis7-7.0.8-150600.8.9.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "redis7-7.0.8-150600.8.9.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:redis7-7.0.8-150600.8.9.1.s390x" }, "product_reference": "redis7-7.0.8-150600.8.9.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "redis7-7.0.8-150600.8.9.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:redis7-7.0.8-150600.8.9.1.x86_64" }, "product_reference": "redis7-7.0.8-150600.8.9.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" } ] }, "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": [ "SUSE Linux Enterprise Module for Server Applications 15 SP6:redis7-7.0.8-150600.8.9.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:redis7-7.0.8-150600.8.9.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:redis7-7.0.8-150600.8.9.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:redis7-7.0.8-150600.8.9.1.x86_64", "openSUSE Leap 15.6:redis7-7.0.8-150600.8.9.1.aarch64", "openSUSE Leap 15.6:redis7-7.0.8-150600.8.9.1.ppc64le", "openSUSE Leap 15.6:redis7-7.0.8-150600.8.9.1.s390x", "openSUSE Leap 15.6:redis7-7.0.8-150600.8.9.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": [ "SUSE Linux Enterprise Module for Server Applications 15 SP6:redis7-7.0.8-150600.8.9.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:redis7-7.0.8-150600.8.9.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:redis7-7.0.8-150600.8.9.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:redis7-7.0.8-150600.8.9.1.x86_64", "openSUSE Leap 15.6:redis7-7.0.8-150600.8.9.1.aarch64", "openSUSE Leap 15.6:redis7-7.0.8-150600.8.9.1.ppc64le", "openSUSE Leap 15.6:redis7-7.0.8-150600.8.9.1.s390x", "openSUSE Leap 15.6:redis7-7.0.8-150600.8.9.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": [ "SUSE Linux Enterprise Module for Server Applications 15 SP6:redis7-7.0.8-150600.8.9.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:redis7-7.0.8-150600.8.9.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP6:redis7-7.0.8-150600.8.9.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP6:redis7-7.0.8-150600.8.9.1.x86_64", "openSUSE Leap 15.6:redis7-7.0.8-150600.8.9.1.aarch64", "openSUSE Leap 15.6:redis7-7.0.8-150600.8.9.1.ppc64le", "openSUSE Leap 15.6:redis7-7.0.8-150600.8.9.1.s390x", "openSUSE Leap 15.6:redis7-7.0.8-150600.8.9.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-05-02T10:23:30Z", "details": "important" } ], "title": "CVE-2025-21605" } ] }
suse-su-2025:02010-1
Vulnerability from csaf_suse
Published
2025-06-18 15:25
Modified
2025-06-18 15:25
Summary
Security update for redis
Notes
Title of the patch
Security update for redis
Description of the patch
This update for redis fixes the following issues:
- CVE-2025-21605: output buffer denial of service (bsc#1241708).
Patchnames
SUSE-2025-2010,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-2010,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-2010,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-2010,SUSE-Storage-7.1-2025-2010
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "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": "Security update for redis", "title": "Title of the patch" }, { "category": "description", "text": "This update for redis fixes the following issues:\n\n- CVE-2025-21605: output buffer denial of service (bsc#1241708).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-2010,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-2010,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-2010,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-2010,SUSE-Storage-7.1-2025-2010", "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/suse-su-2025_02010-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:02010-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502010-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:02010-1", "url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040366.html" }, { "category": "self", "summary": "SUSE Bug 1241708", "url": "https://bugzilla.suse.com/1241708" }, { "category": "self", "summary": "SUSE CVE CVE-2025-21605 page", "url": "https://www.suse.com/security/cve/CVE-2025-21605/" } ], "title": "Security update for redis", "tracking": { "current_release_date": "2025-06-18T15:25:25Z", "generator": { "date": "2025-06-18T15:25:25Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:02010-1", "initial_release_date": "2025-06-18T15:25:25Z", "revision_history": [ { "date": "2025-06-18T15:25:25Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "redis-6.0.14-150200.6.35.1.aarch64", "product": { "name": "redis-6.0.14-150200.6.35.1.aarch64", "product_id": "redis-6.0.14-150200.6.35.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "redis-6.0.14-150200.6.35.1.i586", "product": { "name": "redis-6.0.14-150200.6.35.1.i586", "product_id": "redis-6.0.14-150200.6.35.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "redis-6.0.14-150200.6.35.1.ppc64le", "product": { "name": "redis-6.0.14-150200.6.35.1.ppc64le", "product_id": "redis-6.0.14-150200.6.35.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "redis-6.0.14-150200.6.35.1.s390x", "product": { "name": "redis-6.0.14-150200.6.35.1.s390x", "product_id": "redis-6.0.14-150200.6.35.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "redis-6.0.14-150200.6.35.1.x86_64", "product": { "name": "redis-6.0.14-150200.6.35.1.x86_64", "product_id": "redis-6.0.14-150200.6.35.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp3" } } }, { "category": "product_name", "name": "SUSE Enterprise Storage 7.1", "product": { "name": "SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1", "product_identification_helper": { "cpe": "cpe:/o:suse:ses:7.1" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "redis-6.0.14-150200.6.35.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.35.1.aarch64" }, "product_reference": "redis-6.0.14-150200.6.35.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-6.0.14-150200.6.35.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.35.1.x86_64" }, "product_reference": "redis-6.0.14-150200.6.35.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-6.0.14-150200.6.35.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.35.1.aarch64" }, "product_reference": "redis-6.0.14-150200.6.35.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-6.0.14-150200.6.35.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.35.1.ppc64le" }, "product_reference": "redis-6.0.14-150200.6.35.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-6.0.14-150200.6.35.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.35.1.s390x" }, "product_reference": "redis-6.0.14-150200.6.35.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-6.0.14-150200.6.35.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.35.1.x86_64" }, "product_reference": "redis-6.0.14-150200.6.35.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-6.0.14-150200.6.35.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.35.1.ppc64le" }, "product_reference": "redis-6.0.14-150200.6.35.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "redis-6.0.14-150200.6.35.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.35.1.x86_64" }, "product_reference": "redis-6.0.14-150200.6.35.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "redis-6.0.14-150200.6.35.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.35.1.aarch64" }, "product_reference": "redis-6.0.14-150200.6.35.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "redis-6.0.14-150200.6.35.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.35.1.x86_64" }, "product_reference": "redis-6.0.14-150200.6.35.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" } ] }, "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": [ "SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.35.1.aarch64", "SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.35.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.35.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": [ "SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.35.1.aarch64", "SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.35.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.35.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": [ "SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.35.1.aarch64", "SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.35.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.35.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.35.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.35.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.35.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.35.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.35.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.35.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.35.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-18T15:25:25Z", "details": "important" } ], "title": "CVE-2025-21605" } ] }
suse-su-2025:01942-1
Vulnerability from csaf_suse
Published
2025-06-13 08:33
Modified
2025-06-13 08:33
Summary
Security update for valkey
Notes
Title of the patch
Security update for valkey
Description of the patch
This update for valkey fixes the following issues:
- CVE-2025-27151: Absence of filename size check may cause a stack
overflow (bsc#1243804)
- CVE-2025-49112: setDeferredReply integer underflow (bsc#1243913)
- CVE-2025-21605: Output buffer denial of service (bsc#1241708)
Patchnames
SUSE-2025-1942,SUSE-SLE-Module-Server-Applications-15-SP7-2025-1942
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "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": "Security update for valkey", "title": "Title of the patch" }, { "category": "description", "text": "This update for valkey fixes the following issues:\n\n- CVE-2025-27151: Absence of filename size check may cause a stack\n overflow (bsc#1243804)\n- CVE-2025-49112: setDeferredReply integer underflow (bsc#1243913)\n- CVE-2025-21605: Output buffer denial of service (bsc#1241708)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-1942,SUSE-SLE-Module-Server-Applications-15-SP7-2025-1942", "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/suse-su-2025_01942-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:01942-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501942-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:01942-1", "url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040284.html" }, { "category": "self", "summary": "SUSE Bug 1241708", "url": "https://bugzilla.suse.com/1241708" }, { "category": "self", "summary": "SUSE Bug 1243061", "url": "https://bugzilla.suse.com/1243061" }, { "category": "self", "summary": "SUSE Bug 1243804", "url": "https://bugzilla.suse.com/1243804" }, { "category": "self", "summary": "SUSE Bug 1243913", "url": "https://bugzilla.suse.com/1243913" }, { "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/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-49112 page", "url": "https://www.suse.com/security/cve/CVE-2025-49112/" } ], "title": "Security update for valkey", "tracking": { "current_release_date": "2025-06-13T08:33:49Z", "generator": { "date": "2025-06-13T08:33:49Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:01942-1", "initial_release_date": "2025-06-13T08:33:49Z", "revision_history": [ { "date": "2025-06-13T08:33:49Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "valkey-8.0.2-150700.3.5.1.aarch64", "product": { "name": "valkey-8.0.2-150700.3.5.1.aarch64", "product_id": "valkey-8.0.2-150700.3.5.1.aarch64" } }, { "category": "product_version", "name": "valkey-devel-8.0.2-150700.3.5.1.aarch64", "product": { "name": "valkey-devel-8.0.2-150700.3.5.1.aarch64", "product_id": "valkey-devel-8.0.2-150700.3.5.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "valkey-8.0.2-150700.3.5.1.i586", "product": { "name": "valkey-8.0.2-150700.3.5.1.i586", "product_id": "valkey-8.0.2-150700.3.5.1.i586" } }, { "category": "product_version", "name": "valkey-devel-8.0.2-150700.3.5.1.i586", "product": { "name": "valkey-devel-8.0.2-150700.3.5.1.i586", "product_id": "valkey-devel-8.0.2-150700.3.5.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "valkey-compat-redis-8.0.2-150700.3.5.1.noarch", "product": { "name": "valkey-compat-redis-8.0.2-150700.3.5.1.noarch", "product_id": "valkey-compat-redis-8.0.2-150700.3.5.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "valkey-8.0.2-150700.3.5.1.ppc64le", "product": { "name": "valkey-8.0.2-150700.3.5.1.ppc64le", "product_id": "valkey-8.0.2-150700.3.5.1.ppc64le" } }, { "category": "product_version", "name": "valkey-devel-8.0.2-150700.3.5.1.ppc64le", "product": { "name": "valkey-devel-8.0.2-150700.3.5.1.ppc64le", "product_id": "valkey-devel-8.0.2-150700.3.5.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "valkey-8.0.2-150700.3.5.1.s390x", "product": { "name": "valkey-8.0.2-150700.3.5.1.s390x", "product_id": "valkey-8.0.2-150700.3.5.1.s390x" } }, { "category": "product_version", "name": "valkey-devel-8.0.2-150700.3.5.1.s390x", "product": { "name": "valkey-devel-8.0.2-150700.3.5.1.s390x", "product_id": "valkey-devel-8.0.2-150700.3.5.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "valkey-8.0.2-150700.3.5.1.x86_64", "product": { "name": "valkey-8.0.2-150700.3.5.1.x86_64", "product_id": "valkey-8.0.2-150700.3.5.1.x86_64" } }, { "category": "product_version", "name": "valkey-devel-8.0.2-150700.3.5.1.x86_64", "product": { "name": "valkey-devel-8.0.2-150700.3.5.1.x86_64", "product_id": "valkey-devel-8.0.2-150700.3.5.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Server Applications 15 SP7", "product": { "name": "SUSE Linux Enterprise Module for Server Applications 15 SP7", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-server-applications:15:sp7" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "valkey-8.0.2-150700.3.5.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.aarch64" }, "product_reference": "valkey-8.0.2-150700.3.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-8.0.2-150700.3.5.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP7", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.ppc64le" }, "product_reference": "valkey-8.0.2-150700.3.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-8.0.2-150700.3.5.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP7", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.s390x" }, "product_reference": "valkey-8.0.2-150700.3.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-8.0.2-150700.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.x86_64" }, "product_reference": "valkey-8.0.2-150700.3.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-compat-redis-8.0.2-150700.3.5.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP7", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-compat-redis-8.0.2-150700.3.5.1.noarch" }, "product_reference": "valkey-compat-redis-8.0.2-150700.3.5.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-devel-8.0.2-150700.3.5.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.aarch64" }, "product_reference": "valkey-devel-8.0.2-150700.3.5.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-devel-8.0.2-150700.3.5.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP7", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.ppc64le" }, "product_reference": "valkey-devel-8.0.2-150700.3.5.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-devel-8.0.2-150700.3.5.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP7", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.s390x" }, "product_reference": "valkey-devel-8.0.2-150700.3.5.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "valkey-devel-8.0.2-150700.3.5.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.x86_64" }, "product_reference": "valkey-devel-8.0.2-150700.3.5.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7" } ] }, "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": [ "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-compat-redis-8.0.2-150700.3.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.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": [ "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-compat-redis-8.0.2-150700.3.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.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": [ "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-compat-redis-8.0.2-150700.3.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-13T08:33:49Z", "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": [ "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-compat-redis-8.0.2-150700.3.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.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": [ "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-compat-redis-8.0.2-150700.3.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.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": [ "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-compat-redis-8.0.2-150700.3.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-13T08:33:49Z", "details": "moderate" } ], "title": "CVE-2025-27151" }, { "cve": "CVE-2025-49112", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-49112" } ], "notes": [ { "category": "general", "text": "setDeferredReply in networking.c in Valkey through 8.1.1 has an integer underflow for prev-\u003esize - prev-\u003eused.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-compat-redis-8.0.2-150700.3.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-49112", "url": "https://www.suse.com/security/cve/CVE-2025-49112" }, { "category": "external", "summary": "SUSE Bug 1243913 for CVE-2025-49112", "url": "https://bugzilla.suse.com/1243913" } ], "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": [ "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-compat-redis-8.0.2-150700.3.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-compat-redis-8.0.2-150700.3.5.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-06-13T08:33:49Z", "details": "low" } ], "title": "CVE-2025-49112" } ] }
fkie_cve-2025-21605
Vulnerability from fkie_nvd
Published
2025-04-23 16:15
Modified
2025-06-02 04:15
Severity ?
Summary
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.
References
▶ | URL | Tags | |
---|---|---|---|
security-advisories@github.com | https://github.com/redis/redis/releases/tag/7.4.3 | ||
security-advisories@github.com | https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff | ||
af854a3a-2127-422b-91ae-364da2661108 | https://github.com/valkey-io/valkey/releases/tag/8.1.1 | ||
af854a3a-2127-422b-91ae-364da2661108 | https://lists.debian.org/debian-lts-announce/2025/05/msg00014.html |
Impacted products
Vendor | Product | Version |
---|
{ "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." } ], "id": "CVE-2025-21605", "lastModified": "2025-06-02T04:15:36.617", "metrics": { "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 3.6, "source": "security-advisories@github.com", "type": "Secondary" } ] }, "published": "2025-04-23T16:15:34.770", "references": [ { "source": "security-advisories@github.com", "url": "https://github.com/redis/redis/releases/tag/7.4.3" }, { "source": "security-advisories@github.com", "url": "https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://github.com/valkey-io/valkey/releases/tag/8.1.1" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://lists.debian.org/debian-lts-announce/2025/05/msg00014.html" } ], "sourceIdentifier": "security-advisories@github.com", "vulnStatus": "Awaiting Analysis", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-770" } ], "source": "security-advisories@github.com", "type": "Secondary" } ] }
opensuse-su-2025:15035-1
Vulnerability from csaf_opensuse
Published
2025-04-26 00:00
Modified
2025-04-26 00:00
Summary
valkey-8.0.3-1.1 on GA media
Notes
Title of the patch
valkey-8.0.3-1.1 on GA media
Description of the patch
These are all security issues fixed in the valkey-8.0.3-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2025-15035
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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
Modified
2025-07-03 00:00
Summary
redis-8.0.2-1.1 on GA media
Notes
Title of the patch
redis-8.0.2-1.1 on GA media
Description of the patch
These are all security issues fixed in the redis-8.0.2-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2025-15293
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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" } ] }
wid-sec-w-2025-0877
Vulnerability from csaf_certbund
Published
2025-04-23 22:00
Modified
2025-07-30 22:00
Summary
Redis: Schwachstelle ermöglicht Denial of Service
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Redis ist ein In-Memory-Datenstrukturspeicher, der als Datenbank, Cache und Message Broker verwendet wird.
Angriff
Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Redis ausnutzen, um einen Denial of Service Angriff durchzuführen.
Betroffene Betriebssysteme
- Linux
- UNIX
{ "document": { "aggregate_severity": { "text": "mittel" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Redis ist ein In-Memory-Datenstrukturspeicher, der als Datenbank, Cache und Message Broker verwendet wird.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Redis ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- Linux\n- UNIX", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2025-0877 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-0877.json" }, { "category": "self", "summary": "WID-SEC-2025-0877 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-0877" }, { "category": "external", "summary": "GitHub Security Advisory GHSA-r67f-p999-2gff vom 2025-04-23", "url": "https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2025-290B0C6E2B vom 2025-04-24", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-290b0c6e2b" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASREDIS6-2025-012 vom 2025-04-29", "url": "https://alas.aws.amazon.com/AL2/ALASREDIS6-2025-012.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:1419-1 vom 2025-04-30", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020759.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:1420-1 vom 2025-04-30", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020758.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:4441 vom 2025-05-05", "url": "https://access.redhat.com/errata/RHSA-2025:4441" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:1433-1 vom 2025-05-02", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020765.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:1432-1 vom 2025-05-02", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020766.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:4561 vom 2025-05-06", "url": "https://access.redhat.com/errata/RHSA-2025:4561" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:4577 vom 2025-05-06", "url": "https://access.redhat.com/errata/RHSA-2025:4577" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:4607 vom 2025-05-07", "url": "https://access.redhat.com/errata/RHSA-2025:4607" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:4789 vom 2025-05-12", "url": "https://access.redhat.com/errata/RHSA-2025:4789" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:4788 vom 2025-05-12", "url": "https://access.redhat.com/errata/RHSA-2025:4788" }, { "category": "external", "summary": "Debian Security Advisory DLA-4162 vom 2025-05-12", "url": "https://lists.debian.org/debian-lts-announce/2025/05/msg00014.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:7429 vom 2025-05-13", "url": "https://access.redhat.com/errata/RHSA-2025:7429" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:7509 vom 2025-05-13", "url": "https://access.redhat.com/errata/RHSA-2025:7509" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:7438 vom 2025-05-13", "url": "https://access.redhat.com/errata/RHSA-2025:7438" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:7538 vom 2025-05-14", "url": "https://access.redhat.com/errata/RHSA-2025:7538" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:7630 vom 2025-05-14", "url": "https://access.redhat.com/errata/RHSA-2025:7630" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:7686 vom 2025-05-15", "url": "https://access.redhat.com/errata/RHSA-2025:7686" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:1566-1 vom 2025-05-16", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/VYIEUWEOQFBWUZS7IJYLWU3TNHPJDG4M/" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-7686 vom 2025-05-19", "url": "https://linux.oracle.com/errata/ELSA-2025-7686.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-7438 vom 2025-05-24", "url": "https://linux.oracle.com/errata/ELSA-2025-7438.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-7429 vom 2025-05-23", "url": "https://linux.oracle.com/errata/ELSA-2025-7429.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02010-1 vom 2025-06-18", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021574.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-7509 vom 2025-06-28", "url": "http://linux.oracle.com/errata/ELSA-2025-7509.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2REDIS6-2025-012 vom 2025-06-30", "url": "https://alas.aws.amazon.com/AL2/ALAS2REDIS6-2025-012.html" }, { "category": "external", "summary": "openSUSE Security Update OPENSUSE-SU-2025:15293-1 vom 2025-07-05", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/7UB35TLFHFPDDQZN236SKMZKWTI6NBJO/" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-11453 vom 2025-07-23", "url": "https://linux.oracle.com/errata/ELSA-2025-11453.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-12008 vom 2025-07-30", "url": "http://linux.oracle.com/errata/ELSA-2025-12008.html" } ], "source_lang": "en-US", "title": "Redis: Schwachstelle erm\u00f6glicht Denial of Service", "tracking": { "current_release_date": "2025-07-30T22:00:00.000+00:00", "generator": { "date": "2025-07-31T07:49:59.393+00:00", "engine": { "name": "BSI-WID", "version": "1.4.0" } }, "id": "WID-SEC-W-2025-0877", "initial_release_date": "2025-04-23T22:00:00.000+00:00", "revision_history": [ { "date": "2025-04-23T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2025-04-29T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2025-05-01T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-05-04T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Red Hat und SUSE aufgenommen" }, { "date": "2025-05-06T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-05-11T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-05-12T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2025-05-13T22:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-05-14T22:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-05-15T22:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-05-18T22:00:00.000+00:00", "number": "11", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-05-19T22:00:00.000+00:00", "number": "12", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2025-05-25T22:00:00.000+00:00", "number": "13", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2025-06-19T22:00:00.000+00:00", "number": "14", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-06-29T22:00:00.000+00:00", "number": "15", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2025-06-30T22:00:00.000+00:00", "number": "16", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2025-07-06T22:00:00.000+00:00", "number": "17", "summary": "Neue Updates von openSUSE aufgenommen" }, { "date": "2025-07-22T22:00:00.000+00:00", "number": "18", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2025-07-30T22:00:00.000+00:00", "number": "19", "summary": "Neue Updates von Oracle Linux aufgenommen" } ], "status": "final", "version": "19" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "category": "product_name", "name": "Debian Linux", "product": { "name": "Debian Linux", "product_id": "2951", "product_identification_helper": { "cpe": "cpe:/o:debian:debian_linux:-" } } } ], "category": "vendor", "name": "Debian" }, { "branches": [ { "category": "product_name", "name": "Fedora Linux", "product": { "name": "Fedora Linux", "product_id": "74185", "product_identification_helper": { "cpe": "cpe:/o:fedoraproject:fedora:-" } } } ], "category": "vendor", "name": "Fedora" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c6.2.18", "product": { "name": "Open Source Redis \u003c6.2.18", "product_id": "T043127" } }, { "category": "product_version", "name": "6.2.18", "product": { "name": "Open Source Redis 6.2.18", "product_id": "T043127-fixed", "product_identification_helper": { "cpe": "cpe:/a:redislabs:redis:6.2.18" } } }, { "category": "product_version_range", "name": "\u003c7.2.8", "product": { "name": "Open Source Redis \u003c7.2.8", "product_id": "T043128" } }, { "category": "product_version", "name": "7.2.8", "product": { "name": "Open Source Redis 7.2.8", "product_id": "T043128-fixed", "product_identification_helper": { "cpe": "cpe:/a:redislabs:redis:7.2.8" } } }, { "category": "product_version_range", "name": "\u003c7.4.3", "product": { "name": "Open Source Redis \u003c7.4.3", "product_id": "T043129" } }, { "category": "product_version", "name": "7.4.3", "product": { "name": "Open Source Redis 7.4.3", "product_id": "T043129-fixed", "product_identification_helper": { "cpe": "cpe:/a:redislabs:redis:7.4.3" } } } ], "category": "product_name", "name": "Redis" } ], "category": "vendor", "name": "Open Source" }, { "branches": [ { "category": "product_name", "name": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } } ], "category": "vendor", "name": "Red Hat" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } }, { "category": "product_name", "name": "SUSE openSUSE", "product": { "name": "SUSE openSUSE", "product_id": "T027843", "product_identification_helper": { "cpe": "cpe:/o:suse:opensuse:-" } } } ], "category": "vendor", "name": "SUSE" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-21605", "product_status": { "known_affected": [ "T043127", "2951", "T002207", "T043128", "67646", "T043129", "T027843", "398363", "T004914", "74185" ] }, "release_date": "2025-04-23T22:00:00.000+00:00", "title": "CVE-2025-21605" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…