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-09",
"epss": "0.00853",
"percentile": "0.54835"
},
"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"
}
}
}
FKIE_CVE-2025-21605
Vulnerability from fkie_nvd - Published: 2025-04-23 16:15 - Updated: 2026-06-17 08:43| Vendor | Product | Version | |
|---|---|---|---|
| redis | redis | * | |
| redis | redis | * | |
| redis | redis | * | |
| lfprojects | valkey | * | |
| lfprojects | valkey | * | |
| lfprojects | valkey | * | |
| debian | debian_linux | 11.0 |
{
"affected": [
{
"affectedData": [
{
"product": "redis",
"vendor": "redis",
"versions": [
{
"status": "affected",
"version": "\u003e= 2.6, \u003c 7.4.3"
}
]
}
],
"source": "security-advisories@github.com"
}
],
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*",
"matchCriteriaId": "F1053565-D448-4F0C-B918-CFBA980CF334",
"versionEndExcluding": "6.2.18",
"versionStartIncluding": "2.6.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*",
"matchCriteriaId": "85E8DCD0-90DC-4AF5-A97C-60A29D6D1E73",
"versionEndExcluding": "7.2.8",
"versionStartIncluding": "7.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*",
"matchCriteriaId": "115DBB04-814E-4C70-BBD6-E628472B0490",
"versionEndExcluding": "7.4.3",
"versionStartIncluding": "7.4.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:lfprojects:valkey:*:*:*:*:*:*:*:*",
"matchCriteriaId": "FA5DAFF4-B496-4C30-AD4E-A8840E258B95",
"versionEndExcluding": "7.2.9",
"versionStartIncluding": "7.2.4",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:lfprojects:valkey:*:*:*:*:*:*:*:*",
"matchCriteriaId": "76CF44DA-432D-4AED-8346-56694C520EFA",
"versionEndExcluding": "8.0.3",
"versionStartIncluding": "8.0.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:lfprojects:valkey:*:*:*:*:*:*:*:*",
"matchCriteriaId": "B579FCAC-72C6-4A20-B54C-036B12B279CF",
"versionEndExcluding": "8.1.1",
"versionStartIncluding": "8.1.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*",
"matchCriteriaId": "FA6FEEC2-9F11-4643-8827-749718254FED",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Redis is an open source, in-memory database that persists on disk. In versions starting at 2.6 and prior to 7.4.3, An unauthenticated client can cause unlimited growth of output buffers, until the server runs out of memory or is killed. By default, the Redis configuration does not limit the output buffer of normal clients (see client-output-buffer-limit). Therefore, the output buffer can grow unlimitedly over time. As a result, the service is exhausted and the memory is unavailable. When password authentication is enabled on the Redis server, but no password is provided, the client can still cause the output buffer to grow from \"NOAUTH\" responses until the system will run out of memory. This issue has been patched in version 7.4.3. An additional workaround to mitigate this problem without patching the redis-server executable is to block access to prevent unauthenticated users from connecting to Redis. This can be done in different ways. Either using network access control tools like firewalls, iptables, security groups, etc, or enabling TLS and requiring users to authenticate using client side certificates."
},
{
"lang": "es",
"value": "Redis es una base de datos en memoria de c\u00f3digo abierto que persiste en el disco. En versiones a partir de la 2.6 y anteriores a la 7.4.3, un cliente no autenticado puede provocar un crecimiento ilimitado de los b\u00faferes de salida, hasta que el servidor se quede sin memoria o se cierre. De forma predeterminada, la configuraci\u00f3n de Redis no limita el b\u00fafer de salida de los clientes normales (v\u00e9ase client-output-buffer-limit). Por lo tanto, el b\u00fafer de salida puede crecer ilimitadamente con el tiempo. Como resultado, el servicio se agota y la memoria no est\u00e1 disponible. Cuando la autenticaci\u00f3n con contrase\u00f1a est\u00e1 habilitada en el servidor Redis, pero no se proporciona ninguna contrase\u00f1a, el cliente puede provocar que el b\u00fafer de salida crezca a partir de respuestas \"NOAUTH\" hasta que el sistema se quede sin memoria. Este problema se ha corregido en la versi\u00f3n 7.4.3. Otro workaround para mitigar este problema sin parchear el ejecutable redis-server es bloquear el acceso para evitar que usuarios no autenticados se conecten a Redis. Esto se puede hacer de diferentes maneras. Ya sea utilizando herramientas de control de acceso a la red, como firewalls, iptables, grupos de seguridad, etc., o habilitando TLS y requiriendo que los usuarios se autentiquen utilizando certificados del lado del cliente."
}
],
"id": "CVE-2025-21605",
"lastModified": "2026-06-17T08:43:50.390",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "security-advisories@github.com",
"type": "Secondary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2025-21605",
"options": [
{
"exploitation": "none"
},
{
"automatable": "yes"
},
{
"technicalImpact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-04-23T16:11:06.562685Z",
"version": "2.0.3"
}
}
]
},
"published": "2025-04-23T16:15:34.770",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Release Notes"
],
"url": "https://github.com/redis/redis/releases/tag/7.4.3"
},
{
"source": "security-advisories@github.com",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Release Notes"
],
"url": "https://github.com/valkey-io/valkey/releases/tag/8.1.1"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List"
],
"url": "https://lists.debian.org/debian-lts-announce/2025/05/msg00014.html"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"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"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-770"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
MSRC_CVE-2025-21605
Vulnerability from csaf_microsoft - Published: 2025-04-02 00:00 - Updated: 2026-02-21 03:42| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 19284-17084 | — | ||
| Unresolved product id: 17493-17084 | — |
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2025/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2025/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2025-21605 Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-21605.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client",
"tracking": {
"current_release_date": "2026-02-21T03:42:46.000Z",
"generator": {
"date": "2026-02-25T09:08:59.035Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2025-21605",
"initial_release_date": "2025-04-02T00:00:00.000Z",
"revision_history": [
{
"date": "2025-04-29T00:00:00.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-02-21T03:42:46.000Z",
"legacy_version": "1.1",
"number": "2",
"summary": "Information published."
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
},
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "cbl2 redis 6.2.18-3",
"product": {
"name": "cbl2 redis 6.2.18-3",
"product_id": "2"
}
},
{
"category": "product_version_range",
"name": "cbl2 redis 6.2.20-1",
"product": {
"name": "cbl2 redis 6.2.20-1",
"product_id": "1"
}
}
],
"category": "product_name",
"name": "redis"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 valkey 8.0.3-1",
"product": {
"name": "\u003cazl3 valkey 8.0.3-1",
"product_id": "3"
}
},
{
"category": "product_version",
"name": "azl3 valkey 8.0.3-1",
"product": {
"name": "azl3 valkey 8.0.3-1",
"product_id": "19284"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 valkey 8.0.2-1",
"product": {
"name": "\u003cazl3 valkey 8.0.2-1",
"product_id": "4"
}
},
{
"category": "product_version",
"name": "azl3 valkey 8.0.2-1",
"product": {
"name": "azl3 valkey 8.0.2-1",
"product_id": "17493"
}
}
],
"category": "product_name",
"name": "valkey"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 redis 6.2.18-3 as a component of CBL Mariner 2.0",
"product_id": "17086-2"
},
"product_reference": "2",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 redis 6.2.20-1 as a component of CBL Mariner 2.0",
"product_id": "17086-1"
},
"product_reference": "1",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 valkey 8.0.3-1 as a component of Azure Linux 3.0",
"product_id": "17084-3"
},
"product_reference": "3",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 valkey 8.0.3-1 as a component of Azure Linux 3.0",
"product_id": "19284-17084"
},
"product_reference": "19284",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 valkey 8.0.2-1 as a component of Azure Linux 3.0",
"product_id": "17084-4"
},
"product_reference": "4",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 valkey 8.0.2-1 as a component of Azure Linux 3.0",
"product_id": "17493-17084"
},
"product_reference": "17493",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-21605",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "general",
"text": "GitHub_M",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"19284-17084",
"17493-17084"
],
"known_affected": [
"17086-2",
"17086-1",
"17084-3",
"17084-4"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-21605 Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-21605.json"
}
],
"remediations": [
{
"category": "none_available",
"date": "2025-04-29T00:00:00.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-2"
]
},
{
"category": "none_available",
"date": "2025-04-29T00:00:00.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-1"
]
},
{
"category": "vendor_fix",
"date": "2025-04-29T00:00:00.000Z",
"details": "8.0.3-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-3",
"17084-4"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalsScore": 0.0,
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"17086-2",
"17086-1",
"17084-3",
"17084-4"
]
}
],
"title": "Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client"
}
]
}
OPENSUSE-SU-2025:15035-1
Vulnerability from csaf_opensuse - Published: 2025-04-26 00:00 - Updated: 2025-04-26 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:valkey-8.0.3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:valkey-8.0.3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:valkey-8.0.3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:valkey-8.0.3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "valkey-8.0.3-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the valkey-8.0.3-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15035",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15035-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2025:15035-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/BSPBVBDGOIAOC7YYCCDLC4XBLWKHYLWL/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2025:15035-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/BSPBVBDGOIAOC7YYCCDLC4XBLWKHYLWL/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-21605 page",
"url": "https://www.suse.com/security/cve/CVE-2025-21605/"
}
],
"title": "valkey-8.0.3-1.1 on GA media",
"tracking": {
"current_release_date": "2025-04-26T00:00:00Z",
"generator": {
"date": "2025-04-26T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15035-1",
"initial_release_date": "2025-04-26T00:00:00Z",
"revision_history": [
{
"date": "2025-04-26T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "valkey-8.0.3-1.1.aarch64",
"product": {
"name": "valkey-8.0.3-1.1.aarch64",
"product_id": "valkey-8.0.3-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "valkey-compat-redis-8.0.3-1.1.aarch64",
"product": {
"name": "valkey-compat-redis-8.0.3-1.1.aarch64",
"product_id": "valkey-compat-redis-8.0.3-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "valkey-devel-8.0.3-1.1.aarch64",
"product": {
"name": "valkey-devel-8.0.3-1.1.aarch64",
"product_id": "valkey-devel-8.0.3-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "valkey-8.0.3-1.1.ppc64le",
"product": {
"name": "valkey-8.0.3-1.1.ppc64le",
"product_id": "valkey-8.0.3-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "valkey-compat-redis-8.0.3-1.1.ppc64le",
"product": {
"name": "valkey-compat-redis-8.0.3-1.1.ppc64le",
"product_id": "valkey-compat-redis-8.0.3-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "valkey-devel-8.0.3-1.1.ppc64le",
"product": {
"name": "valkey-devel-8.0.3-1.1.ppc64le",
"product_id": "valkey-devel-8.0.3-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "valkey-8.0.3-1.1.s390x",
"product": {
"name": "valkey-8.0.3-1.1.s390x",
"product_id": "valkey-8.0.3-1.1.s390x"
}
},
{
"category": "product_version",
"name": "valkey-compat-redis-8.0.3-1.1.s390x",
"product": {
"name": "valkey-compat-redis-8.0.3-1.1.s390x",
"product_id": "valkey-compat-redis-8.0.3-1.1.s390x"
}
},
{
"category": "product_version",
"name": "valkey-devel-8.0.3-1.1.s390x",
"product": {
"name": "valkey-devel-8.0.3-1.1.s390x",
"product_id": "valkey-devel-8.0.3-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "valkey-8.0.3-1.1.x86_64",
"product": {
"name": "valkey-8.0.3-1.1.x86_64",
"product_id": "valkey-8.0.3-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "valkey-compat-redis-8.0.3-1.1.x86_64",
"product": {
"name": "valkey-compat-redis-8.0.3-1.1.x86_64",
"product_id": "valkey-compat-redis-8.0.3-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "valkey-devel-8.0.3-1.1.x86_64",
"product": {
"name": "valkey-devel-8.0.3-1.1.x86_64",
"product_id": "valkey-devel-8.0.3-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-8.0.3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:valkey-8.0.3-1.1.aarch64"
},
"product_reference": "valkey-8.0.3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-8.0.3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:valkey-8.0.3-1.1.ppc64le"
},
"product_reference": "valkey-8.0.3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-8.0.3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:valkey-8.0.3-1.1.s390x"
},
"product_reference": "valkey-8.0.3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-8.0.3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:valkey-8.0.3-1.1.x86_64"
},
"product_reference": "valkey-8.0.3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-compat-redis-8.0.3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.aarch64"
},
"product_reference": "valkey-compat-redis-8.0.3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-compat-redis-8.0.3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.ppc64le"
},
"product_reference": "valkey-compat-redis-8.0.3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-compat-redis-8.0.3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.s390x"
},
"product_reference": "valkey-compat-redis-8.0.3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-compat-redis-8.0.3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.x86_64"
},
"product_reference": "valkey-compat-redis-8.0.3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-devel-8.0.3-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.aarch64"
},
"product_reference": "valkey-devel-8.0.3-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-devel-8.0.3-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.ppc64le"
},
"product_reference": "valkey-devel-8.0.3-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-devel-8.0.3-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.s390x"
},
"product_reference": "valkey-devel-8.0.3-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-devel-8.0.3-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.x86_64"
},
"product_reference": "valkey-devel-8.0.3-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-21605",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-21605"
}
],
"notes": [
{
"category": "general",
"text": "Redis is an open source, in-memory database that persists on disk. In versions starting at 2.6 and prior to 7.4.3, An unauthenticated client can cause unlimited growth of output buffers, until the server runs out of memory or is killed. By default, the Redis configuration does not limit the output buffer of normal clients (see client-output-buffer-limit). Therefore, the output buffer can grow unlimitedly over time. As a result, the service is exhausted and the memory is unavailable. When password authentication is enabled on the Redis server, but no password is provided, the client can still cause the output buffer to grow from \"NOAUTH\" responses until the system will run out of memory. This issue has been patched in version 7.4.3. An additional workaround to mitigate this problem without patching the redis-server executable is to block access to prevent unauthenticated users from connecting to Redis. This can be done in different ways. Either using network access control tools like firewalls, iptables, security groups, etc, or enabling TLS and requiring users to authenticate using client side certificates.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:valkey-8.0.3-1.1.aarch64",
"openSUSE Tumbleweed:valkey-8.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:valkey-8.0.3-1.1.s390x",
"openSUSE Tumbleweed:valkey-8.0.3-1.1.x86_64",
"openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.aarch64",
"openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.s390x",
"openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.x86_64",
"openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.aarch64",
"openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.s390x",
"openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-21605",
"url": "https://www.suse.com/security/cve/CVE-2025-21605"
},
{
"category": "external",
"summary": "SUSE Bug 1241708 for CVE-2025-21605",
"url": "https://bugzilla.suse.com/1241708"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:valkey-8.0.3-1.1.aarch64",
"openSUSE Tumbleweed:valkey-8.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:valkey-8.0.3-1.1.s390x",
"openSUSE Tumbleweed:valkey-8.0.3-1.1.x86_64",
"openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.aarch64",
"openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.s390x",
"openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.x86_64",
"openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.aarch64",
"openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.s390x",
"openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:valkey-8.0.3-1.1.aarch64",
"openSUSE Tumbleweed:valkey-8.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:valkey-8.0.3-1.1.s390x",
"openSUSE Tumbleweed:valkey-8.0.3-1.1.x86_64",
"openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.aarch64",
"openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.s390x",
"openSUSE Tumbleweed:valkey-compat-redis-8.0.3-1.1.x86_64",
"openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.aarch64",
"openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.ppc64le",
"openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.s390x",
"openSUSE Tumbleweed:valkey-devel-8.0.3-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-26T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-21605"
}
]
}
OPENSUSE-SU-2025:15293-1
Vulnerability from csaf_opensuse - Published: 2025-07-03 00:00 - Updated: 2025-07-03 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "redis-8.0.2-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the redis-8.0.2-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15293",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15293-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-31227 page",
"url": "https://www.suse.com/security/cve/CVE-2024-31227/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-31228 page",
"url": "https://www.suse.com/security/cve/CVE-2024-31228/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-31449 page",
"url": "https://www.suse.com/security/cve/CVE-2024-31449/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-46981 page",
"url": "https://www.suse.com/security/cve/CVE-2024-46981/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-51741 page",
"url": "https://www.suse.com/security/cve/CVE-2024-51741/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-21605 page",
"url": "https://www.suse.com/security/cve/CVE-2025-21605/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27151 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27151/"
}
],
"title": "redis-8.0.2-1.1 on GA media",
"tracking": {
"current_release_date": "2025-07-03T00:00:00Z",
"generator": {
"date": "2025-07-03T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15293-1",
"initial_release_date": "2025-07-03T00:00:00Z",
"revision_history": [
{
"date": "2025-07-03T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "redis-8.0.2-1.1.aarch64",
"product": {
"name": "redis-8.0.2-1.1.aarch64",
"product_id": "redis-8.0.2-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-8.0.2-1.1.ppc64le",
"product": {
"name": "redis-8.0.2-1.1.ppc64le",
"product_id": "redis-8.0.2-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-8.0.2-1.1.s390x",
"product": {
"name": "redis-8.0.2-1.1.s390x",
"product_id": "redis-8.0.2-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-8.0.2-1.1.x86_64",
"product": {
"name": "redis-8.0.2-1.1.x86_64",
"product_id": "redis-8.0.2-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-8.0.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64"
},
"product_reference": "redis-8.0.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-8.0.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le"
},
"product_reference": "redis-8.0.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-8.0.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:redis-8.0.2-1.1.s390x"
},
"product_reference": "redis-8.0.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-8.0.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
},
"product_reference": "redis-8.0.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-31227",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-31227"
}
],
"notes": [
{
"category": "general",
"text": "Redis is an open source, in-memory database that persists on disk. An authenticated with sufficient privileges may create a malformed ACL selector which, when accessed, triggers a server panic and subsequent denial of service. The problem exists in Redis 7 prior to versions 7.2.6 and 7.4.1. Users are advised to upgrade. There are no known workarounds for this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-31227",
"url": "https://www.suse.com/security/cve/CVE-2024-31227"
},
{
"category": "external",
"summary": "SUSE Bug 1231266 for CVE-2024-31227",
"url": "https://bugzilla.suse.com/1231266"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-31227"
},
{
"cve": "CVE-2024-31228",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-31228"
}
],
"notes": [
{
"category": "general",
"text": "Redis is an open source, in-memory database that persists on disk. Authenticated users can trigger a denial-of-service by using specially crafted, long string match patterns on supported commands such as `KEYS`, `SCAN`, `PSUBSCRIBE`, `FUNCTION LIST`, `COMMAND LIST` and ACL definitions. Matching of extremely long patterns may result in unbounded recursion, leading to stack overflow and process crash. This problem has been fixed in Redis versions 6.2.16, 7.2.6, and 7.4.1. Users are advised to upgrade. There are no known workarounds for this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-31228",
"url": "https://www.suse.com/security/cve/CVE-2024-31228"
},
{
"category": "external",
"summary": "SUSE Bug 1231265 for CVE-2024-31228",
"url": "https://bugzilla.suse.com/1231265"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-31228"
},
{
"cve": "CVE-2024-31449",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-31449"
}
],
"notes": [
{
"category": "general",
"text": "Redis is an open source, in-memory database that persists on disk. An authenticated user may use a specially crafted Lua script to trigger a stack buffer overflow in the bit library, which may potentially lead to remote code execution. The problem exists in all versions of Redis with Lua scripting. This problem has been fixed in Redis versions 6.2.16, 7.2.6, and 7.4.1. Users are advised to upgrade. There are no known workarounds for this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-31449",
"url": "https://www.suse.com/security/cve/CVE-2024-31449"
},
{
"category": "external",
"summary": "SUSE Bug 1231264 for CVE-2024-31449",
"url": "https://bugzilla.suse.com/1231264"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-31449"
},
{
"cve": "CVE-2024-46981",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-46981"
}
],
"notes": [
{
"category": "general",
"text": "Redis is an open source, in-memory database that persists on disk. An authenticated user may use a specially crafted Lua script to manipulate the garbage collector and potentially lead to remote code execution. The problem is fixed in 7.4.2, 7.2.7, and 6.2.17. An additional workaround to mitigate the problem without patching the redis-server executable is to prevent users from executing Lua scripts. This can be done using ACL to restrict EVAL and EVALSHA commands.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-46981",
"url": "https://www.suse.com/security/cve/CVE-2024-46981"
},
{
"category": "external",
"summary": "SUSE Bug 1235387 for CVE-2024-46981",
"url": "https://bugzilla.suse.com/1235387"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-46981"
},
{
"cve": "CVE-2024-51741",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-51741"
}
],
"notes": [
{
"category": "general",
"text": "Redis is an open source, in-memory database that persists on disk. An authenticated with sufficient privileges may create a malformed ACL selector which, when accessed, triggers a server panic and subsequent denial of service. The problem is fixed in Redis 7.2.7 and 7.4.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-51741",
"url": "https://www.suse.com/security/cve/CVE-2024-51741"
},
{
"category": "external",
"summary": "SUSE Bug 1235386 for CVE-2024-51741",
"url": "https://bugzilla.suse.com/1235386"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-51741"
},
{
"cve": "CVE-2025-21605",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-21605"
}
],
"notes": [
{
"category": "general",
"text": "Redis is an open source, in-memory database that persists on disk. In versions starting at 2.6 and prior to 7.4.3, An unauthenticated client can cause unlimited growth of output buffers, until the server runs out of memory or is killed. By default, the Redis configuration does not limit the output buffer of normal clients (see client-output-buffer-limit). Therefore, the output buffer can grow unlimitedly over time. As a result, the service is exhausted and the memory is unavailable. When password authentication is enabled on the Redis server, but no password is provided, the client can still cause the output buffer to grow from \"NOAUTH\" responses until the system will run out of memory. This issue has been patched in version 7.4.3. An additional workaround to mitigate this problem without patching the redis-server executable is to block access to prevent unauthenticated users from connecting to Redis. This can be done in different ways. Either using network access control tools like firewalls, iptables, security groups, etc, or enabling TLS and requiring users to authenticate using client side certificates.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-21605",
"url": "https://www.suse.com/security/cve/CVE-2025-21605"
},
{
"category": "external",
"summary": "SUSE Bug 1241708 for CVE-2025-21605",
"url": "https://bugzilla.suse.com/1241708"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-21605"
},
{
"cve": "CVE-2025-27151",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27151"
}
],
"notes": [
{
"category": "general",
"text": "Redis is an open source, in-memory database that persists on disk. In versions starting from 7.0.0 to before 8.0.2, a stack-based buffer overflow exists in redis-check-aof due to the use of memcpy with strlen(filepath) when copying a user-supplied file path into a fixed-size stack buffer. This allows an attacker to overflow the stack and potentially achieve code execution. This issue has been patched in version 8.0.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27151",
"url": "https://www.suse.com/security/cve/CVE-2025-27151"
},
{
"category": "external",
"summary": "SUSE Bug 1243804 for CVE-2025-27151",
"url": "https://bugzilla.suse.com/1243804"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:redis-8.0.2-1.1.aarch64",
"openSUSE Tumbleweed:redis-8.0.2-1.1.ppc64le",
"openSUSE Tumbleweed:redis-8.0.2-1.1.s390x",
"openSUSE Tumbleweed:redis-8.0.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-27151"
}
]
}
RHBA-2025:8262
Vulnerability from csaf_redhat - Published: 2025-06-09 12:40 - Updated: 2026-08-09 03:55A Regular Expression Denial of Service (ReDoS) vulnerability was found in the cross-spawn package for Node.js. Due to improper input sanitization, an attacker can increase CPU usage and crash the program with a large, specially crafted string.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:53922db0add7e0958cbe2fed01100aaf9a981d8342b60b0d6262c882d4e0eb96_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:7b3d7f2909f149f5eada3e8aafd05ffd416cdbb97f34b9817d7a3de48ab9178c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:ae3a3f0bee632fd731e839326e135310264f91904e9ee4c63c3cc04f6fbe0adb_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:738518079f920b22f9dce6e27ac9326dba3b1e25a9bdc37e518f8ca934e909cc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:dc4aa6de488306e7975aaa8e8d577738b0f28825a6b4a2bfe42c48c5466b68d3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:e53eb326bca3f35ffae78b3d4673aa43510d6ad9c1674548671b2121ab0483f1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:1f19aa829421eb29ecaa9dab21593ef07a8209a3647d704ec5b011300c097ad9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:b594addbbbccee2193d4c9f66e4afb04b677e86ef96d69c59ff7d433af30e07b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:cb2176bd24805de7eb712c56f19ee57134571fe69245e699985590ffc5efe601_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:0fc1e9800cc55f51700288b855e1856b1bb35a2e5dc4a9a8b305e7270aa75742_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:143350b6f8b14f22c192cfff16a57b965c39790f1e395a920b2e64346e3dee22_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:2db2dd98df0c68df7bd17621373583b3849d17698acb5befa8121a205f7b4a55_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:3385beb31aede68344611a4803d41268a9d180efb7cd659e596c328d9cfb1645_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:64fcf5f0de57d198a4081946cd4963969394b25945ab383dbd487e5ce5afbe88_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:e1bd4e2c4f431d56ee3f9a6a9541dececfc93671f3e0ece7753aaf1ec680da93_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:51ec4956ad358e7da5dcd66ef3674818e1eaec88aeda5034af5747ac20a48f6b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:5f1c3962696735182a7d803dfbcc50530c0598e39a12157e5f7d71530210574c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d7d085b6324d4f61bf79f033ee1a01fd0dd8a469bccee71e8c663d9803c19267_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:382a7bfa46d01d60b73d1254e7723787a87b28452517a27f7c51da8c224dfa95_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:7502c7021919ced13d239dd688d1c1fe320e076f0486125ad0d8bca96eb20c2c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b6b02527a16046f1aca4b40db8a5d400bd72ee34a623f2bfd8f46543e89da0d2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:13d37219c20374e35645c8e445dbee9f33db5405dcaed657393bc55018607230_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:2479b51cfe88cc8b421c71d01a5079783d04f73b357b0292f6d47430dd89ae60_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:83abe7a71af4f82d3b16e5ef37f723b29d731b501520fbfc2cadcbf30873e1cd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:a77e67d57fe114ccb359d4794a6b04bc738d030719c76f76bafcb8092bd9d74b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:c1a2394ee5d706ff6c2f0433bb12c89f673d7bc69186c8df067ecc0926d2ae6f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:cbd2e872b20fc32de16f2dfd66ce3b01db284185360e4ecfdf992e8e2f0dab75_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:5fb1f7b31972545cb291d5ae1fb716f4a6cb538165e458b28e3831387d388291_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:61096dc4e8d8cbed0025445a514ceab197cd93f46a9bd7d380f496091cfbb0c3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:fb2e90c6291f923290949d25b3f4db8b4bbb5118fc6cb2d412825db1b67d9176_ppc64le | — |
Vendor Fix
fix
|
A flaw was found in Quay. When an organization acts as a proxy cache, and a user or robot pulls an image that hasn't been mirrored yet, they are granted "Admin" permissions on the newly created repository.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:53922db0add7e0958cbe2fed01100aaf9a981d8342b60b0d6262c882d4e0eb96_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:7b3d7f2909f149f5eada3e8aafd05ffd416cdbb97f34b9817d7a3de48ab9178c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:ae3a3f0bee632fd731e839326e135310264f91904e9ee4c63c3cc04f6fbe0adb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:738518079f920b22f9dce6e27ac9326dba3b1e25a9bdc37e518f8ca934e909cc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:dc4aa6de488306e7975aaa8e8d577738b0f28825a6b4a2bfe42c48c5466b68d3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:e53eb326bca3f35ffae78b3d4673aa43510d6ad9c1674548671b2121ab0483f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:1f19aa829421eb29ecaa9dab21593ef07a8209a3647d704ec5b011300c097ad9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:b594addbbbccee2193d4c9f66e4afb04b677e86ef96d69c59ff7d433af30e07b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:cb2176bd24805de7eb712c56f19ee57134571fe69245e699985590ffc5efe601_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:0fc1e9800cc55f51700288b855e1856b1bb35a2e5dc4a9a8b305e7270aa75742_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:143350b6f8b14f22c192cfff16a57b965c39790f1e395a920b2e64346e3dee22_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:2db2dd98df0c68df7bd17621373583b3849d17698acb5befa8121a205f7b4a55_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:3385beb31aede68344611a4803d41268a9d180efb7cd659e596c328d9cfb1645_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:64fcf5f0de57d198a4081946cd4963969394b25945ab383dbd487e5ce5afbe88_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:e1bd4e2c4f431d56ee3f9a6a9541dececfc93671f3e0ece7753aaf1ec680da93_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:51ec4956ad358e7da5dcd66ef3674818e1eaec88aeda5034af5747ac20a48f6b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:5f1c3962696735182a7d803dfbcc50530c0598e39a12157e5f7d71530210574c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d7d085b6324d4f61bf79f033ee1a01fd0dd8a469bccee71e8c663d9803c19267_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:382a7bfa46d01d60b73d1254e7723787a87b28452517a27f7c51da8c224dfa95_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:7502c7021919ced13d239dd688d1c1fe320e076f0486125ad0d8bca96eb20c2c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b6b02527a16046f1aca4b40db8a5d400bd72ee34a623f2bfd8f46543e89da0d2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:13d37219c20374e35645c8e445dbee9f33db5405dcaed657393bc55018607230_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:2479b51cfe88cc8b421c71d01a5079783d04f73b357b0292f6d47430dd89ae60_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:83abe7a71af4f82d3b16e5ef37f723b29d731b501520fbfc2cadcbf30873e1cd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:a77e67d57fe114ccb359d4794a6b04bc738d030719c76f76bafcb8092bd9d74b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:c1a2394ee5d706ff6c2f0433bb12c89f673d7bc69186c8df067ecc0926d2ae6f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:cbd2e872b20fc32de16f2dfd66ce3b01db284185360e4ecfdf992e8e2f0dab75_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:5fb1f7b31972545cb291d5ae1fb716f4a6cb538165e458b28e3831387d388291_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:61096dc4e8d8cbed0025445a514ceab197cd93f46a9bd7d380f496091cfbb0c3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:fb2e90c6291f923290949d25b3f4db8b4bbb5118fc6cb2d412825db1b67d9176_ppc64le | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Redis server. This flaw allows an unauthenticated client to cause an unlimited growth of output buffers until the server runs out of memory or is killed. By default, the Redis configuration does not limit the output buffer of normal clients (see client-output-buffer-limit). Therefore, the output buffer can grow unlimitedly over time. As a result, the service is exhausted, and the memory is unavailable. When password authentication is enabled on the Redis server but no password is provided, the client can still cause the output buffer to grow from "NOAUTH" responses until the system runs out of memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:53922db0add7e0958cbe2fed01100aaf9a981d8342b60b0d6262c882d4e0eb96_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:7b3d7f2909f149f5eada3e8aafd05ffd416cdbb97f34b9817d7a3de48ab9178c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:ae3a3f0bee632fd731e839326e135310264f91904e9ee4c63c3cc04f6fbe0adb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:738518079f920b22f9dce6e27ac9326dba3b1e25a9bdc37e518f8ca934e909cc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:dc4aa6de488306e7975aaa8e8d577738b0f28825a6b4a2bfe42c48c5466b68d3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:e53eb326bca3f35ffae78b3d4673aa43510d6ad9c1674548671b2121ab0483f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:1f19aa829421eb29ecaa9dab21593ef07a8209a3647d704ec5b011300c097ad9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:b594addbbbccee2193d4c9f66e4afb04b677e86ef96d69c59ff7d433af30e07b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:cb2176bd24805de7eb712c56f19ee57134571fe69245e699985590ffc5efe601_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:0fc1e9800cc55f51700288b855e1856b1bb35a2e5dc4a9a8b305e7270aa75742_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:143350b6f8b14f22c192cfff16a57b965c39790f1e395a920b2e64346e3dee22_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:2db2dd98df0c68df7bd17621373583b3849d17698acb5befa8121a205f7b4a55_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:3385beb31aede68344611a4803d41268a9d180efb7cd659e596c328d9cfb1645_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:64fcf5f0de57d198a4081946cd4963969394b25945ab383dbd487e5ce5afbe88_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:e1bd4e2c4f431d56ee3f9a6a9541dececfc93671f3e0ece7753aaf1ec680da93_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:51ec4956ad358e7da5dcd66ef3674818e1eaec88aeda5034af5747ac20a48f6b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:5f1c3962696735182a7d803dfbcc50530c0598e39a12157e5f7d71530210574c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d7d085b6324d4f61bf79f033ee1a01fd0dd8a469bccee71e8c663d9803c19267_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:382a7bfa46d01d60b73d1254e7723787a87b28452517a27f7c51da8c224dfa95_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:7502c7021919ced13d239dd688d1c1fe320e076f0486125ad0d8bca96eb20c2c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b6b02527a16046f1aca4b40db8a5d400bd72ee34a623f2bfd8f46543e89da0d2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:13d37219c20374e35645c8e445dbee9f33db5405dcaed657393bc55018607230_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:2479b51cfe88cc8b421c71d01a5079783d04f73b357b0292f6d47430dd89ae60_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:83abe7a71af4f82d3b16e5ef37f723b29d731b501520fbfc2cadcbf30873e1cd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:a77e67d57fe114ccb359d4794a6b04bc738d030719c76f76bafcb8092bd9d74b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:c1a2394ee5d706ff6c2f0433bb12c89f673d7bc69186c8df067ecc0926d2ae6f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:cbd2e872b20fc32de16f2dfd66ce3b01db284185360e4ecfdf992e8e2f0dab75_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:5fb1f7b31972545cb291d5ae1fb716f4a6cb538165e458b28e3831387d388291_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:61096dc4e8d8cbed0025445a514ceab197cd93f46a9bd7d380f496091cfbb0c3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:fb2e90c6291f923290949d25b3f4db8b4bbb5118fc6cb2d412825db1b67d9176_ppc64le | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Quay 3.14.2 is now available with bug fixes.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.14.2",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHBA-2025:8262",
"url": "https://access.redhat.com/errata/RHBA-2025:8262"
},
{
"category": "external",
"summary": "PROJQUAY-8633",
"url": "https://issues.redhat.com/browse/PROJQUAY-8633"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhba-2025_8262.json"
}
],
"title": "Red Hat Bug Fix Advisory: Red Hat Quay v3.14.2 bug fix release",
"tracking": {
"current_release_date": "2026-08-09T03:55:02+00:00",
"generator": {
"date": "2026-08-09T03:55:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.12"
}
},
"id": "RHBA-2025:8262",
"initial_release_date": "2025-06-09T12:40:33+00:00",
"revision_history": [
{
"date": "2025-06-09T12:40:33+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-06-09T12:40:33+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-09T03:55:02+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Quay v3",
"product": {
"name": "Quay v3",
"product_id": "8Base-Quay-3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "quay/quay-bridge-operator-bundle@sha256:dc4aa6de488306e7975aaa8e8d577738b0f28825a6b4a2bfe42c48c5466b68d3_ppc64le",
"product": {
"name": "quay/quay-bridge-operator-bundle@sha256:dc4aa6de488306e7975aaa8e8d577738b0f28825a6b4a2bfe42c48c5466b68d3_ppc64le",
"product_id": "quay/quay-bridge-operator-bundle@sha256:dc4aa6de488306e7975aaa8e8d577738b0f28825a6b4a2bfe42c48c5466b68d3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256:dc4aa6de488306e7975aaa8e8d577738b0f28825a6b4a2bfe42c48c5466b68d3?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-bundle\u0026tag=v3.14.2-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-bridge-operator-rhel8@sha256:cb2176bd24805de7eb712c56f19ee57134571fe69245e699985590ffc5efe601_ppc64le",
"product": {
"name": "quay/quay-bridge-operator-rhel8@sha256:cb2176bd24805de7eb712c56f19ee57134571fe69245e699985590ffc5efe601_ppc64le",
"product_id": "quay/quay-bridge-operator-rhel8@sha256:cb2176bd24805de7eb712c56f19ee57134571fe69245e699985590ffc5efe601_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256:cb2176bd24805de7eb712c56f19ee57134571fe69245e699985590ffc5efe601?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=v3.14.2-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-rhel8@sha256:3385beb31aede68344611a4803d41268a9d180efb7cd659e596c328d9cfb1645_ppc64le",
"product": {
"name": "quay/quay-builder-rhel8@sha256:3385beb31aede68344611a4803d41268a9d180efb7cd659e596c328d9cfb1645_ppc64le",
"product_id": "quay/quay-builder-rhel8@sha256:3385beb31aede68344611a4803d41268a9d180efb7cd659e596c328d9cfb1645_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256:3385beb31aede68344611a4803d41268a9d180efb7cd659e596c328d9cfb1645?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=v3.14.2-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:143350b6f8b14f22c192cfff16a57b965c39790f1e395a920b2e64346e3dee22_ppc64le",
"product": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:143350b6f8b14f22c192cfff16a57b965c39790f1e395a920b2e64346e3dee22_ppc64le",
"product_id": "quay/quay-builder-qemu-rhcos-rhel8@sha256:143350b6f8b14f22c192cfff16a57b965c39790f1e395a920b2e64346e3dee22_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256:143350b6f8b14f22c192cfff16a57b965c39790f1e395a920b2e64346e3dee22?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=v3.14.2-1"
}
}
},
{
"category": "product_version",
"name": "quay/clair-rhel8@sha256:ae3a3f0bee632fd731e839326e135310264f91904e9ee4c63c3cc04f6fbe0adb_ppc64le",
"product": {
"name": "quay/clair-rhel8@sha256:ae3a3f0bee632fd731e839326e135310264f91904e9ee4c63c3cc04f6fbe0adb_ppc64le",
"product_id": "quay/clair-rhel8@sha256:ae3a3f0bee632fd731e839326e135310264f91904e9ee4c63c3cc04f6fbe0adb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256:ae3a3f0bee632fd731e839326e135310264f91904e9ee4c63c3cc04f6fbe0adb?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=v3.14.2-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-bundle@sha256:d7d085b6324d4f61bf79f033ee1a01fd0dd8a469bccee71e8c663d9803c19267_ppc64le",
"product": {
"name": "quay/quay-container-security-operator-bundle@sha256:d7d085b6324d4f61bf79f033ee1a01fd0dd8a469bccee71e8c663d9803c19267_ppc64le",
"product_id": "quay/quay-container-security-operator-bundle@sha256:d7d085b6324d4f61bf79f033ee1a01fd0dd8a469bccee71e8c663d9803c19267_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256:d7d085b6324d4f61bf79f033ee1a01fd0dd8a469bccee71e8c663d9803c19267?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=v3.14.2-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-rhel8@sha256:7502c7021919ced13d239dd688d1c1fe320e076f0486125ad0d8bca96eb20c2c_ppc64le",
"product": {
"name": "quay/quay-container-security-operator-rhel8@sha256:7502c7021919ced13d239dd688d1c1fe320e076f0486125ad0d8bca96eb20c2c_ppc64le",
"product_id": "quay/quay-container-security-operator-rhel8@sha256:7502c7021919ced13d239dd688d1c1fe320e076f0486125ad0d8bca96eb20c2c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256:7502c7021919ced13d239dd688d1c1fe320e076f0486125ad0d8bca96eb20c2c?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=v3.14.2-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-bundle@sha256:83abe7a71af4f82d3b16e5ef37f723b29d731b501520fbfc2cadcbf30873e1cd_ppc64le",
"product": {
"name": "quay/quay-operator-bundle@sha256:83abe7a71af4f82d3b16e5ef37f723b29d731b501520fbfc2cadcbf30873e1cd_ppc64le",
"product_id": "quay/quay-operator-bundle@sha256:83abe7a71af4f82d3b16e5ef37f723b29d731b501520fbfc2cadcbf30873e1cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256:83abe7a71af4f82d3b16e5ef37f723b29d731b501520fbfc2cadcbf30873e1cd?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=v3.14.2-6"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-rhel8@sha256:cbd2e872b20fc32de16f2dfd66ce3b01db284185360e4ecfdf992e8e2f0dab75_ppc64le",
"product": {
"name": "quay/quay-operator-rhel8@sha256:cbd2e872b20fc32de16f2dfd66ce3b01db284185360e4ecfdf992e8e2f0dab75_ppc64le",
"product_id": "quay/quay-operator-rhel8@sha256:cbd2e872b20fc32de16f2dfd66ce3b01db284185360e4ecfdf992e8e2f0dab75_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256:cbd2e872b20fc32de16f2dfd66ce3b01db284185360e4ecfdf992e8e2f0dab75?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=v3.14.2-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-rhel8@sha256:fb2e90c6291f923290949d25b3f4db8b4bbb5118fc6cb2d412825db1b67d9176_ppc64le",
"product": {
"name": "quay/quay-rhel8@sha256:fb2e90c6291f923290949d25b3f4db8b4bbb5118fc6cb2d412825db1b67d9176_ppc64le",
"product_id": "quay/quay-rhel8@sha256:fb2e90c6291f923290949d25b3f4db8b4bbb5118fc6cb2d412825db1b67d9176_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256:fb2e90c6291f923290949d25b3f4db8b4bbb5118fc6cb2d412825db1b67d9176?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=v3.14.2-7"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "quay/quay-bridge-operator-bundle@sha256:e53eb326bca3f35ffae78b3d4673aa43510d6ad9c1674548671b2121ab0483f1_amd64",
"product": {
"name": "quay/quay-bridge-operator-bundle@sha256:e53eb326bca3f35ffae78b3d4673aa43510d6ad9c1674548671b2121ab0483f1_amd64",
"product_id": "quay/quay-bridge-operator-bundle@sha256:e53eb326bca3f35ffae78b3d4673aa43510d6ad9c1674548671b2121ab0483f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256:e53eb326bca3f35ffae78b3d4673aa43510d6ad9c1674548671b2121ab0483f1?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-bundle\u0026tag=v3.14.2-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-bridge-operator-rhel8@sha256:b594addbbbccee2193d4c9f66e4afb04b677e86ef96d69c59ff7d433af30e07b_amd64",
"product": {
"name": "quay/quay-bridge-operator-rhel8@sha256:b594addbbbccee2193d4c9f66e4afb04b677e86ef96d69c59ff7d433af30e07b_amd64",
"product_id": "quay/quay-bridge-operator-rhel8@sha256:b594addbbbccee2193d4c9f66e4afb04b677e86ef96d69c59ff7d433af30e07b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256:b594addbbbccee2193d4c9f66e4afb04b677e86ef96d69c59ff7d433af30e07b?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=v3.14.2-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-rhel8@sha256:64fcf5f0de57d198a4081946cd4963969394b25945ab383dbd487e5ce5afbe88_amd64",
"product": {
"name": "quay/quay-builder-rhel8@sha256:64fcf5f0de57d198a4081946cd4963969394b25945ab383dbd487e5ce5afbe88_amd64",
"product_id": "quay/quay-builder-rhel8@sha256:64fcf5f0de57d198a4081946cd4963969394b25945ab383dbd487e5ce5afbe88_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256:64fcf5f0de57d198a4081946cd4963969394b25945ab383dbd487e5ce5afbe88?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=v3.14.2-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:2db2dd98df0c68df7bd17621373583b3849d17698acb5befa8121a205f7b4a55_amd64",
"product": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:2db2dd98df0c68df7bd17621373583b3849d17698acb5befa8121a205f7b4a55_amd64",
"product_id": "quay/quay-builder-qemu-rhcos-rhel8@sha256:2db2dd98df0c68df7bd17621373583b3849d17698acb5befa8121a205f7b4a55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256:2db2dd98df0c68df7bd17621373583b3849d17698acb5befa8121a205f7b4a55?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=v3.14.2-1"
}
}
},
{
"category": "product_version",
"name": "quay/clair-rhel8@sha256:7b3d7f2909f149f5eada3e8aafd05ffd416cdbb97f34b9817d7a3de48ab9178c_amd64",
"product": {
"name": "quay/clair-rhel8@sha256:7b3d7f2909f149f5eada3e8aafd05ffd416cdbb97f34b9817d7a3de48ab9178c_amd64",
"product_id": "quay/clair-rhel8@sha256:7b3d7f2909f149f5eada3e8aafd05ffd416cdbb97f34b9817d7a3de48ab9178c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256:7b3d7f2909f149f5eada3e8aafd05ffd416cdbb97f34b9817d7a3de48ab9178c?arch=amd64\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=v3.14.2-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-bundle@sha256:51ec4956ad358e7da5dcd66ef3674818e1eaec88aeda5034af5747ac20a48f6b_amd64",
"product": {
"name": "quay/quay-container-security-operator-bundle@sha256:51ec4956ad358e7da5dcd66ef3674818e1eaec88aeda5034af5747ac20a48f6b_amd64",
"product_id": "quay/quay-container-security-operator-bundle@sha256:51ec4956ad358e7da5dcd66ef3674818e1eaec88aeda5034af5747ac20a48f6b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256:51ec4956ad358e7da5dcd66ef3674818e1eaec88aeda5034af5747ac20a48f6b?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=v3.14.2-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-rhel8@sha256:382a7bfa46d01d60b73d1254e7723787a87b28452517a27f7c51da8c224dfa95_amd64",
"product": {
"name": "quay/quay-container-security-operator-rhel8@sha256:382a7bfa46d01d60b73d1254e7723787a87b28452517a27f7c51da8c224dfa95_amd64",
"product_id": "quay/quay-container-security-operator-rhel8@sha256:382a7bfa46d01d60b73d1254e7723787a87b28452517a27f7c51da8c224dfa95_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256:382a7bfa46d01d60b73d1254e7723787a87b28452517a27f7c51da8c224dfa95?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=v3.14.2-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-bundle@sha256:13d37219c20374e35645c8e445dbee9f33db5405dcaed657393bc55018607230_amd64",
"product": {
"name": "quay/quay-operator-bundle@sha256:13d37219c20374e35645c8e445dbee9f33db5405dcaed657393bc55018607230_amd64",
"product_id": "quay/quay-operator-bundle@sha256:13d37219c20374e35645c8e445dbee9f33db5405dcaed657393bc55018607230_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256:13d37219c20374e35645c8e445dbee9f33db5405dcaed657393bc55018607230?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=v3.14.2-6"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-rhel8@sha256:c1a2394ee5d706ff6c2f0433bb12c89f673d7bc69186c8df067ecc0926d2ae6f_amd64",
"product": {
"name": "quay/quay-operator-rhel8@sha256:c1a2394ee5d706ff6c2f0433bb12c89f673d7bc69186c8df067ecc0926d2ae6f_amd64",
"product_id": "quay/quay-operator-rhel8@sha256:c1a2394ee5d706ff6c2f0433bb12c89f673d7bc69186c8df067ecc0926d2ae6f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256:c1a2394ee5d706ff6c2f0433bb12c89f673d7bc69186c8df067ecc0926d2ae6f?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=v3.14.2-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-rhel8@sha256:61096dc4e8d8cbed0025445a514ceab197cd93f46a9bd7d380f496091cfbb0c3_amd64",
"product": {
"name": "quay/quay-rhel8@sha256:61096dc4e8d8cbed0025445a514ceab197cd93f46a9bd7d380f496091cfbb0c3_amd64",
"product_id": "quay/quay-rhel8@sha256:61096dc4e8d8cbed0025445a514ceab197cd93f46a9bd7d380f496091cfbb0c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256:61096dc4e8d8cbed0025445a514ceab197cd93f46a9bd7d380f496091cfbb0c3?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=v3.14.2-7"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "quay/quay-bridge-operator-bundle@sha256:738518079f920b22f9dce6e27ac9326dba3b1e25a9bdc37e518f8ca934e909cc_s390x",
"product": {
"name": "quay/quay-bridge-operator-bundle@sha256:738518079f920b22f9dce6e27ac9326dba3b1e25a9bdc37e518f8ca934e909cc_s390x",
"product_id": "quay/quay-bridge-operator-bundle@sha256:738518079f920b22f9dce6e27ac9326dba3b1e25a9bdc37e518f8ca934e909cc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256:738518079f920b22f9dce6e27ac9326dba3b1e25a9bdc37e518f8ca934e909cc?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-bundle\u0026tag=v3.14.2-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-bridge-operator-rhel8@sha256:1f19aa829421eb29ecaa9dab21593ef07a8209a3647d704ec5b011300c097ad9_s390x",
"product": {
"name": "quay/quay-bridge-operator-rhel8@sha256:1f19aa829421eb29ecaa9dab21593ef07a8209a3647d704ec5b011300c097ad9_s390x",
"product_id": "quay/quay-bridge-operator-rhel8@sha256:1f19aa829421eb29ecaa9dab21593ef07a8209a3647d704ec5b011300c097ad9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256:1f19aa829421eb29ecaa9dab21593ef07a8209a3647d704ec5b011300c097ad9?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=v3.14.2-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-rhel8@sha256:e1bd4e2c4f431d56ee3f9a6a9541dececfc93671f3e0ece7753aaf1ec680da93_s390x",
"product": {
"name": "quay/quay-builder-rhel8@sha256:e1bd4e2c4f431d56ee3f9a6a9541dececfc93671f3e0ece7753aaf1ec680da93_s390x",
"product_id": "quay/quay-builder-rhel8@sha256:e1bd4e2c4f431d56ee3f9a6a9541dececfc93671f3e0ece7753aaf1ec680da93_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256:e1bd4e2c4f431d56ee3f9a6a9541dececfc93671f3e0ece7753aaf1ec680da93?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=v3.14.2-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:0fc1e9800cc55f51700288b855e1856b1bb35a2e5dc4a9a8b305e7270aa75742_s390x",
"product": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:0fc1e9800cc55f51700288b855e1856b1bb35a2e5dc4a9a8b305e7270aa75742_s390x",
"product_id": "quay/quay-builder-qemu-rhcos-rhel8@sha256:0fc1e9800cc55f51700288b855e1856b1bb35a2e5dc4a9a8b305e7270aa75742_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256:0fc1e9800cc55f51700288b855e1856b1bb35a2e5dc4a9a8b305e7270aa75742?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=v3.14.2-1"
}
}
},
{
"category": "product_version",
"name": "quay/clair-rhel8@sha256:53922db0add7e0958cbe2fed01100aaf9a981d8342b60b0d6262c882d4e0eb96_s390x",
"product": {
"name": "quay/clair-rhel8@sha256:53922db0add7e0958cbe2fed01100aaf9a981d8342b60b0d6262c882d4e0eb96_s390x",
"product_id": "quay/clair-rhel8@sha256:53922db0add7e0958cbe2fed01100aaf9a981d8342b60b0d6262c882d4e0eb96_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256:53922db0add7e0958cbe2fed01100aaf9a981d8342b60b0d6262c882d4e0eb96?arch=s390x\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=v3.14.2-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-bundle@sha256:5f1c3962696735182a7d803dfbcc50530c0598e39a12157e5f7d71530210574c_s390x",
"product": {
"name": "quay/quay-container-security-operator-bundle@sha256:5f1c3962696735182a7d803dfbcc50530c0598e39a12157e5f7d71530210574c_s390x",
"product_id": "quay/quay-container-security-operator-bundle@sha256:5f1c3962696735182a7d803dfbcc50530c0598e39a12157e5f7d71530210574c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256:5f1c3962696735182a7d803dfbcc50530c0598e39a12157e5f7d71530210574c?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=v3.14.2-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-rhel8@sha256:b6b02527a16046f1aca4b40db8a5d400bd72ee34a623f2bfd8f46543e89da0d2_s390x",
"product": {
"name": "quay/quay-container-security-operator-rhel8@sha256:b6b02527a16046f1aca4b40db8a5d400bd72ee34a623f2bfd8f46543e89da0d2_s390x",
"product_id": "quay/quay-container-security-operator-rhel8@sha256:b6b02527a16046f1aca4b40db8a5d400bd72ee34a623f2bfd8f46543e89da0d2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256:b6b02527a16046f1aca4b40db8a5d400bd72ee34a623f2bfd8f46543e89da0d2?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=v3.14.2-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-bundle@sha256:2479b51cfe88cc8b421c71d01a5079783d04f73b357b0292f6d47430dd89ae60_s390x",
"product": {
"name": "quay/quay-operator-bundle@sha256:2479b51cfe88cc8b421c71d01a5079783d04f73b357b0292f6d47430dd89ae60_s390x",
"product_id": "quay/quay-operator-bundle@sha256:2479b51cfe88cc8b421c71d01a5079783d04f73b357b0292f6d47430dd89ae60_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256:2479b51cfe88cc8b421c71d01a5079783d04f73b357b0292f6d47430dd89ae60?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=v3.14.2-6"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-rhel8@sha256:a77e67d57fe114ccb359d4794a6b04bc738d030719c76f76bafcb8092bd9d74b_s390x",
"product": {
"name": "quay/quay-operator-rhel8@sha256:a77e67d57fe114ccb359d4794a6b04bc738d030719c76f76bafcb8092bd9d74b_s390x",
"product_id": "quay/quay-operator-rhel8@sha256:a77e67d57fe114ccb359d4794a6b04bc738d030719c76f76bafcb8092bd9d74b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256:a77e67d57fe114ccb359d4794a6b04bc738d030719c76f76bafcb8092bd9d74b?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=v3.14.2-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-rhel8@sha256:5fb1f7b31972545cb291d5ae1fb716f4a6cb538165e458b28e3831387d388291_s390x",
"product": {
"name": "quay/quay-rhel8@sha256:5fb1f7b31972545cb291d5ae1fb716f4a6cb538165e458b28e3831387d388291_s390x",
"product_id": "quay/quay-rhel8@sha256:5fb1f7b31972545cb291d5ae1fb716f4a6cb538165e458b28e3831387d388291_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256:5fb1f7b31972545cb291d5ae1fb716f4a6cb538165e458b28e3831387d388291?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=v3.14.2-7"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/clair-rhel8@sha256:53922db0add7e0958cbe2fed01100aaf9a981d8342b60b0d6262c882d4e0eb96_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/clair-rhel8@sha256:53922db0add7e0958cbe2fed01100aaf9a981d8342b60b0d6262c882d4e0eb96_s390x"
},
"product_reference": "quay/clair-rhel8@sha256:53922db0add7e0958cbe2fed01100aaf9a981d8342b60b0d6262c882d4e0eb96_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/clair-rhel8@sha256:7b3d7f2909f149f5eada3e8aafd05ffd416cdbb97f34b9817d7a3de48ab9178c_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/clair-rhel8@sha256:7b3d7f2909f149f5eada3e8aafd05ffd416cdbb97f34b9817d7a3de48ab9178c_amd64"
},
"product_reference": "quay/clair-rhel8@sha256:7b3d7f2909f149f5eada3e8aafd05ffd416cdbb97f34b9817d7a3de48ab9178c_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/clair-rhel8@sha256:ae3a3f0bee632fd731e839326e135310264f91904e9ee4c63c3cc04f6fbe0adb_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/clair-rhel8@sha256:ae3a3f0bee632fd731e839326e135310264f91904e9ee4c63c3cc04f6fbe0adb_ppc64le"
},
"product_reference": "quay/clair-rhel8@sha256:ae3a3f0bee632fd731e839326e135310264f91904e9ee4c63c3cc04f6fbe0adb_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-bundle@sha256:738518079f920b22f9dce6e27ac9326dba3b1e25a9bdc37e518f8ca934e909cc_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:738518079f920b22f9dce6e27ac9326dba3b1e25a9bdc37e518f8ca934e909cc_s390x"
},
"product_reference": "quay/quay-bridge-operator-bundle@sha256:738518079f920b22f9dce6e27ac9326dba3b1e25a9bdc37e518f8ca934e909cc_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-bundle@sha256:dc4aa6de488306e7975aaa8e8d577738b0f28825a6b4a2bfe42c48c5466b68d3_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:dc4aa6de488306e7975aaa8e8d577738b0f28825a6b4a2bfe42c48c5466b68d3_ppc64le"
},
"product_reference": "quay/quay-bridge-operator-bundle@sha256:dc4aa6de488306e7975aaa8e8d577738b0f28825a6b4a2bfe42c48c5466b68d3_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-bundle@sha256:e53eb326bca3f35ffae78b3d4673aa43510d6ad9c1674548671b2121ab0483f1_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:e53eb326bca3f35ffae78b3d4673aa43510d6ad9c1674548671b2121ab0483f1_amd64"
},
"product_reference": "quay/quay-bridge-operator-bundle@sha256:e53eb326bca3f35ffae78b3d4673aa43510d6ad9c1674548671b2121ab0483f1_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-rhel8@sha256:1f19aa829421eb29ecaa9dab21593ef07a8209a3647d704ec5b011300c097ad9_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:1f19aa829421eb29ecaa9dab21593ef07a8209a3647d704ec5b011300c097ad9_s390x"
},
"product_reference": "quay/quay-bridge-operator-rhel8@sha256:1f19aa829421eb29ecaa9dab21593ef07a8209a3647d704ec5b011300c097ad9_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-rhel8@sha256:b594addbbbccee2193d4c9f66e4afb04b677e86ef96d69c59ff7d433af30e07b_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:b594addbbbccee2193d4c9f66e4afb04b677e86ef96d69c59ff7d433af30e07b_amd64"
},
"product_reference": "quay/quay-bridge-operator-rhel8@sha256:b594addbbbccee2193d4c9f66e4afb04b677e86ef96d69c59ff7d433af30e07b_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-rhel8@sha256:cb2176bd24805de7eb712c56f19ee57134571fe69245e699985590ffc5efe601_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:cb2176bd24805de7eb712c56f19ee57134571fe69245e699985590ffc5efe601_ppc64le"
},
"product_reference": "quay/quay-bridge-operator-rhel8@sha256:cb2176bd24805de7eb712c56f19ee57134571fe69245e699985590ffc5efe601_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:0fc1e9800cc55f51700288b855e1856b1bb35a2e5dc4a9a8b305e7270aa75742_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:0fc1e9800cc55f51700288b855e1856b1bb35a2e5dc4a9a8b305e7270aa75742_s390x"
},
"product_reference": "quay/quay-builder-qemu-rhcos-rhel8@sha256:0fc1e9800cc55f51700288b855e1856b1bb35a2e5dc4a9a8b305e7270aa75742_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:143350b6f8b14f22c192cfff16a57b965c39790f1e395a920b2e64346e3dee22_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:143350b6f8b14f22c192cfff16a57b965c39790f1e395a920b2e64346e3dee22_ppc64le"
},
"product_reference": "quay/quay-builder-qemu-rhcos-rhel8@sha256:143350b6f8b14f22c192cfff16a57b965c39790f1e395a920b2e64346e3dee22_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:2db2dd98df0c68df7bd17621373583b3849d17698acb5befa8121a205f7b4a55_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:2db2dd98df0c68df7bd17621373583b3849d17698acb5befa8121a205f7b4a55_amd64"
},
"product_reference": "quay/quay-builder-qemu-rhcos-rhel8@sha256:2db2dd98df0c68df7bd17621373583b3849d17698acb5befa8121a205f7b4a55_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-rhel8@sha256:3385beb31aede68344611a4803d41268a9d180efb7cd659e596c328d9cfb1645_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-rhel8@sha256:3385beb31aede68344611a4803d41268a9d180efb7cd659e596c328d9cfb1645_ppc64le"
},
"product_reference": "quay/quay-builder-rhel8@sha256:3385beb31aede68344611a4803d41268a9d180efb7cd659e596c328d9cfb1645_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-rhel8@sha256:64fcf5f0de57d198a4081946cd4963969394b25945ab383dbd487e5ce5afbe88_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-rhel8@sha256:64fcf5f0de57d198a4081946cd4963969394b25945ab383dbd487e5ce5afbe88_amd64"
},
"product_reference": "quay/quay-builder-rhel8@sha256:64fcf5f0de57d198a4081946cd4963969394b25945ab383dbd487e5ce5afbe88_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-rhel8@sha256:e1bd4e2c4f431d56ee3f9a6a9541dececfc93671f3e0ece7753aaf1ec680da93_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-rhel8@sha256:e1bd4e2c4f431d56ee3f9a6a9541dececfc93671f3e0ece7753aaf1ec680da93_s390x"
},
"product_reference": "quay/quay-builder-rhel8@sha256:e1bd4e2c4f431d56ee3f9a6a9541dececfc93671f3e0ece7753aaf1ec680da93_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-bundle@sha256:51ec4956ad358e7da5dcd66ef3674818e1eaec88aeda5034af5747ac20a48f6b_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:51ec4956ad358e7da5dcd66ef3674818e1eaec88aeda5034af5747ac20a48f6b_amd64"
},
"product_reference": "quay/quay-container-security-operator-bundle@sha256:51ec4956ad358e7da5dcd66ef3674818e1eaec88aeda5034af5747ac20a48f6b_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-bundle@sha256:5f1c3962696735182a7d803dfbcc50530c0598e39a12157e5f7d71530210574c_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:5f1c3962696735182a7d803dfbcc50530c0598e39a12157e5f7d71530210574c_s390x"
},
"product_reference": "quay/quay-container-security-operator-bundle@sha256:5f1c3962696735182a7d803dfbcc50530c0598e39a12157e5f7d71530210574c_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-bundle@sha256:d7d085b6324d4f61bf79f033ee1a01fd0dd8a469bccee71e8c663d9803c19267_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d7d085b6324d4f61bf79f033ee1a01fd0dd8a469bccee71e8c663d9803c19267_ppc64le"
},
"product_reference": "quay/quay-container-security-operator-bundle@sha256:d7d085b6324d4f61bf79f033ee1a01fd0dd8a469bccee71e8c663d9803c19267_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-rhel8@sha256:382a7bfa46d01d60b73d1254e7723787a87b28452517a27f7c51da8c224dfa95_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:382a7bfa46d01d60b73d1254e7723787a87b28452517a27f7c51da8c224dfa95_amd64"
},
"product_reference": "quay/quay-container-security-operator-rhel8@sha256:382a7bfa46d01d60b73d1254e7723787a87b28452517a27f7c51da8c224dfa95_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-rhel8@sha256:7502c7021919ced13d239dd688d1c1fe320e076f0486125ad0d8bca96eb20c2c_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:7502c7021919ced13d239dd688d1c1fe320e076f0486125ad0d8bca96eb20c2c_ppc64le"
},
"product_reference": "quay/quay-container-security-operator-rhel8@sha256:7502c7021919ced13d239dd688d1c1fe320e076f0486125ad0d8bca96eb20c2c_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-rhel8@sha256:b6b02527a16046f1aca4b40db8a5d400bd72ee34a623f2bfd8f46543e89da0d2_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b6b02527a16046f1aca4b40db8a5d400bd72ee34a623f2bfd8f46543e89da0d2_s390x"
},
"product_reference": "quay/quay-container-security-operator-rhel8@sha256:b6b02527a16046f1aca4b40db8a5d400bd72ee34a623f2bfd8f46543e89da0d2_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-bundle@sha256:13d37219c20374e35645c8e445dbee9f33db5405dcaed657393bc55018607230_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-bundle@sha256:13d37219c20374e35645c8e445dbee9f33db5405dcaed657393bc55018607230_amd64"
},
"product_reference": "quay/quay-operator-bundle@sha256:13d37219c20374e35645c8e445dbee9f33db5405dcaed657393bc55018607230_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-bundle@sha256:2479b51cfe88cc8b421c71d01a5079783d04f73b357b0292f6d47430dd89ae60_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-bundle@sha256:2479b51cfe88cc8b421c71d01a5079783d04f73b357b0292f6d47430dd89ae60_s390x"
},
"product_reference": "quay/quay-operator-bundle@sha256:2479b51cfe88cc8b421c71d01a5079783d04f73b357b0292f6d47430dd89ae60_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-bundle@sha256:83abe7a71af4f82d3b16e5ef37f723b29d731b501520fbfc2cadcbf30873e1cd_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-bundle@sha256:83abe7a71af4f82d3b16e5ef37f723b29d731b501520fbfc2cadcbf30873e1cd_ppc64le"
},
"product_reference": "quay/quay-operator-bundle@sha256:83abe7a71af4f82d3b16e5ef37f723b29d731b501520fbfc2cadcbf30873e1cd_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-rhel8@sha256:a77e67d57fe114ccb359d4794a6b04bc738d030719c76f76bafcb8092bd9d74b_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-rhel8@sha256:a77e67d57fe114ccb359d4794a6b04bc738d030719c76f76bafcb8092bd9d74b_s390x"
},
"product_reference": "quay/quay-operator-rhel8@sha256:a77e67d57fe114ccb359d4794a6b04bc738d030719c76f76bafcb8092bd9d74b_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-rhel8@sha256:c1a2394ee5d706ff6c2f0433bb12c89f673d7bc69186c8df067ecc0926d2ae6f_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-rhel8@sha256:c1a2394ee5d706ff6c2f0433bb12c89f673d7bc69186c8df067ecc0926d2ae6f_amd64"
},
"product_reference": "quay/quay-operator-rhel8@sha256:c1a2394ee5d706ff6c2f0433bb12c89f673d7bc69186c8df067ecc0926d2ae6f_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-rhel8@sha256:cbd2e872b20fc32de16f2dfd66ce3b01db284185360e4ecfdf992e8e2f0dab75_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-rhel8@sha256:cbd2e872b20fc32de16f2dfd66ce3b01db284185360e4ecfdf992e8e2f0dab75_ppc64le"
},
"product_reference": "quay/quay-operator-rhel8@sha256:cbd2e872b20fc32de16f2dfd66ce3b01db284185360e4ecfdf992e8e2f0dab75_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-rhel8@sha256:5fb1f7b31972545cb291d5ae1fb716f4a6cb538165e458b28e3831387d388291_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-rhel8@sha256:5fb1f7b31972545cb291d5ae1fb716f4a6cb538165e458b28e3831387d388291_s390x"
},
"product_reference": "quay/quay-rhel8@sha256:5fb1f7b31972545cb291d5ae1fb716f4a6cb538165e458b28e3831387d388291_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-rhel8@sha256:61096dc4e8d8cbed0025445a514ceab197cd93f46a9bd7d380f496091cfbb0c3_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-rhel8@sha256:61096dc4e8d8cbed0025445a514ceab197cd93f46a9bd7d380f496091cfbb0c3_amd64"
},
"product_reference": "quay/quay-rhel8@sha256:61096dc4e8d8cbed0025445a514ceab197cd93f46a9bd7d380f496091cfbb0c3_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-rhel8@sha256:fb2e90c6291f923290949d25b3f4db8b4bbb5118fc6cb2d412825db1b67d9176_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-rhel8@sha256:fb2e90c6291f923290949d25b3f4db8b4bbb5118fc6cb2d412825db1b67d9176_ppc64le"
},
"product_reference": "quay/quay-rhel8@sha256:fb2e90c6291f923290949d25b3f4db8b4bbb5118fc6cb2d412825db1b67d9176_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-21538",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2024-11-08T13:44:29.182678+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2324550"
}
],
"notes": [
{
"category": "description",
"text": "A Regular Expression Denial of Service (ReDoS) vulnerability was found in the cross-spawn package for Node.js. Due to improper input sanitization, an attacker can increase CPU usage and crash the program with a large, specially crafted string.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cross-spawn: regular expression denial of service",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Quay-3:quay/clair-rhel8@sha256:53922db0add7e0958cbe2fed01100aaf9a981d8342b60b0d6262c882d4e0eb96_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:7b3d7f2909f149f5eada3e8aafd05ffd416cdbb97f34b9817d7a3de48ab9178c_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:ae3a3f0bee632fd731e839326e135310264f91904e9ee4c63c3cc04f6fbe0adb_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:738518079f920b22f9dce6e27ac9326dba3b1e25a9bdc37e518f8ca934e909cc_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:dc4aa6de488306e7975aaa8e8d577738b0f28825a6b4a2bfe42c48c5466b68d3_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:e53eb326bca3f35ffae78b3d4673aa43510d6ad9c1674548671b2121ab0483f1_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:1f19aa829421eb29ecaa9dab21593ef07a8209a3647d704ec5b011300c097ad9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:b594addbbbccee2193d4c9f66e4afb04b677e86ef96d69c59ff7d433af30e07b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:cb2176bd24805de7eb712c56f19ee57134571fe69245e699985590ffc5efe601_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:0fc1e9800cc55f51700288b855e1856b1bb35a2e5dc4a9a8b305e7270aa75742_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:143350b6f8b14f22c192cfff16a57b965c39790f1e395a920b2e64346e3dee22_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:2db2dd98df0c68df7bd17621373583b3849d17698acb5befa8121a205f7b4a55_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:3385beb31aede68344611a4803d41268a9d180efb7cd659e596c328d9cfb1645_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:64fcf5f0de57d198a4081946cd4963969394b25945ab383dbd487e5ce5afbe88_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:e1bd4e2c4f431d56ee3f9a6a9541dececfc93671f3e0ece7753aaf1ec680da93_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:51ec4956ad358e7da5dcd66ef3674818e1eaec88aeda5034af5747ac20a48f6b_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:5f1c3962696735182a7d803dfbcc50530c0598e39a12157e5f7d71530210574c_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d7d085b6324d4f61bf79f033ee1a01fd0dd8a469bccee71e8c663d9803c19267_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:382a7bfa46d01d60b73d1254e7723787a87b28452517a27f7c51da8c224dfa95_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:7502c7021919ced13d239dd688d1c1fe320e076f0486125ad0d8bca96eb20c2c_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b6b02527a16046f1aca4b40db8a5d400bd72ee34a623f2bfd8f46543e89da0d2_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:13d37219c20374e35645c8e445dbee9f33db5405dcaed657393bc55018607230_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:2479b51cfe88cc8b421c71d01a5079783d04f73b357b0292f6d47430dd89ae60_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:83abe7a71af4f82d3b16e5ef37f723b29d731b501520fbfc2cadcbf30873e1cd_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:a77e67d57fe114ccb359d4794a6b04bc738d030719c76f76bafcb8092bd9d74b_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:c1a2394ee5d706ff6c2f0433bb12c89f673d7bc69186c8df067ecc0926d2ae6f_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cbd2e872b20fc32de16f2dfd66ce3b01db284185360e4ecfdf992e8e2f0dab75_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:5fb1f7b31972545cb291d5ae1fb716f4a6cb538165e458b28e3831387d388291_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:61096dc4e8d8cbed0025445a514ceab197cd93f46a9bd7d380f496091cfbb0c3_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:fb2e90c6291f923290949d25b3f4db8b4bbb5118fc6cb2d412825db1b67d9176_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-21538"
},
{
"category": "external",
"summary": "RHBZ#2324550",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2324550"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-21538",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21538"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21538",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21538"
},
{
"category": "external",
"summary": "https://github.com/moxystudio/node-cross-spawn/commit/5ff3a07d9add449021d806e45c4168203aa833ff",
"url": "https://github.com/moxystudio/node-cross-spawn/commit/5ff3a07d9add449021d806e45c4168203aa833ff"
},
{
"category": "external",
"summary": "https://github.com/moxystudio/node-cross-spawn/commit/640d391fde65388548601d95abedccc12943374f",
"url": "https://github.com/moxystudio/node-cross-spawn/commit/640d391fde65388548601d95abedccc12943374f"
},
{
"category": "external",
"summary": "https://github.com/moxystudio/node-cross-spawn/pull/160",
"url": "https://github.com/moxystudio/node-cross-spawn/pull/160"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230",
"url": "https://security.snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230"
}
],
"release_date": "2024-11-08T05:00:04.695000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-09T12:40:33+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:53922db0add7e0958cbe2fed01100aaf9a981d8342b60b0d6262c882d4e0eb96_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:7b3d7f2909f149f5eada3e8aafd05ffd416cdbb97f34b9817d7a3de48ab9178c_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:ae3a3f0bee632fd731e839326e135310264f91904e9ee4c63c3cc04f6fbe0adb_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:738518079f920b22f9dce6e27ac9326dba3b1e25a9bdc37e518f8ca934e909cc_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:dc4aa6de488306e7975aaa8e8d577738b0f28825a6b4a2bfe42c48c5466b68d3_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:e53eb326bca3f35ffae78b3d4673aa43510d6ad9c1674548671b2121ab0483f1_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:1f19aa829421eb29ecaa9dab21593ef07a8209a3647d704ec5b011300c097ad9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:b594addbbbccee2193d4c9f66e4afb04b677e86ef96d69c59ff7d433af30e07b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:cb2176bd24805de7eb712c56f19ee57134571fe69245e699985590ffc5efe601_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:0fc1e9800cc55f51700288b855e1856b1bb35a2e5dc4a9a8b305e7270aa75742_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:143350b6f8b14f22c192cfff16a57b965c39790f1e395a920b2e64346e3dee22_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:2db2dd98df0c68df7bd17621373583b3849d17698acb5befa8121a205f7b4a55_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:3385beb31aede68344611a4803d41268a9d180efb7cd659e596c328d9cfb1645_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:64fcf5f0de57d198a4081946cd4963969394b25945ab383dbd487e5ce5afbe88_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:e1bd4e2c4f431d56ee3f9a6a9541dececfc93671f3e0ece7753aaf1ec680da93_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:51ec4956ad358e7da5dcd66ef3674818e1eaec88aeda5034af5747ac20a48f6b_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:5f1c3962696735182a7d803dfbcc50530c0598e39a12157e5f7d71530210574c_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d7d085b6324d4f61bf79f033ee1a01fd0dd8a469bccee71e8c663d9803c19267_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:382a7bfa46d01d60b73d1254e7723787a87b28452517a27f7c51da8c224dfa95_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:7502c7021919ced13d239dd688d1c1fe320e076f0486125ad0d8bca96eb20c2c_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b6b02527a16046f1aca4b40db8a5d400bd72ee34a623f2bfd8f46543e89da0d2_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:13d37219c20374e35645c8e445dbee9f33db5405dcaed657393bc55018607230_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:2479b51cfe88cc8b421c71d01a5079783d04f73b357b0292f6d47430dd89ae60_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:83abe7a71af4f82d3b16e5ef37f723b29d731b501520fbfc2cadcbf30873e1cd_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:a77e67d57fe114ccb359d4794a6b04bc738d030719c76f76bafcb8092bd9d74b_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:c1a2394ee5d706ff6c2f0433bb12c89f673d7bc69186c8df067ecc0926d2ae6f_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cbd2e872b20fc32de16f2dfd66ce3b01db284185360e4ecfdf992e8e2f0dab75_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:5fb1f7b31972545cb291d5ae1fb716f4a6cb538165e458b28e3831387d388291_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:61096dc4e8d8cbed0025445a514ceab197cd93f46a9bd7d380f496091cfbb0c3_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:fb2e90c6291f923290949d25b3f4db8b4bbb5118fc6cb2d412825db1b67d9176_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2025:8262"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Quay-3:quay/clair-rhel8@sha256:53922db0add7e0958cbe2fed01100aaf9a981d8342b60b0d6262c882d4e0eb96_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:7b3d7f2909f149f5eada3e8aafd05ffd416cdbb97f34b9817d7a3de48ab9178c_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:ae3a3f0bee632fd731e839326e135310264f91904e9ee4c63c3cc04f6fbe0adb_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:738518079f920b22f9dce6e27ac9326dba3b1e25a9bdc37e518f8ca934e909cc_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:dc4aa6de488306e7975aaa8e8d577738b0f28825a6b4a2bfe42c48c5466b68d3_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:e53eb326bca3f35ffae78b3d4673aa43510d6ad9c1674548671b2121ab0483f1_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:1f19aa829421eb29ecaa9dab21593ef07a8209a3647d704ec5b011300c097ad9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:b594addbbbccee2193d4c9f66e4afb04b677e86ef96d69c59ff7d433af30e07b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:cb2176bd24805de7eb712c56f19ee57134571fe69245e699985590ffc5efe601_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:0fc1e9800cc55f51700288b855e1856b1bb35a2e5dc4a9a8b305e7270aa75742_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:143350b6f8b14f22c192cfff16a57b965c39790f1e395a920b2e64346e3dee22_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:2db2dd98df0c68df7bd17621373583b3849d17698acb5befa8121a205f7b4a55_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:3385beb31aede68344611a4803d41268a9d180efb7cd659e596c328d9cfb1645_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:64fcf5f0de57d198a4081946cd4963969394b25945ab383dbd487e5ce5afbe88_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:e1bd4e2c4f431d56ee3f9a6a9541dececfc93671f3e0ece7753aaf1ec680da93_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:51ec4956ad358e7da5dcd66ef3674818e1eaec88aeda5034af5747ac20a48f6b_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:5f1c3962696735182a7d803dfbcc50530c0598e39a12157e5f7d71530210574c_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d7d085b6324d4f61bf79f033ee1a01fd0dd8a469bccee71e8c663d9803c19267_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:382a7bfa46d01d60b73d1254e7723787a87b28452517a27f7c51da8c224dfa95_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:7502c7021919ced13d239dd688d1c1fe320e076f0486125ad0d8bca96eb20c2c_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b6b02527a16046f1aca4b40db8a5d400bd72ee34a623f2bfd8f46543e89da0d2_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:13d37219c20374e35645c8e445dbee9f33db5405dcaed657393bc55018607230_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:2479b51cfe88cc8b421c71d01a5079783d04f73b357b0292f6d47430dd89ae60_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:83abe7a71af4f82d3b16e5ef37f723b29d731b501520fbfc2cadcbf30873e1cd_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:a77e67d57fe114ccb359d4794a6b04bc738d030719c76f76bafcb8092bd9d74b_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:c1a2394ee5d706ff6c2f0433bb12c89f673d7bc69186c8df067ecc0926d2ae6f_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cbd2e872b20fc32de16f2dfd66ce3b01db284185360e4ecfdf992e8e2f0dab75_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:5fb1f7b31972545cb291d5ae1fb716f4a6cb538165e458b28e3831387d388291_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:61096dc4e8d8cbed0025445a514ceab197cd93f46a9bd7d380f496091cfbb0c3_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:fb2e90c6291f923290949d25b3f4db8b4bbb5118fc6cb2d412825db1b67d9176_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "cross-spawn: regular expression denial of service"
},
{
"cve": "CVE-2025-4374",
"cwe": {
"id": "CWE-266",
"name": "Incorrect Privilege Assignment"
},
"discovery_date": "2025-05-06T01:20:45.731000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2364267"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Quay. When an organization acts as a proxy cache, and a user or robot pulls an image that hasn\u0027t been mirrored yet, they are granted \"Admin\" permissions on the newly created repository.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "quay: Incorrect Privilege Assignment",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Quay-3:quay/clair-rhel8@sha256:53922db0add7e0958cbe2fed01100aaf9a981d8342b60b0d6262c882d4e0eb96_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:7b3d7f2909f149f5eada3e8aafd05ffd416cdbb97f34b9817d7a3de48ab9178c_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:ae3a3f0bee632fd731e839326e135310264f91904e9ee4c63c3cc04f6fbe0adb_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:738518079f920b22f9dce6e27ac9326dba3b1e25a9bdc37e518f8ca934e909cc_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:dc4aa6de488306e7975aaa8e8d577738b0f28825a6b4a2bfe42c48c5466b68d3_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:e53eb326bca3f35ffae78b3d4673aa43510d6ad9c1674548671b2121ab0483f1_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:1f19aa829421eb29ecaa9dab21593ef07a8209a3647d704ec5b011300c097ad9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:b594addbbbccee2193d4c9f66e4afb04b677e86ef96d69c59ff7d433af30e07b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:cb2176bd24805de7eb712c56f19ee57134571fe69245e699985590ffc5efe601_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:0fc1e9800cc55f51700288b855e1856b1bb35a2e5dc4a9a8b305e7270aa75742_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:143350b6f8b14f22c192cfff16a57b965c39790f1e395a920b2e64346e3dee22_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:2db2dd98df0c68df7bd17621373583b3849d17698acb5befa8121a205f7b4a55_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:3385beb31aede68344611a4803d41268a9d180efb7cd659e596c328d9cfb1645_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:64fcf5f0de57d198a4081946cd4963969394b25945ab383dbd487e5ce5afbe88_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:e1bd4e2c4f431d56ee3f9a6a9541dececfc93671f3e0ece7753aaf1ec680da93_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:51ec4956ad358e7da5dcd66ef3674818e1eaec88aeda5034af5747ac20a48f6b_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:5f1c3962696735182a7d803dfbcc50530c0598e39a12157e5f7d71530210574c_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d7d085b6324d4f61bf79f033ee1a01fd0dd8a469bccee71e8c663d9803c19267_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:382a7bfa46d01d60b73d1254e7723787a87b28452517a27f7c51da8c224dfa95_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:7502c7021919ced13d239dd688d1c1fe320e076f0486125ad0d8bca96eb20c2c_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b6b02527a16046f1aca4b40db8a5d400bd72ee34a623f2bfd8f46543e89da0d2_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:13d37219c20374e35645c8e445dbee9f33db5405dcaed657393bc55018607230_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:2479b51cfe88cc8b421c71d01a5079783d04f73b357b0292f6d47430dd89ae60_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:83abe7a71af4f82d3b16e5ef37f723b29d731b501520fbfc2cadcbf30873e1cd_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:a77e67d57fe114ccb359d4794a6b04bc738d030719c76f76bafcb8092bd9d74b_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:c1a2394ee5d706ff6c2f0433bb12c89f673d7bc69186c8df067ecc0926d2ae6f_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cbd2e872b20fc32de16f2dfd66ce3b01db284185360e4ecfdf992e8e2f0dab75_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:5fb1f7b31972545cb291d5ae1fb716f4a6cb538165e458b28e3831387d388291_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:61096dc4e8d8cbed0025445a514ceab197cd93f46a9bd7d380f496091cfbb0c3_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:fb2e90c6291f923290949d25b3f4db8b4bbb5118fc6cb2d412825db1b67d9176_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4374"
},
{
"category": "external",
"summary": "RHBZ#2364267",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364267"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4374",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4374"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4374",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4374"
}
],
"release_date": "2025-05-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-09T12:40:33+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:53922db0add7e0958cbe2fed01100aaf9a981d8342b60b0d6262c882d4e0eb96_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:7b3d7f2909f149f5eada3e8aafd05ffd416cdbb97f34b9817d7a3de48ab9178c_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:ae3a3f0bee632fd731e839326e135310264f91904e9ee4c63c3cc04f6fbe0adb_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:738518079f920b22f9dce6e27ac9326dba3b1e25a9bdc37e518f8ca934e909cc_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:dc4aa6de488306e7975aaa8e8d577738b0f28825a6b4a2bfe42c48c5466b68d3_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:e53eb326bca3f35ffae78b3d4673aa43510d6ad9c1674548671b2121ab0483f1_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:1f19aa829421eb29ecaa9dab21593ef07a8209a3647d704ec5b011300c097ad9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:b594addbbbccee2193d4c9f66e4afb04b677e86ef96d69c59ff7d433af30e07b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:cb2176bd24805de7eb712c56f19ee57134571fe69245e699985590ffc5efe601_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:0fc1e9800cc55f51700288b855e1856b1bb35a2e5dc4a9a8b305e7270aa75742_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:143350b6f8b14f22c192cfff16a57b965c39790f1e395a920b2e64346e3dee22_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:2db2dd98df0c68df7bd17621373583b3849d17698acb5befa8121a205f7b4a55_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:3385beb31aede68344611a4803d41268a9d180efb7cd659e596c328d9cfb1645_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:64fcf5f0de57d198a4081946cd4963969394b25945ab383dbd487e5ce5afbe88_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:e1bd4e2c4f431d56ee3f9a6a9541dececfc93671f3e0ece7753aaf1ec680da93_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:51ec4956ad358e7da5dcd66ef3674818e1eaec88aeda5034af5747ac20a48f6b_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:5f1c3962696735182a7d803dfbcc50530c0598e39a12157e5f7d71530210574c_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d7d085b6324d4f61bf79f033ee1a01fd0dd8a469bccee71e8c663d9803c19267_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:382a7bfa46d01d60b73d1254e7723787a87b28452517a27f7c51da8c224dfa95_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:7502c7021919ced13d239dd688d1c1fe320e076f0486125ad0d8bca96eb20c2c_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b6b02527a16046f1aca4b40db8a5d400bd72ee34a623f2bfd8f46543e89da0d2_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:13d37219c20374e35645c8e445dbee9f33db5405dcaed657393bc55018607230_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:2479b51cfe88cc8b421c71d01a5079783d04f73b357b0292f6d47430dd89ae60_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:83abe7a71af4f82d3b16e5ef37f723b29d731b501520fbfc2cadcbf30873e1cd_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:a77e67d57fe114ccb359d4794a6b04bc738d030719c76f76bafcb8092bd9d74b_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:c1a2394ee5d706ff6c2f0433bb12c89f673d7bc69186c8df067ecc0926d2ae6f_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cbd2e872b20fc32de16f2dfd66ce3b01db284185360e4ecfdf992e8e2f0dab75_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:5fb1f7b31972545cb291d5ae1fb716f4a6cb538165e458b28e3831387d388291_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:61096dc4e8d8cbed0025445a514ceab197cd93f46a9bd7d380f496091cfbb0c3_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:fb2e90c6291f923290949d25b3f4db8b4bbb5118fc6cb2d412825db1b67d9176_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2025:8262"
},
{
"category": "workaround",
"details": "Permissions can be updated after creation but there\u0027s no preventative measure before hand.",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:53922db0add7e0958cbe2fed01100aaf9a981d8342b60b0d6262c882d4e0eb96_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:7b3d7f2909f149f5eada3e8aafd05ffd416cdbb97f34b9817d7a3de48ab9178c_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:ae3a3f0bee632fd731e839326e135310264f91904e9ee4c63c3cc04f6fbe0adb_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:738518079f920b22f9dce6e27ac9326dba3b1e25a9bdc37e518f8ca934e909cc_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:dc4aa6de488306e7975aaa8e8d577738b0f28825a6b4a2bfe42c48c5466b68d3_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:e53eb326bca3f35ffae78b3d4673aa43510d6ad9c1674548671b2121ab0483f1_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:1f19aa829421eb29ecaa9dab21593ef07a8209a3647d704ec5b011300c097ad9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:b594addbbbccee2193d4c9f66e4afb04b677e86ef96d69c59ff7d433af30e07b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:cb2176bd24805de7eb712c56f19ee57134571fe69245e699985590ffc5efe601_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:0fc1e9800cc55f51700288b855e1856b1bb35a2e5dc4a9a8b305e7270aa75742_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:143350b6f8b14f22c192cfff16a57b965c39790f1e395a920b2e64346e3dee22_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:2db2dd98df0c68df7bd17621373583b3849d17698acb5befa8121a205f7b4a55_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:3385beb31aede68344611a4803d41268a9d180efb7cd659e596c328d9cfb1645_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:64fcf5f0de57d198a4081946cd4963969394b25945ab383dbd487e5ce5afbe88_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:e1bd4e2c4f431d56ee3f9a6a9541dececfc93671f3e0ece7753aaf1ec680da93_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:51ec4956ad358e7da5dcd66ef3674818e1eaec88aeda5034af5747ac20a48f6b_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:5f1c3962696735182a7d803dfbcc50530c0598e39a12157e5f7d71530210574c_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d7d085b6324d4f61bf79f033ee1a01fd0dd8a469bccee71e8c663d9803c19267_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:382a7bfa46d01d60b73d1254e7723787a87b28452517a27f7c51da8c224dfa95_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:7502c7021919ced13d239dd688d1c1fe320e076f0486125ad0d8bca96eb20c2c_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b6b02527a16046f1aca4b40db8a5d400bd72ee34a623f2bfd8f46543e89da0d2_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:13d37219c20374e35645c8e445dbee9f33db5405dcaed657393bc55018607230_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:2479b51cfe88cc8b421c71d01a5079783d04f73b357b0292f6d47430dd89ae60_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:83abe7a71af4f82d3b16e5ef37f723b29d731b501520fbfc2cadcbf30873e1cd_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:a77e67d57fe114ccb359d4794a6b04bc738d030719c76f76bafcb8092bd9d74b_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:c1a2394ee5d706ff6c2f0433bb12c89f673d7bc69186c8df067ecc0926d2ae6f_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cbd2e872b20fc32de16f2dfd66ce3b01db284185360e4ecfdf992e8e2f0dab75_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:5fb1f7b31972545cb291d5ae1fb716f4a6cb538165e458b28e3831387d388291_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:61096dc4e8d8cbed0025445a514ceab197cd93f46a9bd7d380f496091cfbb0c3_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:fb2e90c6291f923290949d25b3f4db8b4bbb5118fc6cb2d412825db1b67d9176_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-Quay-3:quay/clair-rhel8@sha256:53922db0add7e0958cbe2fed01100aaf9a981d8342b60b0d6262c882d4e0eb96_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:7b3d7f2909f149f5eada3e8aafd05ffd416cdbb97f34b9817d7a3de48ab9178c_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:ae3a3f0bee632fd731e839326e135310264f91904e9ee4c63c3cc04f6fbe0adb_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:738518079f920b22f9dce6e27ac9326dba3b1e25a9bdc37e518f8ca934e909cc_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:dc4aa6de488306e7975aaa8e8d577738b0f28825a6b4a2bfe42c48c5466b68d3_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:e53eb326bca3f35ffae78b3d4673aa43510d6ad9c1674548671b2121ab0483f1_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:1f19aa829421eb29ecaa9dab21593ef07a8209a3647d704ec5b011300c097ad9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:b594addbbbccee2193d4c9f66e4afb04b677e86ef96d69c59ff7d433af30e07b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:cb2176bd24805de7eb712c56f19ee57134571fe69245e699985590ffc5efe601_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:0fc1e9800cc55f51700288b855e1856b1bb35a2e5dc4a9a8b305e7270aa75742_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:143350b6f8b14f22c192cfff16a57b965c39790f1e395a920b2e64346e3dee22_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:2db2dd98df0c68df7bd17621373583b3849d17698acb5befa8121a205f7b4a55_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:3385beb31aede68344611a4803d41268a9d180efb7cd659e596c328d9cfb1645_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:64fcf5f0de57d198a4081946cd4963969394b25945ab383dbd487e5ce5afbe88_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:e1bd4e2c4f431d56ee3f9a6a9541dececfc93671f3e0ece7753aaf1ec680da93_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:51ec4956ad358e7da5dcd66ef3674818e1eaec88aeda5034af5747ac20a48f6b_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:5f1c3962696735182a7d803dfbcc50530c0598e39a12157e5f7d71530210574c_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d7d085b6324d4f61bf79f033ee1a01fd0dd8a469bccee71e8c663d9803c19267_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:382a7bfa46d01d60b73d1254e7723787a87b28452517a27f7c51da8c224dfa95_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:7502c7021919ced13d239dd688d1c1fe320e076f0486125ad0d8bca96eb20c2c_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b6b02527a16046f1aca4b40db8a5d400bd72ee34a623f2bfd8f46543e89da0d2_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:13d37219c20374e35645c8e445dbee9f33db5405dcaed657393bc55018607230_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:2479b51cfe88cc8b421c71d01a5079783d04f73b357b0292f6d47430dd89ae60_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:83abe7a71af4f82d3b16e5ef37f723b29d731b501520fbfc2cadcbf30873e1cd_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:a77e67d57fe114ccb359d4794a6b04bc738d030719c76f76bafcb8092bd9d74b_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:c1a2394ee5d706ff6c2f0433bb12c89f673d7bc69186c8df067ecc0926d2ae6f_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cbd2e872b20fc32de16f2dfd66ce3b01db284185360e4ecfdf992e8e2f0dab75_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:5fb1f7b31972545cb291d5ae1fb716f4a6cb538165e458b28e3831387d388291_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:61096dc4e8d8cbed0025445a514ceab197cd93f46a9bd7d380f496091cfbb0c3_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:fb2e90c6291f923290949d25b3f4db8b4bbb5118fc6cb2d412825db1b67d9176_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "quay: Incorrect Privilege Assignment"
},
{
"cve": "CVE-2025-21605",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-04-23T16:01:41.763906+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2361883"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Redis server. This flaw allows an unauthenticated client to cause an unlimited growth of output buffers until the server runs out of memory or is killed. By default, the Redis configuration does not limit the output buffer of normal clients (see client-output-buffer-limit). Therefore, the output buffer can grow unlimitedly over time. As a result, the service is exhausted, and the memory is unavailable.\n\nWhen password authentication is enabled on the Redis server but no password is provided, the client can still cause the output buffer to grow from \"NOAUTH\" responses until the system runs out of memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Quay-3:quay/clair-rhel8@sha256:53922db0add7e0958cbe2fed01100aaf9a981d8342b60b0d6262c882d4e0eb96_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:7b3d7f2909f149f5eada3e8aafd05ffd416cdbb97f34b9817d7a3de48ab9178c_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:ae3a3f0bee632fd731e839326e135310264f91904e9ee4c63c3cc04f6fbe0adb_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:738518079f920b22f9dce6e27ac9326dba3b1e25a9bdc37e518f8ca934e909cc_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:dc4aa6de488306e7975aaa8e8d577738b0f28825a6b4a2bfe42c48c5466b68d3_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:e53eb326bca3f35ffae78b3d4673aa43510d6ad9c1674548671b2121ab0483f1_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:1f19aa829421eb29ecaa9dab21593ef07a8209a3647d704ec5b011300c097ad9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:b594addbbbccee2193d4c9f66e4afb04b677e86ef96d69c59ff7d433af30e07b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:cb2176bd24805de7eb712c56f19ee57134571fe69245e699985590ffc5efe601_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:0fc1e9800cc55f51700288b855e1856b1bb35a2e5dc4a9a8b305e7270aa75742_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:143350b6f8b14f22c192cfff16a57b965c39790f1e395a920b2e64346e3dee22_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:2db2dd98df0c68df7bd17621373583b3849d17698acb5befa8121a205f7b4a55_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:3385beb31aede68344611a4803d41268a9d180efb7cd659e596c328d9cfb1645_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:64fcf5f0de57d198a4081946cd4963969394b25945ab383dbd487e5ce5afbe88_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:e1bd4e2c4f431d56ee3f9a6a9541dececfc93671f3e0ece7753aaf1ec680da93_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:51ec4956ad358e7da5dcd66ef3674818e1eaec88aeda5034af5747ac20a48f6b_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:5f1c3962696735182a7d803dfbcc50530c0598e39a12157e5f7d71530210574c_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d7d085b6324d4f61bf79f033ee1a01fd0dd8a469bccee71e8c663d9803c19267_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:382a7bfa46d01d60b73d1254e7723787a87b28452517a27f7c51da8c224dfa95_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:7502c7021919ced13d239dd688d1c1fe320e076f0486125ad0d8bca96eb20c2c_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b6b02527a16046f1aca4b40db8a5d400bd72ee34a623f2bfd8f46543e89da0d2_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:13d37219c20374e35645c8e445dbee9f33db5405dcaed657393bc55018607230_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:2479b51cfe88cc8b421c71d01a5079783d04f73b357b0292f6d47430dd89ae60_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:83abe7a71af4f82d3b16e5ef37f723b29d731b501520fbfc2cadcbf30873e1cd_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:a77e67d57fe114ccb359d4794a6b04bc738d030719c76f76bafcb8092bd9d74b_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:c1a2394ee5d706ff6c2f0433bb12c89f673d7bc69186c8df067ecc0926d2ae6f_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cbd2e872b20fc32de16f2dfd66ce3b01db284185360e4ecfdf992e8e2f0dab75_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:5fb1f7b31972545cb291d5ae1fb716f4a6cb538165e458b28e3831387d388291_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:61096dc4e8d8cbed0025445a514ceab197cd93f46a9bd7d380f496091cfbb0c3_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:fb2e90c6291f923290949d25b3f4db8b4bbb5118fc6cb2d412825db1b67d9176_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-21605"
},
{
"category": "external",
"summary": "RHBZ#2361883",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2361883"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-21605",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21605"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21605",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21605"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/releases/tag/7.4.3",
"url": "https://github.com/redis/redis/releases/tag/7.4.3"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff",
"url": "https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff"
}
],
"release_date": "2025-04-23T15:38:11.042000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-09T12:40:33+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:53922db0add7e0958cbe2fed01100aaf9a981d8342b60b0d6262c882d4e0eb96_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:7b3d7f2909f149f5eada3e8aafd05ffd416cdbb97f34b9817d7a3de48ab9178c_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:ae3a3f0bee632fd731e839326e135310264f91904e9ee4c63c3cc04f6fbe0adb_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:738518079f920b22f9dce6e27ac9326dba3b1e25a9bdc37e518f8ca934e909cc_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:dc4aa6de488306e7975aaa8e8d577738b0f28825a6b4a2bfe42c48c5466b68d3_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:e53eb326bca3f35ffae78b3d4673aa43510d6ad9c1674548671b2121ab0483f1_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:1f19aa829421eb29ecaa9dab21593ef07a8209a3647d704ec5b011300c097ad9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:b594addbbbccee2193d4c9f66e4afb04b677e86ef96d69c59ff7d433af30e07b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:cb2176bd24805de7eb712c56f19ee57134571fe69245e699985590ffc5efe601_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:0fc1e9800cc55f51700288b855e1856b1bb35a2e5dc4a9a8b305e7270aa75742_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:143350b6f8b14f22c192cfff16a57b965c39790f1e395a920b2e64346e3dee22_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:2db2dd98df0c68df7bd17621373583b3849d17698acb5befa8121a205f7b4a55_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:3385beb31aede68344611a4803d41268a9d180efb7cd659e596c328d9cfb1645_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:64fcf5f0de57d198a4081946cd4963969394b25945ab383dbd487e5ce5afbe88_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:e1bd4e2c4f431d56ee3f9a6a9541dececfc93671f3e0ece7753aaf1ec680da93_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:51ec4956ad358e7da5dcd66ef3674818e1eaec88aeda5034af5747ac20a48f6b_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:5f1c3962696735182a7d803dfbcc50530c0598e39a12157e5f7d71530210574c_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d7d085b6324d4f61bf79f033ee1a01fd0dd8a469bccee71e8c663d9803c19267_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:382a7bfa46d01d60b73d1254e7723787a87b28452517a27f7c51da8c224dfa95_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:7502c7021919ced13d239dd688d1c1fe320e076f0486125ad0d8bca96eb20c2c_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b6b02527a16046f1aca4b40db8a5d400bd72ee34a623f2bfd8f46543e89da0d2_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:13d37219c20374e35645c8e445dbee9f33db5405dcaed657393bc55018607230_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:2479b51cfe88cc8b421c71d01a5079783d04f73b357b0292f6d47430dd89ae60_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:83abe7a71af4f82d3b16e5ef37f723b29d731b501520fbfc2cadcbf30873e1cd_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:a77e67d57fe114ccb359d4794a6b04bc738d030719c76f76bafcb8092bd9d74b_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:c1a2394ee5d706ff6c2f0433bb12c89f673d7bc69186c8df067ecc0926d2ae6f_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cbd2e872b20fc32de16f2dfd66ce3b01db284185360e4ecfdf992e8e2f0dab75_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:5fb1f7b31972545cb291d5ae1fb716f4a6cb538165e458b28e3831387d388291_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:61096dc4e8d8cbed0025445a514ceab197cd93f46a9bd7d380f496091cfbb0c3_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:fb2e90c6291f923290949d25b3f4db8b4bbb5118fc6cb2d412825db1b67d9176_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2025:8262"
},
{
"category": "workaround",
"details": "A workaround to mitigate this problem without patching the redis-server executable is to block access to prevent unauthenticated users from connecting to Redis. This can be done in the following different ways:\n\n- Using network access control tools like firewalls, iptables, security groups, etc.\n- Enabling TLS and requiring users to authenticate using client side certificates.",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:53922db0add7e0958cbe2fed01100aaf9a981d8342b60b0d6262c882d4e0eb96_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:7b3d7f2909f149f5eada3e8aafd05ffd416cdbb97f34b9817d7a3de48ab9178c_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:ae3a3f0bee632fd731e839326e135310264f91904e9ee4c63c3cc04f6fbe0adb_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:738518079f920b22f9dce6e27ac9326dba3b1e25a9bdc37e518f8ca934e909cc_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:dc4aa6de488306e7975aaa8e8d577738b0f28825a6b4a2bfe42c48c5466b68d3_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:e53eb326bca3f35ffae78b3d4673aa43510d6ad9c1674548671b2121ab0483f1_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:1f19aa829421eb29ecaa9dab21593ef07a8209a3647d704ec5b011300c097ad9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:b594addbbbccee2193d4c9f66e4afb04b677e86ef96d69c59ff7d433af30e07b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:cb2176bd24805de7eb712c56f19ee57134571fe69245e699985590ffc5efe601_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:0fc1e9800cc55f51700288b855e1856b1bb35a2e5dc4a9a8b305e7270aa75742_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:143350b6f8b14f22c192cfff16a57b965c39790f1e395a920b2e64346e3dee22_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:2db2dd98df0c68df7bd17621373583b3849d17698acb5befa8121a205f7b4a55_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:3385beb31aede68344611a4803d41268a9d180efb7cd659e596c328d9cfb1645_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:64fcf5f0de57d198a4081946cd4963969394b25945ab383dbd487e5ce5afbe88_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:e1bd4e2c4f431d56ee3f9a6a9541dececfc93671f3e0ece7753aaf1ec680da93_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:51ec4956ad358e7da5dcd66ef3674818e1eaec88aeda5034af5747ac20a48f6b_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:5f1c3962696735182a7d803dfbcc50530c0598e39a12157e5f7d71530210574c_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d7d085b6324d4f61bf79f033ee1a01fd0dd8a469bccee71e8c663d9803c19267_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:382a7bfa46d01d60b73d1254e7723787a87b28452517a27f7c51da8c224dfa95_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:7502c7021919ced13d239dd688d1c1fe320e076f0486125ad0d8bca96eb20c2c_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b6b02527a16046f1aca4b40db8a5d400bd72ee34a623f2bfd8f46543e89da0d2_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:13d37219c20374e35645c8e445dbee9f33db5405dcaed657393bc55018607230_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:2479b51cfe88cc8b421c71d01a5079783d04f73b357b0292f6d47430dd89ae60_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:83abe7a71af4f82d3b16e5ef37f723b29d731b501520fbfc2cadcbf30873e1cd_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:a77e67d57fe114ccb359d4794a6b04bc738d030719c76f76bafcb8092bd9d74b_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:c1a2394ee5d706ff6c2f0433bb12c89f673d7bc69186c8df067ecc0926d2ae6f_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cbd2e872b20fc32de16f2dfd66ce3b01db284185360e4ecfdf992e8e2f0dab75_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:5fb1f7b31972545cb291d5ae1fb716f4a6cb538165e458b28e3831387d388291_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:61096dc4e8d8cbed0025445a514ceab197cd93f46a9bd7d380f496091cfbb0c3_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:fb2e90c6291f923290949d25b3f4db8b4bbb5118fc6cb2d412825db1b67d9176_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Quay-3:quay/clair-rhel8@sha256:53922db0add7e0958cbe2fed01100aaf9a981d8342b60b0d6262c882d4e0eb96_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:7b3d7f2909f149f5eada3e8aafd05ffd416cdbb97f34b9817d7a3de48ab9178c_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:ae3a3f0bee632fd731e839326e135310264f91904e9ee4c63c3cc04f6fbe0adb_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:738518079f920b22f9dce6e27ac9326dba3b1e25a9bdc37e518f8ca934e909cc_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:dc4aa6de488306e7975aaa8e8d577738b0f28825a6b4a2bfe42c48c5466b68d3_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:e53eb326bca3f35ffae78b3d4673aa43510d6ad9c1674548671b2121ab0483f1_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:1f19aa829421eb29ecaa9dab21593ef07a8209a3647d704ec5b011300c097ad9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:b594addbbbccee2193d4c9f66e4afb04b677e86ef96d69c59ff7d433af30e07b_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:cb2176bd24805de7eb712c56f19ee57134571fe69245e699985590ffc5efe601_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:0fc1e9800cc55f51700288b855e1856b1bb35a2e5dc4a9a8b305e7270aa75742_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:143350b6f8b14f22c192cfff16a57b965c39790f1e395a920b2e64346e3dee22_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:2db2dd98df0c68df7bd17621373583b3849d17698acb5befa8121a205f7b4a55_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:3385beb31aede68344611a4803d41268a9d180efb7cd659e596c328d9cfb1645_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:64fcf5f0de57d198a4081946cd4963969394b25945ab383dbd487e5ce5afbe88_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:e1bd4e2c4f431d56ee3f9a6a9541dececfc93671f3e0ece7753aaf1ec680da93_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:51ec4956ad358e7da5dcd66ef3674818e1eaec88aeda5034af5747ac20a48f6b_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:5f1c3962696735182a7d803dfbcc50530c0598e39a12157e5f7d71530210574c_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:d7d085b6324d4f61bf79f033ee1a01fd0dd8a469bccee71e8c663d9803c19267_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:382a7bfa46d01d60b73d1254e7723787a87b28452517a27f7c51da8c224dfa95_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:7502c7021919ced13d239dd688d1c1fe320e076f0486125ad0d8bca96eb20c2c_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:b6b02527a16046f1aca4b40db8a5d400bd72ee34a623f2bfd8f46543e89da0d2_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:13d37219c20374e35645c8e445dbee9f33db5405dcaed657393bc55018607230_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:2479b51cfe88cc8b421c71d01a5079783d04f73b357b0292f6d47430dd89ae60_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:83abe7a71af4f82d3b16e5ef37f723b29d731b501520fbfc2cadcbf30873e1cd_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:a77e67d57fe114ccb359d4794a6b04bc738d030719c76f76bafcb8092bd9d74b_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:c1a2394ee5d706ff6c2f0433bb12c89f673d7bc69186c8df067ecc0926d2ae6f_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:cbd2e872b20fc32de16f2dfd66ce3b01db284185360e4ecfdf992e8e2f0dab75_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:5fb1f7b31972545cb291d5ae1fb716f4a6cb538165e458b28e3831387d388291_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:61096dc4e8d8cbed0025445a514ceab197cd93f46a9bd7d380f496091cfbb0c3_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:fb2e90c6291f923290949d25b3f4db8b4bbb5118fc6cb2d412825db1b67d9176_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client"
}
]
}
RHBA-2025:8687
Vulnerability from csaf_redhat - Published: 2025-06-09 14:27 - Updated: 2026-08-10 12:27A flaw was found in Quay. When an organization acts as a proxy cache, and a user or robot pulls an image that hasn't been mirrored yet, they are granted "Admin" permissions on the newly created repository.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:195d1076c636f40c7c9198bc03f57e5caa67ee5f5648c2a121bd1f4345de6203_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:bd0ca7a67def94121faf334f482465e666c0b3a1d40b3c977e2fe94ac6643201_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:d8b585baf2ff14b46fb68d190f74b2f2559bf9f5b46e4431d79ed0a4f638fd9d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:21d1a26656c700442b629207f724d291f8eff7f303038ef70df4154a06575931_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8740e77ef175acfbb456fc5dbdf4f1e22cb7ff962087397a9997c4d5932be4f9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:ce39113b1ebd3f300517d14060c1fe1275961b949dd75d8e9f162d00c6c8255a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:2fcf4c37460be6f3ea71a563d6dea75525c6dc61252046be022ac9f2529ffc71_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:4a12940b0afe3a9331f258abeffcd6242c0444caeddf6c47d0d70e863db62187_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:9911e8f20d67deda29c332879edeee35bebbec9e3ab8d1db9a62c4553476e26b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:3468cffc4a1ea9c17fc8e5a6d470d8d0ee63f638b6c458a6b883d1aab24a6f4b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:702af420a47897b70036aaaa8bf44ef35dc13b0a92c616bdc21217ee778815c7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b0a17ffff189b7b32237cb0aab50a5355a7a59418076a7d883e6b432886ce03d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:28f79dceab182cc9f4fa147e4cb364e399ee9e65c45f44cd532b28b72b11c698_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:4bfaa2f95612fdbd64c7f8c1b8a9a3d10a2102b2c47e29d9747f96f33e7d69ae_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:fa2702d91fc2e207d54f8ae17ad0be4b175a73ab89b18e0eafc0a8b398ea3e75_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:172f67f2655272d3eb30e1e680283ed42f7dba9576c1fd0b470be9cc06bb31b4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:588321718eadd8f84f2d919c0f28ba083a75bb3f2e252d01a4da4f133bb5a0f0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:991687f2aa06c3e35818af26cd85c3dc8c41ee4188e158ca77c842674b724495_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:4beaed2ea669c9cd47e6533b201a7e9b64b073d9cbf66b370ef3f1cc5016f7c6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:e825cd96187bcd9dc6d2c5be510d875a9829bc06eb2691613ac436cbb118d3af_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:f44a6c70737ba6f53550dd2eeff263ae26c3c0f4f545573712c87a79e570fb46_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:4e71a205c9cbb94c923b835b23db4c0e976429e76e40bba306799e87c7a4d588_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:812444ea940a077d450259c0e4b4ae54dae59d36db5bb13285cd4374e0cf7d4c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:ea0b4d42b96c2265cf904323fc8969123f700658490b1b6074fa0f5b27f96350_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:163e370882e2546cfb36feb602c669cf0a39c521431e01ddfc06a6b57c0a12e9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:24deedb355071b9634b0dbc9d54443a3c66830742c9387e6c693d76428cf0550_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:ea0f584599bde80148ae2409494a7d79b05f352b7f1785d1eb5d1f66e98f32f7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:310193852bc1e7eafa12a5c2676b03f5ef9e80d1a0520749c59e6552a233443e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:3ca6eb6e9efda961aceaac5752208cfc3e91ca434bdc6848884ab6de45aff6f5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:b9881accc12bda2cb3d782ace783cb0b5fa7b8e45cc07f00d6b832e0ab9e768e_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Redis server. This flaw allows an unauthenticated client to cause an unlimited growth of output buffers until the server runs out of memory or is killed. By default, the Redis configuration does not limit the output buffer of normal clients (see client-output-buffer-limit). Therefore, the output buffer can grow unlimitedly over time. As a result, the service is exhausted, and the memory is unavailable. When password authentication is enabled on the Redis server but no password is provided, the client can still cause the output buffer to grow from "NOAUTH" responses until the system runs out of memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:195d1076c636f40c7c9198bc03f57e5caa67ee5f5648c2a121bd1f4345de6203_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:bd0ca7a67def94121faf334f482465e666c0b3a1d40b3c977e2fe94ac6643201_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:d8b585baf2ff14b46fb68d190f74b2f2559bf9f5b46e4431d79ed0a4f638fd9d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:21d1a26656c700442b629207f724d291f8eff7f303038ef70df4154a06575931_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8740e77ef175acfbb456fc5dbdf4f1e22cb7ff962087397a9997c4d5932be4f9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:ce39113b1ebd3f300517d14060c1fe1275961b949dd75d8e9f162d00c6c8255a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:2fcf4c37460be6f3ea71a563d6dea75525c6dc61252046be022ac9f2529ffc71_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:4a12940b0afe3a9331f258abeffcd6242c0444caeddf6c47d0d70e863db62187_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:9911e8f20d67deda29c332879edeee35bebbec9e3ab8d1db9a62c4553476e26b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:3468cffc4a1ea9c17fc8e5a6d470d8d0ee63f638b6c458a6b883d1aab24a6f4b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:702af420a47897b70036aaaa8bf44ef35dc13b0a92c616bdc21217ee778815c7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b0a17ffff189b7b32237cb0aab50a5355a7a59418076a7d883e6b432886ce03d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:28f79dceab182cc9f4fa147e4cb364e399ee9e65c45f44cd532b28b72b11c698_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:4bfaa2f95612fdbd64c7f8c1b8a9a3d10a2102b2c47e29d9747f96f33e7d69ae_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:fa2702d91fc2e207d54f8ae17ad0be4b175a73ab89b18e0eafc0a8b398ea3e75_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:172f67f2655272d3eb30e1e680283ed42f7dba9576c1fd0b470be9cc06bb31b4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:588321718eadd8f84f2d919c0f28ba083a75bb3f2e252d01a4da4f133bb5a0f0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:991687f2aa06c3e35818af26cd85c3dc8c41ee4188e158ca77c842674b724495_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:4beaed2ea669c9cd47e6533b201a7e9b64b073d9cbf66b370ef3f1cc5016f7c6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:e825cd96187bcd9dc6d2c5be510d875a9829bc06eb2691613ac436cbb118d3af_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:f44a6c70737ba6f53550dd2eeff263ae26c3c0f4f545573712c87a79e570fb46_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:4e71a205c9cbb94c923b835b23db4c0e976429e76e40bba306799e87c7a4d588_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:812444ea940a077d450259c0e4b4ae54dae59d36db5bb13285cd4374e0cf7d4c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:ea0b4d42b96c2265cf904323fc8969123f700658490b1b6074fa0f5b27f96350_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:163e370882e2546cfb36feb602c669cf0a39c521431e01ddfc06a6b57c0a12e9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:24deedb355071b9634b0dbc9d54443a3c66830742c9387e6c693d76428cf0550_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:ea0f584599bde80148ae2409494a7d79b05f352b7f1785d1eb5d1f66e98f32f7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:310193852bc1e7eafa12a5c2676b03f5ef9e80d1a0520749c59e6552a233443e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:3ca6eb6e9efda961aceaac5752208cfc3e91ca434bdc6848884ab6de45aff6f5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:b9881accc12bda2cb3d782ace783cb0b5fa7b8e45cc07f00d6b832e0ab9e768e_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, ".") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:195d1076c636f40c7c9198bc03f57e5caa67ee5f5648c2a121bd1f4345de6203_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:bd0ca7a67def94121faf334f482465e666c0b3a1d40b3c977e2fe94ac6643201_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:d8b585baf2ff14b46fb68d190f74b2f2559bf9f5b46e4431d79ed0a4f638fd9d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:21d1a26656c700442b629207f724d291f8eff7f303038ef70df4154a06575931_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8740e77ef175acfbb456fc5dbdf4f1e22cb7ff962087397a9997c4d5932be4f9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:ce39113b1ebd3f300517d14060c1fe1275961b949dd75d8e9f162d00c6c8255a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:2fcf4c37460be6f3ea71a563d6dea75525c6dc61252046be022ac9f2529ffc71_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:4a12940b0afe3a9331f258abeffcd6242c0444caeddf6c47d0d70e863db62187_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:9911e8f20d67deda29c332879edeee35bebbec9e3ab8d1db9a62c4553476e26b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:3468cffc4a1ea9c17fc8e5a6d470d8d0ee63f638b6c458a6b883d1aab24a6f4b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:702af420a47897b70036aaaa8bf44ef35dc13b0a92c616bdc21217ee778815c7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b0a17ffff189b7b32237cb0aab50a5355a7a59418076a7d883e6b432886ce03d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:28f79dceab182cc9f4fa147e4cb364e399ee9e65c45f44cd532b28b72b11c698_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:4bfaa2f95612fdbd64c7f8c1b8a9a3d10a2102b2c47e29d9747f96f33e7d69ae_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:fa2702d91fc2e207d54f8ae17ad0be4b175a73ab89b18e0eafc0a8b398ea3e75_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:172f67f2655272d3eb30e1e680283ed42f7dba9576c1fd0b470be9cc06bb31b4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:588321718eadd8f84f2d919c0f28ba083a75bb3f2e252d01a4da4f133bb5a0f0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:991687f2aa06c3e35818af26cd85c3dc8c41ee4188e158ca77c842674b724495_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:4beaed2ea669c9cd47e6533b201a7e9b64b073d9cbf66b370ef3f1cc5016f7c6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:e825cd96187bcd9dc6d2c5be510d875a9829bc06eb2691613ac436cbb118d3af_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:f44a6c70737ba6f53550dd2eeff263ae26c3c0f4f545573712c87a79e570fb46_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:4e71a205c9cbb94c923b835b23db4c0e976429e76e40bba306799e87c7a4d588_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:812444ea940a077d450259c0e4b4ae54dae59d36db5bb13285cd4374e0cf7d4c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:ea0b4d42b96c2265cf904323fc8969123f700658490b1b6074fa0f5b27f96350_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:163e370882e2546cfb36feb602c669cf0a39c521431e01ddfc06a6b57c0a12e9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:24deedb355071b9634b0dbc9d54443a3c66830742c9387e6c693d76428cf0550_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:ea0f584599bde80148ae2409494a7d79b05f352b7f1785d1eb5d1f66e98f32f7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:310193852bc1e7eafa12a5c2676b03f5ef9e80d1a0520749c59e6552a233443e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:3ca6eb6e9efda961aceaac5752208cfc3e91ca434bdc6848884ab6de45aff6f5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:b9881accc12bda2cb3d782ace783cb0b5fa7b8e45cc07f00d6b832e0ab9e768e_s390x | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Quay 3.11.11 is now available with bug fixes.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.11.11",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHBA-2025:8687",
"url": "https://access.redhat.com/errata/RHBA-2025:8687"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhba-2025_8687.json"
}
],
"title": "Red Hat Bug Fix Advisory: Red Hat Quay v3.11.11 bug fix release",
"tracking": {
"current_release_date": "2026-08-10T12:27:54+00:00",
"generator": {
"date": "2026-08-10T12:27:54+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.12"
}
},
"id": "RHBA-2025:8687",
"initial_release_date": "2025-06-09T14:27:06+00:00",
"revision_history": [
{
"date": "2025-06-09T14:27:06+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-06-09T14:27:06+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-10T12:27:54+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Quay v3",
"product": {
"name": "Quay v3",
"product_id": "8Base-Quay-3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "quay/quay-bridge-operator-bundle@sha256:21d1a26656c700442b629207f724d291f8eff7f303038ef70df4154a06575931_ppc64le",
"product": {
"name": "quay/quay-bridge-operator-bundle@sha256:21d1a26656c700442b629207f724d291f8eff7f303038ef70df4154a06575931_ppc64le",
"product_id": "quay/quay-bridge-operator-bundle@sha256:21d1a26656c700442b629207f724d291f8eff7f303038ef70df4154a06575931_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256:21d1a26656c700442b629207f724d291f8eff7f303038ef70df4154a06575931?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-bundle\u0026tag=v3.11.11-2"
}
}
},
{
"category": "product_version",
"name": "quay/quay-bridge-operator-rhel8@sha256:2fcf4c37460be6f3ea71a563d6dea75525c6dc61252046be022ac9f2529ffc71_ppc64le",
"product": {
"name": "quay/quay-bridge-operator-rhel8@sha256:2fcf4c37460be6f3ea71a563d6dea75525c6dc61252046be022ac9f2529ffc71_ppc64le",
"product_id": "quay/quay-bridge-operator-rhel8@sha256:2fcf4c37460be6f3ea71a563d6dea75525c6dc61252046be022ac9f2529ffc71_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256:2fcf4c37460be6f3ea71a563d6dea75525c6dc61252046be022ac9f2529ffc71?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=v3.11.11-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-rhel8@sha256:28f79dceab182cc9f4fa147e4cb364e399ee9e65c45f44cd532b28b72b11c698_ppc64le",
"product": {
"name": "quay/quay-builder-rhel8@sha256:28f79dceab182cc9f4fa147e4cb364e399ee9e65c45f44cd532b28b72b11c698_ppc64le",
"product_id": "quay/quay-builder-rhel8@sha256:28f79dceab182cc9f4fa147e4cb364e399ee9e65c45f44cd532b28b72b11c698_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256:28f79dceab182cc9f4fa147e4cb364e399ee9e65c45f44cd532b28b72b11c698?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=v3.11.11-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:3468cffc4a1ea9c17fc8e5a6d470d8d0ee63f638b6c458a6b883d1aab24a6f4b_ppc64le",
"product": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:3468cffc4a1ea9c17fc8e5a6d470d8d0ee63f638b6c458a6b883d1aab24a6f4b_ppc64le",
"product_id": "quay/quay-builder-qemu-rhcos-rhel8@sha256:3468cffc4a1ea9c17fc8e5a6d470d8d0ee63f638b6c458a6b883d1aab24a6f4b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256:3468cffc4a1ea9c17fc8e5a6d470d8d0ee63f638b6c458a6b883d1aab24a6f4b?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=v3.11.11-1"
}
}
},
{
"category": "product_version",
"name": "quay/clair-rhel8@sha256:d8b585baf2ff14b46fb68d190f74b2f2559bf9f5b46e4431d79ed0a4f638fd9d_ppc64le",
"product": {
"name": "quay/clair-rhel8@sha256:d8b585baf2ff14b46fb68d190f74b2f2559bf9f5b46e4431d79ed0a4f638fd9d_ppc64le",
"product_id": "quay/clair-rhel8@sha256:d8b585baf2ff14b46fb68d190f74b2f2559bf9f5b46e4431d79ed0a4f638fd9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256:d8b585baf2ff14b46fb68d190f74b2f2559bf9f5b46e4431d79ed0a4f638fd9d?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=v3.11.11-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-bundle@sha256:991687f2aa06c3e35818af26cd85c3dc8c41ee4188e158ca77c842674b724495_ppc64le",
"product": {
"name": "quay/quay-container-security-operator-bundle@sha256:991687f2aa06c3e35818af26cd85c3dc8c41ee4188e158ca77c842674b724495_ppc64le",
"product_id": "quay/quay-container-security-operator-bundle@sha256:991687f2aa06c3e35818af26cd85c3dc8c41ee4188e158ca77c842674b724495_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256:991687f2aa06c3e35818af26cd85c3dc8c41ee4188e158ca77c842674b724495?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=v3.11.11-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-rhel8@sha256:f44a6c70737ba6f53550dd2eeff263ae26c3c0f4f545573712c87a79e570fb46_ppc64le",
"product": {
"name": "quay/quay-container-security-operator-rhel8@sha256:f44a6c70737ba6f53550dd2eeff263ae26c3c0f4f545573712c87a79e570fb46_ppc64le",
"product_id": "quay/quay-container-security-operator-rhel8@sha256:f44a6c70737ba6f53550dd2eeff263ae26c3c0f4f545573712c87a79e570fb46_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256:f44a6c70737ba6f53550dd2eeff263ae26c3c0f4f545573712c87a79e570fb46?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=v3.11.11-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-bundle@sha256:812444ea940a077d450259c0e4b4ae54dae59d36db5bb13285cd4374e0cf7d4c_ppc64le",
"product": {
"name": "quay/quay-operator-bundle@sha256:812444ea940a077d450259c0e4b4ae54dae59d36db5bb13285cd4374e0cf7d4c_ppc64le",
"product_id": "quay/quay-operator-bundle@sha256:812444ea940a077d450259c0e4b4ae54dae59d36db5bb13285cd4374e0cf7d4c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256:812444ea940a077d450259c0e4b4ae54dae59d36db5bb13285cd4374e0cf7d4c?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=v3.11.11-7"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-rhel8@sha256:24deedb355071b9634b0dbc9d54443a3c66830742c9387e6c693d76428cf0550_ppc64le",
"product": {
"name": "quay/quay-operator-rhel8@sha256:24deedb355071b9634b0dbc9d54443a3c66830742c9387e6c693d76428cf0550_ppc64le",
"product_id": "quay/quay-operator-rhel8@sha256:24deedb355071b9634b0dbc9d54443a3c66830742c9387e6c693d76428cf0550_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256:24deedb355071b9634b0dbc9d54443a3c66830742c9387e6c693d76428cf0550?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=v3.11.11-2"
}
}
},
{
"category": "product_version",
"name": "quay/quay-rhel8@sha256:3ca6eb6e9efda961aceaac5752208cfc3e91ca434bdc6848884ab6de45aff6f5_ppc64le",
"product": {
"name": "quay/quay-rhel8@sha256:3ca6eb6e9efda961aceaac5752208cfc3e91ca434bdc6848884ab6de45aff6f5_ppc64le",
"product_id": "quay/quay-rhel8@sha256:3ca6eb6e9efda961aceaac5752208cfc3e91ca434bdc6848884ab6de45aff6f5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256:3ca6eb6e9efda961aceaac5752208cfc3e91ca434bdc6848884ab6de45aff6f5?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=v3.11.11-5"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "quay/quay-bridge-operator-bundle@sha256:ce39113b1ebd3f300517d14060c1fe1275961b949dd75d8e9f162d00c6c8255a_amd64",
"product": {
"name": "quay/quay-bridge-operator-bundle@sha256:ce39113b1ebd3f300517d14060c1fe1275961b949dd75d8e9f162d00c6c8255a_amd64",
"product_id": "quay/quay-bridge-operator-bundle@sha256:ce39113b1ebd3f300517d14060c1fe1275961b949dd75d8e9f162d00c6c8255a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256:ce39113b1ebd3f300517d14060c1fe1275961b949dd75d8e9f162d00c6c8255a?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-bundle\u0026tag=v3.11.11-2"
}
}
},
{
"category": "product_version",
"name": "quay/quay-bridge-operator-rhel8@sha256:9911e8f20d67deda29c332879edeee35bebbec9e3ab8d1db9a62c4553476e26b_amd64",
"product": {
"name": "quay/quay-bridge-operator-rhel8@sha256:9911e8f20d67deda29c332879edeee35bebbec9e3ab8d1db9a62c4553476e26b_amd64",
"product_id": "quay/quay-bridge-operator-rhel8@sha256:9911e8f20d67deda29c332879edeee35bebbec9e3ab8d1db9a62c4553476e26b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256:9911e8f20d67deda29c332879edeee35bebbec9e3ab8d1db9a62c4553476e26b?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=v3.11.11-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-rhel8@sha256:4bfaa2f95612fdbd64c7f8c1b8a9a3d10a2102b2c47e29d9747f96f33e7d69ae_amd64",
"product": {
"name": "quay/quay-builder-rhel8@sha256:4bfaa2f95612fdbd64c7f8c1b8a9a3d10a2102b2c47e29d9747f96f33e7d69ae_amd64",
"product_id": "quay/quay-builder-rhel8@sha256:4bfaa2f95612fdbd64c7f8c1b8a9a3d10a2102b2c47e29d9747f96f33e7d69ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256:4bfaa2f95612fdbd64c7f8c1b8a9a3d10a2102b2c47e29d9747f96f33e7d69ae?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=v3.11.11-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:b0a17ffff189b7b32237cb0aab50a5355a7a59418076a7d883e6b432886ce03d_amd64",
"product": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:b0a17ffff189b7b32237cb0aab50a5355a7a59418076a7d883e6b432886ce03d_amd64",
"product_id": "quay/quay-builder-qemu-rhcos-rhel8@sha256:b0a17ffff189b7b32237cb0aab50a5355a7a59418076a7d883e6b432886ce03d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256:b0a17ffff189b7b32237cb0aab50a5355a7a59418076a7d883e6b432886ce03d?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=v3.11.11-1"
}
}
},
{
"category": "product_version",
"name": "quay/clair-rhel8@sha256:bd0ca7a67def94121faf334f482465e666c0b3a1d40b3c977e2fe94ac6643201_amd64",
"product": {
"name": "quay/clair-rhel8@sha256:bd0ca7a67def94121faf334f482465e666c0b3a1d40b3c977e2fe94ac6643201_amd64",
"product_id": "quay/clair-rhel8@sha256:bd0ca7a67def94121faf334f482465e666c0b3a1d40b3c977e2fe94ac6643201_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256:bd0ca7a67def94121faf334f482465e666c0b3a1d40b3c977e2fe94ac6643201?arch=amd64\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=v3.11.11-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-bundle@sha256:172f67f2655272d3eb30e1e680283ed42f7dba9576c1fd0b470be9cc06bb31b4_amd64",
"product": {
"name": "quay/quay-container-security-operator-bundle@sha256:172f67f2655272d3eb30e1e680283ed42f7dba9576c1fd0b470be9cc06bb31b4_amd64",
"product_id": "quay/quay-container-security-operator-bundle@sha256:172f67f2655272d3eb30e1e680283ed42f7dba9576c1fd0b470be9cc06bb31b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256:172f67f2655272d3eb30e1e680283ed42f7dba9576c1fd0b470be9cc06bb31b4?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=v3.11.11-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-rhel8@sha256:e825cd96187bcd9dc6d2c5be510d875a9829bc06eb2691613ac436cbb118d3af_amd64",
"product": {
"name": "quay/quay-container-security-operator-rhel8@sha256:e825cd96187bcd9dc6d2c5be510d875a9829bc06eb2691613ac436cbb118d3af_amd64",
"product_id": "quay/quay-container-security-operator-rhel8@sha256:e825cd96187bcd9dc6d2c5be510d875a9829bc06eb2691613ac436cbb118d3af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256:e825cd96187bcd9dc6d2c5be510d875a9829bc06eb2691613ac436cbb118d3af?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=v3.11.11-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-bundle@sha256:4e71a205c9cbb94c923b835b23db4c0e976429e76e40bba306799e87c7a4d588_amd64",
"product": {
"name": "quay/quay-operator-bundle@sha256:4e71a205c9cbb94c923b835b23db4c0e976429e76e40bba306799e87c7a4d588_amd64",
"product_id": "quay/quay-operator-bundle@sha256:4e71a205c9cbb94c923b835b23db4c0e976429e76e40bba306799e87c7a4d588_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256:4e71a205c9cbb94c923b835b23db4c0e976429e76e40bba306799e87c7a4d588?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=v3.11.11-7"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-rhel8@sha256:163e370882e2546cfb36feb602c669cf0a39c521431e01ddfc06a6b57c0a12e9_amd64",
"product": {
"name": "quay/quay-operator-rhel8@sha256:163e370882e2546cfb36feb602c669cf0a39c521431e01ddfc06a6b57c0a12e9_amd64",
"product_id": "quay/quay-operator-rhel8@sha256:163e370882e2546cfb36feb602c669cf0a39c521431e01ddfc06a6b57c0a12e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256:163e370882e2546cfb36feb602c669cf0a39c521431e01ddfc06a6b57c0a12e9?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=v3.11.11-2"
}
}
},
{
"category": "product_version",
"name": "quay/quay-rhel8@sha256:310193852bc1e7eafa12a5c2676b03f5ef9e80d1a0520749c59e6552a233443e_amd64",
"product": {
"name": "quay/quay-rhel8@sha256:310193852bc1e7eafa12a5c2676b03f5ef9e80d1a0520749c59e6552a233443e_amd64",
"product_id": "quay/quay-rhel8@sha256:310193852bc1e7eafa12a5c2676b03f5ef9e80d1a0520749c59e6552a233443e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256:310193852bc1e7eafa12a5c2676b03f5ef9e80d1a0520749c59e6552a233443e?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=v3.11.11-5"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "quay/quay-bridge-operator-bundle@sha256:8740e77ef175acfbb456fc5dbdf4f1e22cb7ff962087397a9997c4d5932be4f9_s390x",
"product": {
"name": "quay/quay-bridge-operator-bundle@sha256:8740e77ef175acfbb456fc5dbdf4f1e22cb7ff962087397a9997c4d5932be4f9_s390x",
"product_id": "quay/quay-bridge-operator-bundle@sha256:8740e77ef175acfbb456fc5dbdf4f1e22cb7ff962087397a9997c4d5932be4f9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256:8740e77ef175acfbb456fc5dbdf4f1e22cb7ff962087397a9997c4d5932be4f9?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-bundle\u0026tag=v3.11.11-2"
}
}
},
{
"category": "product_version",
"name": "quay/quay-bridge-operator-rhel8@sha256:4a12940b0afe3a9331f258abeffcd6242c0444caeddf6c47d0d70e863db62187_s390x",
"product": {
"name": "quay/quay-bridge-operator-rhel8@sha256:4a12940b0afe3a9331f258abeffcd6242c0444caeddf6c47d0d70e863db62187_s390x",
"product_id": "quay/quay-bridge-operator-rhel8@sha256:4a12940b0afe3a9331f258abeffcd6242c0444caeddf6c47d0d70e863db62187_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256:4a12940b0afe3a9331f258abeffcd6242c0444caeddf6c47d0d70e863db62187?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=v3.11.11-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-rhel8@sha256:fa2702d91fc2e207d54f8ae17ad0be4b175a73ab89b18e0eafc0a8b398ea3e75_s390x",
"product": {
"name": "quay/quay-builder-rhel8@sha256:fa2702d91fc2e207d54f8ae17ad0be4b175a73ab89b18e0eafc0a8b398ea3e75_s390x",
"product_id": "quay/quay-builder-rhel8@sha256:fa2702d91fc2e207d54f8ae17ad0be4b175a73ab89b18e0eafc0a8b398ea3e75_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256:fa2702d91fc2e207d54f8ae17ad0be4b175a73ab89b18e0eafc0a8b398ea3e75?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=v3.11.11-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:702af420a47897b70036aaaa8bf44ef35dc13b0a92c616bdc21217ee778815c7_s390x",
"product": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:702af420a47897b70036aaaa8bf44ef35dc13b0a92c616bdc21217ee778815c7_s390x",
"product_id": "quay/quay-builder-qemu-rhcos-rhel8@sha256:702af420a47897b70036aaaa8bf44ef35dc13b0a92c616bdc21217ee778815c7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256:702af420a47897b70036aaaa8bf44ef35dc13b0a92c616bdc21217ee778815c7?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=v3.11.11-1"
}
}
},
{
"category": "product_version",
"name": "quay/clair-rhel8@sha256:195d1076c636f40c7c9198bc03f57e5caa67ee5f5648c2a121bd1f4345de6203_s390x",
"product": {
"name": "quay/clair-rhel8@sha256:195d1076c636f40c7c9198bc03f57e5caa67ee5f5648c2a121bd1f4345de6203_s390x",
"product_id": "quay/clair-rhel8@sha256:195d1076c636f40c7c9198bc03f57e5caa67ee5f5648c2a121bd1f4345de6203_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256:195d1076c636f40c7c9198bc03f57e5caa67ee5f5648c2a121bd1f4345de6203?arch=s390x\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=v3.11.11-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-bundle@sha256:588321718eadd8f84f2d919c0f28ba083a75bb3f2e252d01a4da4f133bb5a0f0_s390x",
"product": {
"name": "quay/quay-container-security-operator-bundle@sha256:588321718eadd8f84f2d919c0f28ba083a75bb3f2e252d01a4da4f133bb5a0f0_s390x",
"product_id": "quay/quay-container-security-operator-bundle@sha256:588321718eadd8f84f2d919c0f28ba083a75bb3f2e252d01a4da4f133bb5a0f0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256:588321718eadd8f84f2d919c0f28ba083a75bb3f2e252d01a4da4f133bb5a0f0?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=v3.11.11-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-rhel8@sha256:4beaed2ea669c9cd47e6533b201a7e9b64b073d9cbf66b370ef3f1cc5016f7c6_s390x",
"product": {
"name": "quay/quay-container-security-operator-rhel8@sha256:4beaed2ea669c9cd47e6533b201a7e9b64b073d9cbf66b370ef3f1cc5016f7c6_s390x",
"product_id": "quay/quay-container-security-operator-rhel8@sha256:4beaed2ea669c9cd47e6533b201a7e9b64b073d9cbf66b370ef3f1cc5016f7c6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256:4beaed2ea669c9cd47e6533b201a7e9b64b073d9cbf66b370ef3f1cc5016f7c6?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=v3.11.11-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-bundle@sha256:ea0b4d42b96c2265cf904323fc8969123f700658490b1b6074fa0f5b27f96350_s390x",
"product": {
"name": "quay/quay-operator-bundle@sha256:ea0b4d42b96c2265cf904323fc8969123f700658490b1b6074fa0f5b27f96350_s390x",
"product_id": "quay/quay-operator-bundle@sha256:ea0b4d42b96c2265cf904323fc8969123f700658490b1b6074fa0f5b27f96350_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256:ea0b4d42b96c2265cf904323fc8969123f700658490b1b6074fa0f5b27f96350?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=v3.11.11-7"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-rhel8@sha256:ea0f584599bde80148ae2409494a7d79b05f352b7f1785d1eb5d1f66e98f32f7_s390x",
"product": {
"name": "quay/quay-operator-rhel8@sha256:ea0f584599bde80148ae2409494a7d79b05f352b7f1785d1eb5d1f66e98f32f7_s390x",
"product_id": "quay/quay-operator-rhel8@sha256:ea0f584599bde80148ae2409494a7d79b05f352b7f1785d1eb5d1f66e98f32f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256:ea0f584599bde80148ae2409494a7d79b05f352b7f1785d1eb5d1f66e98f32f7?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=v3.11.11-2"
}
}
},
{
"category": "product_version",
"name": "quay/quay-rhel8@sha256:b9881accc12bda2cb3d782ace783cb0b5fa7b8e45cc07f00d6b832e0ab9e768e_s390x",
"product": {
"name": "quay/quay-rhel8@sha256:b9881accc12bda2cb3d782ace783cb0b5fa7b8e45cc07f00d6b832e0ab9e768e_s390x",
"product_id": "quay/quay-rhel8@sha256:b9881accc12bda2cb3d782ace783cb0b5fa7b8e45cc07f00d6b832e0ab9e768e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256:b9881accc12bda2cb3d782ace783cb0b5fa7b8e45cc07f00d6b832e0ab9e768e?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=v3.11.11-5"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/clair-rhel8@sha256:195d1076c636f40c7c9198bc03f57e5caa67ee5f5648c2a121bd1f4345de6203_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/clair-rhel8@sha256:195d1076c636f40c7c9198bc03f57e5caa67ee5f5648c2a121bd1f4345de6203_s390x"
},
"product_reference": "quay/clair-rhel8@sha256:195d1076c636f40c7c9198bc03f57e5caa67ee5f5648c2a121bd1f4345de6203_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/clair-rhel8@sha256:bd0ca7a67def94121faf334f482465e666c0b3a1d40b3c977e2fe94ac6643201_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/clair-rhel8@sha256:bd0ca7a67def94121faf334f482465e666c0b3a1d40b3c977e2fe94ac6643201_amd64"
},
"product_reference": "quay/clair-rhel8@sha256:bd0ca7a67def94121faf334f482465e666c0b3a1d40b3c977e2fe94ac6643201_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/clair-rhel8@sha256:d8b585baf2ff14b46fb68d190f74b2f2559bf9f5b46e4431d79ed0a4f638fd9d_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/clair-rhel8@sha256:d8b585baf2ff14b46fb68d190f74b2f2559bf9f5b46e4431d79ed0a4f638fd9d_ppc64le"
},
"product_reference": "quay/clair-rhel8@sha256:d8b585baf2ff14b46fb68d190f74b2f2559bf9f5b46e4431d79ed0a4f638fd9d_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-bundle@sha256:21d1a26656c700442b629207f724d291f8eff7f303038ef70df4154a06575931_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:21d1a26656c700442b629207f724d291f8eff7f303038ef70df4154a06575931_ppc64le"
},
"product_reference": "quay/quay-bridge-operator-bundle@sha256:21d1a26656c700442b629207f724d291f8eff7f303038ef70df4154a06575931_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-bundle@sha256:8740e77ef175acfbb456fc5dbdf4f1e22cb7ff962087397a9997c4d5932be4f9_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8740e77ef175acfbb456fc5dbdf4f1e22cb7ff962087397a9997c4d5932be4f9_s390x"
},
"product_reference": "quay/quay-bridge-operator-bundle@sha256:8740e77ef175acfbb456fc5dbdf4f1e22cb7ff962087397a9997c4d5932be4f9_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-bundle@sha256:ce39113b1ebd3f300517d14060c1fe1275961b949dd75d8e9f162d00c6c8255a_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:ce39113b1ebd3f300517d14060c1fe1275961b949dd75d8e9f162d00c6c8255a_amd64"
},
"product_reference": "quay/quay-bridge-operator-bundle@sha256:ce39113b1ebd3f300517d14060c1fe1275961b949dd75d8e9f162d00c6c8255a_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-rhel8@sha256:2fcf4c37460be6f3ea71a563d6dea75525c6dc61252046be022ac9f2529ffc71_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:2fcf4c37460be6f3ea71a563d6dea75525c6dc61252046be022ac9f2529ffc71_ppc64le"
},
"product_reference": "quay/quay-bridge-operator-rhel8@sha256:2fcf4c37460be6f3ea71a563d6dea75525c6dc61252046be022ac9f2529ffc71_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-rhel8@sha256:4a12940b0afe3a9331f258abeffcd6242c0444caeddf6c47d0d70e863db62187_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:4a12940b0afe3a9331f258abeffcd6242c0444caeddf6c47d0d70e863db62187_s390x"
},
"product_reference": "quay/quay-bridge-operator-rhel8@sha256:4a12940b0afe3a9331f258abeffcd6242c0444caeddf6c47d0d70e863db62187_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-rhel8@sha256:9911e8f20d67deda29c332879edeee35bebbec9e3ab8d1db9a62c4553476e26b_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:9911e8f20d67deda29c332879edeee35bebbec9e3ab8d1db9a62c4553476e26b_amd64"
},
"product_reference": "quay/quay-bridge-operator-rhel8@sha256:9911e8f20d67deda29c332879edeee35bebbec9e3ab8d1db9a62c4553476e26b_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:3468cffc4a1ea9c17fc8e5a6d470d8d0ee63f638b6c458a6b883d1aab24a6f4b_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:3468cffc4a1ea9c17fc8e5a6d470d8d0ee63f638b6c458a6b883d1aab24a6f4b_ppc64le"
},
"product_reference": "quay/quay-builder-qemu-rhcos-rhel8@sha256:3468cffc4a1ea9c17fc8e5a6d470d8d0ee63f638b6c458a6b883d1aab24a6f4b_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:702af420a47897b70036aaaa8bf44ef35dc13b0a92c616bdc21217ee778815c7_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:702af420a47897b70036aaaa8bf44ef35dc13b0a92c616bdc21217ee778815c7_s390x"
},
"product_reference": "quay/quay-builder-qemu-rhcos-rhel8@sha256:702af420a47897b70036aaaa8bf44ef35dc13b0a92c616bdc21217ee778815c7_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:b0a17ffff189b7b32237cb0aab50a5355a7a59418076a7d883e6b432886ce03d_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b0a17ffff189b7b32237cb0aab50a5355a7a59418076a7d883e6b432886ce03d_amd64"
},
"product_reference": "quay/quay-builder-qemu-rhcos-rhel8@sha256:b0a17ffff189b7b32237cb0aab50a5355a7a59418076a7d883e6b432886ce03d_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-rhel8@sha256:28f79dceab182cc9f4fa147e4cb364e399ee9e65c45f44cd532b28b72b11c698_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-rhel8@sha256:28f79dceab182cc9f4fa147e4cb364e399ee9e65c45f44cd532b28b72b11c698_ppc64le"
},
"product_reference": "quay/quay-builder-rhel8@sha256:28f79dceab182cc9f4fa147e4cb364e399ee9e65c45f44cd532b28b72b11c698_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-rhel8@sha256:4bfaa2f95612fdbd64c7f8c1b8a9a3d10a2102b2c47e29d9747f96f33e7d69ae_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-rhel8@sha256:4bfaa2f95612fdbd64c7f8c1b8a9a3d10a2102b2c47e29d9747f96f33e7d69ae_amd64"
},
"product_reference": "quay/quay-builder-rhel8@sha256:4bfaa2f95612fdbd64c7f8c1b8a9a3d10a2102b2c47e29d9747f96f33e7d69ae_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-rhel8@sha256:fa2702d91fc2e207d54f8ae17ad0be4b175a73ab89b18e0eafc0a8b398ea3e75_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-rhel8@sha256:fa2702d91fc2e207d54f8ae17ad0be4b175a73ab89b18e0eafc0a8b398ea3e75_s390x"
},
"product_reference": "quay/quay-builder-rhel8@sha256:fa2702d91fc2e207d54f8ae17ad0be4b175a73ab89b18e0eafc0a8b398ea3e75_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-bundle@sha256:172f67f2655272d3eb30e1e680283ed42f7dba9576c1fd0b470be9cc06bb31b4_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:172f67f2655272d3eb30e1e680283ed42f7dba9576c1fd0b470be9cc06bb31b4_amd64"
},
"product_reference": "quay/quay-container-security-operator-bundle@sha256:172f67f2655272d3eb30e1e680283ed42f7dba9576c1fd0b470be9cc06bb31b4_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-bundle@sha256:588321718eadd8f84f2d919c0f28ba083a75bb3f2e252d01a4da4f133bb5a0f0_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:588321718eadd8f84f2d919c0f28ba083a75bb3f2e252d01a4da4f133bb5a0f0_s390x"
},
"product_reference": "quay/quay-container-security-operator-bundle@sha256:588321718eadd8f84f2d919c0f28ba083a75bb3f2e252d01a4da4f133bb5a0f0_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-bundle@sha256:991687f2aa06c3e35818af26cd85c3dc8c41ee4188e158ca77c842674b724495_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:991687f2aa06c3e35818af26cd85c3dc8c41ee4188e158ca77c842674b724495_ppc64le"
},
"product_reference": "quay/quay-container-security-operator-bundle@sha256:991687f2aa06c3e35818af26cd85c3dc8c41ee4188e158ca77c842674b724495_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-rhel8@sha256:4beaed2ea669c9cd47e6533b201a7e9b64b073d9cbf66b370ef3f1cc5016f7c6_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:4beaed2ea669c9cd47e6533b201a7e9b64b073d9cbf66b370ef3f1cc5016f7c6_s390x"
},
"product_reference": "quay/quay-container-security-operator-rhel8@sha256:4beaed2ea669c9cd47e6533b201a7e9b64b073d9cbf66b370ef3f1cc5016f7c6_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-rhel8@sha256:e825cd96187bcd9dc6d2c5be510d875a9829bc06eb2691613ac436cbb118d3af_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:e825cd96187bcd9dc6d2c5be510d875a9829bc06eb2691613ac436cbb118d3af_amd64"
},
"product_reference": "quay/quay-container-security-operator-rhel8@sha256:e825cd96187bcd9dc6d2c5be510d875a9829bc06eb2691613ac436cbb118d3af_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-rhel8@sha256:f44a6c70737ba6f53550dd2eeff263ae26c3c0f4f545573712c87a79e570fb46_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:f44a6c70737ba6f53550dd2eeff263ae26c3c0f4f545573712c87a79e570fb46_ppc64le"
},
"product_reference": "quay/quay-container-security-operator-rhel8@sha256:f44a6c70737ba6f53550dd2eeff263ae26c3c0f4f545573712c87a79e570fb46_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-bundle@sha256:4e71a205c9cbb94c923b835b23db4c0e976429e76e40bba306799e87c7a4d588_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-bundle@sha256:4e71a205c9cbb94c923b835b23db4c0e976429e76e40bba306799e87c7a4d588_amd64"
},
"product_reference": "quay/quay-operator-bundle@sha256:4e71a205c9cbb94c923b835b23db4c0e976429e76e40bba306799e87c7a4d588_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-bundle@sha256:812444ea940a077d450259c0e4b4ae54dae59d36db5bb13285cd4374e0cf7d4c_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-bundle@sha256:812444ea940a077d450259c0e4b4ae54dae59d36db5bb13285cd4374e0cf7d4c_ppc64le"
},
"product_reference": "quay/quay-operator-bundle@sha256:812444ea940a077d450259c0e4b4ae54dae59d36db5bb13285cd4374e0cf7d4c_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-bundle@sha256:ea0b4d42b96c2265cf904323fc8969123f700658490b1b6074fa0f5b27f96350_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-bundle@sha256:ea0b4d42b96c2265cf904323fc8969123f700658490b1b6074fa0f5b27f96350_s390x"
},
"product_reference": "quay/quay-operator-bundle@sha256:ea0b4d42b96c2265cf904323fc8969123f700658490b1b6074fa0f5b27f96350_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-rhel8@sha256:163e370882e2546cfb36feb602c669cf0a39c521431e01ddfc06a6b57c0a12e9_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-rhel8@sha256:163e370882e2546cfb36feb602c669cf0a39c521431e01ddfc06a6b57c0a12e9_amd64"
},
"product_reference": "quay/quay-operator-rhel8@sha256:163e370882e2546cfb36feb602c669cf0a39c521431e01ddfc06a6b57c0a12e9_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-rhel8@sha256:24deedb355071b9634b0dbc9d54443a3c66830742c9387e6c693d76428cf0550_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-rhel8@sha256:24deedb355071b9634b0dbc9d54443a3c66830742c9387e6c693d76428cf0550_ppc64le"
},
"product_reference": "quay/quay-operator-rhel8@sha256:24deedb355071b9634b0dbc9d54443a3c66830742c9387e6c693d76428cf0550_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-rhel8@sha256:ea0f584599bde80148ae2409494a7d79b05f352b7f1785d1eb5d1f66e98f32f7_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-rhel8@sha256:ea0f584599bde80148ae2409494a7d79b05f352b7f1785d1eb5d1f66e98f32f7_s390x"
},
"product_reference": "quay/quay-operator-rhel8@sha256:ea0f584599bde80148ae2409494a7d79b05f352b7f1785d1eb5d1f66e98f32f7_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-rhel8@sha256:310193852bc1e7eafa12a5c2676b03f5ef9e80d1a0520749c59e6552a233443e_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-rhel8@sha256:310193852bc1e7eafa12a5c2676b03f5ef9e80d1a0520749c59e6552a233443e_amd64"
},
"product_reference": "quay/quay-rhel8@sha256:310193852bc1e7eafa12a5c2676b03f5ef9e80d1a0520749c59e6552a233443e_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-rhel8@sha256:3ca6eb6e9efda961aceaac5752208cfc3e91ca434bdc6848884ab6de45aff6f5_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-rhel8@sha256:3ca6eb6e9efda961aceaac5752208cfc3e91ca434bdc6848884ab6de45aff6f5_ppc64le"
},
"product_reference": "quay/quay-rhel8@sha256:3ca6eb6e9efda961aceaac5752208cfc3e91ca434bdc6848884ab6de45aff6f5_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-rhel8@sha256:b9881accc12bda2cb3d782ace783cb0b5fa7b8e45cc07f00d6b832e0ab9e768e_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-rhel8@sha256:b9881accc12bda2cb3d782ace783cb0b5fa7b8e45cc07f00d6b832e0ab9e768e_s390x"
},
"product_reference": "quay/quay-rhel8@sha256:b9881accc12bda2cb3d782ace783cb0b5fa7b8e45cc07f00d6b832e0ab9e768e_s390x",
"relates_to_product_reference": "8Base-Quay-3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-4374",
"cwe": {
"id": "CWE-266",
"name": "Incorrect Privilege Assignment"
},
"discovery_date": "2025-05-06T01:20:45.731000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2364267"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Quay. When an organization acts as a proxy cache, and a user or robot pulls an image that hasn\u0027t been mirrored yet, they are granted \"Admin\" permissions on the newly created repository.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "quay: Incorrect Privilege Assignment",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Quay-3:quay/clair-rhel8@sha256:195d1076c636f40c7c9198bc03f57e5caa67ee5f5648c2a121bd1f4345de6203_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:bd0ca7a67def94121faf334f482465e666c0b3a1d40b3c977e2fe94ac6643201_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:d8b585baf2ff14b46fb68d190f74b2f2559bf9f5b46e4431d79ed0a4f638fd9d_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:21d1a26656c700442b629207f724d291f8eff7f303038ef70df4154a06575931_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8740e77ef175acfbb456fc5dbdf4f1e22cb7ff962087397a9997c4d5932be4f9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:ce39113b1ebd3f300517d14060c1fe1275961b949dd75d8e9f162d00c6c8255a_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:2fcf4c37460be6f3ea71a563d6dea75525c6dc61252046be022ac9f2529ffc71_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:4a12940b0afe3a9331f258abeffcd6242c0444caeddf6c47d0d70e863db62187_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:9911e8f20d67deda29c332879edeee35bebbec9e3ab8d1db9a62c4553476e26b_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:3468cffc4a1ea9c17fc8e5a6d470d8d0ee63f638b6c458a6b883d1aab24a6f4b_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:702af420a47897b70036aaaa8bf44ef35dc13b0a92c616bdc21217ee778815c7_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b0a17ffff189b7b32237cb0aab50a5355a7a59418076a7d883e6b432886ce03d_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:28f79dceab182cc9f4fa147e4cb364e399ee9e65c45f44cd532b28b72b11c698_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:4bfaa2f95612fdbd64c7f8c1b8a9a3d10a2102b2c47e29d9747f96f33e7d69ae_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:fa2702d91fc2e207d54f8ae17ad0be4b175a73ab89b18e0eafc0a8b398ea3e75_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:172f67f2655272d3eb30e1e680283ed42f7dba9576c1fd0b470be9cc06bb31b4_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:588321718eadd8f84f2d919c0f28ba083a75bb3f2e252d01a4da4f133bb5a0f0_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:991687f2aa06c3e35818af26cd85c3dc8c41ee4188e158ca77c842674b724495_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:4beaed2ea669c9cd47e6533b201a7e9b64b073d9cbf66b370ef3f1cc5016f7c6_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:e825cd96187bcd9dc6d2c5be510d875a9829bc06eb2691613ac436cbb118d3af_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:f44a6c70737ba6f53550dd2eeff263ae26c3c0f4f545573712c87a79e570fb46_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:4e71a205c9cbb94c923b835b23db4c0e976429e76e40bba306799e87c7a4d588_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:812444ea940a077d450259c0e4b4ae54dae59d36db5bb13285cd4374e0cf7d4c_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:ea0b4d42b96c2265cf904323fc8969123f700658490b1b6074fa0f5b27f96350_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:163e370882e2546cfb36feb602c669cf0a39c521431e01ddfc06a6b57c0a12e9_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:24deedb355071b9634b0dbc9d54443a3c66830742c9387e6c693d76428cf0550_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:ea0f584599bde80148ae2409494a7d79b05f352b7f1785d1eb5d1f66e98f32f7_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:310193852bc1e7eafa12a5c2676b03f5ef9e80d1a0520749c59e6552a233443e_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:3ca6eb6e9efda961aceaac5752208cfc3e91ca434bdc6848884ab6de45aff6f5_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:b9881accc12bda2cb3d782ace783cb0b5fa7b8e45cc07f00d6b832e0ab9e768e_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4374"
},
{
"category": "external",
"summary": "RHBZ#2364267",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364267"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4374",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4374"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4374",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4374"
}
],
"release_date": "2025-05-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-09T14:27:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:195d1076c636f40c7c9198bc03f57e5caa67ee5f5648c2a121bd1f4345de6203_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:bd0ca7a67def94121faf334f482465e666c0b3a1d40b3c977e2fe94ac6643201_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:d8b585baf2ff14b46fb68d190f74b2f2559bf9f5b46e4431d79ed0a4f638fd9d_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:21d1a26656c700442b629207f724d291f8eff7f303038ef70df4154a06575931_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8740e77ef175acfbb456fc5dbdf4f1e22cb7ff962087397a9997c4d5932be4f9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:ce39113b1ebd3f300517d14060c1fe1275961b949dd75d8e9f162d00c6c8255a_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:2fcf4c37460be6f3ea71a563d6dea75525c6dc61252046be022ac9f2529ffc71_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:4a12940b0afe3a9331f258abeffcd6242c0444caeddf6c47d0d70e863db62187_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:9911e8f20d67deda29c332879edeee35bebbec9e3ab8d1db9a62c4553476e26b_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:3468cffc4a1ea9c17fc8e5a6d470d8d0ee63f638b6c458a6b883d1aab24a6f4b_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:702af420a47897b70036aaaa8bf44ef35dc13b0a92c616bdc21217ee778815c7_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b0a17ffff189b7b32237cb0aab50a5355a7a59418076a7d883e6b432886ce03d_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:28f79dceab182cc9f4fa147e4cb364e399ee9e65c45f44cd532b28b72b11c698_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:4bfaa2f95612fdbd64c7f8c1b8a9a3d10a2102b2c47e29d9747f96f33e7d69ae_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:fa2702d91fc2e207d54f8ae17ad0be4b175a73ab89b18e0eafc0a8b398ea3e75_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:172f67f2655272d3eb30e1e680283ed42f7dba9576c1fd0b470be9cc06bb31b4_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:588321718eadd8f84f2d919c0f28ba083a75bb3f2e252d01a4da4f133bb5a0f0_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:991687f2aa06c3e35818af26cd85c3dc8c41ee4188e158ca77c842674b724495_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:4beaed2ea669c9cd47e6533b201a7e9b64b073d9cbf66b370ef3f1cc5016f7c6_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:e825cd96187bcd9dc6d2c5be510d875a9829bc06eb2691613ac436cbb118d3af_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:f44a6c70737ba6f53550dd2eeff263ae26c3c0f4f545573712c87a79e570fb46_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:4e71a205c9cbb94c923b835b23db4c0e976429e76e40bba306799e87c7a4d588_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:812444ea940a077d450259c0e4b4ae54dae59d36db5bb13285cd4374e0cf7d4c_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:ea0b4d42b96c2265cf904323fc8969123f700658490b1b6074fa0f5b27f96350_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:163e370882e2546cfb36feb602c669cf0a39c521431e01ddfc06a6b57c0a12e9_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:24deedb355071b9634b0dbc9d54443a3c66830742c9387e6c693d76428cf0550_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:ea0f584599bde80148ae2409494a7d79b05f352b7f1785d1eb5d1f66e98f32f7_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:310193852bc1e7eafa12a5c2676b03f5ef9e80d1a0520749c59e6552a233443e_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:3ca6eb6e9efda961aceaac5752208cfc3e91ca434bdc6848884ab6de45aff6f5_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:b9881accc12bda2cb3d782ace783cb0b5fa7b8e45cc07f00d6b832e0ab9e768e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2025:8687"
},
{
"category": "workaround",
"details": "Permissions can be updated after creation but there\u0027s no preventative measure before hand.",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:195d1076c636f40c7c9198bc03f57e5caa67ee5f5648c2a121bd1f4345de6203_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:bd0ca7a67def94121faf334f482465e666c0b3a1d40b3c977e2fe94ac6643201_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:d8b585baf2ff14b46fb68d190f74b2f2559bf9f5b46e4431d79ed0a4f638fd9d_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:21d1a26656c700442b629207f724d291f8eff7f303038ef70df4154a06575931_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8740e77ef175acfbb456fc5dbdf4f1e22cb7ff962087397a9997c4d5932be4f9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:ce39113b1ebd3f300517d14060c1fe1275961b949dd75d8e9f162d00c6c8255a_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:2fcf4c37460be6f3ea71a563d6dea75525c6dc61252046be022ac9f2529ffc71_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:4a12940b0afe3a9331f258abeffcd6242c0444caeddf6c47d0d70e863db62187_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:9911e8f20d67deda29c332879edeee35bebbec9e3ab8d1db9a62c4553476e26b_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:3468cffc4a1ea9c17fc8e5a6d470d8d0ee63f638b6c458a6b883d1aab24a6f4b_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:702af420a47897b70036aaaa8bf44ef35dc13b0a92c616bdc21217ee778815c7_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b0a17ffff189b7b32237cb0aab50a5355a7a59418076a7d883e6b432886ce03d_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:28f79dceab182cc9f4fa147e4cb364e399ee9e65c45f44cd532b28b72b11c698_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:4bfaa2f95612fdbd64c7f8c1b8a9a3d10a2102b2c47e29d9747f96f33e7d69ae_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:fa2702d91fc2e207d54f8ae17ad0be4b175a73ab89b18e0eafc0a8b398ea3e75_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:172f67f2655272d3eb30e1e680283ed42f7dba9576c1fd0b470be9cc06bb31b4_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:588321718eadd8f84f2d919c0f28ba083a75bb3f2e252d01a4da4f133bb5a0f0_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:991687f2aa06c3e35818af26cd85c3dc8c41ee4188e158ca77c842674b724495_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:4beaed2ea669c9cd47e6533b201a7e9b64b073d9cbf66b370ef3f1cc5016f7c6_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:e825cd96187bcd9dc6d2c5be510d875a9829bc06eb2691613ac436cbb118d3af_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:f44a6c70737ba6f53550dd2eeff263ae26c3c0f4f545573712c87a79e570fb46_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:4e71a205c9cbb94c923b835b23db4c0e976429e76e40bba306799e87c7a4d588_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:812444ea940a077d450259c0e4b4ae54dae59d36db5bb13285cd4374e0cf7d4c_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:ea0b4d42b96c2265cf904323fc8969123f700658490b1b6074fa0f5b27f96350_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:163e370882e2546cfb36feb602c669cf0a39c521431e01ddfc06a6b57c0a12e9_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:24deedb355071b9634b0dbc9d54443a3c66830742c9387e6c693d76428cf0550_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:ea0f584599bde80148ae2409494a7d79b05f352b7f1785d1eb5d1f66e98f32f7_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:310193852bc1e7eafa12a5c2676b03f5ef9e80d1a0520749c59e6552a233443e_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:3ca6eb6e9efda961aceaac5752208cfc3e91ca434bdc6848884ab6de45aff6f5_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:b9881accc12bda2cb3d782ace783cb0b5fa7b8e45cc07f00d6b832e0ab9e768e_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-Quay-3:quay/clair-rhel8@sha256:195d1076c636f40c7c9198bc03f57e5caa67ee5f5648c2a121bd1f4345de6203_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:bd0ca7a67def94121faf334f482465e666c0b3a1d40b3c977e2fe94ac6643201_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:d8b585baf2ff14b46fb68d190f74b2f2559bf9f5b46e4431d79ed0a4f638fd9d_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:21d1a26656c700442b629207f724d291f8eff7f303038ef70df4154a06575931_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8740e77ef175acfbb456fc5dbdf4f1e22cb7ff962087397a9997c4d5932be4f9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:ce39113b1ebd3f300517d14060c1fe1275961b949dd75d8e9f162d00c6c8255a_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:2fcf4c37460be6f3ea71a563d6dea75525c6dc61252046be022ac9f2529ffc71_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:4a12940b0afe3a9331f258abeffcd6242c0444caeddf6c47d0d70e863db62187_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:9911e8f20d67deda29c332879edeee35bebbec9e3ab8d1db9a62c4553476e26b_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:3468cffc4a1ea9c17fc8e5a6d470d8d0ee63f638b6c458a6b883d1aab24a6f4b_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:702af420a47897b70036aaaa8bf44ef35dc13b0a92c616bdc21217ee778815c7_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b0a17ffff189b7b32237cb0aab50a5355a7a59418076a7d883e6b432886ce03d_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:28f79dceab182cc9f4fa147e4cb364e399ee9e65c45f44cd532b28b72b11c698_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:4bfaa2f95612fdbd64c7f8c1b8a9a3d10a2102b2c47e29d9747f96f33e7d69ae_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:fa2702d91fc2e207d54f8ae17ad0be4b175a73ab89b18e0eafc0a8b398ea3e75_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:172f67f2655272d3eb30e1e680283ed42f7dba9576c1fd0b470be9cc06bb31b4_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:588321718eadd8f84f2d919c0f28ba083a75bb3f2e252d01a4da4f133bb5a0f0_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:991687f2aa06c3e35818af26cd85c3dc8c41ee4188e158ca77c842674b724495_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:4beaed2ea669c9cd47e6533b201a7e9b64b073d9cbf66b370ef3f1cc5016f7c6_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:e825cd96187bcd9dc6d2c5be510d875a9829bc06eb2691613ac436cbb118d3af_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:f44a6c70737ba6f53550dd2eeff263ae26c3c0f4f545573712c87a79e570fb46_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:4e71a205c9cbb94c923b835b23db4c0e976429e76e40bba306799e87c7a4d588_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:812444ea940a077d450259c0e4b4ae54dae59d36db5bb13285cd4374e0cf7d4c_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:ea0b4d42b96c2265cf904323fc8969123f700658490b1b6074fa0f5b27f96350_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:163e370882e2546cfb36feb602c669cf0a39c521431e01ddfc06a6b57c0a12e9_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:24deedb355071b9634b0dbc9d54443a3c66830742c9387e6c693d76428cf0550_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:ea0f584599bde80148ae2409494a7d79b05f352b7f1785d1eb5d1f66e98f32f7_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:310193852bc1e7eafa12a5c2676b03f5ef9e80d1a0520749c59e6552a233443e_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:3ca6eb6e9efda961aceaac5752208cfc3e91ca434bdc6848884ab6de45aff6f5_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:b9881accc12bda2cb3d782ace783cb0b5fa7b8e45cc07f00d6b832e0ab9e768e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "quay: Incorrect Privilege Assignment"
},
{
"cve": "CVE-2025-21605",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-04-23T16:01:41.763906+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2361883"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Redis server. This flaw allows an unauthenticated client to cause an unlimited growth of output buffers until the server runs out of memory or is killed. By default, the Redis configuration does not limit the output buffer of normal clients (see client-output-buffer-limit). Therefore, the output buffer can grow unlimitedly over time. As a result, the service is exhausted, and the memory is unavailable.\n\nWhen password authentication is enabled on the Redis server but no password is provided, the client can still cause the output buffer to grow from \"NOAUTH\" responses until the system runs out of memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Quay-3:quay/clair-rhel8@sha256:195d1076c636f40c7c9198bc03f57e5caa67ee5f5648c2a121bd1f4345de6203_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:bd0ca7a67def94121faf334f482465e666c0b3a1d40b3c977e2fe94ac6643201_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:d8b585baf2ff14b46fb68d190f74b2f2559bf9f5b46e4431d79ed0a4f638fd9d_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:21d1a26656c700442b629207f724d291f8eff7f303038ef70df4154a06575931_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8740e77ef175acfbb456fc5dbdf4f1e22cb7ff962087397a9997c4d5932be4f9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:ce39113b1ebd3f300517d14060c1fe1275961b949dd75d8e9f162d00c6c8255a_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:2fcf4c37460be6f3ea71a563d6dea75525c6dc61252046be022ac9f2529ffc71_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:4a12940b0afe3a9331f258abeffcd6242c0444caeddf6c47d0d70e863db62187_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:9911e8f20d67deda29c332879edeee35bebbec9e3ab8d1db9a62c4553476e26b_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:3468cffc4a1ea9c17fc8e5a6d470d8d0ee63f638b6c458a6b883d1aab24a6f4b_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:702af420a47897b70036aaaa8bf44ef35dc13b0a92c616bdc21217ee778815c7_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b0a17ffff189b7b32237cb0aab50a5355a7a59418076a7d883e6b432886ce03d_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:28f79dceab182cc9f4fa147e4cb364e399ee9e65c45f44cd532b28b72b11c698_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:4bfaa2f95612fdbd64c7f8c1b8a9a3d10a2102b2c47e29d9747f96f33e7d69ae_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:fa2702d91fc2e207d54f8ae17ad0be4b175a73ab89b18e0eafc0a8b398ea3e75_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:172f67f2655272d3eb30e1e680283ed42f7dba9576c1fd0b470be9cc06bb31b4_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:588321718eadd8f84f2d919c0f28ba083a75bb3f2e252d01a4da4f133bb5a0f0_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:991687f2aa06c3e35818af26cd85c3dc8c41ee4188e158ca77c842674b724495_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:4beaed2ea669c9cd47e6533b201a7e9b64b073d9cbf66b370ef3f1cc5016f7c6_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:e825cd96187bcd9dc6d2c5be510d875a9829bc06eb2691613ac436cbb118d3af_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:f44a6c70737ba6f53550dd2eeff263ae26c3c0f4f545573712c87a79e570fb46_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:4e71a205c9cbb94c923b835b23db4c0e976429e76e40bba306799e87c7a4d588_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:812444ea940a077d450259c0e4b4ae54dae59d36db5bb13285cd4374e0cf7d4c_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:ea0b4d42b96c2265cf904323fc8969123f700658490b1b6074fa0f5b27f96350_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:163e370882e2546cfb36feb602c669cf0a39c521431e01ddfc06a6b57c0a12e9_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:24deedb355071b9634b0dbc9d54443a3c66830742c9387e6c693d76428cf0550_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:ea0f584599bde80148ae2409494a7d79b05f352b7f1785d1eb5d1f66e98f32f7_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:310193852bc1e7eafa12a5c2676b03f5ef9e80d1a0520749c59e6552a233443e_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:3ca6eb6e9efda961aceaac5752208cfc3e91ca434bdc6848884ab6de45aff6f5_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:b9881accc12bda2cb3d782ace783cb0b5fa7b8e45cc07f00d6b832e0ab9e768e_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-21605"
},
{
"category": "external",
"summary": "RHBZ#2361883",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2361883"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-21605",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21605"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21605",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21605"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/releases/tag/7.4.3",
"url": "https://github.com/redis/redis/releases/tag/7.4.3"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff",
"url": "https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff"
}
],
"release_date": "2025-04-23T15:38:11.042000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-09T14:27:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:195d1076c636f40c7c9198bc03f57e5caa67ee5f5648c2a121bd1f4345de6203_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:bd0ca7a67def94121faf334f482465e666c0b3a1d40b3c977e2fe94ac6643201_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:d8b585baf2ff14b46fb68d190f74b2f2559bf9f5b46e4431d79ed0a4f638fd9d_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:21d1a26656c700442b629207f724d291f8eff7f303038ef70df4154a06575931_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8740e77ef175acfbb456fc5dbdf4f1e22cb7ff962087397a9997c4d5932be4f9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:ce39113b1ebd3f300517d14060c1fe1275961b949dd75d8e9f162d00c6c8255a_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:2fcf4c37460be6f3ea71a563d6dea75525c6dc61252046be022ac9f2529ffc71_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:4a12940b0afe3a9331f258abeffcd6242c0444caeddf6c47d0d70e863db62187_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:9911e8f20d67deda29c332879edeee35bebbec9e3ab8d1db9a62c4553476e26b_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:3468cffc4a1ea9c17fc8e5a6d470d8d0ee63f638b6c458a6b883d1aab24a6f4b_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:702af420a47897b70036aaaa8bf44ef35dc13b0a92c616bdc21217ee778815c7_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b0a17ffff189b7b32237cb0aab50a5355a7a59418076a7d883e6b432886ce03d_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:28f79dceab182cc9f4fa147e4cb364e399ee9e65c45f44cd532b28b72b11c698_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:4bfaa2f95612fdbd64c7f8c1b8a9a3d10a2102b2c47e29d9747f96f33e7d69ae_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:fa2702d91fc2e207d54f8ae17ad0be4b175a73ab89b18e0eafc0a8b398ea3e75_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:172f67f2655272d3eb30e1e680283ed42f7dba9576c1fd0b470be9cc06bb31b4_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:588321718eadd8f84f2d919c0f28ba083a75bb3f2e252d01a4da4f133bb5a0f0_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:991687f2aa06c3e35818af26cd85c3dc8c41ee4188e158ca77c842674b724495_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:4beaed2ea669c9cd47e6533b201a7e9b64b073d9cbf66b370ef3f1cc5016f7c6_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:e825cd96187bcd9dc6d2c5be510d875a9829bc06eb2691613ac436cbb118d3af_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:f44a6c70737ba6f53550dd2eeff263ae26c3c0f4f545573712c87a79e570fb46_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:4e71a205c9cbb94c923b835b23db4c0e976429e76e40bba306799e87c7a4d588_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:812444ea940a077d450259c0e4b4ae54dae59d36db5bb13285cd4374e0cf7d4c_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:ea0b4d42b96c2265cf904323fc8969123f700658490b1b6074fa0f5b27f96350_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:163e370882e2546cfb36feb602c669cf0a39c521431e01ddfc06a6b57c0a12e9_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:24deedb355071b9634b0dbc9d54443a3c66830742c9387e6c693d76428cf0550_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:ea0f584599bde80148ae2409494a7d79b05f352b7f1785d1eb5d1f66e98f32f7_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:310193852bc1e7eafa12a5c2676b03f5ef9e80d1a0520749c59e6552a233443e_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:3ca6eb6e9efda961aceaac5752208cfc3e91ca434bdc6848884ab6de45aff6f5_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:b9881accc12bda2cb3d782ace783cb0b5fa7b8e45cc07f00d6b832e0ab9e768e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2025:8687"
},
{
"category": "workaround",
"details": "A workaround to mitigate this problem without patching the redis-server executable is to block access to prevent unauthenticated users from connecting to Redis. This can be done in the following different ways:\n\n- Using network access control tools like firewalls, iptables, security groups, etc.\n- Enabling TLS and requiring users to authenticate using client side certificates.",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:195d1076c636f40c7c9198bc03f57e5caa67ee5f5648c2a121bd1f4345de6203_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:bd0ca7a67def94121faf334f482465e666c0b3a1d40b3c977e2fe94ac6643201_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:d8b585baf2ff14b46fb68d190f74b2f2559bf9f5b46e4431d79ed0a4f638fd9d_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:21d1a26656c700442b629207f724d291f8eff7f303038ef70df4154a06575931_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8740e77ef175acfbb456fc5dbdf4f1e22cb7ff962087397a9997c4d5932be4f9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:ce39113b1ebd3f300517d14060c1fe1275961b949dd75d8e9f162d00c6c8255a_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:2fcf4c37460be6f3ea71a563d6dea75525c6dc61252046be022ac9f2529ffc71_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:4a12940b0afe3a9331f258abeffcd6242c0444caeddf6c47d0d70e863db62187_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:9911e8f20d67deda29c332879edeee35bebbec9e3ab8d1db9a62c4553476e26b_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:3468cffc4a1ea9c17fc8e5a6d470d8d0ee63f638b6c458a6b883d1aab24a6f4b_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:702af420a47897b70036aaaa8bf44ef35dc13b0a92c616bdc21217ee778815c7_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b0a17ffff189b7b32237cb0aab50a5355a7a59418076a7d883e6b432886ce03d_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:28f79dceab182cc9f4fa147e4cb364e399ee9e65c45f44cd532b28b72b11c698_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:4bfaa2f95612fdbd64c7f8c1b8a9a3d10a2102b2c47e29d9747f96f33e7d69ae_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:fa2702d91fc2e207d54f8ae17ad0be4b175a73ab89b18e0eafc0a8b398ea3e75_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:172f67f2655272d3eb30e1e680283ed42f7dba9576c1fd0b470be9cc06bb31b4_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:588321718eadd8f84f2d919c0f28ba083a75bb3f2e252d01a4da4f133bb5a0f0_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:991687f2aa06c3e35818af26cd85c3dc8c41ee4188e158ca77c842674b724495_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:4beaed2ea669c9cd47e6533b201a7e9b64b073d9cbf66b370ef3f1cc5016f7c6_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:e825cd96187bcd9dc6d2c5be510d875a9829bc06eb2691613ac436cbb118d3af_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:f44a6c70737ba6f53550dd2eeff263ae26c3c0f4f545573712c87a79e570fb46_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:4e71a205c9cbb94c923b835b23db4c0e976429e76e40bba306799e87c7a4d588_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:812444ea940a077d450259c0e4b4ae54dae59d36db5bb13285cd4374e0cf7d4c_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:ea0b4d42b96c2265cf904323fc8969123f700658490b1b6074fa0f5b27f96350_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:163e370882e2546cfb36feb602c669cf0a39c521431e01ddfc06a6b57c0a12e9_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:24deedb355071b9634b0dbc9d54443a3c66830742c9387e6c693d76428cf0550_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:ea0f584599bde80148ae2409494a7d79b05f352b7f1785d1eb5d1f66e98f32f7_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:310193852bc1e7eafa12a5c2676b03f5ef9e80d1a0520749c59e6552a233443e_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:3ca6eb6e9efda961aceaac5752208cfc3e91ca434bdc6848884ab6de45aff6f5_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:b9881accc12bda2cb3d782ace783cb0b5fa7b8e45cc07f00d6b832e0ab9e768e_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Quay-3:quay/clair-rhel8@sha256:195d1076c636f40c7c9198bc03f57e5caa67ee5f5648c2a121bd1f4345de6203_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:bd0ca7a67def94121faf334f482465e666c0b3a1d40b3c977e2fe94ac6643201_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:d8b585baf2ff14b46fb68d190f74b2f2559bf9f5b46e4431d79ed0a4f638fd9d_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:21d1a26656c700442b629207f724d291f8eff7f303038ef70df4154a06575931_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8740e77ef175acfbb456fc5dbdf4f1e22cb7ff962087397a9997c4d5932be4f9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:ce39113b1ebd3f300517d14060c1fe1275961b949dd75d8e9f162d00c6c8255a_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:2fcf4c37460be6f3ea71a563d6dea75525c6dc61252046be022ac9f2529ffc71_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:4a12940b0afe3a9331f258abeffcd6242c0444caeddf6c47d0d70e863db62187_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:9911e8f20d67deda29c332879edeee35bebbec9e3ab8d1db9a62c4553476e26b_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:3468cffc4a1ea9c17fc8e5a6d470d8d0ee63f638b6c458a6b883d1aab24a6f4b_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:702af420a47897b70036aaaa8bf44ef35dc13b0a92c616bdc21217ee778815c7_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b0a17ffff189b7b32237cb0aab50a5355a7a59418076a7d883e6b432886ce03d_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:28f79dceab182cc9f4fa147e4cb364e399ee9e65c45f44cd532b28b72b11c698_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:4bfaa2f95612fdbd64c7f8c1b8a9a3d10a2102b2c47e29d9747f96f33e7d69ae_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:fa2702d91fc2e207d54f8ae17ad0be4b175a73ab89b18e0eafc0a8b398ea3e75_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:172f67f2655272d3eb30e1e680283ed42f7dba9576c1fd0b470be9cc06bb31b4_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:588321718eadd8f84f2d919c0f28ba083a75bb3f2e252d01a4da4f133bb5a0f0_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:991687f2aa06c3e35818af26cd85c3dc8c41ee4188e158ca77c842674b724495_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:4beaed2ea669c9cd47e6533b201a7e9b64b073d9cbf66b370ef3f1cc5016f7c6_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:e825cd96187bcd9dc6d2c5be510d875a9829bc06eb2691613ac436cbb118d3af_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:f44a6c70737ba6f53550dd2eeff263ae26c3c0f4f545573712c87a79e570fb46_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:4e71a205c9cbb94c923b835b23db4c0e976429e76e40bba306799e87c7a4d588_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:812444ea940a077d450259c0e4b4ae54dae59d36db5bb13285cd4374e0cf7d4c_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:ea0b4d42b96c2265cf904323fc8969123f700658490b1b6074fa0f5b27f96350_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:163e370882e2546cfb36feb602c669cf0a39c521431e01ddfc06a6b57c0a12e9_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:24deedb355071b9634b0dbc9d54443a3c66830742c9387e6c693d76428cf0550_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:ea0f584599bde80148ae2409494a7d79b05f352b7f1785d1eb5d1f66e98f32f7_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:310193852bc1e7eafa12a5c2676b03f5ef9e80d1a0520749c59e6552a233443e_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:3ca6eb6e9efda961aceaac5752208cfc3e91ca434bdc6848884ab6de45aff6f5_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:b9881accc12bda2cb3d782ace783cb0b5fa7b8e45cc07f00d6b832e0ab9e768e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client"
},
{
"cve": "CVE-2025-27144",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-24T23:00:42.448432+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347423"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Quay-3:quay/clair-rhel8@sha256:195d1076c636f40c7c9198bc03f57e5caa67ee5f5648c2a121bd1f4345de6203_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:bd0ca7a67def94121faf334f482465e666c0b3a1d40b3c977e2fe94ac6643201_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:d8b585baf2ff14b46fb68d190f74b2f2559bf9f5b46e4431d79ed0a4f638fd9d_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:21d1a26656c700442b629207f724d291f8eff7f303038ef70df4154a06575931_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8740e77ef175acfbb456fc5dbdf4f1e22cb7ff962087397a9997c4d5932be4f9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:ce39113b1ebd3f300517d14060c1fe1275961b949dd75d8e9f162d00c6c8255a_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:2fcf4c37460be6f3ea71a563d6dea75525c6dc61252046be022ac9f2529ffc71_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:4a12940b0afe3a9331f258abeffcd6242c0444caeddf6c47d0d70e863db62187_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:9911e8f20d67deda29c332879edeee35bebbec9e3ab8d1db9a62c4553476e26b_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:3468cffc4a1ea9c17fc8e5a6d470d8d0ee63f638b6c458a6b883d1aab24a6f4b_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:702af420a47897b70036aaaa8bf44ef35dc13b0a92c616bdc21217ee778815c7_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b0a17ffff189b7b32237cb0aab50a5355a7a59418076a7d883e6b432886ce03d_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:28f79dceab182cc9f4fa147e4cb364e399ee9e65c45f44cd532b28b72b11c698_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:4bfaa2f95612fdbd64c7f8c1b8a9a3d10a2102b2c47e29d9747f96f33e7d69ae_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:fa2702d91fc2e207d54f8ae17ad0be4b175a73ab89b18e0eafc0a8b398ea3e75_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:172f67f2655272d3eb30e1e680283ed42f7dba9576c1fd0b470be9cc06bb31b4_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:588321718eadd8f84f2d919c0f28ba083a75bb3f2e252d01a4da4f133bb5a0f0_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:991687f2aa06c3e35818af26cd85c3dc8c41ee4188e158ca77c842674b724495_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:4beaed2ea669c9cd47e6533b201a7e9b64b073d9cbf66b370ef3f1cc5016f7c6_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:e825cd96187bcd9dc6d2c5be510d875a9829bc06eb2691613ac436cbb118d3af_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:f44a6c70737ba6f53550dd2eeff263ae26c3c0f4f545573712c87a79e570fb46_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:4e71a205c9cbb94c923b835b23db4c0e976429e76e40bba306799e87c7a4d588_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:812444ea940a077d450259c0e4b4ae54dae59d36db5bb13285cd4374e0cf7d4c_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:ea0b4d42b96c2265cf904323fc8969123f700658490b1b6074fa0f5b27f96350_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:163e370882e2546cfb36feb602c669cf0a39c521431e01ddfc06a6b57c0a12e9_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:24deedb355071b9634b0dbc9d54443a3c66830742c9387e6c693d76428cf0550_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:ea0f584599bde80148ae2409494a7d79b05f352b7f1785d1eb5d1f66e98f32f7_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:310193852bc1e7eafa12a5c2676b03f5ef9e80d1a0520749c59e6552a233443e_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:3ca6eb6e9efda961aceaac5752208cfc3e91ca434bdc6848884ab6de45aff6f5_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:b9881accc12bda2cb3d782ace783cb0b5fa7b8e45cc07f00d6b832e0ab9e768e_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "RHBZ#2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22",
"url": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5",
"url": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78"
}
],
"release_date": "2025-02-24T22:22:22.863000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-09T14:27:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:195d1076c636f40c7c9198bc03f57e5caa67ee5f5648c2a121bd1f4345de6203_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:bd0ca7a67def94121faf334f482465e666c0b3a1d40b3c977e2fe94ac6643201_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:d8b585baf2ff14b46fb68d190f74b2f2559bf9f5b46e4431d79ed0a4f638fd9d_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:21d1a26656c700442b629207f724d291f8eff7f303038ef70df4154a06575931_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8740e77ef175acfbb456fc5dbdf4f1e22cb7ff962087397a9997c4d5932be4f9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:ce39113b1ebd3f300517d14060c1fe1275961b949dd75d8e9f162d00c6c8255a_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:2fcf4c37460be6f3ea71a563d6dea75525c6dc61252046be022ac9f2529ffc71_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:4a12940b0afe3a9331f258abeffcd6242c0444caeddf6c47d0d70e863db62187_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:9911e8f20d67deda29c332879edeee35bebbec9e3ab8d1db9a62c4553476e26b_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:3468cffc4a1ea9c17fc8e5a6d470d8d0ee63f638b6c458a6b883d1aab24a6f4b_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:702af420a47897b70036aaaa8bf44ef35dc13b0a92c616bdc21217ee778815c7_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b0a17ffff189b7b32237cb0aab50a5355a7a59418076a7d883e6b432886ce03d_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:28f79dceab182cc9f4fa147e4cb364e399ee9e65c45f44cd532b28b72b11c698_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:4bfaa2f95612fdbd64c7f8c1b8a9a3d10a2102b2c47e29d9747f96f33e7d69ae_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:fa2702d91fc2e207d54f8ae17ad0be4b175a73ab89b18e0eafc0a8b398ea3e75_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:172f67f2655272d3eb30e1e680283ed42f7dba9576c1fd0b470be9cc06bb31b4_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:588321718eadd8f84f2d919c0f28ba083a75bb3f2e252d01a4da4f133bb5a0f0_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:991687f2aa06c3e35818af26cd85c3dc8c41ee4188e158ca77c842674b724495_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:4beaed2ea669c9cd47e6533b201a7e9b64b073d9cbf66b370ef3f1cc5016f7c6_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:e825cd96187bcd9dc6d2c5be510d875a9829bc06eb2691613ac436cbb118d3af_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:f44a6c70737ba6f53550dd2eeff263ae26c3c0f4f545573712c87a79e570fb46_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:4e71a205c9cbb94c923b835b23db4c0e976429e76e40bba306799e87c7a4d588_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:812444ea940a077d450259c0e4b4ae54dae59d36db5bb13285cd4374e0cf7d4c_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:ea0b4d42b96c2265cf904323fc8969123f700658490b1b6074fa0f5b27f96350_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:163e370882e2546cfb36feb602c669cf0a39c521431e01ddfc06a6b57c0a12e9_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:24deedb355071b9634b0dbc9d54443a3c66830742c9387e6c693d76428cf0550_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:ea0f584599bde80148ae2409494a7d79b05f352b7f1785d1eb5d1f66e98f32f7_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:310193852bc1e7eafa12a5c2676b03f5ef9e80d1a0520749c59e6552a233443e_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:3ca6eb6e9efda961aceaac5752208cfc3e91ca434bdc6848884ab6de45aff6f5_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:b9881accc12bda2cb3d782ace783cb0b5fa7b8e45cc07f00d6b832e0ab9e768e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2025:8687"
},
{
"category": "workaround",
"details": "As a workaround, applications can pre-validate that payloads being passed to Go JOSE do not contain an excessive number of `.` characters.",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:195d1076c636f40c7c9198bc03f57e5caa67ee5f5648c2a121bd1f4345de6203_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:bd0ca7a67def94121faf334f482465e666c0b3a1d40b3c977e2fe94ac6643201_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:d8b585baf2ff14b46fb68d190f74b2f2559bf9f5b46e4431d79ed0a4f638fd9d_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:21d1a26656c700442b629207f724d291f8eff7f303038ef70df4154a06575931_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8740e77ef175acfbb456fc5dbdf4f1e22cb7ff962087397a9997c4d5932be4f9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:ce39113b1ebd3f300517d14060c1fe1275961b949dd75d8e9f162d00c6c8255a_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:2fcf4c37460be6f3ea71a563d6dea75525c6dc61252046be022ac9f2529ffc71_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:4a12940b0afe3a9331f258abeffcd6242c0444caeddf6c47d0d70e863db62187_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:9911e8f20d67deda29c332879edeee35bebbec9e3ab8d1db9a62c4553476e26b_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:3468cffc4a1ea9c17fc8e5a6d470d8d0ee63f638b6c458a6b883d1aab24a6f4b_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:702af420a47897b70036aaaa8bf44ef35dc13b0a92c616bdc21217ee778815c7_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b0a17ffff189b7b32237cb0aab50a5355a7a59418076a7d883e6b432886ce03d_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:28f79dceab182cc9f4fa147e4cb364e399ee9e65c45f44cd532b28b72b11c698_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:4bfaa2f95612fdbd64c7f8c1b8a9a3d10a2102b2c47e29d9747f96f33e7d69ae_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:fa2702d91fc2e207d54f8ae17ad0be4b175a73ab89b18e0eafc0a8b398ea3e75_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:172f67f2655272d3eb30e1e680283ed42f7dba9576c1fd0b470be9cc06bb31b4_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:588321718eadd8f84f2d919c0f28ba083a75bb3f2e252d01a4da4f133bb5a0f0_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:991687f2aa06c3e35818af26cd85c3dc8c41ee4188e158ca77c842674b724495_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:4beaed2ea669c9cd47e6533b201a7e9b64b073d9cbf66b370ef3f1cc5016f7c6_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:e825cd96187bcd9dc6d2c5be510d875a9829bc06eb2691613ac436cbb118d3af_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:f44a6c70737ba6f53550dd2eeff263ae26c3c0f4f545573712c87a79e570fb46_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:4e71a205c9cbb94c923b835b23db4c0e976429e76e40bba306799e87c7a4d588_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:812444ea940a077d450259c0e4b4ae54dae59d36db5bb13285cd4374e0cf7d4c_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:ea0b4d42b96c2265cf904323fc8969123f700658490b1b6074fa0f5b27f96350_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:163e370882e2546cfb36feb602c669cf0a39c521431e01ddfc06a6b57c0a12e9_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:24deedb355071b9634b0dbc9d54443a3c66830742c9387e6c693d76428cf0550_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:ea0f584599bde80148ae2409494a7d79b05f352b7f1785d1eb5d1f66e98f32f7_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:310193852bc1e7eafa12a5c2676b03f5ef9e80d1a0520749c59e6552a233443e_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:3ca6eb6e9efda961aceaac5752208cfc3e91ca434bdc6848884ab6de45aff6f5_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:b9881accc12bda2cb3d782ace783cb0b5fa7b8e45cc07f00d6b832e0ab9e768e_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Quay-3:quay/clair-rhel8@sha256:195d1076c636f40c7c9198bc03f57e5caa67ee5f5648c2a121bd1f4345de6203_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:bd0ca7a67def94121faf334f482465e666c0b3a1d40b3c977e2fe94ac6643201_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:d8b585baf2ff14b46fb68d190f74b2f2559bf9f5b46e4431d79ed0a4f638fd9d_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:21d1a26656c700442b629207f724d291f8eff7f303038ef70df4154a06575931_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:8740e77ef175acfbb456fc5dbdf4f1e22cb7ff962087397a9997c4d5932be4f9_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:ce39113b1ebd3f300517d14060c1fe1275961b949dd75d8e9f162d00c6c8255a_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:2fcf4c37460be6f3ea71a563d6dea75525c6dc61252046be022ac9f2529ffc71_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:4a12940b0afe3a9331f258abeffcd6242c0444caeddf6c47d0d70e863db62187_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:9911e8f20d67deda29c332879edeee35bebbec9e3ab8d1db9a62c4553476e26b_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:3468cffc4a1ea9c17fc8e5a6d470d8d0ee63f638b6c458a6b883d1aab24a6f4b_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:702af420a47897b70036aaaa8bf44ef35dc13b0a92c616bdc21217ee778815c7_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b0a17ffff189b7b32237cb0aab50a5355a7a59418076a7d883e6b432886ce03d_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:28f79dceab182cc9f4fa147e4cb364e399ee9e65c45f44cd532b28b72b11c698_ppc64le",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:4bfaa2f95612fdbd64c7f8c1b8a9a3d10a2102b2c47e29d9747f96f33e7d69ae_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:fa2702d91fc2e207d54f8ae17ad0be4b175a73ab89b18e0eafc0a8b398ea3e75_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:172f67f2655272d3eb30e1e680283ed42f7dba9576c1fd0b470be9cc06bb31b4_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:588321718eadd8f84f2d919c0f28ba083a75bb3f2e252d01a4da4f133bb5a0f0_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:991687f2aa06c3e35818af26cd85c3dc8c41ee4188e158ca77c842674b724495_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:4beaed2ea669c9cd47e6533b201a7e9b64b073d9cbf66b370ef3f1cc5016f7c6_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:e825cd96187bcd9dc6d2c5be510d875a9829bc06eb2691613ac436cbb118d3af_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:f44a6c70737ba6f53550dd2eeff263ae26c3c0f4f545573712c87a79e570fb46_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:4e71a205c9cbb94c923b835b23db4c0e976429e76e40bba306799e87c7a4d588_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:812444ea940a077d450259c0e4b4ae54dae59d36db5bb13285cd4374e0cf7d4c_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:ea0b4d42b96c2265cf904323fc8969123f700658490b1b6074fa0f5b27f96350_s390x",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:163e370882e2546cfb36feb602c669cf0a39c521431e01ddfc06a6b57c0a12e9_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:24deedb355071b9634b0dbc9d54443a3c66830742c9387e6c693d76428cf0550_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:ea0f584599bde80148ae2409494a7d79b05f352b7f1785d1eb5d1f66e98f32f7_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:310193852bc1e7eafa12a5c2676b03f5ef9e80d1a0520749c59e6552a233443e_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:3ca6eb6e9efda961aceaac5752208cfc3e91ca434bdc6848884ab6de45aff6f5_ppc64le",
"8Base-Quay-3:quay/quay-rhel8@sha256:b9881accc12bda2cb3d782ace783cb0b5fa7b8e45cc07f00d6b832e0ab9e768e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
}
]
}
RHBA-2025:8688
Vulnerability from csaf_redhat - Published: 2025-06-09 15:29 - Updated: 2026-08-07 13:38A flaw was found in Quay. When an organization acts as a proxy cache, and a user or robot pulls an image that hasn't been mirrored yet, they are granted "Admin" permissions on the newly created repository.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:4364858832daaa9778de8eb1057b091152db9ffefc117d08a546135ed902b5a4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:8f22e1f3575671d35aa4deffab8081d850072c029e94e81b02c3c78659b1624a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:f7d81169cafb4b227d5f4764be0fd9ef00a2f5194ba4d3b5fddd67c97f555fe3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:2cf131394ee817442682747a80723538c26f2ecb250c3893065a65dccc413511_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:38624978696425baeddf42314643b621f6b903bfeee946ac69c9d0198ecdaa4a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:508f8e375f6f1704dd59bf971489e793d0be4c4f5e629a27f3e04c973f18b106_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:878b284ba38f1d3c5f57b2e018c3763b24397537092c4c1764bf04ff887ee4d2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:d60083b67470bc3030c956383b959fb82632a871e72cb38c11fe5990fe5192f5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:df8113c4686a7d33a78aa62a179428585fcf6356d714c55c689e43e2e691fbaa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:7221f1e6f8ff98d0e6e9513c60ed48de318e48be259e903a74fa592576328b3f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:8a8262b65a01956616ff44d49582c3020c98b09cc766a2c47c8aeaae8aae8501_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b474c538f30dc77a9232e02991b07c1221953b5220004518e13cc5760b9fc14a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:138bb2b04af20b1e771bd882e48b72f84c27316177414302824574b10e198ece_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:14116ac30c6085a7f0a9d22e8464f8a76b3ddc1c61616d5e90ad9324295dc780_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:c02735db409a59933b8219d769a5e1dc30bc699f959d7eca15fb7c0bb2d2847e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:b920d6d4955f2a71f02064066957d47df4a3cba178178e274e87299594ac208a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:c81b1560fd999642cc2ea89cdc4883b0d768e2ef42076c5c6aaeae7675317252_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:e4fd30928669f042f28669bcca0d395d8e9c8afe50e21a2e96e3a209c4c366b4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:13cf8814856ecc0d06128f2d7ed03ab13fe2be08fb91b26994e568dc75a74722_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:37fe4dfba94a953f42b06cb17d9ca997e3c46d1c791df4900983fd36887bc620_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca5313b5f86c918831fdcb6ab0ee6f6b2d69e445a145f14cac50afdd0c601e0e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:0101f030419559c83de5939e2d317bf223766868c39ee6a7851a8fb15d291b6b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:1103162b299319d9ecfb7ae5a46de9fcd422bcbd933b05a96f2d34ef63e6e23a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:ef65ddcffa9b2ce9f1a8f73ff2b2d8bca1f0064d983091627f6b3538d97f36f4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:082886c916ba67c9c246b6e709920e9746f342f82d703ba170f50c3ae28a58d4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:25da22ed2c24f10555615b21d382ac523405b1dfd7112f3a076ee781da55a042_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:384129b7d7bd72cfe5307572cb2f3ff7cf81cc62c39539ad923062cd0106257b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:801618c1aed7af43e83b5579aab6faf9e8b1ae6009143736405010cb53e268db_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:85fc7e8f26dd9a89bb0683bf38c2d492a8eb9a76e3cd1b104af6a54ce228d916_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:9db9452ae3220a9847d714a9ec25e8b735d47a56ffd07e756bf0fd44cc8b380c_ppc64le | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Redis server. This flaw allows an unauthenticated client to cause an unlimited growth of output buffers until the server runs out of memory or is killed. By default, the Redis configuration does not limit the output buffer of normal clients (see client-output-buffer-limit). Therefore, the output buffer can grow unlimitedly over time. As a result, the service is exhausted, and the memory is unavailable. When password authentication is enabled on the Redis server but no password is provided, the client can still cause the output buffer to grow from "NOAUTH" responses until the system runs out of memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:4364858832daaa9778de8eb1057b091152db9ffefc117d08a546135ed902b5a4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:8f22e1f3575671d35aa4deffab8081d850072c029e94e81b02c3c78659b1624a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/clair-rhel8@sha256:f7d81169cafb4b227d5f4764be0fd9ef00a2f5194ba4d3b5fddd67c97f555fe3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:2cf131394ee817442682747a80723538c26f2ecb250c3893065a65dccc413511_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:38624978696425baeddf42314643b621f6b903bfeee946ac69c9d0198ecdaa4a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:508f8e375f6f1704dd59bf971489e793d0be4c4f5e629a27f3e04c973f18b106_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:878b284ba38f1d3c5f57b2e018c3763b24397537092c4c1764bf04ff887ee4d2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:d60083b67470bc3030c956383b959fb82632a871e72cb38c11fe5990fe5192f5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:df8113c4686a7d33a78aa62a179428585fcf6356d714c55c689e43e2e691fbaa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:7221f1e6f8ff98d0e6e9513c60ed48de318e48be259e903a74fa592576328b3f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:8a8262b65a01956616ff44d49582c3020c98b09cc766a2c47c8aeaae8aae8501_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b474c538f30dc77a9232e02991b07c1221953b5220004518e13cc5760b9fc14a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:138bb2b04af20b1e771bd882e48b72f84c27316177414302824574b10e198ece_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:14116ac30c6085a7f0a9d22e8464f8a76b3ddc1c61616d5e90ad9324295dc780_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-builder-rhel8@sha256:c02735db409a59933b8219d769a5e1dc30bc699f959d7eca15fb7c0bb2d2847e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:b920d6d4955f2a71f02064066957d47df4a3cba178178e274e87299594ac208a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:c81b1560fd999642cc2ea89cdc4883b0d768e2ef42076c5c6aaeae7675317252_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:e4fd30928669f042f28669bcca0d395d8e9c8afe50e21a2e96e3a209c4c366b4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:13cf8814856ecc0d06128f2d7ed03ab13fe2be08fb91b26994e568dc75a74722_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:37fe4dfba94a953f42b06cb17d9ca997e3c46d1c791df4900983fd36887bc620_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca5313b5f86c918831fdcb6ab0ee6f6b2d69e445a145f14cac50afdd0c601e0e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:0101f030419559c83de5939e2d317bf223766868c39ee6a7851a8fb15d291b6b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:1103162b299319d9ecfb7ae5a46de9fcd422bcbd933b05a96f2d34ef63e6e23a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-bundle@sha256:ef65ddcffa9b2ce9f1a8f73ff2b2d8bca1f0064d983091627f6b3538d97f36f4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:082886c916ba67c9c246b6e709920e9746f342f82d703ba170f50c3ae28a58d4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:25da22ed2c24f10555615b21d382ac523405b1dfd7112f3a076ee781da55a042_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-operator-rhel8@sha256:384129b7d7bd72cfe5307572cb2f3ff7cf81cc62c39539ad923062cd0106257b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:801618c1aed7af43e83b5579aab6faf9e8b1ae6009143736405010cb53e268db_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:85fc7e8f26dd9a89bb0683bf38c2d492a8eb9a76e3cd1b104af6a54ce228d916_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Quay-3:quay/quay-rhel8@sha256:9db9452ae3220a9847d714a9ec25e8b735d47a56ffd07e756bf0fd44cc8b380c_ppc64le | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Quay 3.12.10 is now available with bug fixes.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.12.10",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHBA-2025:8688",
"url": "https://access.redhat.com/errata/RHBA-2025:8688"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhba-2025_8688.json"
}
],
"title": "Red Hat Bug Fix Advisory: Red Hat Quay v3.12.10 bug fix release",
"tracking": {
"current_release_date": "2026-08-07T13:38:38+00:00",
"generator": {
"date": "2026-08-07T13:38:38+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.12"
}
},
"id": "RHBA-2025:8688",
"initial_release_date": "2025-06-09T15:29:30+00:00",
"revision_history": [
{
"date": "2025-06-09T15:29:30+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-06-09T15:29:30+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-07T13:38:38+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Quay v3",
"product": {
"name": "Quay v3",
"product_id": "8Base-Quay-3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "quay/quay-bridge-operator-bundle@sha256:2cf131394ee817442682747a80723538c26f2ecb250c3893065a65dccc413511_ppc64le",
"product": {
"name": "quay/quay-bridge-operator-bundle@sha256:2cf131394ee817442682747a80723538c26f2ecb250c3893065a65dccc413511_ppc64le",
"product_id": "quay/quay-bridge-operator-bundle@sha256:2cf131394ee817442682747a80723538c26f2ecb250c3893065a65dccc413511_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256:2cf131394ee817442682747a80723538c26f2ecb250c3893065a65dccc413511?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-bundle\u0026tag=v3.12.10-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-bridge-operator-rhel8@sha256:878b284ba38f1d3c5f57b2e018c3763b24397537092c4c1764bf04ff887ee4d2_ppc64le",
"product": {
"name": "quay/quay-bridge-operator-rhel8@sha256:878b284ba38f1d3c5f57b2e018c3763b24397537092c4c1764bf04ff887ee4d2_ppc64le",
"product_id": "quay/quay-bridge-operator-rhel8@sha256:878b284ba38f1d3c5f57b2e018c3763b24397537092c4c1764bf04ff887ee4d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256:878b284ba38f1d3c5f57b2e018c3763b24397537092c4c1764bf04ff887ee4d2?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=v3.12.10-2"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-rhel8@sha256:c02735db409a59933b8219d769a5e1dc30bc699f959d7eca15fb7c0bb2d2847e_ppc64le",
"product": {
"name": "quay/quay-builder-rhel8@sha256:c02735db409a59933b8219d769a5e1dc30bc699f959d7eca15fb7c0bb2d2847e_ppc64le",
"product_id": "quay/quay-builder-rhel8@sha256:c02735db409a59933b8219d769a5e1dc30bc699f959d7eca15fb7c0bb2d2847e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256:c02735db409a59933b8219d769a5e1dc30bc699f959d7eca15fb7c0bb2d2847e?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=v3.12.10-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:7221f1e6f8ff98d0e6e9513c60ed48de318e48be259e903a74fa592576328b3f_ppc64le",
"product": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:7221f1e6f8ff98d0e6e9513c60ed48de318e48be259e903a74fa592576328b3f_ppc64le",
"product_id": "quay/quay-builder-qemu-rhcos-rhel8@sha256:7221f1e6f8ff98d0e6e9513c60ed48de318e48be259e903a74fa592576328b3f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256:7221f1e6f8ff98d0e6e9513c60ed48de318e48be259e903a74fa592576328b3f?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=v3.12.10-2"
}
}
},
{
"category": "product_version",
"name": "quay/clair-rhel8@sha256:f7d81169cafb4b227d5f4764be0fd9ef00a2f5194ba4d3b5fddd67c97f555fe3_ppc64le",
"product": {
"name": "quay/clair-rhel8@sha256:f7d81169cafb4b227d5f4764be0fd9ef00a2f5194ba4d3b5fddd67c97f555fe3_ppc64le",
"product_id": "quay/clair-rhel8@sha256:f7d81169cafb4b227d5f4764be0fd9ef00a2f5194ba4d3b5fddd67c97f555fe3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256:f7d81169cafb4b227d5f4764be0fd9ef00a2f5194ba4d3b5fddd67c97f555fe3?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=v3.12.10-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-bundle@sha256:e4fd30928669f042f28669bcca0d395d8e9c8afe50e21a2e96e3a209c4c366b4_ppc64le",
"product": {
"name": "quay/quay-container-security-operator-bundle@sha256:e4fd30928669f042f28669bcca0d395d8e9c8afe50e21a2e96e3a209c4c366b4_ppc64le",
"product_id": "quay/quay-container-security-operator-bundle@sha256:e4fd30928669f042f28669bcca0d395d8e9c8afe50e21a2e96e3a209c4c366b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256:e4fd30928669f042f28669bcca0d395d8e9c8afe50e21a2e96e3a209c4c366b4?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=v3.12.10-2"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-rhel8@sha256:ca5313b5f86c918831fdcb6ab0ee6f6b2d69e445a145f14cac50afdd0c601e0e_ppc64le",
"product": {
"name": "quay/quay-container-security-operator-rhel8@sha256:ca5313b5f86c918831fdcb6ab0ee6f6b2d69e445a145f14cac50afdd0c601e0e_ppc64le",
"product_id": "quay/quay-container-security-operator-rhel8@sha256:ca5313b5f86c918831fdcb6ab0ee6f6b2d69e445a145f14cac50afdd0c601e0e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256:ca5313b5f86c918831fdcb6ab0ee6f6b2d69e445a145f14cac50afdd0c601e0e?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=v3.12.10-2"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-bundle@sha256:ef65ddcffa9b2ce9f1a8f73ff2b2d8bca1f0064d983091627f6b3538d97f36f4_ppc64le",
"product": {
"name": "quay/quay-operator-bundle@sha256:ef65ddcffa9b2ce9f1a8f73ff2b2d8bca1f0064d983091627f6b3538d97f36f4_ppc64le",
"product_id": "quay/quay-operator-bundle@sha256:ef65ddcffa9b2ce9f1a8f73ff2b2d8bca1f0064d983091627f6b3538d97f36f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256:ef65ddcffa9b2ce9f1a8f73ff2b2d8bca1f0064d983091627f6b3538d97f36f4?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=v3.12.10-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-rhel8@sha256:082886c916ba67c9c246b6e709920e9746f342f82d703ba170f50c3ae28a58d4_ppc64le",
"product": {
"name": "quay/quay-operator-rhel8@sha256:082886c916ba67c9c246b6e709920e9746f342f82d703ba170f50c3ae28a58d4_ppc64le",
"product_id": "quay/quay-operator-rhel8@sha256:082886c916ba67c9c246b6e709920e9746f342f82d703ba170f50c3ae28a58d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256:082886c916ba67c9c246b6e709920e9746f342f82d703ba170f50c3ae28a58d4?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=v3.12.10-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-rhel8@sha256:9db9452ae3220a9847d714a9ec25e8b735d47a56ffd07e756bf0fd44cc8b380c_ppc64le",
"product": {
"name": "quay/quay-rhel8@sha256:9db9452ae3220a9847d714a9ec25e8b735d47a56ffd07e756bf0fd44cc8b380c_ppc64le",
"product_id": "quay/quay-rhel8@sha256:9db9452ae3220a9847d714a9ec25e8b735d47a56ffd07e756bf0fd44cc8b380c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256:9db9452ae3220a9847d714a9ec25e8b735d47a56ffd07e756bf0fd44cc8b380c?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=v3.12.10-3"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "quay/quay-bridge-operator-bundle@sha256:508f8e375f6f1704dd59bf971489e793d0be4c4f5e629a27f3e04c973f18b106_s390x",
"product": {
"name": "quay/quay-bridge-operator-bundle@sha256:508f8e375f6f1704dd59bf971489e793d0be4c4f5e629a27f3e04c973f18b106_s390x",
"product_id": "quay/quay-bridge-operator-bundle@sha256:508f8e375f6f1704dd59bf971489e793d0be4c4f5e629a27f3e04c973f18b106_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256:508f8e375f6f1704dd59bf971489e793d0be4c4f5e629a27f3e04c973f18b106?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-bundle\u0026tag=v3.12.10-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-bridge-operator-rhel8@sha256:d60083b67470bc3030c956383b959fb82632a871e72cb38c11fe5990fe5192f5_s390x",
"product": {
"name": "quay/quay-bridge-operator-rhel8@sha256:d60083b67470bc3030c956383b959fb82632a871e72cb38c11fe5990fe5192f5_s390x",
"product_id": "quay/quay-bridge-operator-rhel8@sha256:d60083b67470bc3030c956383b959fb82632a871e72cb38c11fe5990fe5192f5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256:d60083b67470bc3030c956383b959fb82632a871e72cb38c11fe5990fe5192f5?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=v3.12.10-2"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-rhel8@sha256:138bb2b04af20b1e771bd882e48b72f84c27316177414302824574b10e198ece_s390x",
"product": {
"name": "quay/quay-builder-rhel8@sha256:138bb2b04af20b1e771bd882e48b72f84c27316177414302824574b10e198ece_s390x",
"product_id": "quay/quay-builder-rhel8@sha256:138bb2b04af20b1e771bd882e48b72f84c27316177414302824574b10e198ece_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256:138bb2b04af20b1e771bd882e48b72f84c27316177414302824574b10e198ece?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=v3.12.10-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:8a8262b65a01956616ff44d49582c3020c98b09cc766a2c47c8aeaae8aae8501_s390x",
"product": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:8a8262b65a01956616ff44d49582c3020c98b09cc766a2c47c8aeaae8aae8501_s390x",
"product_id": "quay/quay-builder-qemu-rhcos-rhel8@sha256:8a8262b65a01956616ff44d49582c3020c98b09cc766a2c47c8aeaae8aae8501_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256:8a8262b65a01956616ff44d49582c3020c98b09cc766a2c47c8aeaae8aae8501?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=v3.12.10-2"
}
}
},
{
"category": "product_version",
"name": "quay/clair-rhel8@sha256:4364858832daaa9778de8eb1057b091152db9ffefc117d08a546135ed902b5a4_s390x",
"product": {
"name": "quay/clair-rhel8@sha256:4364858832daaa9778de8eb1057b091152db9ffefc117d08a546135ed902b5a4_s390x",
"product_id": "quay/clair-rhel8@sha256:4364858832daaa9778de8eb1057b091152db9ffefc117d08a546135ed902b5a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256:4364858832daaa9778de8eb1057b091152db9ffefc117d08a546135ed902b5a4?arch=s390x\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=v3.12.10-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-bundle@sha256:c81b1560fd999642cc2ea89cdc4883b0d768e2ef42076c5c6aaeae7675317252_s390x",
"product": {
"name": "quay/quay-container-security-operator-bundle@sha256:c81b1560fd999642cc2ea89cdc4883b0d768e2ef42076c5c6aaeae7675317252_s390x",
"product_id": "quay/quay-container-security-operator-bundle@sha256:c81b1560fd999642cc2ea89cdc4883b0d768e2ef42076c5c6aaeae7675317252_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256:c81b1560fd999642cc2ea89cdc4883b0d768e2ef42076c5c6aaeae7675317252?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=v3.12.10-2"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-rhel8@sha256:13cf8814856ecc0d06128f2d7ed03ab13fe2be08fb91b26994e568dc75a74722_s390x",
"product": {
"name": "quay/quay-container-security-operator-rhel8@sha256:13cf8814856ecc0d06128f2d7ed03ab13fe2be08fb91b26994e568dc75a74722_s390x",
"product_id": "quay/quay-container-security-operator-rhel8@sha256:13cf8814856ecc0d06128f2d7ed03ab13fe2be08fb91b26994e568dc75a74722_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256:13cf8814856ecc0d06128f2d7ed03ab13fe2be08fb91b26994e568dc75a74722?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=v3.12.10-2"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-bundle@sha256:1103162b299319d9ecfb7ae5a46de9fcd422bcbd933b05a96f2d34ef63e6e23a_s390x",
"product": {
"name": "quay/quay-operator-bundle@sha256:1103162b299319d9ecfb7ae5a46de9fcd422bcbd933b05a96f2d34ef63e6e23a_s390x",
"product_id": "quay/quay-operator-bundle@sha256:1103162b299319d9ecfb7ae5a46de9fcd422bcbd933b05a96f2d34ef63e6e23a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256:1103162b299319d9ecfb7ae5a46de9fcd422bcbd933b05a96f2d34ef63e6e23a?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=v3.12.10-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-rhel8@sha256:384129b7d7bd72cfe5307572cb2f3ff7cf81cc62c39539ad923062cd0106257b_s390x",
"product": {
"name": "quay/quay-operator-rhel8@sha256:384129b7d7bd72cfe5307572cb2f3ff7cf81cc62c39539ad923062cd0106257b_s390x",
"product_id": "quay/quay-operator-rhel8@sha256:384129b7d7bd72cfe5307572cb2f3ff7cf81cc62c39539ad923062cd0106257b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256:384129b7d7bd72cfe5307572cb2f3ff7cf81cc62c39539ad923062cd0106257b?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=v3.12.10-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-rhel8@sha256:85fc7e8f26dd9a89bb0683bf38c2d492a8eb9a76e3cd1b104af6a54ce228d916_s390x",
"product": {
"name": "quay/quay-rhel8@sha256:85fc7e8f26dd9a89bb0683bf38c2d492a8eb9a76e3cd1b104af6a54ce228d916_s390x",
"product_id": "quay/quay-rhel8@sha256:85fc7e8f26dd9a89bb0683bf38c2d492a8eb9a76e3cd1b104af6a54ce228d916_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256:85fc7e8f26dd9a89bb0683bf38c2d492a8eb9a76e3cd1b104af6a54ce228d916?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=v3.12.10-3"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "quay/quay-bridge-operator-bundle@sha256:38624978696425baeddf42314643b621f6b903bfeee946ac69c9d0198ecdaa4a_amd64",
"product": {
"name": "quay/quay-bridge-operator-bundle@sha256:38624978696425baeddf42314643b621f6b903bfeee946ac69c9d0198ecdaa4a_amd64",
"product_id": "quay/quay-bridge-operator-bundle@sha256:38624978696425baeddf42314643b621f6b903bfeee946ac69c9d0198ecdaa4a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256:38624978696425baeddf42314643b621f6b903bfeee946ac69c9d0198ecdaa4a?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-bundle\u0026tag=v3.12.10-3"
}
}
},
{
"category": "product_version",
"name": "quay/quay-bridge-operator-rhel8@sha256:df8113c4686a7d33a78aa62a179428585fcf6356d714c55c689e43e2e691fbaa_amd64",
"product": {
"name": "quay/quay-bridge-operator-rhel8@sha256:df8113c4686a7d33a78aa62a179428585fcf6356d714c55c689e43e2e691fbaa_amd64",
"product_id": "quay/quay-bridge-operator-rhel8@sha256:df8113c4686a7d33a78aa62a179428585fcf6356d714c55c689e43e2e691fbaa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256:df8113c4686a7d33a78aa62a179428585fcf6356d714c55c689e43e2e691fbaa?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=v3.12.10-2"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-rhel8@sha256:14116ac30c6085a7f0a9d22e8464f8a76b3ddc1c61616d5e90ad9324295dc780_amd64",
"product": {
"name": "quay/quay-builder-rhel8@sha256:14116ac30c6085a7f0a9d22e8464f8a76b3ddc1c61616d5e90ad9324295dc780_amd64",
"product_id": "quay/quay-builder-rhel8@sha256:14116ac30c6085a7f0a9d22e8464f8a76b3ddc1c61616d5e90ad9324295dc780_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256:14116ac30c6085a7f0a9d22e8464f8a76b3ddc1c61616d5e90ad9324295dc780?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=v3.12.10-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:b474c538f30dc77a9232e02991b07c1221953b5220004518e13cc5760b9fc14a_amd64",
"product": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:b474c538f30dc77a9232e02991b07c1221953b5220004518e13cc5760b9fc14a_amd64",
"product_id": "quay/quay-builder-qemu-rhcos-rhel8@sha256:b474c538f30dc77a9232e02991b07c1221953b5220004518e13cc5760b9fc14a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256:b474c538f30dc77a9232e02991b07c1221953b5220004518e13cc5760b9fc14a?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=v3.12.10-2"
}
}
},
{
"category": "product_version",
"name": "quay/clair-rhel8@sha256:8f22e1f3575671d35aa4deffab8081d850072c029e94e81b02c3c78659b1624a_amd64",
"product": {
"name": "quay/clair-rhel8@sha256:8f22e1f3575671d35aa4deffab8081d850072c029e94e81b02c3c78659b1624a_amd64",
"product_id": "quay/clair-rhel8@sha256:8f22e1f3575671d35aa4deffab8081d850072c029e94e81b02c3c78659b1624a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256:8f22e1f3575671d35aa4deffab8081d850072c029e94e81b02c3c78659b1624a?arch=amd64\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=v3.12.10-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-bundle@sha256:b920d6d4955f2a71f02064066957d47df4a3cba178178e274e87299594ac208a_amd64",
"product": {
"name": "quay/quay-container-security-operator-bundle@sha256:b920d6d4955f2a71f02064066957d47df4a3cba178178e274e87299594ac208a_amd64",
"product_id": "quay/quay-container-security-operator-bundle@sha256:b920d6d4955f2a71f02064066957d47df4a3cba178178e274e87299594ac208a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256:b920d6d4955f2a71f02064066957d47df4a3cba178178e274e87299594ac208a?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=v3.12.10-2"
}
}
},
{
"category": "product_version",
"name": "quay/quay-container-security-operator-rhel8@sha256:37fe4dfba94a953f42b06cb17d9ca997e3c46d1c791df4900983fd36887bc620_amd64",
"product": {
"name": "quay/quay-container-security-operator-rhel8@sha256:37fe4dfba94a953f42b06cb17d9ca997e3c46d1c791df4900983fd36887bc620_amd64",
"product_id": "quay/quay-container-security-operator-rhel8@sha256:37fe4dfba94a953f42b06cb17d9ca997e3c46d1c791df4900983fd36887bc620_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256:37fe4dfba94a953f42b06cb17d9ca997e3c46d1c791df4900983fd36887bc620?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=v3.12.10-2"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-bundle@sha256:0101f030419559c83de5939e2d317bf223766868c39ee6a7851a8fb15d291b6b_amd64",
"product": {
"name": "quay/quay-operator-bundle@sha256:0101f030419559c83de5939e2d317bf223766868c39ee6a7851a8fb15d291b6b_amd64",
"product_id": "quay/quay-operator-bundle@sha256:0101f030419559c83de5939e2d317bf223766868c39ee6a7851a8fb15d291b6b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256:0101f030419559c83de5939e2d317bf223766868c39ee6a7851a8fb15d291b6b?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=v3.12.10-4"
}
}
},
{
"category": "product_version",
"name": "quay/quay-operator-rhel8@sha256:25da22ed2c24f10555615b21d382ac523405b1dfd7112f3a076ee781da55a042_amd64",
"product": {
"name": "quay/quay-operator-rhel8@sha256:25da22ed2c24f10555615b21d382ac523405b1dfd7112f3a076ee781da55a042_amd64",
"product_id": "quay/quay-operator-rhel8@sha256:25da22ed2c24f10555615b21d382ac523405b1dfd7112f3a076ee781da55a042_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256:25da22ed2c24f10555615b21d382ac523405b1dfd7112f3a076ee781da55a042?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=v3.12.10-1"
}
}
},
{
"category": "product_version",
"name": "quay/quay-rhel8@sha256:801618c1aed7af43e83b5579aab6faf9e8b1ae6009143736405010cb53e268db_amd64",
"product": {
"name": "quay/quay-rhel8@sha256:801618c1aed7af43e83b5579aab6faf9e8b1ae6009143736405010cb53e268db_amd64",
"product_id": "quay/quay-rhel8@sha256:801618c1aed7af43e83b5579aab6faf9e8b1ae6009143736405010cb53e268db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256:801618c1aed7af43e83b5579aab6faf9e8b1ae6009143736405010cb53e268db?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=v3.12.10-3"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/clair-rhel8@sha256:4364858832daaa9778de8eb1057b091152db9ffefc117d08a546135ed902b5a4_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/clair-rhel8@sha256:4364858832daaa9778de8eb1057b091152db9ffefc117d08a546135ed902b5a4_s390x"
},
"product_reference": "quay/clair-rhel8@sha256:4364858832daaa9778de8eb1057b091152db9ffefc117d08a546135ed902b5a4_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/clair-rhel8@sha256:8f22e1f3575671d35aa4deffab8081d850072c029e94e81b02c3c78659b1624a_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/clair-rhel8@sha256:8f22e1f3575671d35aa4deffab8081d850072c029e94e81b02c3c78659b1624a_amd64"
},
"product_reference": "quay/clair-rhel8@sha256:8f22e1f3575671d35aa4deffab8081d850072c029e94e81b02c3c78659b1624a_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/clair-rhel8@sha256:f7d81169cafb4b227d5f4764be0fd9ef00a2f5194ba4d3b5fddd67c97f555fe3_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/clair-rhel8@sha256:f7d81169cafb4b227d5f4764be0fd9ef00a2f5194ba4d3b5fddd67c97f555fe3_ppc64le"
},
"product_reference": "quay/clair-rhel8@sha256:f7d81169cafb4b227d5f4764be0fd9ef00a2f5194ba4d3b5fddd67c97f555fe3_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-bundle@sha256:2cf131394ee817442682747a80723538c26f2ecb250c3893065a65dccc413511_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:2cf131394ee817442682747a80723538c26f2ecb250c3893065a65dccc413511_ppc64le"
},
"product_reference": "quay/quay-bridge-operator-bundle@sha256:2cf131394ee817442682747a80723538c26f2ecb250c3893065a65dccc413511_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-bundle@sha256:38624978696425baeddf42314643b621f6b903bfeee946ac69c9d0198ecdaa4a_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:38624978696425baeddf42314643b621f6b903bfeee946ac69c9d0198ecdaa4a_amd64"
},
"product_reference": "quay/quay-bridge-operator-bundle@sha256:38624978696425baeddf42314643b621f6b903bfeee946ac69c9d0198ecdaa4a_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-bundle@sha256:508f8e375f6f1704dd59bf971489e793d0be4c4f5e629a27f3e04c973f18b106_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:508f8e375f6f1704dd59bf971489e793d0be4c4f5e629a27f3e04c973f18b106_s390x"
},
"product_reference": "quay/quay-bridge-operator-bundle@sha256:508f8e375f6f1704dd59bf971489e793d0be4c4f5e629a27f3e04c973f18b106_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-rhel8@sha256:878b284ba38f1d3c5f57b2e018c3763b24397537092c4c1764bf04ff887ee4d2_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:878b284ba38f1d3c5f57b2e018c3763b24397537092c4c1764bf04ff887ee4d2_ppc64le"
},
"product_reference": "quay/quay-bridge-operator-rhel8@sha256:878b284ba38f1d3c5f57b2e018c3763b24397537092c4c1764bf04ff887ee4d2_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-rhel8@sha256:d60083b67470bc3030c956383b959fb82632a871e72cb38c11fe5990fe5192f5_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:d60083b67470bc3030c956383b959fb82632a871e72cb38c11fe5990fe5192f5_s390x"
},
"product_reference": "quay/quay-bridge-operator-rhel8@sha256:d60083b67470bc3030c956383b959fb82632a871e72cb38c11fe5990fe5192f5_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-bridge-operator-rhel8@sha256:df8113c4686a7d33a78aa62a179428585fcf6356d714c55c689e43e2e691fbaa_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:df8113c4686a7d33a78aa62a179428585fcf6356d714c55c689e43e2e691fbaa_amd64"
},
"product_reference": "quay/quay-bridge-operator-rhel8@sha256:df8113c4686a7d33a78aa62a179428585fcf6356d714c55c689e43e2e691fbaa_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:7221f1e6f8ff98d0e6e9513c60ed48de318e48be259e903a74fa592576328b3f_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:7221f1e6f8ff98d0e6e9513c60ed48de318e48be259e903a74fa592576328b3f_ppc64le"
},
"product_reference": "quay/quay-builder-qemu-rhcos-rhel8@sha256:7221f1e6f8ff98d0e6e9513c60ed48de318e48be259e903a74fa592576328b3f_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:8a8262b65a01956616ff44d49582c3020c98b09cc766a2c47c8aeaae8aae8501_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:8a8262b65a01956616ff44d49582c3020c98b09cc766a2c47c8aeaae8aae8501_s390x"
},
"product_reference": "quay/quay-builder-qemu-rhcos-rhel8@sha256:8a8262b65a01956616ff44d49582c3020c98b09cc766a2c47c8aeaae8aae8501_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-qemu-rhcos-rhel8@sha256:b474c538f30dc77a9232e02991b07c1221953b5220004518e13cc5760b9fc14a_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b474c538f30dc77a9232e02991b07c1221953b5220004518e13cc5760b9fc14a_amd64"
},
"product_reference": "quay/quay-builder-qemu-rhcos-rhel8@sha256:b474c538f30dc77a9232e02991b07c1221953b5220004518e13cc5760b9fc14a_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-rhel8@sha256:138bb2b04af20b1e771bd882e48b72f84c27316177414302824574b10e198ece_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-rhel8@sha256:138bb2b04af20b1e771bd882e48b72f84c27316177414302824574b10e198ece_s390x"
},
"product_reference": "quay/quay-builder-rhel8@sha256:138bb2b04af20b1e771bd882e48b72f84c27316177414302824574b10e198ece_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-rhel8@sha256:14116ac30c6085a7f0a9d22e8464f8a76b3ddc1c61616d5e90ad9324295dc780_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-rhel8@sha256:14116ac30c6085a7f0a9d22e8464f8a76b3ddc1c61616d5e90ad9324295dc780_amd64"
},
"product_reference": "quay/quay-builder-rhel8@sha256:14116ac30c6085a7f0a9d22e8464f8a76b3ddc1c61616d5e90ad9324295dc780_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-builder-rhel8@sha256:c02735db409a59933b8219d769a5e1dc30bc699f959d7eca15fb7c0bb2d2847e_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-builder-rhel8@sha256:c02735db409a59933b8219d769a5e1dc30bc699f959d7eca15fb7c0bb2d2847e_ppc64le"
},
"product_reference": "quay/quay-builder-rhel8@sha256:c02735db409a59933b8219d769a5e1dc30bc699f959d7eca15fb7c0bb2d2847e_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-bundle@sha256:b920d6d4955f2a71f02064066957d47df4a3cba178178e274e87299594ac208a_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:b920d6d4955f2a71f02064066957d47df4a3cba178178e274e87299594ac208a_amd64"
},
"product_reference": "quay/quay-container-security-operator-bundle@sha256:b920d6d4955f2a71f02064066957d47df4a3cba178178e274e87299594ac208a_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-bundle@sha256:c81b1560fd999642cc2ea89cdc4883b0d768e2ef42076c5c6aaeae7675317252_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:c81b1560fd999642cc2ea89cdc4883b0d768e2ef42076c5c6aaeae7675317252_s390x"
},
"product_reference": "quay/quay-container-security-operator-bundle@sha256:c81b1560fd999642cc2ea89cdc4883b0d768e2ef42076c5c6aaeae7675317252_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-bundle@sha256:e4fd30928669f042f28669bcca0d395d8e9c8afe50e21a2e96e3a209c4c366b4_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:e4fd30928669f042f28669bcca0d395d8e9c8afe50e21a2e96e3a209c4c366b4_ppc64le"
},
"product_reference": "quay/quay-container-security-operator-bundle@sha256:e4fd30928669f042f28669bcca0d395d8e9c8afe50e21a2e96e3a209c4c366b4_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-rhel8@sha256:13cf8814856ecc0d06128f2d7ed03ab13fe2be08fb91b26994e568dc75a74722_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:13cf8814856ecc0d06128f2d7ed03ab13fe2be08fb91b26994e568dc75a74722_s390x"
},
"product_reference": "quay/quay-container-security-operator-rhel8@sha256:13cf8814856ecc0d06128f2d7ed03ab13fe2be08fb91b26994e568dc75a74722_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-rhel8@sha256:37fe4dfba94a953f42b06cb17d9ca997e3c46d1c791df4900983fd36887bc620_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:37fe4dfba94a953f42b06cb17d9ca997e3c46d1c791df4900983fd36887bc620_amd64"
},
"product_reference": "quay/quay-container-security-operator-rhel8@sha256:37fe4dfba94a953f42b06cb17d9ca997e3c46d1c791df4900983fd36887bc620_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-container-security-operator-rhel8@sha256:ca5313b5f86c918831fdcb6ab0ee6f6b2d69e445a145f14cac50afdd0c601e0e_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca5313b5f86c918831fdcb6ab0ee6f6b2d69e445a145f14cac50afdd0c601e0e_ppc64le"
},
"product_reference": "quay/quay-container-security-operator-rhel8@sha256:ca5313b5f86c918831fdcb6ab0ee6f6b2d69e445a145f14cac50afdd0c601e0e_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-bundle@sha256:0101f030419559c83de5939e2d317bf223766868c39ee6a7851a8fb15d291b6b_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-bundle@sha256:0101f030419559c83de5939e2d317bf223766868c39ee6a7851a8fb15d291b6b_amd64"
},
"product_reference": "quay/quay-operator-bundle@sha256:0101f030419559c83de5939e2d317bf223766868c39ee6a7851a8fb15d291b6b_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-bundle@sha256:1103162b299319d9ecfb7ae5a46de9fcd422bcbd933b05a96f2d34ef63e6e23a_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-bundle@sha256:1103162b299319d9ecfb7ae5a46de9fcd422bcbd933b05a96f2d34ef63e6e23a_s390x"
},
"product_reference": "quay/quay-operator-bundle@sha256:1103162b299319d9ecfb7ae5a46de9fcd422bcbd933b05a96f2d34ef63e6e23a_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-bundle@sha256:ef65ddcffa9b2ce9f1a8f73ff2b2d8bca1f0064d983091627f6b3538d97f36f4_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-bundle@sha256:ef65ddcffa9b2ce9f1a8f73ff2b2d8bca1f0064d983091627f6b3538d97f36f4_ppc64le"
},
"product_reference": "quay/quay-operator-bundle@sha256:ef65ddcffa9b2ce9f1a8f73ff2b2d8bca1f0064d983091627f6b3538d97f36f4_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-rhel8@sha256:082886c916ba67c9c246b6e709920e9746f342f82d703ba170f50c3ae28a58d4_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-rhel8@sha256:082886c916ba67c9c246b6e709920e9746f342f82d703ba170f50c3ae28a58d4_ppc64le"
},
"product_reference": "quay/quay-operator-rhel8@sha256:082886c916ba67c9c246b6e709920e9746f342f82d703ba170f50c3ae28a58d4_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-rhel8@sha256:25da22ed2c24f10555615b21d382ac523405b1dfd7112f3a076ee781da55a042_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-rhel8@sha256:25da22ed2c24f10555615b21d382ac523405b1dfd7112f3a076ee781da55a042_amd64"
},
"product_reference": "quay/quay-operator-rhel8@sha256:25da22ed2c24f10555615b21d382ac523405b1dfd7112f3a076ee781da55a042_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-operator-rhel8@sha256:384129b7d7bd72cfe5307572cb2f3ff7cf81cc62c39539ad923062cd0106257b_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-operator-rhel8@sha256:384129b7d7bd72cfe5307572cb2f3ff7cf81cc62c39539ad923062cd0106257b_s390x"
},
"product_reference": "quay/quay-operator-rhel8@sha256:384129b7d7bd72cfe5307572cb2f3ff7cf81cc62c39539ad923062cd0106257b_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-rhel8@sha256:801618c1aed7af43e83b5579aab6faf9e8b1ae6009143736405010cb53e268db_amd64 as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-rhel8@sha256:801618c1aed7af43e83b5579aab6faf9e8b1ae6009143736405010cb53e268db_amd64"
},
"product_reference": "quay/quay-rhel8@sha256:801618c1aed7af43e83b5579aab6faf9e8b1ae6009143736405010cb53e268db_amd64",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-rhel8@sha256:85fc7e8f26dd9a89bb0683bf38c2d492a8eb9a76e3cd1b104af6a54ce228d916_s390x as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-rhel8@sha256:85fc7e8f26dd9a89bb0683bf38c2d492a8eb9a76e3cd1b104af6a54ce228d916_s390x"
},
"product_reference": "quay/quay-rhel8@sha256:85fc7e8f26dd9a89bb0683bf38c2d492a8eb9a76e3cd1b104af6a54ce228d916_s390x",
"relates_to_product_reference": "8Base-Quay-3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "quay/quay-rhel8@sha256:9db9452ae3220a9847d714a9ec25e8b735d47a56ffd07e756bf0fd44cc8b380c_ppc64le as a component of Quay v3",
"product_id": "8Base-Quay-3:quay/quay-rhel8@sha256:9db9452ae3220a9847d714a9ec25e8b735d47a56ffd07e756bf0fd44cc8b380c_ppc64le"
},
"product_reference": "quay/quay-rhel8@sha256:9db9452ae3220a9847d714a9ec25e8b735d47a56ffd07e756bf0fd44cc8b380c_ppc64le",
"relates_to_product_reference": "8Base-Quay-3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-4374",
"cwe": {
"id": "CWE-266",
"name": "Incorrect Privilege Assignment"
},
"discovery_date": "2025-05-06T01:20:45.731000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2364267"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Quay. When an organization acts as a proxy cache, and a user or robot pulls an image that hasn\u0027t been mirrored yet, they are granted \"Admin\" permissions on the newly created repository.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "quay: Incorrect Privilege Assignment",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Quay-3:quay/clair-rhel8@sha256:4364858832daaa9778de8eb1057b091152db9ffefc117d08a546135ed902b5a4_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:8f22e1f3575671d35aa4deffab8081d850072c029e94e81b02c3c78659b1624a_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:f7d81169cafb4b227d5f4764be0fd9ef00a2f5194ba4d3b5fddd67c97f555fe3_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:2cf131394ee817442682747a80723538c26f2ecb250c3893065a65dccc413511_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:38624978696425baeddf42314643b621f6b903bfeee946ac69c9d0198ecdaa4a_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:508f8e375f6f1704dd59bf971489e793d0be4c4f5e629a27f3e04c973f18b106_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:878b284ba38f1d3c5f57b2e018c3763b24397537092c4c1764bf04ff887ee4d2_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:d60083b67470bc3030c956383b959fb82632a871e72cb38c11fe5990fe5192f5_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:df8113c4686a7d33a78aa62a179428585fcf6356d714c55c689e43e2e691fbaa_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:7221f1e6f8ff98d0e6e9513c60ed48de318e48be259e903a74fa592576328b3f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:8a8262b65a01956616ff44d49582c3020c98b09cc766a2c47c8aeaae8aae8501_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b474c538f30dc77a9232e02991b07c1221953b5220004518e13cc5760b9fc14a_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:138bb2b04af20b1e771bd882e48b72f84c27316177414302824574b10e198ece_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:14116ac30c6085a7f0a9d22e8464f8a76b3ddc1c61616d5e90ad9324295dc780_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:c02735db409a59933b8219d769a5e1dc30bc699f959d7eca15fb7c0bb2d2847e_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:b920d6d4955f2a71f02064066957d47df4a3cba178178e274e87299594ac208a_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:c81b1560fd999642cc2ea89cdc4883b0d768e2ef42076c5c6aaeae7675317252_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:e4fd30928669f042f28669bcca0d395d8e9c8afe50e21a2e96e3a209c4c366b4_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:13cf8814856ecc0d06128f2d7ed03ab13fe2be08fb91b26994e568dc75a74722_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:37fe4dfba94a953f42b06cb17d9ca997e3c46d1c791df4900983fd36887bc620_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca5313b5f86c918831fdcb6ab0ee6f6b2d69e445a145f14cac50afdd0c601e0e_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0101f030419559c83de5939e2d317bf223766868c39ee6a7851a8fb15d291b6b_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:1103162b299319d9ecfb7ae5a46de9fcd422bcbd933b05a96f2d34ef63e6e23a_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:ef65ddcffa9b2ce9f1a8f73ff2b2d8bca1f0064d983091627f6b3538d97f36f4_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:082886c916ba67c9c246b6e709920e9746f342f82d703ba170f50c3ae28a58d4_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:25da22ed2c24f10555615b21d382ac523405b1dfd7112f3a076ee781da55a042_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:384129b7d7bd72cfe5307572cb2f3ff7cf81cc62c39539ad923062cd0106257b_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:801618c1aed7af43e83b5579aab6faf9e8b1ae6009143736405010cb53e268db_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:85fc7e8f26dd9a89bb0683bf38c2d492a8eb9a76e3cd1b104af6a54ce228d916_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:9db9452ae3220a9847d714a9ec25e8b735d47a56ffd07e756bf0fd44cc8b380c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4374"
},
{
"category": "external",
"summary": "RHBZ#2364267",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364267"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4374",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4374"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4374",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4374"
}
],
"release_date": "2025-05-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-09T15:29:30+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:4364858832daaa9778de8eb1057b091152db9ffefc117d08a546135ed902b5a4_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:8f22e1f3575671d35aa4deffab8081d850072c029e94e81b02c3c78659b1624a_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:f7d81169cafb4b227d5f4764be0fd9ef00a2f5194ba4d3b5fddd67c97f555fe3_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:2cf131394ee817442682747a80723538c26f2ecb250c3893065a65dccc413511_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:38624978696425baeddf42314643b621f6b903bfeee946ac69c9d0198ecdaa4a_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:508f8e375f6f1704dd59bf971489e793d0be4c4f5e629a27f3e04c973f18b106_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:878b284ba38f1d3c5f57b2e018c3763b24397537092c4c1764bf04ff887ee4d2_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:d60083b67470bc3030c956383b959fb82632a871e72cb38c11fe5990fe5192f5_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:df8113c4686a7d33a78aa62a179428585fcf6356d714c55c689e43e2e691fbaa_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:7221f1e6f8ff98d0e6e9513c60ed48de318e48be259e903a74fa592576328b3f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:8a8262b65a01956616ff44d49582c3020c98b09cc766a2c47c8aeaae8aae8501_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b474c538f30dc77a9232e02991b07c1221953b5220004518e13cc5760b9fc14a_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:138bb2b04af20b1e771bd882e48b72f84c27316177414302824574b10e198ece_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:14116ac30c6085a7f0a9d22e8464f8a76b3ddc1c61616d5e90ad9324295dc780_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:c02735db409a59933b8219d769a5e1dc30bc699f959d7eca15fb7c0bb2d2847e_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:b920d6d4955f2a71f02064066957d47df4a3cba178178e274e87299594ac208a_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:c81b1560fd999642cc2ea89cdc4883b0d768e2ef42076c5c6aaeae7675317252_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:e4fd30928669f042f28669bcca0d395d8e9c8afe50e21a2e96e3a209c4c366b4_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:13cf8814856ecc0d06128f2d7ed03ab13fe2be08fb91b26994e568dc75a74722_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:37fe4dfba94a953f42b06cb17d9ca997e3c46d1c791df4900983fd36887bc620_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca5313b5f86c918831fdcb6ab0ee6f6b2d69e445a145f14cac50afdd0c601e0e_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0101f030419559c83de5939e2d317bf223766868c39ee6a7851a8fb15d291b6b_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:1103162b299319d9ecfb7ae5a46de9fcd422bcbd933b05a96f2d34ef63e6e23a_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:ef65ddcffa9b2ce9f1a8f73ff2b2d8bca1f0064d983091627f6b3538d97f36f4_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:082886c916ba67c9c246b6e709920e9746f342f82d703ba170f50c3ae28a58d4_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:25da22ed2c24f10555615b21d382ac523405b1dfd7112f3a076ee781da55a042_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:384129b7d7bd72cfe5307572cb2f3ff7cf81cc62c39539ad923062cd0106257b_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:801618c1aed7af43e83b5579aab6faf9e8b1ae6009143736405010cb53e268db_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:85fc7e8f26dd9a89bb0683bf38c2d492a8eb9a76e3cd1b104af6a54ce228d916_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:9db9452ae3220a9847d714a9ec25e8b735d47a56ffd07e756bf0fd44cc8b380c_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2025:8688"
},
{
"category": "workaround",
"details": "Permissions can be updated after creation but there\u0027s no preventative measure before hand.",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:4364858832daaa9778de8eb1057b091152db9ffefc117d08a546135ed902b5a4_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:8f22e1f3575671d35aa4deffab8081d850072c029e94e81b02c3c78659b1624a_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:f7d81169cafb4b227d5f4764be0fd9ef00a2f5194ba4d3b5fddd67c97f555fe3_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:2cf131394ee817442682747a80723538c26f2ecb250c3893065a65dccc413511_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:38624978696425baeddf42314643b621f6b903bfeee946ac69c9d0198ecdaa4a_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:508f8e375f6f1704dd59bf971489e793d0be4c4f5e629a27f3e04c973f18b106_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:878b284ba38f1d3c5f57b2e018c3763b24397537092c4c1764bf04ff887ee4d2_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:d60083b67470bc3030c956383b959fb82632a871e72cb38c11fe5990fe5192f5_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:df8113c4686a7d33a78aa62a179428585fcf6356d714c55c689e43e2e691fbaa_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:7221f1e6f8ff98d0e6e9513c60ed48de318e48be259e903a74fa592576328b3f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:8a8262b65a01956616ff44d49582c3020c98b09cc766a2c47c8aeaae8aae8501_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b474c538f30dc77a9232e02991b07c1221953b5220004518e13cc5760b9fc14a_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:138bb2b04af20b1e771bd882e48b72f84c27316177414302824574b10e198ece_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:14116ac30c6085a7f0a9d22e8464f8a76b3ddc1c61616d5e90ad9324295dc780_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:c02735db409a59933b8219d769a5e1dc30bc699f959d7eca15fb7c0bb2d2847e_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:b920d6d4955f2a71f02064066957d47df4a3cba178178e274e87299594ac208a_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:c81b1560fd999642cc2ea89cdc4883b0d768e2ef42076c5c6aaeae7675317252_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:e4fd30928669f042f28669bcca0d395d8e9c8afe50e21a2e96e3a209c4c366b4_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:13cf8814856ecc0d06128f2d7ed03ab13fe2be08fb91b26994e568dc75a74722_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:37fe4dfba94a953f42b06cb17d9ca997e3c46d1c791df4900983fd36887bc620_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca5313b5f86c918831fdcb6ab0ee6f6b2d69e445a145f14cac50afdd0c601e0e_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0101f030419559c83de5939e2d317bf223766868c39ee6a7851a8fb15d291b6b_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:1103162b299319d9ecfb7ae5a46de9fcd422bcbd933b05a96f2d34ef63e6e23a_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:ef65ddcffa9b2ce9f1a8f73ff2b2d8bca1f0064d983091627f6b3538d97f36f4_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:082886c916ba67c9c246b6e709920e9746f342f82d703ba170f50c3ae28a58d4_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:25da22ed2c24f10555615b21d382ac523405b1dfd7112f3a076ee781da55a042_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:384129b7d7bd72cfe5307572cb2f3ff7cf81cc62c39539ad923062cd0106257b_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:801618c1aed7af43e83b5579aab6faf9e8b1ae6009143736405010cb53e268db_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:85fc7e8f26dd9a89bb0683bf38c2d492a8eb9a76e3cd1b104af6a54ce228d916_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:9db9452ae3220a9847d714a9ec25e8b735d47a56ffd07e756bf0fd44cc8b380c_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-Quay-3:quay/clair-rhel8@sha256:4364858832daaa9778de8eb1057b091152db9ffefc117d08a546135ed902b5a4_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:8f22e1f3575671d35aa4deffab8081d850072c029e94e81b02c3c78659b1624a_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:f7d81169cafb4b227d5f4764be0fd9ef00a2f5194ba4d3b5fddd67c97f555fe3_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:2cf131394ee817442682747a80723538c26f2ecb250c3893065a65dccc413511_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:38624978696425baeddf42314643b621f6b903bfeee946ac69c9d0198ecdaa4a_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:508f8e375f6f1704dd59bf971489e793d0be4c4f5e629a27f3e04c973f18b106_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:878b284ba38f1d3c5f57b2e018c3763b24397537092c4c1764bf04ff887ee4d2_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:d60083b67470bc3030c956383b959fb82632a871e72cb38c11fe5990fe5192f5_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:df8113c4686a7d33a78aa62a179428585fcf6356d714c55c689e43e2e691fbaa_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:7221f1e6f8ff98d0e6e9513c60ed48de318e48be259e903a74fa592576328b3f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:8a8262b65a01956616ff44d49582c3020c98b09cc766a2c47c8aeaae8aae8501_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b474c538f30dc77a9232e02991b07c1221953b5220004518e13cc5760b9fc14a_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:138bb2b04af20b1e771bd882e48b72f84c27316177414302824574b10e198ece_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:14116ac30c6085a7f0a9d22e8464f8a76b3ddc1c61616d5e90ad9324295dc780_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:c02735db409a59933b8219d769a5e1dc30bc699f959d7eca15fb7c0bb2d2847e_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:b920d6d4955f2a71f02064066957d47df4a3cba178178e274e87299594ac208a_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:c81b1560fd999642cc2ea89cdc4883b0d768e2ef42076c5c6aaeae7675317252_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:e4fd30928669f042f28669bcca0d395d8e9c8afe50e21a2e96e3a209c4c366b4_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:13cf8814856ecc0d06128f2d7ed03ab13fe2be08fb91b26994e568dc75a74722_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:37fe4dfba94a953f42b06cb17d9ca997e3c46d1c791df4900983fd36887bc620_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca5313b5f86c918831fdcb6ab0ee6f6b2d69e445a145f14cac50afdd0c601e0e_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0101f030419559c83de5939e2d317bf223766868c39ee6a7851a8fb15d291b6b_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:1103162b299319d9ecfb7ae5a46de9fcd422bcbd933b05a96f2d34ef63e6e23a_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:ef65ddcffa9b2ce9f1a8f73ff2b2d8bca1f0064d983091627f6b3538d97f36f4_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:082886c916ba67c9c246b6e709920e9746f342f82d703ba170f50c3ae28a58d4_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:25da22ed2c24f10555615b21d382ac523405b1dfd7112f3a076ee781da55a042_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:384129b7d7bd72cfe5307572cb2f3ff7cf81cc62c39539ad923062cd0106257b_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:801618c1aed7af43e83b5579aab6faf9e8b1ae6009143736405010cb53e268db_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:85fc7e8f26dd9a89bb0683bf38c2d492a8eb9a76e3cd1b104af6a54ce228d916_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:9db9452ae3220a9847d714a9ec25e8b735d47a56ffd07e756bf0fd44cc8b380c_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "quay: Incorrect Privilege Assignment"
},
{
"cve": "CVE-2025-21605",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-04-23T16:01:41.763906+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2361883"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Redis server. This flaw allows an unauthenticated client to cause an unlimited growth of output buffers until the server runs out of memory or is killed. By default, the Redis configuration does not limit the output buffer of normal clients (see client-output-buffer-limit). Therefore, the output buffer can grow unlimitedly over time. As a result, the service is exhausted, and the memory is unavailable.\n\nWhen password authentication is enabled on the Redis server but no password is provided, the client can still cause the output buffer to grow from \"NOAUTH\" responses until the system runs out of memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Quay-3:quay/clair-rhel8@sha256:4364858832daaa9778de8eb1057b091152db9ffefc117d08a546135ed902b5a4_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:8f22e1f3575671d35aa4deffab8081d850072c029e94e81b02c3c78659b1624a_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:f7d81169cafb4b227d5f4764be0fd9ef00a2f5194ba4d3b5fddd67c97f555fe3_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:2cf131394ee817442682747a80723538c26f2ecb250c3893065a65dccc413511_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:38624978696425baeddf42314643b621f6b903bfeee946ac69c9d0198ecdaa4a_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:508f8e375f6f1704dd59bf971489e793d0be4c4f5e629a27f3e04c973f18b106_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:878b284ba38f1d3c5f57b2e018c3763b24397537092c4c1764bf04ff887ee4d2_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:d60083b67470bc3030c956383b959fb82632a871e72cb38c11fe5990fe5192f5_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:df8113c4686a7d33a78aa62a179428585fcf6356d714c55c689e43e2e691fbaa_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:7221f1e6f8ff98d0e6e9513c60ed48de318e48be259e903a74fa592576328b3f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:8a8262b65a01956616ff44d49582c3020c98b09cc766a2c47c8aeaae8aae8501_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b474c538f30dc77a9232e02991b07c1221953b5220004518e13cc5760b9fc14a_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:138bb2b04af20b1e771bd882e48b72f84c27316177414302824574b10e198ece_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:14116ac30c6085a7f0a9d22e8464f8a76b3ddc1c61616d5e90ad9324295dc780_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:c02735db409a59933b8219d769a5e1dc30bc699f959d7eca15fb7c0bb2d2847e_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:b920d6d4955f2a71f02064066957d47df4a3cba178178e274e87299594ac208a_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:c81b1560fd999642cc2ea89cdc4883b0d768e2ef42076c5c6aaeae7675317252_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:e4fd30928669f042f28669bcca0d395d8e9c8afe50e21a2e96e3a209c4c366b4_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:13cf8814856ecc0d06128f2d7ed03ab13fe2be08fb91b26994e568dc75a74722_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:37fe4dfba94a953f42b06cb17d9ca997e3c46d1c791df4900983fd36887bc620_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca5313b5f86c918831fdcb6ab0ee6f6b2d69e445a145f14cac50afdd0c601e0e_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0101f030419559c83de5939e2d317bf223766868c39ee6a7851a8fb15d291b6b_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:1103162b299319d9ecfb7ae5a46de9fcd422bcbd933b05a96f2d34ef63e6e23a_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:ef65ddcffa9b2ce9f1a8f73ff2b2d8bca1f0064d983091627f6b3538d97f36f4_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:082886c916ba67c9c246b6e709920e9746f342f82d703ba170f50c3ae28a58d4_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:25da22ed2c24f10555615b21d382ac523405b1dfd7112f3a076ee781da55a042_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:384129b7d7bd72cfe5307572cb2f3ff7cf81cc62c39539ad923062cd0106257b_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:801618c1aed7af43e83b5579aab6faf9e8b1ae6009143736405010cb53e268db_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:85fc7e8f26dd9a89bb0683bf38c2d492a8eb9a76e3cd1b104af6a54ce228d916_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:9db9452ae3220a9847d714a9ec25e8b735d47a56ffd07e756bf0fd44cc8b380c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-21605"
},
{
"category": "external",
"summary": "RHBZ#2361883",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2361883"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-21605",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21605"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21605",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21605"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/releases/tag/7.4.3",
"url": "https://github.com/redis/redis/releases/tag/7.4.3"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff",
"url": "https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff"
}
],
"release_date": "2025-04-23T15:38:11.042000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-09T15:29:30+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:4364858832daaa9778de8eb1057b091152db9ffefc117d08a546135ed902b5a4_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:8f22e1f3575671d35aa4deffab8081d850072c029e94e81b02c3c78659b1624a_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:f7d81169cafb4b227d5f4764be0fd9ef00a2f5194ba4d3b5fddd67c97f555fe3_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:2cf131394ee817442682747a80723538c26f2ecb250c3893065a65dccc413511_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:38624978696425baeddf42314643b621f6b903bfeee946ac69c9d0198ecdaa4a_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:508f8e375f6f1704dd59bf971489e793d0be4c4f5e629a27f3e04c973f18b106_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:878b284ba38f1d3c5f57b2e018c3763b24397537092c4c1764bf04ff887ee4d2_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:d60083b67470bc3030c956383b959fb82632a871e72cb38c11fe5990fe5192f5_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:df8113c4686a7d33a78aa62a179428585fcf6356d714c55c689e43e2e691fbaa_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:7221f1e6f8ff98d0e6e9513c60ed48de318e48be259e903a74fa592576328b3f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:8a8262b65a01956616ff44d49582c3020c98b09cc766a2c47c8aeaae8aae8501_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b474c538f30dc77a9232e02991b07c1221953b5220004518e13cc5760b9fc14a_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:138bb2b04af20b1e771bd882e48b72f84c27316177414302824574b10e198ece_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:14116ac30c6085a7f0a9d22e8464f8a76b3ddc1c61616d5e90ad9324295dc780_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:c02735db409a59933b8219d769a5e1dc30bc699f959d7eca15fb7c0bb2d2847e_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:b920d6d4955f2a71f02064066957d47df4a3cba178178e274e87299594ac208a_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:c81b1560fd999642cc2ea89cdc4883b0d768e2ef42076c5c6aaeae7675317252_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:e4fd30928669f042f28669bcca0d395d8e9c8afe50e21a2e96e3a209c4c366b4_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:13cf8814856ecc0d06128f2d7ed03ab13fe2be08fb91b26994e568dc75a74722_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:37fe4dfba94a953f42b06cb17d9ca997e3c46d1c791df4900983fd36887bc620_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca5313b5f86c918831fdcb6ab0ee6f6b2d69e445a145f14cac50afdd0c601e0e_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0101f030419559c83de5939e2d317bf223766868c39ee6a7851a8fb15d291b6b_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:1103162b299319d9ecfb7ae5a46de9fcd422bcbd933b05a96f2d34ef63e6e23a_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:ef65ddcffa9b2ce9f1a8f73ff2b2d8bca1f0064d983091627f6b3538d97f36f4_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:082886c916ba67c9c246b6e709920e9746f342f82d703ba170f50c3ae28a58d4_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:25da22ed2c24f10555615b21d382ac523405b1dfd7112f3a076ee781da55a042_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:384129b7d7bd72cfe5307572cb2f3ff7cf81cc62c39539ad923062cd0106257b_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:801618c1aed7af43e83b5579aab6faf9e8b1ae6009143736405010cb53e268db_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:85fc7e8f26dd9a89bb0683bf38c2d492a8eb9a76e3cd1b104af6a54ce228d916_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:9db9452ae3220a9847d714a9ec25e8b735d47a56ffd07e756bf0fd44cc8b380c_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2025:8688"
},
{
"category": "workaround",
"details": "A workaround to mitigate this problem without patching the redis-server executable is to block access to prevent unauthenticated users from connecting to Redis. This can be done in the following different ways:\n\n- Using network access control tools like firewalls, iptables, security groups, etc.\n- Enabling TLS and requiring users to authenticate using client side certificates.",
"product_ids": [
"8Base-Quay-3:quay/clair-rhel8@sha256:4364858832daaa9778de8eb1057b091152db9ffefc117d08a546135ed902b5a4_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:8f22e1f3575671d35aa4deffab8081d850072c029e94e81b02c3c78659b1624a_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:f7d81169cafb4b227d5f4764be0fd9ef00a2f5194ba4d3b5fddd67c97f555fe3_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:2cf131394ee817442682747a80723538c26f2ecb250c3893065a65dccc413511_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:38624978696425baeddf42314643b621f6b903bfeee946ac69c9d0198ecdaa4a_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:508f8e375f6f1704dd59bf971489e793d0be4c4f5e629a27f3e04c973f18b106_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:878b284ba38f1d3c5f57b2e018c3763b24397537092c4c1764bf04ff887ee4d2_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:d60083b67470bc3030c956383b959fb82632a871e72cb38c11fe5990fe5192f5_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:df8113c4686a7d33a78aa62a179428585fcf6356d714c55c689e43e2e691fbaa_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:7221f1e6f8ff98d0e6e9513c60ed48de318e48be259e903a74fa592576328b3f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:8a8262b65a01956616ff44d49582c3020c98b09cc766a2c47c8aeaae8aae8501_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b474c538f30dc77a9232e02991b07c1221953b5220004518e13cc5760b9fc14a_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:138bb2b04af20b1e771bd882e48b72f84c27316177414302824574b10e198ece_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:14116ac30c6085a7f0a9d22e8464f8a76b3ddc1c61616d5e90ad9324295dc780_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:c02735db409a59933b8219d769a5e1dc30bc699f959d7eca15fb7c0bb2d2847e_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:b920d6d4955f2a71f02064066957d47df4a3cba178178e274e87299594ac208a_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:c81b1560fd999642cc2ea89cdc4883b0d768e2ef42076c5c6aaeae7675317252_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:e4fd30928669f042f28669bcca0d395d8e9c8afe50e21a2e96e3a209c4c366b4_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:13cf8814856ecc0d06128f2d7ed03ab13fe2be08fb91b26994e568dc75a74722_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:37fe4dfba94a953f42b06cb17d9ca997e3c46d1c791df4900983fd36887bc620_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca5313b5f86c918831fdcb6ab0ee6f6b2d69e445a145f14cac50afdd0c601e0e_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0101f030419559c83de5939e2d317bf223766868c39ee6a7851a8fb15d291b6b_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:1103162b299319d9ecfb7ae5a46de9fcd422bcbd933b05a96f2d34ef63e6e23a_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:ef65ddcffa9b2ce9f1a8f73ff2b2d8bca1f0064d983091627f6b3538d97f36f4_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:082886c916ba67c9c246b6e709920e9746f342f82d703ba170f50c3ae28a58d4_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:25da22ed2c24f10555615b21d382ac523405b1dfd7112f3a076ee781da55a042_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:384129b7d7bd72cfe5307572cb2f3ff7cf81cc62c39539ad923062cd0106257b_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:801618c1aed7af43e83b5579aab6faf9e8b1ae6009143736405010cb53e268db_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:85fc7e8f26dd9a89bb0683bf38c2d492a8eb9a76e3cd1b104af6a54ce228d916_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:9db9452ae3220a9847d714a9ec25e8b735d47a56ffd07e756bf0fd44cc8b380c_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Quay-3:quay/clair-rhel8@sha256:4364858832daaa9778de8eb1057b091152db9ffefc117d08a546135ed902b5a4_s390x",
"8Base-Quay-3:quay/clair-rhel8@sha256:8f22e1f3575671d35aa4deffab8081d850072c029e94e81b02c3c78659b1624a_amd64",
"8Base-Quay-3:quay/clair-rhel8@sha256:f7d81169cafb4b227d5f4764be0fd9ef00a2f5194ba4d3b5fddd67c97f555fe3_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:2cf131394ee817442682747a80723538c26f2ecb250c3893065a65dccc413511_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:38624978696425baeddf42314643b621f6b903bfeee946ac69c9d0198ecdaa4a_amd64",
"8Base-Quay-3:quay/quay-bridge-operator-bundle@sha256:508f8e375f6f1704dd59bf971489e793d0be4c4f5e629a27f3e04c973f18b106_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:878b284ba38f1d3c5f57b2e018c3763b24397537092c4c1764bf04ff887ee4d2_ppc64le",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:d60083b67470bc3030c956383b959fb82632a871e72cb38c11fe5990fe5192f5_s390x",
"8Base-Quay-3:quay/quay-bridge-operator-rhel8@sha256:df8113c4686a7d33a78aa62a179428585fcf6356d714c55c689e43e2e691fbaa_amd64",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:7221f1e6f8ff98d0e6e9513c60ed48de318e48be259e903a74fa592576328b3f_ppc64le",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:8a8262b65a01956616ff44d49582c3020c98b09cc766a2c47c8aeaae8aae8501_s390x",
"8Base-Quay-3:quay/quay-builder-qemu-rhcos-rhel8@sha256:b474c538f30dc77a9232e02991b07c1221953b5220004518e13cc5760b9fc14a_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:138bb2b04af20b1e771bd882e48b72f84c27316177414302824574b10e198ece_s390x",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:14116ac30c6085a7f0a9d22e8464f8a76b3ddc1c61616d5e90ad9324295dc780_amd64",
"8Base-Quay-3:quay/quay-builder-rhel8@sha256:c02735db409a59933b8219d769a5e1dc30bc699f959d7eca15fb7c0bb2d2847e_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:b920d6d4955f2a71f02064066957d47df4a3cba178178e274e87299594ac208a_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:c81b1560fd999642cc2ea89cdc4883b0d768e2ef42076c5c6aaeae7675317252_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-bundle@sha256:e4fd30928669f042f28669bcca0d395d8e9c8afe50e21a2e96e3a209c4c366b4_ppc64le",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:13cf8814856ecc0d06128f2d7ed03ab13fe2be08fb91b26994e568dc75a74722_s390x",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:37fe4dfba94a953f42b06cb17d9ca997e3c46d1c791df4900983fd36887bc620_amd64",
"8Base-Quay-3:quay/quay-container-security-operator-rhel8@sha256:ca5313b5f86c918831fdcb6ab0ee6f6b2d69e445a145f14cac50afdd0c601e0e_ppc64le",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:0101f030419559c83de5939e2d317bf223766868c39ee6a7851a8fb15d291b6b_amd64",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:1103162b299319d9ecfb7ae5a46de9fcd422bcbd933b05a96f2d34ef63e6e23a_s390x",
"8Base-Quay-3:quay/quay-operator-bundle@sha256:ef65ddcffa9b2ce9f1a8f73ff2b2d8bca1f0064d983091627f6b3538d97f36f4_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:082886c916ba67c9c246b6e709920e9746f342f82d703ba170f50c3ae28a58d4_ppc64le",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:25da22ed2c24f10555615b21d382ac523405b1dfd7112f3a076ee781da55a042_amd64",
"8Base-Quay-3:quay/quay-operator-rhel8@sha256:384129b7d7bd72cfe5307572cb2f3ff7cf81cc62c39539ad923062cd0106257b_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:801618c1aed7af43e83b5579aab6faf9e8b1ae6009143736405010cb53e268db_amd64",
"8Base-Quay-3:quay/quay-rhel8@sha256:85fc7e8f26dd9a89bb0683bf38c2d492a8eb9a76e3cd1b104af6a54ce228d916_s390x",
"8Base-Quay-3:quay/quay-rhel8@sha256:9db9452ae3220a9847d714a9ec25e8b735d47a56ffd07e756bf0fd44cc8b380c_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client"
}
]
}
RHSA-2025:4441
Vulnerability from csaf_redhat - Published: 2025-05-05 01:40 - Updated: 2026-08-07 13:38A flaw was found in the Redis server. This flaw allows an unauthenticated client to cause an unlimited growth of output buffers until the server runs out of memory or is killed. By default, the Redis configuration does not limit the output buffer of normal clients (see client-output-buffer-limit). Therefore, the output buffer can grow unlimitedly over time. As a result, the service is exhausted, and the memory is unavailable. When password authentication is enabled on the Redis server but no password is provided, the client can still cause the output buffer to grow from "NOAUTH" responses until the system runs out of memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.4.0.Z.AUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the redis:6 module is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.4 Telecommunications Update Service.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Redis is an advanced key-value store. It is often referred to as a data-structure server since keys can contain strings, hashes, lists, sets, and sorted sets. For performance, Redis works with an in-memory data set. You can persist it either by dumping the data set to disk every once in a while, or by appending each command to a log.\n\nSecurity Fix(es):\n\n* redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client (CVE-2025-21605)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:4441",
"url": "https://access.redhat.com/errata/RHSA-2025:4441"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2361883",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2361883"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4441.json"
}
],
"title": "Red Hat Security Advisory: redis:6 security update",
"tracking": {
"current_release_date": "2026-08-07T13:38:39+00:00",
"generator": {
"date": "2026-08-07T13:38:39+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.12"
}
},
"id": "RHSA-2025:4441",
"initial_release_date": "2025-05-05T01:40:33+00:00",
"revision_history": [
{
"date": "2025-05-05T01:40:33+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-05T01:40:33+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-07T13:38:39+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6",
"product": {
"name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src (redis:6)",
"product_id": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.0.9-5.module%2Bel8.4.0%2B23067%2B0d16e377.2?arch=src\u0026rpmmod=redis:6:8040020250429071832:522a0ee4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"product": {
"name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 (redis:6)",
"product_id": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.0.9-5.module%2Bel8.4.0%2B23067%2B0d16e377.2?arch=x86_64\u0026rpmmod=redis:6:8040020250429071832:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"product": {
"name": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 (redis:6)",
"product_id": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.0.9-5.module%2Bel8.4.0%2B23067%2B0d16e377.2?arch=x86_64\u0026rpmmod=redis:6:8040020250429071832:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"product": {
"name": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 (redis:6)",
"product_id": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.0.9-5.module%2Bel8.4.0%2B23067%2B0d16e377.2?arch=x86_64\u0026rpmmod=redis:6:8040020250429071832:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"product": {
"name": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 (redis:6)",
"product_id": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.0.9-5.module%2Bel8.4.0%2B23067%2B0d16e377.2?arch=x86_64\u0026rpmmod=redis:6:8040020250429071832:522a0ee4"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6",
"product": {
"name": "redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch (redis:6)",
"product_id": "redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-doc@6.0.9-5.module%2Bel8.4.0%2B23067%2B0d16e377.2?arch=noarch\u0026rpmmod=redis:6:8040020250429071832:522a0ee4"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"product": {
"name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le (redis:6)",
"product_id": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.0.9-5.module%2Bel8.4.0%2B23067%2B0d16e377.2?arch=ppc64le\u0026rpmmod=redis:6:8040020250429071832:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"product": {
"name": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le (redis:6)",
"product_id": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.0.9-5.module%2Bel8.4.0%2B23067%2B0d16e377.2?arch=ppc64le\u0026rpmmod=redis:6:8040020250429071832:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"product": {
"name": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le (redis:6)",
"product_id": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.0.9-5.module%2Bel8.4.0%2B23067%2B0d16e377.2?arch=ppc64le\u0026rpmmod=redis:6:8040020250429071832:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"product": {
"name": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le (redis:6)",
"product_id": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.0.9-5.module%2Bel8.4.0%2B23067%2B0d16e377.2?arch=ppc64le\u0026rpmmod=redis:6:8040020250429071832:522a0ee4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src (redis:6) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6"
},
"product_reference": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6"
},
"product_reference": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6"
},
"product_reference": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6"
},
"product_reference": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6"
},
"product_reference": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch (redis:6) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6"
},
"product_reference": "redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6"
},
"product_reference": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6"
},
"product_reference": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6"
},
"product_reference": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6"
},
"product_reference": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6"
},
"product_reference": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6"
},
"product_reference": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6"
},
"product_reference": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6"
},
"product_reference": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6"
},
"product_reference": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6"
},
"product_reference": "redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src (redis:6) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6"
},
"product_reference": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6"
},
"product_reference": "redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6"
},
"product_reference": "redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6"
},
"product_reference": "redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6"
},
"product_reference": "redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch (redis:6) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6"
},
"product_reference": "redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-21605",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-04-23T16:01:41.763906+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2361883"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Redis server. This flaw allows an unauthenticated client to cause an unlimited growth of output buffers until the server runs out of memory or is killed. By default, the Redis configuration does not limit the output buffer of normal clients (see client-output-buffer-limit). Therefore, the output buffer can grow unlimitedly over time. As a result, the service is exhausted, and the memory is unavailable.\n\nWhen password authentication is enabled on the Redis server but no password is provided, the client can still cause the output buffer to grow from \"NOAUTH\" responses until the system runs out of memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.4.0.Z.AUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6",
"AppStream-8.4.0.Z.AUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.AUS:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.AUS:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.AUS:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.AUS:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6",
"AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6",
"AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"AppStream-8.4.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"AppStream-8.4.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"AppStream-8.4.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.E4S:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6",
"AppStream-8.4.0.Z.TUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6",
"AppStream-8.4.0.Z.TUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.TUS:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.TUS:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.TUS:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.TUS:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-21605"
},
{
"category": "external",
"summary": "RHBZ#2361883",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2361883"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-21605",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21605"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21605",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21605"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/releases/tag/7.4.3",
"url": "https://github.com/redis/redis/releases/tag/7.4.3"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff",
"url": "https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff"
}
],
"release_date": "2025-04-23T15:38:11.042000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-05T01:40:33+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.4.0.Z.AUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6",
"AppStream-8.4.0.Z.AUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.AUS:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.AUS:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.AUS:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.AUS:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6",
"AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6",
"AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"AppStream-8.4.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"AppStream-8.4.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"AppStream-8.4.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.E4S:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6",
"AppStream-8.4.0.Z.TUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6",
"AppStream-8.4.0.Z.TUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.TUS:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.TUS:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.TUS:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.TUS:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4441"
},
{
"category": "workaround",
"details": "A workaround to mitigate this problem without patching the redis-server executable is to block access to prevent unauthenticated users from connecting to Redis. This can be done in the following different ways:\n\n- Using network access control tools like firewalls, iptables, security groups, etc.\n- Enabling TLS and requiring users to authenticate using client side certificates.",
"product_ids": [
"AppStream-8.4.0.Z.AUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6",
"AppStream-8.4.0.Z.AUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.AUS:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.AUS:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.AUS:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.AUS:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6",
"AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6",
"AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"AppStream-8.4.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"AppStream-8.4.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"AppStream-8.4.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.E4S:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6",
"AppStream-8.4.0.Z.TUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6",
"AppStream-8.4.0.Z.TUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.TUS:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.TUS:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.TUS:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.TUS:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.AUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6",
"AppStream-8.4.0.Z.AUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.AUS:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.AUS:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.AUS:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.AUS:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6",
"AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6",
"AppStream-8.4.0.Z.E4S:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"AppStream-8.4.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"AppStream-8.4.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.ppc64le::redis:6",
"AppStream-8.4.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.E4S:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6",
"AppStream-8.4.0.Z.TUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.src::redis:6",
"AppStream-8.4.0.Z.TUS:redis-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.TUS:redis-debuginfo-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.TUS:redis-debugsource-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.TUS:redis-devel-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.x86_64::redis:6",
"AppStream-8.4.0.Z.TUS:redis-doc-0:6.0.9-5.module+el8.4.0+23067+0d16e377.2.noarch::redis:6"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client"
}
]
}
RHSA-2025:4561
Vulnerability from csaf_redhat - Published: 2025-05-06 15:35 - Updated: 2026-08-07 13:38A flaw was found in the Redis server. This flaw allows an unauthenticated client to cause an unlimited growth of output buffers until the server runs out of memory or is killed. By default, the Redis configuration does not limit the output buffer of normal clients (see client-output-buffer-limit). Therefore, the output buffer can grow unlimitedly over time. As a result, the service is exhausted, and the memory is unavailable. When password authentication is enabled on the Redis server but no password is provided, the client can still cause the output buffer to grow from "NOAUTH" responses until the system runs out of memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.AUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the redis:6 module is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Redis is an advanced key-value store. It is often referred to as a data-structure server since keys can contain strings, hashes, lists, sets, and sorted sets. For performance, Redis works with an in-memory data set. You can persist it either by dumping the data set to disk every once in a while, or by appending each command to a log.\n\nSecurity Fix(es):\n\n* redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client (CVE-2025-21605)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:4561",
"url": "https://access.redhat.com/errata/RHSA-2025:4561"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2361883",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2361883"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4561.json"
}
],
"title": "Red Hat Security Advisory: redis:6 security update",
"tracking": {
"current_release_date": "2026-08-07T13:38:39+00:00",
"generator": {
"date": "2026-08-07T13:38:39+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.12"
}
},
"id": "RHSA-2025:4561",
"initial_release_date": "2025-05-06T15:35:47+00:00",
"revision_history": [
{
"date": "2025-05-06T15:35:47+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-06T15:35:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-07T13:38:39+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6",
"product": {
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src (redis:6)",
"product_id": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=src\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"product": {
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 (redis:6)",
"product_id": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=x86_64\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"product": {
"name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 (redis:6)",
"product_id": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=x86_64\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"product": {
"name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 (redis:6)",
"product_id": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=x86_64\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"product": {
"name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 (redis:6)",
"product_id": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=x86_64\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6",
"product": {
"name": "redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch (redis:6)",
"product_id": "redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-doc@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=noarch\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"product": {
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64 (redis:6)",
"product_id": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=aarch64\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"product": {
"name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64 (redis:6)",
"product_id": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=aarch64\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"product": {
"name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64 (redis:6)",
"product_id": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=aarch64\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"product": {
"name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64 (redis:6)",
"product_id": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=aarch64\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"product": {
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le (redis:6)",
"product_id": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=ppc64le\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"product": {
"name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le (redis:6)",
"product_id": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=ppc64le\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"product": {
"name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le (redis:6)",
"product_id": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=ppc64le\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"product": {
"name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le (redis:6)",
"product_id": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=ppc64le\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"product": {
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x (redis:6)",
"product_id": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=s390x\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"product": {
"name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x (redis:6)",
"product_id": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=s390x\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"product": {
"name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x (redis:6)",
"product_id": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=s390x\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"product": {
"name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x (redis:6)",
"product_id": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.0.9-5.module%2Bel8.6.0%2B23072%2Bc1b08039.2?arch=s390x\u0026rpmmod=redis:6:8060020250430112137:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src (redis:6) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6"
},
"product_reference": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6"
},
"product_reference": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6"
},
"product_reference": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6"
},
"product_reference": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6"
},
"product_reference": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch (redis:6) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6"
},
"product_reference": "redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64 (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6"
},
"product_reference": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6"
},
"product_reference": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6"
},
"product_reference": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6"
},
"product_reference": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6"
},
"product_reference": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64 (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6"
},
"product_reference": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6"
},
"product_reference": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6"
},
"product_reference": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6"
},
"product_reference": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64 (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6"
},
"product_reference": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6"
},
"product_reference": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6"
},
"product_reference": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6"
},
"product_reference": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64 (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6"
},
"product_reference": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6"
},
"product_reference": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6"
},
"product_reference": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6"
},
"product_reference": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch (redis:6) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6"
},
"product_reference": "redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src (redis:6) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6"
},
"product_reference": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6"
},
"product_reference": "redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6"
},
"product_reference": "redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6"
},
"product_reference": "redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6"
},
"product_reference": "redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch (redis:6) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6"
},
"product_reference": "redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-21605",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-04-23T16:01:41.763906+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2361883"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Redis server. This flaw allows an unauthenticated client to cause an unlimited growth of output buffers until the server runs out of memory or is killed. By default, the Redis configuration does not limit the output buffer of normal clients (see client-output-buffer-limit). Therefore, the output buffer can grow unlimitedly over time. As a result, the service is exhausted, and the memory is unavailable.\n\nWhen password authentication is enabled on the Redis server but no password is provided, the client can still cause the output buffer to grow from \"NOAUTH\" responses until the system runs out of memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.AUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6",
"AppStream-8.6.0.Z.AUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.AUS:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.AUS:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.AUS:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.AUS:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6",
"AppStream-8.6.0.Z.TUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6",
"AppStream-8.6.0.Z.TUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.TUS:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.TUS:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.TUS:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.TUS:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-21605"
},
{
"category": "external",
"summary": "RHBZ#2361883",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2361883"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-21605",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21605"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21605",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21605"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/releases/tag/7.4.3",
"url": "https://github.com/redis/redis/releases/tag/7.4.3"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff",
"url": "https://github.com/redis/redis/security/advisories/GHSA-r67f-p999-2gff"
}
],
"release_date": "2025-04-23T15:38:11.042000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-06T15:35:47+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.AUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6",
"AppStream-8.6.0.Z.AUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.AUS:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.AUS:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.AUS:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.AUS:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6",
"AppStream-8.6.0.Z.TUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6",
"AppStream-8.6.0.Z.TUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.TUS:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.TUS:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.TUS:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.TUS:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4561"
},
{
"category": "workaround",
"details": "A workaround to mitigate this problem without patching the redis-server executable is to block access to prevent unauthenticated users from connecting to Redis. This can be done in the following different ways:\n\n- Using network access control tools like firewalls, iptables, security groups, etc.\n- Enabling TLS and requiring users to authenticate using client side certificates.",
"product_ids": [
"AppStream-8.6.0.Z.AUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6",
"AppStream-8.6.0.Z.AUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.AUS:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.AUS:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.AUS:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.AUS:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6",
"AppStream-8.6.0.Z.TUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6",
"AppStream-8.6.0.Z.TUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.TUS:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.TUS:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.TUS:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.TUS:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.AUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6",
"AppStream-8.6.0.Z.AUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.AUS:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.AUS:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.AUS:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.AUS:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6",
"AppStream-8.6.0.Z.E4S:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"AppStream-8.6.0.Z.E4S:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.aarch64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.ppc64le::redis:6",
"AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.s390x::redis:6",
"AppStream-8.6.0.Z.E4S:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.E4S:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6",
"AppStream-8.6.0.Z.TUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.src::redis:6",
"AppStream-8.6.0.Z.TUS:redis-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.TUS:redis-debuginfo-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.TUS:redis-debugsource-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.TUS:redis-devel-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.x86_64::redis:6",
"AppStream-8.6.0.Z.TUS:redis-doc-0:6.0.9-5.module+el8.6.0+23072+c1b08039.2.noarch::redis:6"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "redis: Redis DoS Vulnerability due to unlimited growth of output buffers abused by unauthenticated client"
}
]
}
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.