Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-21605 (GCVE-0-2025-21605)
Vulnerability from cvelistv5 – Published: 2025-04-23 15:38 – Updated: 2026-02-10 17:06- CWE-770 - Allocation of Resources Without Limits or Throttling
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-21605",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-04-23T16:11:06.562685Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-04-23T16:11:18.164Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2026-02-10T17:06:50.695Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://lists.debian.org/debian-lts-announce/2025/05/msg00014.html"
},
{
"url": "https://github.com/valkey-io/valkey/releases/tag/8.1.1"
},
{
"url": "https://www.vicarius.io/vsociety/posts/cve-2025-21605-detection-script-memory-exhaustion-vulnerability-in-redis-database"
},
{
"url": "https://www.vicarius.io/vsociety/posts/cve-2025-21605-mitigation-script-memory-exhaustion-vulnerability-in-redis-database"
}
],
"title": "CVE Program Container",
"x_generator": {
"engine": "ADPogram 0.0.1"
}
}
],
"cna": {
"affected": [
{
"product": "redis",
"vendor": "redis",
"versions": [
{
"status": "affected",
"version": "\u003e= 2.6, \u003c 7.4.3"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Redis is an open source, in-memory database that persists on disk. In versions starting at 2.6 and prior to 7.4.3, An unauthenticated client can cause unlimited growth of output buffers, until the server runs out of memory or is killed. By default, the Redis configuration does not limit the output buffer of normal clients (see client-output-buffer-limit). Therefore, the output buffer can grow unlimitedly over time. As a result, the service is exhausted and the memory is unavailable. When password authentication is enabled on the Redis server, but no password is provided, the client can still cause the output buffer to grow from \"NOAUTH\" responses until the system will run out of memory. This issue has been patched in version 7.4.3. An additional workaround to mitigate this problem without patching the redis-server executable is to block access to prevent unauthenticated users from connecting to Redis. This can be done in different ways. Either using network access control tools like firewalls, iptables, security groups, etc, or enabling TLS and requiring users to authenticate using client side certificates."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-770",
"description": "CWE-770: Allocation of Resources Without Limits or Throttling",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-04-23T15:38:11.042Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff"
},
{
"name": "https://github.com/redis/redis/releases/tag/7.4.3",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/redis/redis/releases/tag/7.4.3"
}
],
"source": {
"advisory": "GHSA-r67f-p999-2gff",
"discovery": "UNKNOWN"
},
"title": "Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2025-21605",
"datePublished": "2025-04-23T15:38:11.042Z",
"dateReserved": "2024-12-29T03:00:24.712Z",
"dateUpdated": "2026-02-10T17:06:50.695Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-21605",
"date": "2026-08-16",
"epss": "0.00853",
"percentile": "0.55221"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-21605\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-04-23T16:15:34.770\",\"lastModified\":\"2026-06-17T08:43:50.390\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Redis is an open source, in-memory database that persists on disk. In versions starting at 2.6 and prior to 7.4.3, An unauthenticated client can cause unlimited growth of output buffers, until the server runs out of memory or is killed. By default, the Redis configuration does not limit the output buffer of normal clients (see client-output-buffer-limit). Therefore, the output buffer can grow unlimitedly over time. As a result, the service is exhausted and the memory is unavailable. When password authentication is enabled on the Redis server, but no password is provided, the client can still cause the output buffer to grow from \\\"NOAUTH\\\" responses until the system will run out of memory. This issue has been patched in version 7.4.3. An additional workaround to mitigate this problem without patching the redis-server executable is to block access to prevent unauthenticated users from connecting to Redis. This can be done in different ways. Either using network access control tools like firewalls, iptables, security groups, etc, or enabling TLS and requiring users to authenticate using client side certificates.\"},{\"lang\":\"es\",\"value\":\"Redis es una base de datos en memoria de c\u00f3digo abierto que persiste en el disco. En versiones a partir de la 2.6 y anteriores a la 7.4.3, un cliente no autenticado puede provocar un crecimiento ilimitado de los b\u00faferes de salida, hasta que el servidor se quede sin memoria o se cierre. De forma predeterminada, la configuraci\u00f3n de Redis no limita el b\u00fafer de salida de los clientes normales (v\u00e9ase client-output-buffer-limit). Por lo tanto, el b\u00fafer de salida puede crecer ilimitadamente con el tiempo. Como resultado, el servicio se agota y la memoria no est\u00e1 disponible. Cuando la autenticaci\u00f3n con contrase\u00f1a est\u00e1 habilitada en el servidor Redis, pero no se proporciona ninguna contrase\u00f1a, el cliente puede provocar que el b\u00fafer de salida crezca a partir de respuestas \\\"NOAUTH\\\" hasta que el sistema se quede sin memoria. Este problema se ha corregido en la versi\u00f3n 7.4.3. Otro workaround para mitigar este problema sin parchear el ejecutable redis-server es bloquear el acceso para evitar que usuarios no autenticados se conecten a Redis. Esto se puede hacer de diferentes maneras. Ya sea utilizando herramientas de control de acceso a la red, como firewalls, iptables, grupos de seguridad, etc., o habilitando TLS y requiriendo que los usuarios se autentiquen utilizando certificados del lado del cliente.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"redis\",\"product\":\"redis\",\"versions\":[{\"version\":\"\u003e= 2.6, \u003c 7.4.3\",\"status\":\"affected\"}]}]}],\"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}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2025-04-23T16:11:06.562685Z\",\"id\":\"CVE-2025-21605\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-770\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.6.0\",\"versionEndExcluding\":\"6.2.18\",\"matchCriteriaId\":\"F1053565-D448-4F0C-B918-CFBA980CF334\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"7.0\",\"versionEndExcluding\":\"7.2.8\",\"matchCriteriaId\":\"85E8DCD0-90DC-4AF5-A97C-60A29D6D1E73\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"7.4.0\",\"versionEndExcluding\":\"7.4.3\",\"matchCriteriaId\":\"115DBB04-814E-4C70-BBD6-E628472B0490\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:lfprojects:valkey:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"7.2.4\",\"versionEndExcluding\":\"7.2.9\",\"matchCriteriaId\":\"FA5DAFF4-B496-4C30-AD4E-A8840E258B95\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:lfprojects:valkey:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.0.0\",\"versionEndExcluding\":\"8.0.3\",\"matchCriteriaId\":\"76CF44DA-432D-4AED-8346-56694C520EFA\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:lfprojects:valkey:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.1.0\",\"versionEndExcluding\":\"8.1.1\",\"matchCriteriaId\":\"B579FCAC-72C6-4A20-B54C-036B12B279CF\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FA6FEEC2-9F11-4643-8827-749718254FED\"}]}]}],\"references\":[{\"url\":\"https://github.com/redis/redis/releases/tag/7.4.3\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/valkey-io/valkey/releases/tag/8.1.1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/05/msg00014.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://www.vicarius.io/vsociety/posts/cve-2025-21605-detection-script-memory-exhaustion-vulnerability-in-redis-database\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://www.vicarius.io/vsociety/posts/cve-2025-21605-mitigation-script-memory-exhaustion-vulnerability-in-redis-database\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"redhat_vex": {
"aggregate_severity": "Important",
"current_release_date": "2026-08-07T13:27:34+00:00",
"cve": "CVE-2025-21605",
"id": "CVE-2025-21605",
"initial_release_date": "2025-04-23T15:38:11.042000+00:00",
"product_status:fixed": "323",
"product_status:known_affected": "1",
"product_status:known_not_affected": "7",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2025/cve-2025-21605.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "important",
"current_release_date": "2026-07-16T18:53:02Z",
"cve": "CVE-2025-21605",
"id": "CVE-2025-21605",
"initial_release_date": "2025-04-25T02:15:04Z",
"product_status:known_affected": "2",
"product_status:recommended": "74",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2025-21605",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2025-21605.json",
"version": "29"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://lists.debian.org/debian-lts-announce/2025/05/msg00014.html\"}, {\"url\": \"https://github.com/valkey-io/valkey/releases/tag/8.1.1\"}, {\"url\": \"https://www.vicarius.io/vsociety/posts/cve-2025-21605-detection-script-memory-exhaustion-vulnerability-in-redis-database\"}, {\"url\": \"https://www.vicarius.io/vsociety/posts/cve-2025-21605-mitigation-script-memory-exhaustion-vulnerability-in-redis-database\"}], \"x_generator\": {\"engine\": \"ADPogram 0.0.1\"}, \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2026-02-10T17:06:50.695Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-21605\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-04-23T16:11:06.562685Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-04-23T16:11:13.999Z\"}}], \"cna\": {\"title\": \"Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client\", \"source\": {\"advisory\": \"GHSA-r67f-p999-2gff\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"redis\", \"product\": \"redis\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 2.6, \u003c 7.4.3\"}]}], \"references\": [{\"url\": \"https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff\", \"name\": \"https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/redis/redis/releases/tag/7.4.3\", \"name\": \"https://github.com/redis/redis/releases/tag/7.4.3\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Redis is an open source, in-memory database that persists on disk. In versions starting at 2.6 and prior to 7.4.3, An unauthenticated client can cause unlimited growth of output buffers, until the server runs out of memory or is killed. By default, the Redis configuration does not limit the output buffer of normal clients (see client-output-buffer-limit). Therefore, the output buffer can grow unlimitedly over time. As a result, the service is exhausted and the memory is unavailable. When password authentication is enabled on the Redis server, but no password is provided, the client can still cause the output buffer to grow from \\\"NOAUTH\\\" responses until the system will run out of memory. This issue has been patched in version 7.4.3. An additional workaround to mitigate this problem without patching the redis-server executable is to block access to prevent unauthenticated users from connecting to Redis. This can be done in different ways. Either using network access control tools like firewalls, iptables, security groups, etc, or enabling TLS and requiring users to authenticate using client side certificates.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-770\", \"description\": \"CWE-770: Allocation of Resources Without Limits or Throttling\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2025-04-23T15:38:11.042Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-21605\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-02-10T17:06:50.695Z\", \"dateReserved\": \"2024-12-29T03:00:24.712Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2025-04-23T15:38:11.042Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
SUSE-SU-2025:01942-1
Vulnerability from csaf_suse - Published: 2025-06-13 08:33 - Updated: 2025-06-13 08:33| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-compat-redis-8.0.2-150700.3.5.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-compat-redis-8.0.2-150700.3.5.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-8.0.2-150700.3.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-compat-redis-8.0.2-150700.3.5.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:valkey-devel-8.0.2-150700.3.5.1.x86_64 | — |
Vendor Fix
|
{
"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"
}
]
}
SUSE-SU-2025:02010-1
Vulnerability from csaf_suse - Published: 2025-06-18 15:25 - Updated: 2025-06-18 15:25| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.35.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.35.1.x86_64 | — |
Vendor Fix
|
{
"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:1419-1
Vulnerability from csaf_suse - Published: 2025-04-30 12:55 - Updated: 2025-04-30 12:55| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis7-7.0.8-150500.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis7-7.0.8-150500.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis7-7.0.8-150500.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis7-7.0.8-150500.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:redis7-7.0.8-150500.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:redis7-7.0.8-150500.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:redis7-7.0.8-150500.3.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:redis7-7.0.8-150500.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis7-7.0.8-150500.3.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis7-7.0.8-150500.3.18.1.x86_64 | — |
Vendor Fix
|
{
"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:1420-1
Vulnerability from csaf_suse - Published: 2025-04-30 12:55 - Updated: 2025-04-30 12:55| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.34.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.34.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.34.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.34.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.34.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:redis-6.2.6-150400.3.34.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:redis-6.2.6-150400.3.34.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:redis-6.2.6-150400.3.34.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:redis-6.2.6-150400.3.34.1.x86_64 | — |
Vendor Fix
|
{
"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:1432-1
Vulnerability from csaf_suse - Published: 2025-05-02 10:23 - Updated: 2025-05-02 10:23| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:redis7-7.0.8-150600.8.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:redis7-7.0.8-150600.8.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:redis7-7.0.8-150600.8.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:redis7-7.0.8-150600.8.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:redis7-7.0.8-150600.8.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:redis7-7.0.8-150600.8.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:redis7-7.0.8-150600.8.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:redis7-7.0.8-150600.8.9.1.x86_64 | — |
Vendor Fix
|
{
"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:1433-1
Vulnerability from csaf_suse - Published: 2025-05-02 10:23 - Updated: 2025-05-02 10:23| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:redis-7.2.4-150600.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:redis-7.2.4-150600.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:redis-7.2.4-150600.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:redis-7.2.4-150600.3.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:redis-7.2.4-150600.3.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:redis-7.2.4-150600.3.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:redis-7.2.4-150600.3.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:redis-7.2.4-150600.3.9.1.x86_64 | — |
Vendor Fix
|
{
"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 - Updated: 2025-05-16 12:02| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-8.0.2-150600.13.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-8.0.2-150600.13.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-8.0.2-150600.13.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-8.0.2-150600.13.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-compat-redis-8.0.2-150600.13.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-devel-8.0.2-150600.13.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-devel-8.0.2-150600.13.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-devel-8.0.2-150600.13.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:valkey-devel-8.0.2-150600.13.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:valkey-8.0.2-150600.13.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:valkey-8.0.2-150600.13.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:valkey-8.0.2-150600.13.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:valkey-8.0.2-150600.13.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:valkey-compat-redis-8.0.2-150600.13.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:valkey-devel-8.0.2-150600.13.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:valkey-devel-8.0.2-150600.13.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:valkey-devel-8.0.2-150600.13.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:valkey-devel-8.0.2-150600.13.6.1.x86_64 | — |
Vendor Fix
|
{
"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"
}
]
}
ubuntu-cve-2025-21605
Vulnerability from osv_ubuntu
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.
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "redis-server",
"binary_version": "2:2.8.4-2ubuntu0.2+esm5"
},
{
"binary_name": "redis-tools",
"binary_version": "2:2.8.4-2ubuntu0.2+esm5"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:14.04:LTS",
"name": "redis",
"purl": "pkg:deb/ubuntu/redis@2:2.8.4-2ubuntu0.2+esm5?arch=source\u0026distro=esm-infra-legacy/trusty"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2:2.6.13-1",
"2:2.6.16-3",
"2:2.8.0-1",
"2:2.8.2-1",
"2:2.8.4-2",
"2:2.8.4-2ubuntu0.2",
"2:2.8.4-2ubuntu0.2+esm1",
"2:2.8.4-2ubuntu0.2+esm2",
"2:2.8.4-2ubuntu0.2+esm3",
"2:2.8.4-2ubuntu0.2+esm4",
"2:2.8.4-2ubuntu0.2+esm5"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "redis-sentinel",
"binary_version": "2:3.0.6-1ubuntu0.4+esm5"
},
{
"binary_name": "redis-server",
"binary_version": "2:3.0.6-1ubuntu0.4+esm5"
},
{
"binary_name": "redis-tools",
"binary_version": "2:3.0.6-1ubuntu0.4+esm5"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "redis",
"purl": "pkg:deb/ubuntu/redis@2:3.0.6-1ubuntu0.4+esm5?arch=source\u0026distro=esm-apps/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2:3.0.3-3",
"2:3.0.5-1",
"2:3.0.5-2",
"2:3.0.5-3",
"2:3.0.5-4",
"2:3.0.6-1",
"2:3.0.6-1ubuntu0.2",
"2:3.0.6-1ubuntu0.3",
"2:3.0.6-1ubuntu0.4",
"2:3.0.6-1ubuntu0.4+esm1",
"2:3.0.6-1ubuntu0.4+esm2",
"2:3.0.6-1ubuntu0.4+esm3",
"2:3.0.6-1ubuntu0.4+esm4",
"2:3.0.6-1ubuntu0.4+esm5"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "redis",
"binary_version": "5:4.0.9-1ubuntu0.2+esm7"
},
{
"binary_name": "redis-sentinel",
"binary_version": "5:4.0.9-1ubuntu0.2+esm7"
},
{
"binary_name": "redis-server",
"binary_version": "5:4.0.9-1ubuntu0.2+esm7"
},
{
"binary_name": "redis-tools",
"binary_version": "5:4.0.9-1ubuntu0.2+esm7"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "redis",
"purl": "pkg:deb/ubuntu/redis@5:4.0.9-1ubuntu0.2+esm7?arch=source\u0026distro=esm-apps/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4:4.0.1-7",
"4:4.0.2-6",
"4:4.0.2-9",
"5:4.0.5-1",
"5:4.0.6-1",
"5:4.0.6-2",
"5:4.0.7-1",
"5:4.0.8-1",
"5:4.0.8-2",
"5:4.0.9-1",
"5:4.0.9-1ubuntu0.1",
"5:4.0.9-1ubuntu0.2",
"5:4.0.9-1ubuntu0.2+esm2",
"5:4.0.9-1ubuntu0.2+esm3",
"5:4.0.9-1ubuntu0.2+esm4",
"5:4.0.9-1ubuntu0.2+esm5",
"5:4.0.9-1ubuntu0.2+esm6",
"5:4.0.9-1ubuntu0.2+esm7"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "redis",
"binary_version": "5:5.0.7-2ubuntu0.1+esm4"
},
{
"binary_name": "redis-sentinel",
"binary_version": "5:5.0.7-2ubuntu0.1+esm4"
},
{
"binary_name": "redis-server",
"binary_version": "5:5.0.7-2ubuntu0.1+esm4"
},
{
"binary_name": "redis-tools",
"binary_version": "5:5.0.7-2ubuntu0.1+esm4"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "redis",
"purl": "pkg:deb/ubuntu/redis@5:5.0.7-2ubuntu0.1+esm4?arch=source\u0026distro=esm-apps/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5:5.0.5-2build1",
"5:5.0.6-1",
"5:5.0.7-1",
"5:5.0.7-2",
"5:5.0.7-2ubuntu0.1~esm1",
"5:5.0.7-2ubuntu0.1",
"5:5.0.7-2ubuntu0.1+esm1",
"5:5.0.7-2ubuntu0.1+esm2",
"5:5.0.7-2ubuntu0.1+esm3",
"5:5.0.7-2ubuntu0.1+esm4"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "redis",
"binary_version": "5:6.0.16-1ubuntu1.1+esm1"
},
{
"binary_name": "redis-sentinel",
"binary_version": "5:6.0.16-1ubuntu1.1+esm1"
},
{
"binary_name": "redis-server",
"binary_version": "5:6.0.16-1ubuntu1.1+esm1"
},
{
"binary_name": "redis-tools",
"binary_version": "5:6.0.16-1ubuntu1.1+esm1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:22.04:LTS",
"name": "redis",
"purl": "pkg:deb/ubuntu/redis@5:6.0.16-1ubuntu1.1+esm1?arch=source\u0026distro=esm-apps/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5:6.0.15-1",
"5:6.0.16-1",
"5:6.0.16-1build1",
"5:6.0.16-1ubuntu1",
"5:6.0.16-1ubuntu1+esm1",
"5:6.0.16-1ubuntu1+esm2",
"5:6.0.16-1ubuntu1.1",
"5:6.0.16-1ubuntu1.1+esm1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "redis",
"binary_version": "5:7.0.15-1ubuntu0.24.04.4"
},
{
"binary_name": "redis-sentinel",
"binary_version": "5:7.0.15-1ubuntu0.24.04.4"
},
{
"binary_name": "redis-server",
"binary_version": "5:7.0.15-1ubuntu0.24.04.4"
},
{
"binary_name": "redis-tools",
"binary_version": "5:7.0.15-1ubuntu0.24.04.4"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "redis",
"purl": "pkg:deb/ubuntu/redis@5:7.0.15-1ubuntu0.24.04.4?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5:7.0.12-1",
"5:7.0.14-1",
"5:7.0.14-2",
"5:7.0.15-1",
"5:7.0.15-1build1",
"5:7.0.15-1build2",
"5:7.0.15-1ubuntu0.24.04.1",
"5:7.0.15-1ubuntu0.24.04.2",
"5:7.0.15-1ubuntu0.24.04.3",
"5:7.0.15-1ubuntu0.24.04.4"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "valkey-redis-compat",
"binary_version": "7.2.11+dfsg1-0ubuntu0.2"
},
{
"binary_name": "valkey-sentinel",
"binary_version": "7.2.11+dfsg1-0ubuntu0.2"
},
{
"binary_name": "valkey-server",
"binary_version": "7.2.11+dfsg1-0ubuntu0.2"
},
{
"binary_name": "valkey-tools",
"binary_version": "7.2.11+dfsg1-0ubuntu0.2"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "valkey",
"purl": "pkg:deb/ubuntu/valkey@7.2.11+dfsg1-0ubuntu0.2?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "7.2.11+dfsg1-0ubuntu0.2"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"7.2.5+dfsg1-2ubuntu4~24.04.1",
"7.2.7+dfsg1-0ubuntu0.24.04.1",
"7.2.8+dfsg1-0ubuntu0.24.04.1",
"7.2.8+dfsg1-0ubuntu0.24.04.2",
"7.2.8+dfsg1-0ubuntu0.24.04.3",
"7.2.10+dfsg1-0ubuntu0.1",
"7.2.11+dfsg1-0ubuntu0.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "redict",
"binary_version": "7.3.5+ds-1ubuntu0.2"
},
{
"binary_name": "redict-sentinel",
"binary_version": "7.3.5+ds-1ubuntu0.2"
},
{
"binary_name": "redict-server",
"binary_version": "7.3.5+ds-1ubuntu0.2"
},
{
"binary_name": "redict-tools",
"binary_version": "7.3.5+ds-1ubuntu0.2"
}
]
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "redict",
"purl": "pkg:deb/ubuntu/redict@7.3.5+ds-1ubuntu0.2?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"7.3.2+ds-1",
"7.3.5+ds-1",
"7.3.5+ds-1ubuntu0.1",
"7.3.5+ds-1ubuntu0.2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "redict",
"binary_version": "7.3.6+ds-1"
},
{
"binary_name": "redict-sentinel",
"binary_version": "7.3.6+ds-1"
},
{
"binary_name": "redict-server",
"binary_version": "7.3.6+ds-1"
},
{
"binary_name": "redict-tools",
"binary_version": "7.3.6+ds-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "redict",
"purl": "pkg:deb/ubuntu/redict@7.3.6+ds-1?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"7.3.5+ds-1",
"7.3.5+ds-1ubuntu0.1",
"7.3.6+ds-1"
]
}
],
"aliases": [],
"details": "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.",
"id": "UBUNTU-CVE-2025-21605",
"modified": "2026-05-20T15:16:05Z",
"published": "2025-04-23T16:15:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-21605"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21605"
},
{
"type": "REPORT",
"url": "https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff"
},
{
"type": "REPORT",
"url": "https://github.com/valkey-io/valkey/pull/1994"
},
{
"type": "REPORT",
"url": "https://github.com/redis/redis/releases/tag/7.4.3"
}
],
"related": [],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2025-21605"
]
}
WID-SEC-W-2025-0877
Vulnerability from csaf_certbund - Published: 2025-04-23 22:00 - Updated: 2025-11-27 23:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Redis <6.2.18
Open Source / Redis
|
<6.2.18 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Open Source Redis <7.2.8
Open Source / Redis
|
<7.2.8 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Redis <7.4.3
Open Source / Redis
|
<7.4.3 | ||
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
{
"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"
},
{
"category": "external",
"summary": "Gentoo Linux Security Advisory GLSA-202511-05 vom 2025-11-25",
"url": "https://security.gentoo.org/glsa/202511-05"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20926 vom 2025-11-26",
"url": "https://linux.oracle.com/errata/ELSA-2025-20926.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20955 vom 2025-11-27",
"url": "https://linux.oracle.com/errata/ELSA-2025-20955.html"
}
],
"source_lang": "en-US",
"title": "Redis: Schwachstelle erm\u00f6glicht Denial of Service",
"tracking": {
"current_release_date": "2025-11-27T23:00:00.000+00:00",
"generator": {
"date": "2025-11-28T06:42:57.406+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.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"
},
{
"date": "2025-11-24T23:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Gentoo aufgenommen"
},
{
"date": "2025-11-25T23:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-11-27T23:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Oracle Linux aufgenommen"
}
],
"status": "final",
"version": "22"
}
},
"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": [
{
"category": "product_name",
"name": "Gentoo Linux",
"product": {
"name": "Gentoo Linux",
"product_id": "T012167",
"product_identification_helper": {
"cpe": "cpe:/o:gentoo:linux:-"
}
}
}
],
"category": "vendor",
"name": "Gentoo"
},
{
"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",
"T012167",
"T004914",
"74185"
]
},
"release_date": "2025-04-23T22:00:00.000+00:00",
"title": "CVE-2025-21605"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.