Action not permitted
Modal body text goes here.
Modal Title
Modal Body
cve-2022-35977
Vulnerability from cvelistv5
Published
2023-01-20 18:19
Modified
2024-08-03 09:51
Severity ?
EPSS score ?
Summary
Redis is an in-memory database that persists on disk. Authenticated users issuing specially crafted `SETRANGE` and `SORT(_RO)` commands can trigger an integer overflow, resulting with Redis attempting to allocate impossible amounts of memory and abort with an out-of-memory (OOM) panic. The problem is fixed in Redis versions 7.0.8, 6.2.9 and 6.0.17. Users are advised to upgrade. There are no known workarounds for this vulnerability.
References
Impacted products
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-03T09:51:59.221Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "https://github.com/redis/redis/security/advisories/GHSA-mrcw-fhw9-fj8j", "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/redis/redis/security/advisories/GHSA-mrcw-fhw9-fj8j" }, { "name": "https://github.com/redis/redis/commit/1ec82e6e97e1db06a72ca505f9fbf6b981f31ef7", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/redis/redis/commit/1ec82e6e97e1db06a72ca505f9fbf6b981f31ef7" }, { "name": "https://github.com/redis/redis/releases/tag/6.0.17", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/redis/redis/releases/tag/6.0.17" }, { "name": "https://github.com/redis/redis/releases/tag/6.2.9", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/redis/redis/releases/tag/6.2.9" }, { "name": "https://github.com/redis/redis/releases/tag/7.0.8", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/redis/redis/releases/tag/7.0.8" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "redis", "vendor": "redis", "versions": [ { "status": "affected", "version": "\u003e= 7.0, \u003c 7.0.8" }, { "status": "affected", "version": "\u003e= 6.2, \u003c 6.2.9" }, { "status": "affected", "version": "\u003c 6.0.17" } ] } ], "descriptions": [ { "lang": "en", "value": "Redis is an in-memory database that persists on disk. Authenticated users issuing specially crafted `SETRANGE` and `SORT(_RO)` commands can trigger an integer overflow, resulting with Redis attempting to allocate impossible amounts of memory and abort with an out-of-memory (OOM) panic. The problem is fixed in Redis versions 7.0.8, 6.2.9 and 6.0.17. Users are advised to upgrade. There are no known workarounds for this vulnerability." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-190", "description": "CWE-190: Integer Overflow or Wraparound", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2023-01-20T18:19:27.692Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/redis/redis/security/advisories/GHSA-mrcw-fhw9-fj8j", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/redis/redis/security/advisories/GHSA-mrcw-fhw9-fj8j" }, { "name": "https://github.com/redis/redis/commit/1ec82e6e97e1db06a72ca505f9fbf6b981f31ef7", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/redis/redis/commit/1ec82e6e97e1db06a72ca505f9fbf6b981f31ef7" }, { "name": "https://github.com/redis/redis/releases/tag/6.0.17", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/redis/redis/releases/tag/6.0.17" }, { "name": "https://github.com/redis/redis/releases/tag/6.2.9", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/redis/redis/releases/tag/6.2.9" }, { "name": "https://github.com/redis/redis/releases/tag/7.0.8", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/redis/redis/releases/tag/7.0.8" } ], "source": { "advisory": "GHSA-mrcw-fhw9-fj8j", "discovery": "UNKNOWN" }, "title": "Integer overflow in certain command arguments can drive Redis to OOM panic" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2022-35977", "datePublished": "2023-01-20T18:19:27.692Z", "dateReserved": "2022-07-15T23:52:24.278Z", "dateUpdated": "2024-08-03T09:51:59.221Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2022-35977\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2023-01-20T19:15:14.470\",\"lastModified\":\"2024-11-21T07:12:05.760\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Redis is an in-memory database that persists on disk. Authenticated users issuing specially crafted `SETRANGE` and `SORT(_RO)` commands can trigger an integer overflow, resulting with Redis attempting to allocate impossible amounts of memory and abort with an out-of-memory (OOM) panic. The problem is fixed in Redis versions 7.0.8, 6.2.9 and 6.0.17. Users are advised to upgrade. There are no known workarounds for this vulnerability.\"},{\"lang\":\"es\",\"value\":\"Redis es una base de datos en memoria que persiste en el disco. Los usuarios autenticados que emiten comandos `SETRANGE` y `SORT(_RO)` especialmente manipulados pueden desencadenar un desbordamiento de enteros, lo que hace que Redis intente asignar cantidades imposibles de memoria y aborte con un p\u00e1nico de falta de memoria (OOM). El problema se solucion\u00f3 en las versiones 7.0.8, 6.2.9 y 6.0.17 de Redis. Se recomienda a los usuarios que actualicen. No se conocen soluciones para esta vulnerabilidad.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-190\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.0.0\",\"versionEndExcluding\":\"6.0.17\",\"matchCriteriaId\":\"686AC0A4-C41D-483F-AB78-F000D3177488\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.2.0\",\"versionEndExcluding\":\"6.2.9\",\"matchCriteriaId\":\"0987D1A6-7DB8-468A-92E2-4C9F4BC41430\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"7.0.0\",\"versionEndExcluding\":\"7.0.8\",\"matchCriteriaId\":\"4E8878EC-13C4-4C33-A80E-5F1D4E7A5A19\"}]}]}],\"references\":[{\"url\":\"https://github.com/redis/redis/commit/1ec82e6e97e1db06a72ca505f9fbf6b981f31ef7\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/redis/redis/releases/tag/6.0.17\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/redis/redis/releases/tag/6.2.9\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/redis/redis/releases/tag/7.0.8\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/redis/redis/security/advisories/GHSA-mrcw-fhw9-fj8j\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/redis/redis/commit/1ec82e6e97e1db06a72ca505f9fbf6b981f31ef7\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/redis/redis/releases/tag/6.0.17\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/redis/redis/releases/tag/6.2.9\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/redis/redis/releases/tag/7.0.8\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/redis/redis/security/advisories/GHSA-mrcw-fhw9-fj8j\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}" } }
gsd-2022-35977
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
Redis is an in-memory database that persists on disk. Authenticated users issuing specially crafted `SETRANGE` and `SORT(_RO)` commands can trigger an integer overflow, resulting with Redis attempting to allocate impossible amounts of memory and abort with an out-of-memory (OOM) panic. The problem is fixed in Redis versions 7.0.8, 6.2.9 and 6.0.17. Users are advised to upgrade. There are no known workarounds for this vulnerability.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2022-35977", "id": "GSD-2022-35977", "references": [ "https://www.suse.com/security/cve/CVE-2022-35977.html" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2022-35977" ], "details": "Redis is an in-memory database that persists on disk. Authenticated users issuing specially crafted `SETRANGE` and `SORT(_RO)` commands can trigger an integer overflow, resulting with Redis attempting to allocate impossible amounts of memory and abort with an out-of-memory (OOM) panic. The problem is fixed in Redis versions 7.0.8, 6.2.9 and 6.0.17. Users are advised to upgrade. There are no known workarounds for this vulnerability.", "id": "GSD-2022-35977", "modified": "2023-12-13T01:19:33.986905Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-35977", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "redis", "version": { "version_data": [ { "version_affected": "=", "version_value": "\u003e= 7.0, \u003c 7.0.8" }, { "version_affected": "=", "version_value": "\u003e= 6.2, \u003c 6.2.9" }, { "version_affected": "=", "version_value": "\u003c 6.0.17" } ] } } ] }, "vendor_name": "redis" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Redis is an in-memory database that persists on disk. Authenticated users issuing specially crafted `SETRANGE` and `SORT(_RO)` commands can trigger an integer overflow, resulting with Redis attempting to allocate impossible amounts of memory and abort with an out-of-memory (OOM) panic. The problem is fixed in Redis versions 7.0.8, 6.2.9 and 6.0.17. Users are advised to upgrade. There are no known workarounds for this vulnerability." } ] }, "impact": { "cvss": [ { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "cweId": "CWE-190", "lang": "eng", "value": "CWE-190: Integer Overflow or Wraparound" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/redis/redis/security/advisories/GHSA-mrcw-fhw9-fj8j", "refsource": "MISC", "url": "https://github.com/redis/redis/security/advisories/GHSA-mrcw-fhw9-fj8j" }, { "name": "https://github.com/redis/redis/commit/1ec82e6e97e1db06a72ca505f9fbf6b981f31ef7", "refsource": "MISC", "url": "https://github.com/redis/redis/commit/1ec82e6e97e1db06a72ca505f9fbf6b981f31ef7" }, { "name": "https://github.com/redis/redis/releases/tag/6.0.17", "refsource": "MISC", "url": "https://github.com/redis/redis/releases/tag/6.0.17" }, { "name": "https://github.com/redis/redis/releases/tag/6.2.9", "refsource": "MISC", "url": "https://github.com/redis/redis/releases/tag/6.2.9" }, { "name": "https://github.com/redis/redis/releases/tag/7.0.8", "refsource": "MISC", "url": "https://github.com/redis/redis/releases/tag/7.0.8" } ] }, "source": { "advisory": "GHSA-mrcw-fhw9-fj8j", "discovery": "UNKNOWN" } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "6.0.17", "versionStartIncluding": "6.0.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "6.2.9", "versionStartIncluding": "6.2.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "7.0.8", "versionStartIncluding": "7.0.0", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-35977" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "Redis is an in-memory database that persists on disk. Authenticated users issuing specially crafted `SETRANGE` and `SORT(_RO)` commands can trigger an integer overflow, resulting with Redis attempting to allocate impossible amounts of memory and abort with an out-of-memory (OOM) panic. The problem is fixed in Redis versions 7.0.8, 6.2.9 and 6.0.17. Users are advised to upgrade. There are no known workarounds for this vulnerability." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-190" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/redis/redis/security/advisories/GHSA-mrcw-fhw9-fj8j", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://github.com/redis/redis/security/advisories/GHSA-mrcw-fhw9-fj8j" }, { "name": "https://github.com/redis/redis/commit/1ec82e6e97e1db06a72ca505f9fbf6b981f31ef7", "refsource": "MISC", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/redis/redis/commit/1ec82e6e97e1db06a72ca505f9fbf6b981f31ef7" }, { "name": "https://github.com/redis/redis/releases/tag/6.0.17", "refsource": "MISC", "tags": [ "Release Notes", "Third Party Advisory" ], "url": "https://github.com/redis/redis/releases/tag/6.0.17" }, { "name": "https://github.com/redis/redis/releases/tag/6.2.9", "refsource": "MISC", "tags": [ "Release Notes", "Third Party Advisory" ], "url": "https://github.com/redis/redis/releases/tag/6.2.9" }, { "name": "https://github.com/redis/redis/releases/tag/7.0.8", "refsource": "MISC", "tags": [ "Release Notes", "Third Party Advisory" ], "url": "https://github.com/redis/redis/releases/tag/7.0.8" } ] } }, "impact": { "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 3.6 } }, "lastModifiedDate": "2023-02-02T14:28Z", "publishedDate": "2023-01-20T19:15Z" } } }
fkie_cve-2022-35977
Vulnerability from fkie_nvd
Published
2023-01-20 19:15
Modified
2024-11-21 07:12
Severity ?
5.5 (Medium) - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
5.5 (Medium) - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
5.5 (Medium) - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Summary
Redis is an in-memory database that persists on disk. Authenticated users issuing specially crafted `SETRANGE` and `SORT(_RO)` commands can trigger an integer overflow, resulting with Redis attempting to allocate impossible amounts of memory and abort with an out-of-memory (OOM) panic. The problem is fixed in Redis versions 7.0.8, 6.2.9 and 6.0.17. Users are advised to upgrade. There are no known workarounds for this vulnerability.
References
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*", "matchCriteriaId": "686AC0A4-C41D-483F-AB78-F000D3177488", "versionEndExcluding": "6.0.17", "versionStartIncluding": "6.0.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*", "matchCriteriaId": "0987D1A6-7DB8-468A-92E2-4C9F4BC41430", "versionEndExcluding": "6.2.9", "versionStartIncluding": "6.2.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*", "matchCriteriaId": "4E8878EC-13C4-4C33-A80E-5F1D4E7A5A19", "versionEndExcluding": "7.0.8", "versionStartIncluding": "7.0.0", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "Redis is an in-memory database that persists on disk. Authenticated users issuing specially crafted `SETRANGE` and `SORT(_RO)` commands can trigger an integer overflow, resulting with Redis attempting to allocate impossible amounts of memory and abort with an out-of-memory (OOM) panic. The problem is fixed in Redis versions 7.0.8, 6.2.9 and 6.0.17. Users are advised to upgrade. There are no known workarounds for this vulnerability." }, { "lang": "es", "value": "Redis es una base de datos en memoria que persiste en el disco. Los usuarios autenticados que emiten comandos `SETRANGE` y `SORT(_RO)` especialmente manipulados pueden desencadenar un desbordamiento de enteros, lo que hace que Redis intente asignar cantidades imposibles de memoria y aborte con un p\u00e1nico de falta de memoria (OOM). El problema se solucion\u00f3 en las versiones 7.0.8, 6.2.9 y 6.0.17 de Redis. Se recomienda a los usuarios que actualicen. No se conocen soluciones para esta vulnerabilidad." } ], "id": "CVE-2022-35977", "lastModified": "2024-11-21T07:12:05.760", "metrics": { "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 3.6, "source": "security-advisories@github.com", "type": "Secondary" }, { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2023-01-20T19:15:14.470", "references": [ { "source": "security-advisories@github.com", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/redis/redis/commit/1ec82e6e97e1db06a72ca505f9fbf6b981f31ef7" }, { "source": "security-advisories@github.com", "tags": [ "Release Notes", "Third Party Advisory" ], "url": "https://github.com/redis/redis/releases/tag/6.0.17" }, { "source": "security-advisories@github.com", "tags": [ "Release Notes", "Third Party Advisory" ], "url": "https://github.com/redis/redis/releases/tag/6.2.9" }, { "source": "security-advisories@github.com", "tags": [ "Release Notes", "Third Party Advisory" ], "url": "https://github.com/redis/redis/releases/tag/7.0.8" }, { "source": "security-advisories@github.com", "tags": [ "Third Party Advisory" ], "url": "https://github.com/redis/redis/security/advisories/GHSA-mrcw-fhw9-fj8j" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/redis/redis/commit/1ec82e6e97e1db06a72ca505f9fbf6b981f31ef7" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Release Notes", "Third Party Advisory" ], "url": "https://github.com/redis/redis/releases/tag/6.0.17" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Release Notes", "Third Party Advisory" ], "url": "https://github.com/redis/redis/releases/tag/6.2.9" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Release Notes", "Third Party Advisory" ], "url": "https://github.com/redis/redis/releases/tag/7.0.8" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Third Party Advisory" ], "url": "https://github.com/redis/redis/security/advisories/GHSA-mrcw-fhw9-fj8j" } ], "sourceIdentifier": "security-advisories@github.com", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-190" } ], "source": "security-advisories@github.com", "type": "Primary" } ] }
wid-sec-w-2023-0102
Vulnerability from csaf_certbund
Published
2023-01-16 23:00
Modified
2024-11-28 23:00
Summary
Redis: Mehrere Schwachstellen ermöglichen Denial of Service
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Redis ist ein In-Memory-Datenstrukturspeicher, der als Datenbank, Cache und Message Broker verwendet wird.
Angriff
Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Redis ausnutzen, um einen Denial of Service Angriff durchzuführen.
Betroffene Betriebssysteme
- Linux
- UNIX
{ "document": { "aggregate_severity": { "text": "mittel" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Redis ist ein In-Memory-Datenstrukturspeicher, der als Datenbank, Cache und Message Broker verwendet wird.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Redis ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- Linux\n- UNIX", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2023-0102 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-0102.json" }, { "category": "self", "summary": "WID-SEC-2023-0102 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-0102" }, { "category": "external", "summary": "Github Redis vom 2023-01-16", "url": "https://github.com/redis/redis/releases/tag/6.2.9" }, { "category": "external", "summary": "Github Redis vom 2023-01-16", "url": "https://github.com/redis/redis/releases/tag/7.0.8" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:0274-1 vom 2023-02-06", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-February/013631.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:0295-1 vom 2023-02-07", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-February/013641.html" }, { "category": "external", "summary": "IBM Security Bulletin 7011697 vom 2023-08-03", "url": "https://www.cybersecurity-help.cz/vdb/SB2023080304" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASREDIS6-2023-001 vom 2023-09-28", "url": "https://alas.aws.amazon.com/AL2/ALASREDIS6-2023-001.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6531-1 vom 2023-12-05", "url": "https://ubuntu.com/security/notices/USN-6531-1" }, { "category": "external", "summary": "Gentoo Linux Security Advisory GLSA-202408-05 vom 2024-08-07", "url": "https://security.gentoo.org/glsa/202408-05" }, { "category": "external", "summary": "Debian Security Advisory DLA-3973 vom 2024-11-28", "url": "https://lists.debian.org/debian-lts-announce/2024/11/msg00031.html" } ], "source_lang": "en-US", "title": "Redis: Mehrere Schwachstellen erm\u00f6glichen Denial of Service", "tracking": { "current_release_date": "2024-11-28T23:00:00.000+00:00", "generator": { "date": "2024-11-29T09:12:13.396+00:00", "engine": { "name": "BSI-WID", "version": "1.3.8" } }, "id": "WID-SEC-W-2023-0102", "initial_release_date": "2023-01-16T23:00:00.000+00:00", "revision_history": [ { "date": "2023-01-16T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-01-17T23:00:00.000+00:00", "number": "2", "summary": "Referenz(en) aufgenommen: FEDORA-2023-2DE29347A8, FEDORA-2023-FBFE7A6CFE" }, { "date": "2023-01-18T23:00:00.000+00:00", "number": "3", "summary": "Referenz(en) aufgenommen: FEDORA-2023-68AE37FCA3" }, { "date": "2023-02-06T23:00:00.000+00:00", "number": "4", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2023-02-07T23:00:00.000+00:00", "number": "5", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2023-08-02T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2023-09-27T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2023-12-05T23:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2024-08-06T22:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Gentoo aufgenommen" }, { "date": "2024-11-28T23:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Debian aufgenommen" } ], "status": "final", "version": "10" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "category": "product_name", "name": "Debian Linux", "product": { "name": "Debian Linux", "product_id": "2951", "product_identification_helper": { "cpe": "cpe:/o:debian:debian_linux:-" } } } ], "category": "vendor", "name": "Debian" }, { "branches": [ { "category": "product_name", "name": "Gentoo Linux", "product": { "name": "Gentoo Linux", "product_id": "T012167", "product_identification_helper": { "cpe": "cpe:/o:gentoo:linux:-" } } } ], "category": "vendor", "name": "Gentoo" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "plus \u003c10.1.12.6", "product": { "name": "IBM Spectrum Protect plus \u003c10.1.12.6", "product_id": "T029070" } }, { "category": "product_version", "name": "plus 10.1.12.6", "product": { "name": "IBM Spectrum Protect plus 10.1.12.6", "product_id": "T029070-fixed", "product_identification_helper": { "cpe": "cpe:/a:ibm:spectrum_protect:plus__10.1.12.6" } } } ], "category": "product_name", "name": "Spectrum Protect" } ], "category": "vendor", "name": "IBM" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c7.0.8", "product": { "name": "Open Source Redis \u003c7.0.8", "product_id": "T025849" } }, { "category": "product_version", "name": "7.0.8", "product": { "name": "Open Source Redis 7.0.8", "product_id": "T025849-fixed", "product_identification_helper": { "cpe": "cpe:/a:redislabs:redis:7.0.8" } } }, { "category": "product_version_range", "name": "\u003c6.2.9", "product": { "name": "Open Source Redis \u003c6.2.9", "product_id": "T025850" } }, { "category": "product_version", "name": "6.2.9", "product": { "name": "Open Source Redis 6.2.9", "product_id": "T025850-fixed", "product_identification_helper": { "cpe": "cpe:/a:redislabs:redis:6.2.9" } } } ], "category": "product_name", "name": "Redis" } ], "category": "vendor", "name": "Open Source" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } } ], "category": "vendor", "name": "SUSE" }, { "branches": [ { "category": "product_name", "name": "Ubuntu Linux", "product": { "name": "Ubuntu Linux", "product_id": "T000126", "product_identification_helper": { "cpe": "cpe:/o:canonical:ubuntu_linux:-" } } } ], "category": "vendor", "name": "Ubuntu" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-35977", "notes": [ { "category": "description", "text": "Es existiert eine Schwachstelle in Redis. Ein Integer-\u00dcberlauf in den Redis SETRANGE und SORT/SORT_RO Befehlen kann zu einer OOM-Panik f\u00fchren. Ein entfernter anonymer Angreifer kann diese Schwachstelle ausnutzen, um einen Denial of Service zu verursachen." } ], "product_status": { "known_affected": [ "T025849", "2951", "T002207", "T000126", "T029070", "T025850", "398363", "T012167" ] }, "release_date": "2023-01-16T23:00:00.000+00:00", "title": "CVE-2022-35977" }, { "cve": "CVE-2023-22458", "notes": [ { "category": "description", "text": "Es existiert eine Schwachstelle in Redis. In den HRANDFIELD und ZRANDMEMBER Befehlen besteht ein Integer-\u00dcberlauf. Ein entfernter anonymer Angreifer kann diese Schwachstelle ausnutzen, um einen Denial of Service zu verursachen." } ], "product_status": { "known_affected": [ "T025849", "2951", "T002207", "T000126", "T029070", "T025850", "398363", "T012167" ] }, "release_date": "2023-01-16T23:00:00.000+00:00", "title": "CVE-2023-22458" } ] }
WID-SEC-W-2023-0102
Vulnerability from csaf_certbund
Published
2023-01-16 23:00
Modified
2024-11-28 23:00
Summary
Redis: Mehrere Schwachstellen ermöglichen Denial of Service
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Redis ist ein In-Memory-Datenstrukturspeicher, der als Datenbank, Cache und Message Broker verwendet wird.
Angriff
Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Redis ausnutzen, um einen Denial of Service Angriff durchzuführen.
Betroffene Betriebssysteme
- Linux
- UNIX
{ "document": { "aggregate_severity": { "text": "mittel" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Redis ist ein In-Memory-Datenstrukturspeicher, der als Datenbank, Cache und Message Broker verwendet wird.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Redis ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- Linux\n- UNIX", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2023-0102 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-0102.json" }, { "category": "self", "summary": "WID-SEC-2023-0102 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-0102" }, { "category": "external", "summary": "Github Redis vom 2023-01-16", "url": "https://github.com/redis/redis/releases/tag/6.2.9" }, { "category": "external", "summary": "Github Redis vom 2023-01-16", "url": "https://github.com/redis/redis/releases/tag/7.0.8" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:0274-1 vom 2023-02-06", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-February/013631.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:0295-1 vom 2023-02-07", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-February/013641.html" }, { "category": "external", "summary": "IBM Security Bulletin 7011697 vom 2023-08-03", "url": "https://www.cybersecurity-help.cz/vdb/SB2023080304" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASREDIS6-2023-001 vom 2023-09-28", "url": "https://alas.aws.amazon.com/AL2/ALASREDIS6-2023-001.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6531-1 vom 2023-12-05", "url": "https://ubuntu.com/security/notices/USN-6531-1" }, { "category": "external", "summary": "Gentoo Linux Security Advisory GLSA-202408-05 vom 2024-08-07", "url": "https://security.gentoo.org/glsa/202408-05" }, { "category": "external", "summary": "Debian Security Advisory DLA-3973 vom 2024-11-28", "url": "https://lists.debian.org/debian-lts-announce/2024/11/msg00031.html" } ], "source_lang": "en-US", "title": "Redis: Mehrere Schwachstellen erm\u00f6glichen Denial of Service", "tracking": { "current_release_date": "2024-11-28T23:00:00.000+00:00", "generator": { "date": "2024-11-29T09:12:13.396+00:00", "engine": { "name": "BSI-WID", "version": "1.3.8" } }, "id": "WID-SEC-W-2023-0102", "initial_release_date": "2023-01-16T23:00:00.000+00:00", "revision_history": [ { "date": "2023-01-16T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-01-17T23:00:00.000+00:00", "number": "2", "summary": "Referenz(en) aufgenommen: FEDORA-2023-2DE29347A8, FEDORA-2023-FBFE7A6CFE" }, { "date": "2023-01-18T23:00:00.000+00:00", "number": "3", "summary": "Referenz(en) aufgenommen: FEDORA-2023-68AE37FCA3" }, { "date": "2023-02-06T23:00:00.000+00:00", "number": "4", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2023-02-07T23:00:00.000+00:00", "number": "5", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2023-08-02T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2023-09-27T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2023-12-05T23:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2024-08-06T22:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Gentoo aufgenommen" }, { "date": "2024-11-28T23:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Debian aufgenommen" } ], "status": "final", "version": "10" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "category": "product_name", "name": "Debian Linux", "product": { "name": "Debian Linux", "product_id": "2951", "product_identification_helper": { "cpe": "cpe:/o:debian:debian_linux:-" } } } ], "category": "vendor", "name": "Debian" }, { "branches": [ { "category": "product_name", "name": "Gentoo Linux", "product": { "name": "Gentoo Linux", "product_id": "T012167", "product_identification_helper": { "cpe": "cpe:/o:gentoo:linux:-" } } } ], "category": "vendor", "name": "Gentoo" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "plus \u003c10.1.12.6", "product": { "name": "IBM Spectrum Protect plus \u003c10.1.12.6", "product_id": "T029070" } }, { "category": "product_version", "name": "plus 10.1.12.6", "product": { "name": "IBM Spectrum Protect plus 10.1.12.6", "product_id": "T029070-fixed", "product_identification_helper": { "cpe": "cpe:/a:ibm:spectrum_protect:plus__10.1.12.6" } } } ], "category": "product_name", "name": "Spectrum Protect" } ], "category": "vendor", "name": "IBM" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c7.0.8", "product": { "name": "Open Source Redis \u003c7.0.8", "product_id": "T025849" } }, { "category": "product_version", "name": "7.0.8", "product": { "name": "Open Source Redis 7.0.8", "product_id": "T025849-fixed", "product_identification_helper": { "cpe": "cpe:/a:redislabs:redis:7.0.8" } } }, { "category": "product_version_range", "name": "\u003c6.2.9", "product": { "name": "Open Source Redis \u003c6.2.9", "product_id": "T025850" } }, { "category": "product_version", "name": "6.2.9", "product": { "name": "Open Source Redis 6.2.9", "product_id": "T025850-fixed", "product_identification_helper": { "cpe": "cpe:/a:redislabs:redis:6.2.9" } } } ], "category": "product_name", "name": "Redis" } ], "category": "vendor", "name": "Open Source" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } } ], "category": "vendor", "name": "SUSE" }, { "branches": [ { "category": "product_name", "name": "Ubuntu Linux", "product": { "name": "Ubuntu Linux", "product_id": "T000126", "product_identification_helper": { "cpe": "cpe:/o:canonical:ubuntu_linux:-" } } } ], "category": "vendor", "name": "Ubuntu" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-35977", "notes": [ { "category": "description", "text": "Es existiert eine Schwachstelle in Redis. Ein Integer-\u00dcberlauf in den Redis SETRANGE und SORT/SORT_RO Befehlen kann zu einer OOM-Panik f\u00fchren. Ein entfernter anonymer Angreifer kann diese Schwachstelle ausnutzen, um einen Denial of Service zu verursachen." } ], "product_status": { "known_affected": [ "T025849", "2951", "T002207", "T000126", "T029070", "T025850", "398363", "T012167" ] }, "release_date": "2023-01-16T23:00:00.000+00:00", "title": "CVE-2022-35977" }, { "cve": "CVE-2023-22458", "notes": [ { "category": "description", "text": "Es existiert eine Schwachstelle in Redis. In den HRANDFIELD und ZRANDMEMBER Befehlen besteht ein Integer-\u00dcberlauf. Ein entfernter anonymer Angreifer kann diese Schwachstelle ausnutzen, um einen Denial of Service zu verursachen." } ], "product_status": { "known_affected": [ "T025849", "2951", "T002207", "T000126", "T029070", "T025850", "398363", "T012167" ] }, "release_date": "2023-01-16T23:00:00.000+00:00", "title": "CVE-2023-22458" } ] }
rhsa-2025:0595
Vulnerability from csaf_redhat
Published
2025-01-22 10:42
Modified
2025-02-20 07:23
Summary
Red Hat Security Advisory: redis:6 security update
Notes
Topic
An update for the redis:6 module is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Redis is an advanced key-value store. It is often referred to as a data-structure server since keys can contain strings, hashes, lists, sets, and sorted sets. For performance, Redis works with an in-memory data set. You can persist it either by dumping the data set to disk every once in a while, or by appending each command to a log.
Security Fix(es):
* redis: Integer overflow in the Redis HRANDFIELD and ZRANDMEMBER commands may lead to denial-of-service (CVE-2023-22458)
* redis: Integer overflow in the Redis SETRANGE and SORT/SORT_RO commands may result with false OOM panic (CVE-2022-35977)
* redis: Specially crafted SRANDMEMBER, ZRANDMEMBER, and HRANDFIELD commands can trigger an integer overflow (CVE-2022-36021)
* redis: String matching commands (like SCAN or KEYS) with a specially crafted pattern to trigger a denial-of-service attack (CVE-2023-25155)
* redis: Insufficient validation of HINCRBYFLOAT command (CVE-2023-28856)
* redis: heap overflow in the lua cjson and cmsgpack libraries (CVE-2022-24834)
* redis: possible bypass of Unix socket permissions on startup (CVE-2023-45145)
* redis: Lua library commands may lead to stack overflow and RCE in Redis (CVE-2024-31449)
* redis: Denial-of-service due to unbounded pattern matching in Redis (CVE-2024-31228)
* redis: Redis' Lua library commands may lead to remote code execution (CVE-2024-46981)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the redis:6 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Redis is an advanced key-value store. It is often referred to as a data-structure server since keys can contain strings, hashes, lists, sets, and sorted sets. For performance, Redis works with an in-memory data set. You can persist it either by dumping the data set to disk every once in a while, or by appending each command to a log.\n\nSecurity Fix(es):\n\n* redis: Integer overflow in the Redis HRANDFIELD and ZRANDMEMBER commands may lead to denial-of-service (CVE-2023-22458)\n\n* redis: Integer overflow in the Redis SETRANGE and SORT/SORT_RO commands may result with false OOM panic (CVE-2022-35977)\n\n* redis: Specially crafted SRANDMEMBER, ZRANDMEMBER, and HRANDFIELD commands can trigger an integer overflow (CVE-2022-36021)\n\n* redis: String matching commands (like SCAN or KEYS) with a specially crafted pattern to trigger a denial-of-service attack (CVE-2023-25155)\n\n* redis: Insufficient validation of HINCRBYFLOAT command (CVE-2023-28856)\n\n* redis: heap overflow in the lua cjson and cmsgpack libraries (CVE-2022-24834)\n\n* redis: possible bypass of Unix socket permissions on startup (CVE-2023-45145)\n\n* redis: Lua library commands may lead to stack overflow and RCE in Redis (CVE-2024-31449)\n\n* redis: Denial-of-service due to unbounded pattern matching in Redis (CVE-2024-31228)\n\n* redis: Redis\u0027 Lua library commands may lead to remote code execution (CVE-2024-46981)\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:0595", "url": "https://access.redhat.com/errata/RHSA-2025:0595" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2163132", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2163132" }, { "category": "external", "summary": "2163133", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2163133" }, { "category": "external", "summary": "2174305", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174305" }, { "category": "external", "summary": "2174306", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174306" }, { "category": "external", "summary": "2187525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187525" }, { "category": "external", "summary": "2221662", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2221662" }, { "category": "external", "summary": "2244940", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2244940" }, { "category": "external", "summary": "2317056", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2317056" }, { "category": "external", "summary": "2317058", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2317058" }, { "category": "external", "summary": "2336004", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2336004" }, { "category": "external", "summary": "RHEL-66165", "url": "https://issues.redhat.com/browse/RHEL-66165" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0595.json" } ], "title": "Red Hat Security Advisory: redis:6 security update", "tracking": { "current_release_date": "2025-02-20T07:23:53+00:00", "generator": { "date": "2025-02-20T07:23:53+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0595", "initial_release_date": "2025-01-22T10:42:40+00:00", "revision_history": [ { "date": "2025-01-22T10:42:40+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-22T10:42:40+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T07:23:53+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "redis:6:8100020250113083959:489197e6", "product": { "name": "redis:6:8100020250113083959:489197e6", "product_id": "redis:6:8100020250113083959:489197e6", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/redis@6:8100020250113083959:489197e6" } } }, { "category": "product_version", "name": "redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch", "product": { "name": "redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch", "product_id": "redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-doc@6.2.17-1.module%2Bel8.10.0%2B22680%2B748527fd?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "product": { "name": "redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "product_id": "redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.17-1.module%2Bel8.10.0%2B22680%2B748527fd?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "product": { "name": "redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "product_id": "redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.17-1.module%2Bel8.10.0%2B22680%2B748527fd?arch=aarch64" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "product": { "name": "redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "product_id": "redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.17-1.module%2Bel8.10.0%2B22680%2B748527fd?arch=aarch64" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "product": { "name": "redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "product_id": "redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.17-1.module%2Bel8.10.0%2B22680%2B748527fd?arch=aarch64" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "product": { "name": "redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "product_id": "redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.17-1.module%2Bel8.10.0%2B22680%2B748527fd?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "product": { "name": "redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "product_id": "redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.17-1.module%2Bel8.10.0%2B22680%2B748527fd?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "product": { "name": "redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "product_id": "redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.17-1.module%2Bel8.10.0%2B22680%2B748527fd?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "product": { "name": "redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "product_id": "redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.17-1.module%2Bel8.10.0%2B22680%2B748527fd?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "product": { "name": "redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "product_id": "redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.17-1.module%2Bel8.10.0%2B22680%2B748527fd?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "product": { "name": "redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "product_id": "redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.17-1.module%2Bel8.10.0%2B22680%2B748527fd?arch=s390x" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "product": { "name": "redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "product_id": "redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.17-1.module%2Bel8.10.0%2B22680%2B748527fd?arch=s390x" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "product": { "name": "redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "product_id": "redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.17-1.module%2Bel8.10.0%2B22680%2B748527fd?arch=s390x" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "product": { "name": "redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "product_id": "redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.17-1.module%2Bel8.10.0%2B22680%2B748527fd?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "product": { "name": "redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "product_id": "redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.17-1.module%2Bel8.10.0%2B22680%2B748527fd?arch=x86_64" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "product": { "name": "redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "product_id": "redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.17-1.module%2Bel8.10.0%2B22680%2B748527fd?arch=x86_64" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "product": { "name": "redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "product_id": "redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.17-1.module%2Bel8.10.0%2B22680%2B748527fd?arch=x86_64" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "product": { "name": "redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "product_id": "redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.17-1.module%2Bel8.10.0%2B22680%2B748527fd?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "redis:6:8100020250113083959:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6" }, "product_reference": "redis:6:8100020250113083959:489197e6", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64 as a component of redis:6:8100020250113083959:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64" }, "product_reference": "redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le as a component of redis:6:8100020250113083959:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le" }, "product_reference": "redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x as a component of redis:6:8100020250113083959:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x" }, "product_reference": "redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src as a component of redis:6:8100020250113083959:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src" }, "product_reference": "redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64 as a component of redis:6:8100020250113083959:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64" }, "product_reference": "redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64 as a component of redis:6:8100020250113083959:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64" }, "product_reference": "redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le as a component of redis:6:8100020250113083959:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le" }, "product_reference": "redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x as a component of redis:6:8100020250113083959:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x" }, "product_reference": "redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64 as a component of redis:6:8100020250113083959:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64" }, "product_reference": "redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64 as a component of redis:6:8100020250113083959:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64" }, "product_reference": "redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le as a component of redis:6:8100020250113083959:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le" }, "product_reference": "redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x as a component of redis:6:8100020250113083959:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x" }, "product_reference": "redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64 as a component of redis:6:8100020250113083959:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64" }, "product_reference": "redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64 as a component of redis:6:8100020250113083959:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64" }, "product_reference": "redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le as a component of redis:6:8100020250113083959:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le" }, "product_reference": "redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x as a component of redis:6:8100020250113083959:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x" }, "product_reference": "redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64 as a component of redis:6:8100020250113083959:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64" }, "product_reference": "redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6" }, { "category": "default_component_of", "full_product_name": { "name": "redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch as a component of redis:6:8100020250113083959:489197e6 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" }, "product_reference": "redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-24834", "cwe": { "id": "CWE-680", "name": "Integer Overflow to Buffer Overflow" }, "discovery_date": "2023-07-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2221662" } ], "notes": [ { "category": "description", "text": "A heap-based buffer overflow flaw was found in Redis. This flaw allows a local authenticated attacker user or attacker to execute a specially crafted Lua script in Redis. This attack triggers a heap overflow in the cjson and cmsgpack libraries, resulting in heap corruption and potential remote code execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "redis: heap overflow in the lua cjson and cmsgpack libraries", "title": "Vulnerability summary" }, { "category": "other", "text": "The problem exists in all versions of Redis with Lua scripting support, starting from 2.6, and affects only authenticated and authorized users.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-24834" }, { "category": "external", "summary": "RHBZ#2221662", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2221662" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-24834", "url": "https://www.cve.org/CVERecord?id=CVE-2022-24834" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24834", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24834" }, { "category": "external", "summary": "https://github.com/redis/redis/security/advisories/GHSA-p8x2-9v9q-c838", "url": "https://github.com/redis/redis/security/advisories/GHSA-p8x2-9v9q-c838" }, { "category": "external", "summary": "https://groups.google.com/g/redis-db/c/JDjKS0GubsQ", "url": "https://groups.google.com/g/redis-db/c/JDjKS0GubsQ" } ], "release_date": "2023-07-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-22T10:42:40+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0595" }, { "category": "workaround", "details": "Prevent users from executing Lua scripts. This can be done using ACL to restrict EVAL and EVALSHA commands.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "redis: heap overflow in the lua cjson and cmsgpack libraries" }, { "cve": "CVE-2022-35977", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "discovery_date": "2023-01-23T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2163133" } ], "notes": [ { "category": "description", "text": "A flaw was found in Redis, an in-memory database that persists on disk. This flaw allows authenticated users to issue specially crafted `SETRANGE` and `SORT(_RO)` commands to trigger an integer overflow, resulting in Redis attempting to allocate impossible amounts of memory and abort with an out-of-memory (OOM) panic.", "title": "Vulnerability description" }, { "category": "summary", "text": "redis: Integer overflow in the Redis SETRANGE and SORT/SORT_RO commands may result with false OOM panic", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-35977" }, { "category": "external", "summary": "RHBZ#2163133", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2163133" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-35977", "url": "https://www.cve.org/CVERecord?id=CVE-2022-35977" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-35977", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-35977" }, { "category": "external", "summary": "https://github.com/redis/redis/security/advisories/GHSA-mrcw-fhw9-fj8j", "url": "https://github.com/redis/redis/security/advisories/GHSA-mrcw-fhw9-fj8j" } ], "release_date": "2023-01-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-22T10:42:40+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0595" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "redis: Integer overflow in the Redis SETRANGE and SORT/SORT_RO commands may result with false OOM panic" }, { "cve": "CVE-2022-36021", "cwe": { "id": "CWE-407", "name": "Inefficient Algorithmic Complexity" }, "discovery_date": "2023-03-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2174305" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in Redis. This flaw allows an authenticated to use string matching commands (like SCAN or KEYS) with a specially crafted pattern to trigger a denial of service attack on Redis, causing it to hang and consume 100% of CPU time.", "title": "Vulnerability description" }, { "category": "summary", "text": "redis: Specially crafted SRANDMEMBER, ZRANDMEMBER, and HRANDFIELD commands can trigger an integer overflow", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-36021" }, { "category": "external", "summary": "RHBZ#2174305", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174305" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-36021", "url": "https://www.cve.org/CVERecord?id=CVE-2022-36021" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-36021", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-36021" }, { "category": "external", "summary": "https://github.com/redis/redis/commit/dcbfcb916ca1a269b3feef86ee86835294758f84", "url": "https://github.com/redis/redis/commit/dcbfcb916ca1a269b3feef86ee86835294758f84" }, { "category": "external", "summary": "https://github.com/redis/redis/security/advisories/GHSA-jr7j-rfj5-8xqv", "url": "https://github.com/redis/redis/security/advisories/GHSA-jr7j-rfj5-8xqv" } ], "release_date": "2023-02-28T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-22T10:42:40+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0595" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "redis: Specially crafted SRANDMEMBER, ZRANDMEMBER, and HRANDFIELD commands can trigger an integer overflow" }, { "cve": "CVE-2023-22458", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "discovery_date": "2023-01-23T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2163132" } ], "notes": [ { "category": "description", "text": "A flaw was found in Redis, an in-memory database that persists on disk. This flaw allows authenticated users to issue an `HRANDFIELD` or `ZRANDMEMBER` command with specially crafted arguments to trigger a denial of service by crashing Redis with an assertion failure.", "title": "Vulnerability description" }, { "category": "summary", "text": "redis: Integer overflow in the Redis HRANDFIELD and ZRANDMEMBER commands may lead 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": [ "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-22458" }, { "category": "external", "summary": "RHBZ#2163132", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2163132" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-22458", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22458" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-22458", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-22458" }, { "category": "external", "summary": "https://github.com/redis/redis/security/advisories/GHSA-r8w2-2m53-gprj", "url": "https://github.com/redis/redis/security/advisories/GHSA-r8w2-2m53-gprj" } ], "release_date": "2023-01-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-22T10:42:40+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0595" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "redis: Integer overflow in the Redis HRANDFIELD and ZRANDMEMBER commands may lead to denial-of-service" }, { "cve": "CVE-2023-25155", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "discovery_date": "2023-03-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2174306" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in Redis. This flaw allows authenticated users issuing specially crafted SRANDMEMBER, ZRANDMEMBER, and HRANDFIELD commands to trigger an integer overflow, resulting in a runtime assertion and termination of the Redis server process.", "title": "Vulnerability description" }, { "category": "summary", "text": "redis: String matching commands (like SCAN or KEYS) with a specially crafted pattern to trigger a denial-of-service attack", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-25155" }, { "category": "external", "summary": "RHBZ#2174306", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174306" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-25155", "url": "https://www.cve.org/CVERecord?id=CVE-2023-25155" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25155", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25155" }, { "category": "external", "summary": "https://github.com/redis/redis/commit/2a2a582e7cd99ba3b531336b8bd41df2b566e619", "url": "https://github.com/redis/redis/commit/2a2a582e7cd99ba3b531336b8bd41df2b566e619" }, { "category": "external", "summary": "https://github.com/redis/redis/security/advisories/GHSA-x2r7-j9vw-3w83", "url": "https://github.com/redis/redis/security/advisories/GHSA-x2r7-j9vw-3w83" } ], "release_date": "2023-02-28T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-22T10:42:40+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0595" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "redis: String matching commands (like SCAN or KEYS) with a specially crafted pattern to trigger a denial-of-service attack" }, { "cve": "CVE-2023-28856", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2023-04-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2187525" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in Redis. This flaw allows authenticated users to use the HINCRBYFLOAT command to create an invalid hash field that may crash Redis on access.", "title": "Vulnerability description" }, { "category": "summary", "text": "redis: Insufficient validation of HINCRBYFLOAT command", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-28856" }, { "category": "external", "summary": "RHBZ#2187525", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187525" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-28856", "url": "https://www.cve.org/CVERecord?id=CVE-2023-28856" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-28856", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-28856" }, { "category": "external", "summary": "https://github.com/redis/redis/security/advisories/GHSA-hjv8-vjf6-wcr6", "url": "https://github.com/redis/redis/security/advisories/GHSA-hjv8-vjf6-wcr6" } ], "release_date": "2023-04-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-22T10:42:40+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0595" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "redis: Insufficient validation of HINCRBYFLOAT command" }, { "cve": "CVE-2023-45145", "cwe": { "id": "CWE-269", "name": "Improper Privilege Management" }, "discovery_date": "2023-10-18T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2244940" } ], "notes": [ { "category": "description", "text": "A flaw was found in Redis, an in-memory database that persists on disk. On startup, Redis listens on a Unix socket before adjusting its permissions to the user-provided configuration. If a permissive umask(2) is used, this creates a race condition that enables, during a short period of time, another process to establish an otherwise unauthorized connection.", "title": "Vulnerability description" }, { "category": "summary", "text": "redis: possible bypass of Unix socket permissions on startup", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-45145" }, { "category": "external", "summary": "RHBZ#2244940", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2244940" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-45145", "url": "https://www.cve.org/CVERecord?id=CVE-2023-45145" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45145", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45145" }, { "category": "external", "summary": "https://github.com/redis/redis/security/advisories/GHSA-ghmp-889m-7cvx", "url": "https://github.com/redis/redis/security/advisories/GHSA-ghmp-889m-7cvx" } ], "release_date": "2023-10-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-22T10:42:40+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0595" }, { "category": "workaround", "details": "It is possible to work around the problem by disabling Unix sockets, starting Redis with a restrictive umask, or storing the Unix socket file in a protected directory.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 3.6, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "redis: possible bypass of Unix socket permissions on startup" }, { "cve": "CVE-2024-31228", "cwe": { "id": "CWE-674", "name": "Uncontrolled Recursion" }, "discovery_date": "2024-10-07T20:01:32.319599+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2317058" } ], "notes": [ { "category": "description", "text": "A flaw was found in Redis. This flaw allows authenticated users to 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 crashes.", "title": "Vulnerability description" }, { "category": "summary", "text": "redis: Denial-of-service due to unbounded pattern matching in Redis", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-31228" }, { "category": "external", "summary": "RHBZ#2317058", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2317058" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-31228", "url": "https://www.cve.org/CVERecord?id=CVE-2024-31228" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-31228", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-31228" }, { "category": "external", "summary": "https://github.com/redis/redis/commit/9317bf64659b33166a943ec03d5d9b954e86afb0", "url": "https://github.com/redis/redis/commit/9317bf64659b33166a943ec03d5d9b954e86afb0" }, { "category": "external", "summary": "https://github.com/redis/redis/security/advisories/GHSA-66gq-c942-6976", "url": "https://github.com/redis/redis/security/advisories/GHSA-66gq-c942-6976" } ], "release_date": "2024-10-07T19:51:06.784000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-22T10:42:40+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0595" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "redis: Denial-of-service due to unbounded pattern matching in Redis" }, { "cve": "CVE-2024-31449", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2024-10-07T20:01:19.998028+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2317056" } ], "notes": [ { "category": "description", "text": "A flaw was found in Redis. This flaw allows an authenticated user to use a specially crafted Lua script to trigger a stack buffer overflow in the bit library, which may lead to remote code execution. The problem exists in all versions of Redis with Lua scripting.", "title": "Vulnerability description" }, { "category": "summary", "text": "redis: Lua library commands may lead to stack overflow and RCE in Redis", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-31449" }, { "category": "external", "summary": "RHBZ#2317056", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2317056" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-31449", "url": "https://www.cve.org/CVERecord?id=CVE-2024-31449" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-31449", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-31449" }, { "category": "external", "summary": "https://github.com/redis/redis/commit/1f7c148be2cbacf7d50aa461c58b871e87cc5ed9", "url": "https://github.com/redis/redis/commit/1f7c148be2cbacf7d50aa461c58b871e87cc5ed9" }, { "category": "external", "summary": "https://github.com/redis/redis/security/advisories/GHSA-whxg-wx83-85p5", "url": "https://github.com/redis/redis/security/advisories/GHSA-whxg-wx83-85p5" } ], "release_date": "2024-10-07T19:51:08.775000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-22T10:42:40+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0595" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "redis: Lua library commands may lead to stack overflow and RCE in Redis" }, { "cve": "CVE-2024-46981", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-01-06T22:00:39.382359+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2336004" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Redis server. This flaw allows an authenticated user to use a specially crafted Lua script to manipulate the garbage collector, potentially leading to remote code execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "redis: Redis\u0027 Lua library commands may lead to remote code execution", "title": "Vulnerability summary" }, { "category": "other", "text": "The problem exists in all versions of Redis with Lua scripting.\n\nThis vulnerability in Redis is classified as high severity rather than moderate due to its potential impact and exploitation scope. By manipulating the Lua garbage collector through crafted scripts, an authenticated attacker can achieve remote code execution (RCE), allowing them to execute arbitrary commands on the host system. This compromises not only the integrity and confidentiality of the data stored in Redis but also the underlying server itself. Furthermore, the exploitation does not require direct access to the server binary, making it feasible for attackers to execute through legitimate, albeit malicious, commands.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-46981" }, { "category": "external", "summary": "RHBZ#2336004", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2336004" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-46981", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46981" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-46981", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-46981" }, { "category": "external", "summary": "https://github.com/redis/redis/releases/tag/6.2.17", "url": "https://github.com/redis/redis/releases/tag/6.2.17" }, { "category": "external", "summary": "https://github.com/redis/redis/releases/tag/7.2.7", "url": "https://github.com/redis/redis/releases/tag/7.2.7" }, { "category": "external", "summary": "https://github.com/redis/redis/releases/tag/7.4.2", "url": "https://github.com/redis/redis/releases/tag/7.4.2" }, { "category": "external", "summary": "https://github.com/redis/redis/security/advisories/GHSA-39h2-x6c4-6w4c", "url": "https://github.com/redis/redis/security/advisories/GHSA-39h2-x6c4-6w4c" } ], "release_date": "2025-01-06T21:11:51.687000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-22T10:42:40+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0595" }, { "category": "workaround", "details": "A 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.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.src", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debuginfo-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-debugsource-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.s390x", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-devel-0:6.2.17-1.module+el8.10.0+22680+748527fd.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:redis:6:8100020250113083959:489197e6:redis-doc-0:6.2.17-1.module+el8.10.0+22680+748527fd.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "redis: Redis\u0027 Lua library commands may lead to remote code execution" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.