Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2022-24735 (GCVE-0-2022-24735)
Vulnerability from cvelistv5
Published
2022-04-27 19:43
Modified
2025-04-22 18:02
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- CWE-94 - Improper Control of Generation of Code ('Code Injection')
Summary
Redis is an in-memory database that persists on disk. By exploiting weaknesses in the Lua script execution environment, an attacker with access to Redis prior to version 7.0.0 or 6.2.7 can inject Lua code that will execute with the (potentially higher) privileges of another Redis user. The Lua script execution environment in Redis provides some measures that prevent a script from creating side effects that persist and can affect the execution of the same, or different script, at a later time. Several weaknesses of these measures have been publicly known for a long time, but they had no security impact as the Redis security model did not endorse the concept of users or privileges. With the introduction of ACLs in Redis 6.0, these weaknesses can be exploited by a less privileged users to inject Lua code that will execute at a later time, when a privileged user executes a Lua script. The problem is fixed in Redis versions 7.0.0 and 6.2.7. An additional workaround to mitigate this problem without patching the redis-server executable, if Lua scripting is not being used, is to block access to `SCRIPT LOAD` and `EVAL` commands using ACL rules.
References
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-03T04:20:50.279Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/redis/redis/pull/10651"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/redis/redis/releases/tag/6.2.7"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/redis/redis/releases/tag/7.0.0"
},
{
"name": "FEDORA-2022-6ed1ce2838",
"tags": [
"vendor-advisory",
"x_refsource_FEDORA",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VPYKSG7LKUJGVM2P72EHXKVRVRWHLORX/"
},
{
"name": "FEDORA-2022-a0a4c7eb31",
"tags": [
"vendor-advisory",
"x_refsource_FEDORA",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WSTPUCAPBRHIFPSCOURR4OYX4E2OISAF/"
},
{
"name": "FEDORA-2022-44373f6778",
"tags": [
"vendor-advisory",
"x_refsource_FEDORA",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/J4ZK3675DGHVVDOFLJN7WX6YYH27GPMK/"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://www.oracle.com/security-alerts/cpujul2022.html"
},
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20220715-0003/"
},
{
"name": "GLSA-202209-17",
"tags": [
"vendor-advisory",
"x_refsource_GENTOO",
"x_transferred"
],
"url": "https://security.gentoo.org/glsa/202209-17"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2022-24735",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-04-22T15:48:21.739976Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-04-22T18:02:46.190Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "redis",
"vendor": "redis",
"versions": [
{
"status": "affected",
"version": "\u003c 7.0.0"
},
{
"status": "affected",
"version": "\u003e= 6.0.0, \u003c 6.2.7"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Redis is an in-memory database that persists on disk. By exploiting weaknesses in the Lua script execution environment, an attacker with access to Redis prior to version 7.0.0 or 6.2.7 can inject Lua code that will execute with the (potentially higher) privileges of another Redis user. The Lua script execution environment in Redis provides some measures that prevent a script from creating side effects that persist and can affect the execution of the same, or different script, at a later time. Several weaknesses of these measures have been publicly known for a long time, but they had no security impact as the Redis security model did not endorse the concept of users or privileges. With the introduction of ACLs in Redis 6.0, these weaknesses can be exploited by a less privileged users to inject Lua code that will execute at a later time, when a privileged user executes a Lua script. The problem is fixed in Redis versions 7.0.0 and 6.2.7. An additional workaround to mitigate this problem without patching the redis-server executable, if Lua scripting is not being used, is to block access to `SCRIPT LOAD` and `EVAL` commands using ACL rules."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.9,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-94",
"description": "CWE-94 Improper Control of Generation of Code (\u0027Code Injection\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2022-09-29T16:07:33.000Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/redis/redis/pull/10651"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/redis/redis/releases/tag/6.2.7"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/redis/redis/releases/tag/7.0.0"
},
{
"name": "FEDORA-2022-6ed1ce2838",
"tags": [
"vendor-advisory",
"x_refsource_FEDORA"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VPYKSG7LKUJGVM2P72EHXKVRVRWHLORX/"
},
{
"name": "FEDORA-2022-a0a4c7eb31",
"tags": [
"vendor-advisory",
"x_refsource_FEDORA"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WSTPUCAPBRHIFPSCOURR4OYX4E2OISAF/"
},
{
"name": "FEDORA-2022-44373f6778",
"tags": [
"vendor-advisory",
"x_refsource_FEDORA"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/J4ZK3675DGHVVDOFLJN7WX6YYH27GPMK/"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://www.oracle.com/security-alerts/cpujul2022.html"
},
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://security.netapp.com/advisory/ntap-20220715-0003/"
},
{
"name": "GLSA-202209-17",
"tags": [
"vendor-advisory",
"x_refsource_GENTOO"
],
"url": "https://security.gentoo.org/glsa/202209-17"
}
],
"source": {
"advisory": "GHSA-647m-2wmq-qmvq",
"discovery": "UNKNOWN"
},
"title": "Lua scripts can be manipulated to overcome ACL rules in Redis",
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2022-24735",
"STATE": "PUBLIC",
"TITLE": "Lua scripts can be manipulated to overcome ACL rules in Redis"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "redis",
"version": {
"version_data": [
{
"version_value": "\u003c 7.0.0"
},
{
"version_value": "\u003e= 6.0.0, \u003c 6.2.7"
}
]
}
}
]
},
"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. By exploiting weaknesses in the Lua script execution environment, an attacker with access to Redis prior to version 7.0.0 or 6.2.7 can inject Lua code that will execute with the (potentially higher) privileges of another Redis user. The Lua script execution environment in Redis provides some measures that prevent a script from creating side effects that persist and can affect the execution of the same, or different script, at a later time. Several weaknesses of these measures have been publicly known for a long time, but they had no security impact as the Redis security model did not endorse the concept of users or privileges. With the introduction of ACLs in Redis 6.0, these weaknesses can be exploited by a less privileged users to inject Lua code that will execute at a later time, when a privileged user executes a Lua script. The problem is fixed in Redis versions 7.0.0 and 6.2.7. An additional workaround to mitigate this problem without patching the redis-server executable, if Lua scripting is not being used, is to block access to `SCRIPT LOAD` and `EVAL` commands using ACL rules."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.9,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-94 Improper Control of Generation of Code (\u0027Code Injection\u0027)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq",
"refsource": "CONFIRM",
"url": "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq"
},
{
"name": "https://github.com/redis/redis/pull/10651",
"refsource": "MISC",
"url": "https://github.com/redis/redis/pull/10651"
},
{
"name": "https://github.com/redis/redis/releases/tag/6.2.7",
"refsource": "MISC",
"url": "https://github.com/redis/redis/releases/tag/6.2.7"
},
{
"name": "https://github.com/redis/redis/releases/tag/7.0.0",
"refsource": "MISC",
"url": "https://github.com/redis/redis/releases/tag/7.0.0"
},
{
"name": "FEDORA-2022-6ed1ce2838",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VPYKSG7LKUJGVM2P72EHXKVRVRWHLORX/"
},
{
"name": "FEDORA-2022-a0a4c7eb31",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WSTPUCAPBRHIFPSCOURR4OYX4E2OISAF/"
},
{
"name": "FEDORA-2022-44373f6778",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/J4ZK3675DGHVVDOFLJN7WX6YYH27GPMK/"
},
{
"name": "https://www.oracle.com/security-alerts/cpujul2022.html",
"refsource": "MISC",
"url": "https://www.oracle.com/security-alerts/cpujul2022.html"
},
{
"name": "https://security.netapp.com/advisory/ntap-20220715-0003/",
"refsource": "CONFIRM",
"url": "https://security.netapp.com/advisory/ntap-20220715-0003/"
},
{
"name": "GLSA-202209-17",
"refsource": "GENTOO",
"url": "https://security.gentoo.org/glsa/202209-17"
}
]
},
"source": {
"advisory": "GHSA-647m-2wmq-qmvq",
"discovery": "UNKNOWN"
}
}
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2022-24735",
"datePublished": "2022-04-27T19:43:27.000Z",
"dateReserved": "2022-02-10T00:00:00.000Z",
"dateUpdated": "2025-04-22T18:02:46.190Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2022-24735\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2022-04-27T20:15:09.730\",\"lastModified\":\"2024-11-21T06:50:58.810\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Redis is an in-memory database that persists on disk. By exploiting weaknesses in the Lua script execution environment, an attacker with access to Redis prior to version 7.0.0 or 6.2.7 can inject Lua code that will execute with the (potentially higher) privileges of another Redis user. The Lua script execution environment in Redis provides some measures that prevent a script from creating side effects that persist and can affect the execution of the same, or different script, at a later time. Several weaknesses of these measures have been publicly known for a long time, but they had no security impact as the Redis security model did not endorse the concept of users or privileges. With the introduction of ACLs in Redis 6.0, these weaknesses can be exploited by a less privileged users to inject Lua code that will execute at a later time, when a privileged user executes a Lua script. The problem is fixed in Redis versions 7.0.0 and 6.2.7. An additional workaround to mitigate this problem without patching the redis-server executable, if Lua scripting is not being used, is to block access to `SCRIPT LOAD` and `EVAL` commands using ACL rules.\"},{\"lang\":\"es\",\"value\":\"Redis es una base de datos en memoria que persiste en el disco. Aprovechando las debilidades del entorno de ejecuci\u00f3n de scripts Lua, un atacante con acceso a Redis versiones anteriores a 7.0.0 o 6.2.7 puede inyectar c\u00f3digo Lua que ser\u00e1 ejecutado con privilegios (potencialmente superiores) de otro usuario de Redis. El entorno de ejecuci\u00f3n de scripts Lua en Redis proporciona algunas medidas que impiden que un script cree efectos secundarios que persistan y puedan afectar a la ejecuci\u00f3n del mismo, o de un script diferente, en un momento posterior. Varios puntos d\u00e9biles de estas medidas son conocidos p\u00fablicamente desde hace mucho tiempo, pero no presentaban ning\u00fan impacto en la seguridad, ya que el modelo de seguridad de Redis no respaldaba el concepto de usuarios o privilegios. Con la introducci\u00f3n de ACLs en Redis versi\u00f3n 6.0, estas debilidades pueden ser explotadas por un usuario con menos privilegios para inyectar c\u00f3digo Lua que ser\u00e1 ejecutado en un momento posterior, cuando un usuario privilegiado ejecute un script Lua. El problema ha sido corregido en Redis versiones 7.0.0 y 6.2.7. Una medida adicional para mitigar este problema sin necesidad de parchear el ejecutable del servidor Redis, si no son usados scripts Lua, es bloquear el acceso a los comandos \\\"SCRIPT LOAD\\\" y \\\"EVAL\\\" usando reglas ACL\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N\",\"baseScore\":3.9,\"baseSeverity\":\"LOW\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.3,\"impactScore\":2.5},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:M/Au:N/C:P/I:P/A:P\",\"baseScore\":6.8,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"MEDIUM\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"PARTIAL\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":8.6,\"impactScore\":6.4,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":true}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-94\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-94\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"6.2.7\",\"matchCriteriaId\":\"250A0F22-00E1-4D99-B104-9164482B84B1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redis:redis:7.0:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"7EC787AB-59D2-4562-8C10-C4C3FBDBFD74\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redis:redis:7.0:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"C43EE3A8-E7A4-471C-BFC1-01E014A8C8A1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redis:redis:7.0:rc3:*:*:*:*:*:*\",\"matchCriteriaId\":\"482D8DA2-EE8F-4FF9-93EB-996E8D5DA013\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:34:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A930E247-0B43-43CB-98FF-6CE7B8189835\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"80E516C0-98A4-4ADE-B69F-66A772E2BAAA\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:36:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"5C675112-476C-4D7C-BCB9-A2FB2D0BC9FD\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:management_services_for_element_software:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"86B51137-28D9-41F2-AFA2-3CC22B4954D1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:management_services_for_netapp_hci:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"4455CF3A-CC91-4BE4-A7AB-929AC82E34F5\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_operations_monitor:4.3:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"CBE1A019-7BB6-4226-8AC4-9D6927ADAEFA\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_operations_monitor:4.4:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"B98BAEB2-A540-4E8A-A946-C4331B913AFD\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:communications_operations_monitor:5.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"B8FBE260-E306-4215-80C0-D2D27CA43E0F\"}]}]}],\"references\":[{\"url\":\"https://github.com/redis/redis/pull/10651\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/redis/redis/releases/tag/6.2.7\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/redis/redis/releases/tag/7.0.0\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/J4ZK3675DGHVVDOFLJN7WX6YYH27GPMK/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VPYKSG7LKUJGVM2P72EHXKVRVRWHLORX/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WSTPUCAPBRHIFPSCOURR4OYX4E2OISAF/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://security.gentoo.org/glsa/202209-17\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20220715-0003/\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.oracle.com/security-alerts/cpujul2022.html\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/redis/redis/pull/10651\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/redis/redis/releases/tag/6.2.7\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/redis/redis/releases/tag/7.0.0\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/J4ZK3675DGHVVDOFLJN7WX6YYH27GPMK/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VPYKSG7LKUJGVM2P72EHXKVRVRWHLORX/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WSTPUCAPBRHIFPSCOURR4OYX4E2OISAF/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.gentoo.org/glsa/202209-17\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20220715-0003/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.oracle.com/security-alerts/cpujul2022.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://github.com/redis/redis/pull/10651\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/redis/redis/releases/tag/6.2.7\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/redis/redis/releases/tag/7.0.0\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VPYKSG7LKUJGVM2P72EHXKVRVRWHLORX/\", \"name\": \"FEDORA-2022-6ed1ce2838\", \"tags\": [\"vendor-advisory\", \"x_refsource_FEDORA\", \"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WSTPUCAPBRHIFPSCOURR4OYX4E2OISAF/\", \"name\": \"FEDORA-2022-a0a4c7eb31\", \"tags\": [\"vendor-advisory\", \"x_refsource_FEDORA\", \"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/J4ZK3675DGHVVDOFLJN7WX6YYH27GPMK/\", \"name\": \"FEDORA-2022-44373f6778\", \"tags\": [\"vendor-advisory\", \"x_refsource_FEDORA\", \"x_transferred\"]}, {\"url\": \"https://www.oracle.com/security-alerts/cpujul2022.html\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20220715-0003/\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://security.gentoo.org/glsa/202209-17\", \"name\": \"GLSA-202209-17\", \"tags\": [\"vendor-advisory\", \"x_refsource_GENTOO\", \"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-03T04:20:50.279Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2022-24735\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-04-22T15:48:21.739976Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-04-22T15:48:23.430Z\"}}], \"cna\": {\"title\": \"Lua scripts can be manipulated to overcome ACL rules in Redis\", \"source\": {\"advisory\": \"GHSA-647m-2wmq-qmvq\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 3.9, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"LOW\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"LOW\"}}], \"affected\": [{\"vendor\": \"redis\", \"product\": \"redis\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 7.0.0\"}, {\"status\": \"affected\", \"version\": \"\u003e= 6.0.0, \u003c 6.2.7\"}]}], \"references\": [{\"url\": \"https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/redis/redis/pull/10651\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/redis/redis/releases/tag/6.2.7\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/redis/redis/releases/tag/7.0.0\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VPYKSG7LKUJGVM2P72EHXKVRVRWHLORX/\", \"name\": \"FEDORA-2022-6ed1ce2838\", \"tags\": [\"vendor-advisory\", \"x_refsource_FEDORA\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WSTPUCAPBRHIFPSCOURR4OYX4E2OISAF/\", \"name\": \"FEDORA-2022-a0a4c7eb31\", \"tags\": [\"vendor-advisory\", \"x_refsource_FEDORA\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/J4ZK3675DGHVVDOFLJN7WX6YYH27GPMK/\", \"name\": \"FEDORA-2022-44373f6778\", \"tags\": [\"vendor-advisory\", \"x_refsource_FEDORA\"]}, {\"url\": \"https://www.oracle.com/security-alerts/cpujul2022.html\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20220715-0003/\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://security.gentoo.org/glsa/202209-17\", \"name\": \"GLSA-202209-17\", \"tags\": [\"vendor-advisory\", \"x_refsource_GENTOO\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Redis is an in-memory database that persists on disk. By exploiting weaknesses in the Lua script execution environment, an attacker with access to Redis prior to version 7.0.0 or 6.2.7 can inject Lua code that will execute with the (potentially higher) privileges of another Redis user. The Lua script execution environment in Redis provides some measures that prevent a script from creating side effects that persist and can affect the execution of the same, or different script, at a later time. Several weaknesses of these measures have been publicly known for a long time, but they had no security impact as the Redis security model did not endorse the concept of users or privileges. With the introduction of ACLs in Redis 6.0, these weaknesses can be exploited by a less privileged users to inject Lua code that will execute at a later time, when a privileged user executes a Lua script. The problem is fixed in Redis versions 7.0.0 and 6.2.7. An additional workaround to mitigate this problem without patching the redis-server executable, if Lua scripting is not being used, is to block access to `SCRIPT LOAD` and `EVAL` commands using ACL rules.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-94\", \"description\": \"CWE-94 Improper Control of Generation of Code (\u0027Code Injection\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2022-09-29T16:07:33.000Z\"}, \"x_legacyV4Record\": {\"impact\": {\"cvss\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 3.9, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"LOW\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"LOW\"}}, \"source\": {\"advisory\": \"GHSA-647m-2wmq-qmvq\", \"discovery\": \"UNKNOWN\"}, \"affects\": {\"vendor\": {\"vendor_data\": [{\"product\": {\"product_data\": [{\"version\": {\"version_data\": [{\"version_value\": \"\u003c 7.0.0\"}, {\"version_value\": \"\u003e= 6.0.0, \u003c 6.2.7\"}]}, \"product_name\": \"redis\"}]}, \"vendor_name\": \"redis\"}]}}, \"data_type\": \"CVE\", \"references\": {\"reference_data\": [{\"url\": \"https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq\", \"name\": \"https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq\", \"refsource\": \"CONFIRM\"}, {\"url\": \"https://github.com/redis/redis/pull/10651\", \"name\": \"https://github.com/redis/redis/pull/10651\", \"refsource\": \"MISC\"}, {\"url\": \"https://github.com/redis/redis/releases/tag/6.2.7\", \"name\": \"https://github.com/redis/redis/releases/tag/6.2.7\", \"refsource\": \"MISC\"}, {\"url\": \"https://github.com/redis/redis/releases/tag/7.0.0\", \"name\": \"https://github.com/redis/redis/releases/tag/7.0.0\", \"refsource\": \"MISC\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VPYKSG7LKUJGVM2P72EHXKVRVRWHLORX/\", \"name\": \"FEDORA-2022-6ed1ce2838\", \"refsource\": \"FEDORA\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WSTPUCAPBRHIFPSCOURR4OYX4E2OISAF/\", \"name\": \"FEDORA-2022-a0a4c7eb31\", \"refsource\": \"FEDORA\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/J4ZK3675DGHVVDOFLJN7WX6YYH27GPMK/\", \"name\": \"FEDORA-2022-44373f6778\", \"refsource\": \"FEDORA\"}, {\"url\": \"https://www.oracle.com/security-alerts/cpujul2022.html\", \"name\": \"https://www.oracle.com/security-alerts/cpujul2022.html\", \"refsource\": \"MISC\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20220715-0003/\", \"name\": \"https://security.netapp.com/advisory/ntap-20220715-0003/\", \"refsource\": \"CONFIRM\"}, {\"url\": \"https://security.gentoo.org/glsa/202209-17\", \"name\": \"GLSA-202209-17\", \"refsource\": \"GENTOO\"}]}, \"data_format\": \"MITRE\", \"description\": {\"description_data\": [{\"lang\": \"eng\", \"value\": \"Redis is an in-memory database that persists on disk. By exploiting weaknesses in the Lua script execution environment, an attacker with access to Redis prior to version 7.0.0 or 6.2.7 can inject Lua code that will execute with the (potentially higher) privileges of another Redis user. The Lua script execution environment in Redis provides some measures that prevent a script from creating side effects that persist and can affect the execution of the same, or different script, at a later time. Several weaknesses of these measures have been publicly known for a long time, but they had no security impact as the Redis security model did not endorse the concept of users or privileges. With the introduction of ACLs in Redis 6.0, these weaknesses can be exploited by a less privileged users to inject Lua code that will execute at a later time, when a privileged user executes a Lua script. The problem is fixed in Redis versions 7.0.0 and 6.2.7. An additional workaround to mitigate this problem without patching the redis-server executable, if Lua scripting is not being used, is to block access to `SCRIPT LOAD` and `EVAL` commands using ACL rules.\"}]}, \"problemtype\": {\"problemtype_data\": [{\"description\": [{\"lang\": \"eng\", \"value\": \"CWE-94 Improper Control of Generation of Code (\u0027Code Injection\u0027)\"}]}]}, \"data_version\": \"4.0\", \"CVE_data_meta\": {\"ID\": \"CVE-2022-24735\", \"STATE\": \"PUBLIC\", \"TITLE\": \"Lua scripts can be manipulated to overcome ACL rules in Redis\", \"ASSIGNER\": \"security-advisories@github.com\"}}}}",
"cveMetadata": "{\"cveId\": \"CVE-2022-24735\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-04-22T18:02:46.190Z\", \"dateReserved\": \"2022-02-10T00:00:00.000Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2022-04-27T19:43:27.000Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
msrc_cve-2022-24735
Vulnerability from csaf_microsoft
Published
2022-04-02 00:00
Modified
2022-05-11 00:00
Summary
Lua scripts can be manipulated to overcome ACL rules in Redis
Notes
Additional Resources
To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle
Disclaimer
The information provided in the Microsoft Knowledge Base is provided \"as is\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2022-24735 Lua scripts can be manipulated to overcome ACL rules in Redis - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2022/msrc_cve-2022-24735.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "Lua scripts can be manipulated to overcome ACL rules in Redis",
"tracking": {
"current_release_date": "2022-05-11T00:00:00.000Z",
"generator": {
"date": "2025-10-19T23:28:52.840Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2022-24735",
"initial_release_date": "2022-04-02T00:00:00.000Z",
"revision_history": [
{
"date": "2022-05-10T00:00:00.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2022-05-11T00:00:00.000Z",
"legacy_version": "1.1",
"number": "2",
"summary": "Added redis to CBL-Mariner 1.0"
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "1.0",
"product": {
"name": "CBL Mariner 1.0",
"product_id": "16820"
}
},
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccm1 redis 6.2.7-1",
"product": {
"name": "\u003ccm1 redis 6.2.7-1",
"product_id": "2"
}
},
{
"category": "product_version",
"name": "cm1 redis 6.2.7-1",
"product": {
"name": "cm1 redis 6.2.7-1",
"product_id": "18721"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 redis 6.2.7-1",
"product": {
"name": "\u003ccbl2 redis 6.2.7-1",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "cbl2 redis 6.2.7-1",
"product": {
"name": "cbl2 redis 6.2.7-1",
"product_id": "18722"
}
}
],
"category": "product_name",
"name": "redis"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccm1 redis 6.2.7-1 as a component of CBL Mariner 1.0",
"product_id": "16820-2"
},
"product_reference": "2",
"relates_to_product_reference": "16820"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cm1 redis 6.2.7-1 as a component of CBL Mariner 1.0",
"product_id": "18721-16820"
},
"product_reference": "18721",
"relates_to_product_reference": "16820"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 redis 6.2.7-1 as a component of CBL Mariner 2.0",
"product_id": "17086-1"
},
"product_reference": "1",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 redis 6.2.7-1 as a component of CBL Mariner 2.0",
"product_id": "18722-17086"
},
"product_reference": "18722",
"relates_to_product_reference": "17086"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-24735",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0026#39;Code Injection\u0026#39;)"
},
"notes": [
{
"category": "general",
"text": "GitHub_M",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"18721-16820",
"18722-17086"
],
"known_affected": [
"16820-2",
"17086-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2022-24735 Lua scripts can be manipulated to overcome ACL rules in Redis - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2022/msrc_cve-2022-24735.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2022-05-10T00:00:00.000Z",
"details": "6.2.7-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"16820-2",
"17086-1"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalsScore": 0.0,
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"16820-2",
"17086-1"
]
}
],
"title": "Lua scripts can be manipulated to overcome ACL rules in Redis"
}
]
}
rhsa-2022:8096
Vulnerability from csaf_redhat
Published
2022-11-15 10:21
Modified
2025-10-09 23:00
Summary
Red Hat Security Advisory: redis security and bug fix update
Notes
Topic
An update for redis is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Low. 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: Code injection via Lua script execution environment (CVE-2022-24735)
* redis: Malformed Lua script can crash Redis (CVE-2022-24736)
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.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 9.1 Release Notes linked from 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": "Low"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for redis is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Low. 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: Code injection via Lua script execution environment (CVE-2022-24735)\n\n* redis: Malformed Lua script can crash Redis (CVE-2022-24736)\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.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.1 Release Notes linked from 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-2022:8096",
"url": "https://access.redhat.com/errata/RHSA-2022:8096"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#low",
"url": "https://access.redhat.com/security/updates/classification/#low"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.1_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.1_release_notes/index"
},
{
"category": "external",
"summary": "2080286",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080286"
},
{
"category": "external",
"summary": "2080289",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080289"
},
{
"category": "external",
"summary": "2083151",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2083151"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8096.json"
}
],
"title": "Red Hat Security Advisory: redis security and bug fix update",
"tracking": {
"current_release_date": "2025-10-09T23:00:49+00:00",
"generator": {
"date": "2025-10-09T23:00:49+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.9"
}
},
"id": "RHSA-2022:8096",
"initial_release_date": "2022-11-15T10:21:49+00:00",
"revision_history": [
{
"date": "2022-11-15T10:21:49+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-11-15T10:21:49+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-10-09T23:00:49+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.7-1.el9.src",
"product": {
"name": "redis-0:6.2.7-1.el9.src",
"product_id": "redis-0:6.2.7-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.7-1.el9.aarch64",
"product": {
"name": "redis-0:6.2.7-1.el9.aarch64",
"product_id": "redis-0:6.2.7-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.2.7-1.el9.aarch64",
"product": {
"name": "redis-devel-0:6.2.7-1.el9.aarch64",
"product_id": "redis-devel-0:6.2.7-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.7-1.el9.aarch64",
"product": {
"name": "redis-debugsource-0:6.2.7-1.el9.aarch64",
"product_id": "redis-debugsource-0:6.2.7-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.7-1.el9.aarch64",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.el9.aarch64",
"product_id": "redis-debuginfo-0:6.2.7-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.7-1.el9.ppc64le",
"product": {
"name": "redis-0:6.2.7-1.el9.ppc64le",
"product_id": "redis-0:6.2.7-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.2.7-1.el9.ppc64le",
"product": {
"name": "redis-devel-0:6.2.7-1.el9.ppc64le",
"product_id": "redis-devel-0:6.2.7-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.7-1.el9.ppc64le",
"product": {
"name": "redis-debugsource-0:6.2.7-1.el9.ppc64le",
"product_id": "redis-debugsource-0:6.2.7-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"product_id": "redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.7-1.el9.x86_64",
"product": {
"name": "redis-0:6.2.7-1.el9.x86_64",
"product_id": "redis-0:6.2.7-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.2.7-1.el9.x86_64",
"product": {
"name": "redis-devel-0:6.2.7-1.el9.x86_64",
"product_id": "redis-devel-0:6.2.7-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.7-1.el9.x86_64",
"product": {
"name": "redis-debugsource-0:6.2.7-1.el9.x86_64",
"product_id": "redis-debugsource-0:6.2.7-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.7-1.el9.x86_64",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.el9.x86_64",
"product_id": "redis-debuginfo-0:6.2.7-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-devel-0:6.2.7-1.el9.i686",
"product": {
"name": "redis-devel-0:6.2.7-1.el9.i686",
"product_id": "redis-devel-0:6.2.7-1.el9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9?arch=i686"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.7-1.el9.i686",
"product": {
"name": "redis-debugsource-0:6.2.7-1.el9.i686",
"product_id": "redis-debugsource-0:6.2.7-1.el9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9?arch=i686"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.7-1.el9.i686",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.el9.i686",
"product_id": "redis-debuginfo-0:6.2.7-1.el9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.7-1.el9.s390x",
"product": {
"name": "redis-0:6.2.7-1.el9.s390x",
"product_id": "redis-0:6.2.7-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.2.7-1.el9.s390x",
"product": {
"name": "redis-devel-0:6.2.7-1.el9.s390x",
"product_id": "redis-devel-0:6.2.7-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.7-1.el9.s390x",
"product": {
"name": "redis-debugsource-0:6.2.7-1.el9.s390x",
"product_id": "redis-debugsource-0:6.2.7-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.7-1.el9.s390x",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.el9.s390x",
"product_id": "redis-debuginfo-0:6.2.7-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-doc-0:6.2.7-1.el9.noarch",
"product": {
"name": "redis-doc-0:6.2.7-1.el9.noarch",
"product_id": "redis-doc-0:6.2.7-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-doc@6.2.7-1.el9?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.7-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64"
},
"product_reference": "redis-0:6.2.7-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.7-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le"
},
"product_reference": "redis-0:6.2.7-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.7-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x"
},
"product_reference": "redis-0:6.2.7-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.7-1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src"
},
"product_reference": "redis-0:6.2.7-1.el9.src",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.7-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64"
},
"product_reference": "redis-0:6.2.7-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.el9.i686",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64"
},
"product_reference": "redis-debugsource-0:6.2.7-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686"
},
"product_reference": "redis-debugsource-0:6.2.7-1.el9.i686",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le"
},
"product_reference": "redis-debugsource-0:6.2.7-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x"
},
"product_reference": "redis-debugsource-0:6.2.7-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64"
},
"product_reference": "redis-debugsource-0:6.2.7-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64"
},
"product_reference": "redis-devel-0:6.2.7-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686"
},
"product_reference": "redis-devel-0:6.2.7-1.el9.i686",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le"
},
"product_reference": "redis-devel-0:6.2.7-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x"
},
"product_reference": "redis-devel-0:6.2.7-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64"
},
"product_reference": "redis-devel-0:6.2.7-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-doc-0:6.2.7-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch"
},
"product_reference": "redis-doc-0:6.2.7-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.1.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-24735",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2022-04-27T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2080286"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Redis database where Lua scripts can be manipulated to overcome ACL rules. This flaw allows an attacker with access to Redis to inject Lua code that executes the potentially higher privileges of another Redis user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "redis: Code injection via Lua script execution environment",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24735"
},
{
"category": "external",
"summary": "RHBZ#2080286",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080286"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24735",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24735"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24735",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24735"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq",
"url": "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq"
}
],
"release_date": "2022-04-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-15T10:21:49+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8096"
},
{
"category": "workaround",
"details": "If Lua scripting is not being used, this vulnerability can be mitigated by blocking access to SCRIPT LOAD and EVAL commands using ACL rules.",
"product_ids": [
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.9,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "redis: Code injection via Lua script execution environment"
},
{
"cve": "CVE-2022-24736",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2022-04-27T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2080289"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Redis database when a malformed Lua script can cause a NULL pointer dereference. This flaw allows an attacker to load a crafting script, which results in a crash of the redis-server process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "redis: Malformed Lua script can crash 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-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24736"
},
{
"category": "external",
"summary": "RHBZ#2080289",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080289"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24736",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24736"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24736",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24736"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984",
"url": "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984"
}
],
"release_date": "2022-04-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-15T10:21:49+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8096"
},
{
"category": "workaround",
"details": "If Lua scripting is not being used, this vulnerability can be mitigated by preventing access to SCRIPT LOAD and EVAL commands using ACL rules.",
"product_ids": [
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"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:L",
"version": "3.1"
},
"products": [
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "redis: Malformed Lua script can crash Redis"
}
]
}
rhsa-2022_8096
Vulnerability from csaf_redhat
Published
2022-11-15 10:21
Modified
2024-11-26 17:25
Summary
Red Hat Security Advisory: redis security and bug fix update
Notes
Topic
An update for redis is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Low. 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: Code injection via Lua script execution environment (CVE-2022-24735)
* redis: Malformed Lua script can crash Redis (CVE-2022-24736)
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.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 9.1 Release Notes linked from 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": "Low"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for redis is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Low. 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: Code injection via Lua script execution environment (CVE-2022-24735)\n\n* redis: Malformed Lua script can crash Redis (CVE-2022-24736)\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.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.1 Release Notes linked from 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-2022:8096",
"url": "https://access.redhat.com/errata/RHSA-2022:8096"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#low",
"url": "https://access.redhat.com/security/updates/classification/#low"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.1_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.1_release_notes/index"
},
{
"category": "external",
"summary": "2080286",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080286"
},
{
"category": "external",
"summary": "2080289",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080289"
},
{
"category": "external",
"summary": "2083151",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2083151"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8096.json"
}
],
"title": "Red Hat Security Advisory: redis security and bug fix update",
"tracking": {
"current_release_date": "2024-11-26T17:25:36+00:00",
"generator": {
"date": "2024-11-26T17:25:36+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.1"
}
},
"id": "RHSA-2022:8096",
"initial_release_date": "2022-11-15T10:21:49+00:00",
"revision_history": [
{
"date": "2022-11-15T10:21:49+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-11-15T10:21:49+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-11-26T17:25:36+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.7-1.el9.src",
"product": {
"name": "redis-0:6.2.7-1.el9.src",
"product_id": "redis-0:6.2.7-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.7-1.el9.aarch64",
"product": {
"name": "redis-0:6.2.7-1.el9.aarch64",
"product_id": "redis-0:6.2.7-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.2.7-1.el9.aarch64",
"product": {
"name": "redis-devel-0:6.2.7-1.el9.aarch64",
"product_id": "redis-devel-0:6.2.7-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.7-1.el9.aarch64",
"product": {
"name": "redis-debugsource-0:6.2.7-1.el9.aarch64",
"product_id": "redis-debugsource-0:6.2.7-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.7-1.el9.aarch64",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.el9.aarch64",
"product_id": "redis-debuginfo-0:6.2.7-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.7-1.el9.ppc64le",
"product": {
"name": "redis-0:6.2.7-1.el9.ppc64le",
"product_id": "redis-0:6.2.7-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.2.7-1.el9.ppc64le",
"product": {
"name": "redis-devel-0:6.2.7-1.el9.ppc64le",
"product_id": "redis-devel-0:6.2.7-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.7-1.el9.ppc64le",
"product": {
"name": "redis-debugsource-0:6.2.7-1.el9.ppc64le",
"product_id": "redis-debugsource-0:6.2.7-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"product_id": "redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.7-1.el9.x86_64",
"product": {
"name": "redis-0:6.2.7-1.el9.x86_64",
"product_id": "redis-0:6.2.7-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.2.7-1.el9.x86_64",
"product": {
"name": "redis-devel-0:6.2.7-1.el9.x86_64",
"product_id": "redis-devel-0:6.2.7-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.7-1.el9.x86_64",
"product": {
"name": "redis-debugsource-0:6.2.7-1.el9.x86_64",
"product_id": "redis-debugsource-0:6.2.7-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.7-1.el9.x86_64",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.el9.x86_64",
"product_id": "redis-debuginfo-0:6.2.7-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-devel-0:6.2.7-1.el9.i686",
"product": {
"name": "redis-devel-0:6.2.7-1.el9.i686",
"product_id": "redis-devel-0:6.2.7-1.el9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9?arch=i686"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.7-1.el9.i686",
"product": {
"name": "redis-debugsource-0:6.2.7-1.el9.i686",
"product_id": "redis-debugsource-0:6.2.7-1.el9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9?arch=i686"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.7-1.el9.i686",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.el9.i686",
"product_id": "redis-debuginfo-0:6.2.7-1.el9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.7-1.el9.s390x",
"product": {
"name": "redis-0:6.2.7-1.el9.s390x",
"product_id": "redis-0:6.2.7-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.2.7-1.el9.s390x",
"product": {
"name": "redis-devel-0:6.2.7-1.el9.s390x",
"product_id": "redis-devel-0:6.2.7-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.7-1.el9.s390x",
"product": {
"name": "redis-debugsource-0:6.2.7-1.el9.s390x",
"product_id": "redis-debugsource-0:6.2.7-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.7-1.el9.s390x",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.el9.s390x",
"product_id": "redis-debuginfo-0:6.2.7-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-doc-0:6.2.7-1.el9.noarch",
"product": {
"name": "redis-doc-0:6.2.7-1.el9.noarch",
"product_id": "redis-doc-0:6.2.7-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-doc@6.2.7-1.el9?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.7-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64"
},
"product_reference": "redis-0:6.2.7-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.7-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le"
},
"product_reference": "redis-0:6.2.7-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.7-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x"
},
"product_reference": "redis-0:6.2.7-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.7-1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src"
},
"product_reference": "redis-0:6.2.7-1.el9.src",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.7-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64"
},
"product_reference": "redis-0:6.2.7-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.el9.i686",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64"
},
"product_reference": "redis-debugsource-0:6.2.7-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686"
},
"product_reference": "redis-debugsource-0:6.2.7-1.el9.i686",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le"
},
"product_reference": "redis-debugsource-0:6.2.7-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x"
},
"product_reference": "redis-debugsource-0:6.2.7-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64"
},
"product_reference": "redis-debugsource-0:6.2.7-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64"
},
"product_reference": "redis-devel-0:6.2.7-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686"
},
"product_reference": "redis-devel-0:6.2.7-1.el9.i686",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le"
},
"product_reference": "redis-devel-0:6.2.7-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x"
},
"product_reference": "redis-devel-0:6.2.7-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64"
},
"product_reference": "redis-devel-0:6.2.7-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-doc-0:6.2.7-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch"
},
"product_reference": "redis-doc-0:6.2.7-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.1.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-24735",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2022-04-27T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2080286"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Redis database where Lua scripts can be manipulated to overcome ACL rules. This flaw allows an attacker with access to Redis to inject Lua code that executes the potentially higher privileges of another Redis user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "redis: Code injection via Lua script execution environment",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24735"
},
{
"category": "external",
"summary": "RHBZ#2080286",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080286"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24735",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24735"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24735",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24735"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq",
"url": "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq"
}
],
"release_date": "2022-04-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-15T10:21:49+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8096"
},
{
"category": "workaround",
"details": "If Lua scripting is not being used, this vulnerability can be mitigated by blocking access to SCRIPT LOAD and EVAL commands using ACL rules.",
"product_ids": [
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.9,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "redis: Code injection via Lua script execution environment"
},
{
"cve": "CVE-2022-24736",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2022-04-27T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2080289"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Redis database when a malformed Lua script can cause a NULL pointer dereference. This flaw allows an attacker to load a crafting script, which results in a crash of the redis-server process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "redis: Malformed Lua script can crash 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-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24736"
},
{
"category": "external",
"summary": "RHBZ#2080289",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080289"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24736",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24736"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24736",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24736"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984",
"url": "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984"
}
],
"release_date": "2022-04-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-15T10:21:49+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8096"
},
{
"category": "workaround",
"details": "If Lua scripting is not being used, this vulnerability can be mitigated by preventing access to SCRIPT LOAD and EVAL commands using ACL rules.",
"product_ids": [
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"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:L",
"version": "3.1"
},
"products": [
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "redis: Malformed Lua script can crash Redis"
}
]
}
rhsa-2022:7541
Vulnerability from csaf_redhat
Published
2022-11-08 09:30
Modified
2025-10-09 23:00
Summary
Red Hat Security Advisory: redis:6 security, bug fix, and enhancement 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 Low. 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.
The following packages have been upgraded to a later upstream version: redis (6.2.7). (BZ#1999873)
Security Fix(es):
* redis: Code injection via Lua script execution environment (CVE-2022-24735)
* redis: Malformed Lua script can crash Redis (CVE-2022-24736)
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.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.7 Release Notes linked from 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": "Low"
},
"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 Low. 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\nThe following packages have been upgraded to a later upstream version: redis (6.2.7). (BZ#1999873)\n\nSecurity Fix(es):\n\n* redis: Code injection via Lua script execution environment (CVE-2022-24735)\n\n* redis: Malformed Lua script can crash Redis (CVE-2022-24736)\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.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.7 Release Notes linked from 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-2022:7541",
"url": "https://access.redhat.com/errata/RHSA-2022:7541"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#low",
"url": "https://access.redhat.com/security/updates/classification/#low"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/index"
},
{
"category": "external",
"summary": "1999873",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1999873"
},
{
"category": "external",
"summary": "2080286",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080286"
},
{
"category": "external",
"summary": "2080289",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080289"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_7541.json"
}
],
"title": "Red Hat Security Advisory: redis:6 security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2025-10-09T23:00:48+00:00",
"generator": {
"date": "2025-10-09T23:00:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.9"
}
},
"id": "RHSA-2022:7541",
"initial_release_date": "2022-11-08T09:30:12+00:00",
"revision_history": [
{
"date": "2022-11-08T09:30:12+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-11-08T09:30:12+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-10-09T23:00:48+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA",
"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.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"product": {
"name": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm (redis:6)",
"product_id": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=aarch64\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"product": {
"name": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm (redis:6)",
"product_id": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=aarch64\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"product": {
"name": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm (redis:6)",
"product_id": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=aarch64\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
},
{
"category": "product_version",
"name": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"product": {
"name": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm (redis:6)",
"product_id": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=aarch64\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.src.rpm-redis:6",
"product": {
"name": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.src.rpm (redis:6)",
"product_id": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.src.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=src\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-doc-6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch.rpm-redis:6",
"product": {
"name": "redis-doc-6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch.rpm (redis:6)",
"product_id": "redis-doc-6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-doc@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=noarch\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"product": {
"name": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm (redis:6)",
"product_id": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=ppc64le\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"product": {
"name": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm (redis:6)",
"product_id": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=ppc64le\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"product": {
"name": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm (redis:6)",
"product_id": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=ppc64le\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
},
{
"category": "product_version",
"name": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"product": {
"name": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm (redis:6)",
"product_id": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=ppc64le\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"product": {
"name": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm (redis:6)",
"product_id": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=s390x\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"product": {
"name": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm (redis:6)",
"product_id": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=s390x\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"product": {
"name": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm (redis:6)",
"product_id": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=s390x\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
},
{
"category": "product_version",
"name": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"product": {
"name": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm (redis:6)",
"product_id": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=s390x\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"product": {
"name": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm (redis:6)",
"product_id": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=x86_64\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"product": {
"name": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm (redis:6)",
"product_id": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=x86_64\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"product": {
"name": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm (redis:6)",
"product_id": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=x86_64\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
},
{
"category": "product_version",
"name": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"product": {
"name": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm (redis:6)",
"product_id": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=x86_64\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6"
},
"product_reference": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6"
},
"product_reference": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6"
},
"product_reference": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.src.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.src.rpm-redis:6"
},
"product_reference": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.src.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6"
},
"product_reference": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6"
},
"product_reference": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6"
},
"product_reference": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6"
},
"product_reference": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6"
},
"product_reference": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6"
},
"product_reference": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6"
},
"product_reference": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6"
},
"product_reference": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6"
},
"product_reference": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6"
},
"product_reference": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6"
},
"product_reference": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6"
},
"product_reference": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6"
},
"product_reference": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-doc-6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-doc-6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch.rpm-redis:6"
},
"product_reference": "redis-doc-6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-24735",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2022-04-27T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2080286"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Redis database where Lua scripts can be manipulated to overcome ACL rules. This flaw allows an attacker with access to Redis to inject Lua code that executes the potentially higher privileges of another Redis user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "redis: Code injection via Lua script execution environment",
"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.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.src.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-doc-6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch.rpm-redis:6"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24735"
},
{
"category": "external",
"summary": "RHBZ#2080286",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080286"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24735",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24735"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24735",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24735"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq",
"url": "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq"
}
],
"release_date": "2022-04-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:30:12+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.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.src.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-doc-6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch.rpm-redis:6"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7541"
},
{
"category": "workaround",
"details": "If Lua scripting is not being used, this vulnerability can be mitigated by blocking access to SCRIPT LOAD and EVAL commands using ACL rules.",
"product_ids": [
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.src.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-doc-6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch.rpm-redis:6"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.9,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.src.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-doc-6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch.rpm-redis:6"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "redis: Code injection via Lua script execution environment"
},
{
"cve": "CVE-2022-24736",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2022-04-27T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2080289"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Redis database when a malformed Lua script can cause a NULL pointer dereference. This flaw allows an attacker to load a crafting script, which results in a crash of the redis-server process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "redis: Malformed Lua script can crash 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.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.src.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-doc-6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch.rpm-redis:6"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24736"
},
{
"category": "external",
"summary": "RHBZ#2080289",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080289"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24736",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24736"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24736",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24736"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984",
"url": "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984"
}
],
"release_date": "2022-04-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:30:12+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.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.src.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-doc-6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch.rpm-redis:6"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7541"
},
{
"category": "workaround",
"details": "If Lua scripting is not being used, this vulnerability can be mitigated by preventing access to SCRIPT LOAD and EVAL commands using ACL rules.",
"product_ids": [
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.src.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-doc-6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch.rpm-redis:6"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"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:L",
"version": "3.1"
},
"products": [
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.src.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-doc-6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch.rpm-redis:6"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "redis: Malformed Lua script can crash Redis"
}
]
}
RHSA-2022:7541
Vulnerability from csaf_redhat
Published
2022-11-08 09:30
Modified
2025-10-09 23:00
Summary
Red Hat Security Advisory: redis:6 security, bug fix, and enhancement 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 Low. 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.
The following packages have been upgraded to a later upstream version: redis (6.2.7). (BZ#1999873)
Security Fix(es):
* redis: Code injection via Lua script execution environment (CVE-2022-24735)
* redis: Malformed Lua script can crash Redis (CVE-2022-24736)
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.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.7 Release Notes linked from 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": "Low"
},
"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 Low. 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\nThe following packages have been upgraded to a later upstream version: redis (6.2.7). (BZ#1999873)\n\nSecurity Fix(es):\n\n* redis: Code injection via Lua script execution environment (CVE-2022-24735)\n\n* redis: Malformed Lua script can crash Redis (CVE-2022-24736)\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.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.7 Release Notes linked from 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-2022:7541",
"url": "https://access.redhat.com/errata/RHSA-2022:7541"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#low",
"url": "https://access.redhat.com/security/updates/classification/#low"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/index"
},
{
"category": "external",
"summary": "1999873",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1999873"
},
{
"category": "external",
"summary": "2080286",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080286"
},
{
"category": "external",
"summary": "2080289",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080289"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_7541.json"
}
],
"title": "Red Hat Security Advisory: redis:6 security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2025-10-09T23:00:48+00:00",
"generator": {
"date": "2025-10-09T23:00:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.9"
}
},
"id": "RHSA-2022:7541",
"initial_release_date": "2022-11-08T09:30:12+00:00",
"revision_history": [
{
"date": "2022-11-08T09:30:12+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-11-08T09:30:12+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-10-09T23:00:48+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA",
"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.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"product": {
"name": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm (redis:6)",
"product_id": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=aarch64\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"product": {
"name": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm (redis:6)",
"product_id": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=aarch64\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"product": {
"name": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm (redis:6)",
"product_id": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=aarch64\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
},
{
"category": "product_version",
"name": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"product": {
"name": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm (redis:6)",
"product_id": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=aarch64\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.src.rpm-redis:6",
"product": {
"name": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.src.rpm (redis:6)",
"product_id": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.src.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=src\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-doc-6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch.rpm-redis:6",
"product": {
"name": "redis-doc-6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch.rpm (redis:6)",
"product_id": "redis-doc-6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-doc@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=noarch\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"product": {
"name": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm (redis:6)",
"product_id": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=ppc64le\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"product": {
"name": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm (redis:6)",
"product_id": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=ppc64le\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"product": {
"name": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm (redis:6)",
"product_id": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=ppc64le\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
},
{
"category": "product_version",
"name": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"product": {
"name": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm (redis:6)",
"product_id": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=ppc64le\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"product": {
"name": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm (redis:6)",
"product_id": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=s390x\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"product": {
"name": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm (redis:6)",
"product_id": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=s390x\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"product": {
"name": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm (redis:6)",
"product_id": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=s390x\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
},
{
"category": "product_version",
"name": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"product": {
"name": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm (redis:6)",
"product_id": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=s390x\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"product": {
"name": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm (redis:6)",
"product_id": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=x86_64\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"product": {
"name": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm (redis:6)",
"product_id": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=x86_64\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"product": {
"name": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm (redis:6)",
"product_id": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=x86_64\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
},
{
"category": "product_version",
"name": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"product": {
"name": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm (redis:6)",
"product_id": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=x86_64\u0026rpmmod=redis:6:8070020220509142426:3b9f49c4"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6"
},
"product_reference": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6"
},
"product_reference": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6"
},
"product_reference": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.src.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.src.rpm-redis:6"
},
"product_reference": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.src.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6"
},
"product_reference": "redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6"
},
"product_reference": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6"
},
"product_reference": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6"
},
"product_reference": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6"
},
"product_reference": "redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6"
},
"product_reference": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6"
},
"product_reference": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6"
},
"product_reference": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6"
},
"product_reference": "redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6"
},
"product_reference": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6"
},
"product_reference": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6"
},
"product_reference": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6"
},
"product_reference": "redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-doc-6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch.rpm (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-doc-6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch.rpm-redis:6"
},
"product_reference": "redis-doc-6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch.rpm-redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-24735",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2022-04-27T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2080286"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Redis database where Lua scripts can be manipulated to overcome ACL rules. This flaw allows an attacker with access to Redis to inject Lua code that executes the potentially higher privileges of another Redis user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "redis: Code injection via Lua script execution environment",
"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.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.src.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-doc-6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch.rpm-redis:6"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24735"
},
{
"category": "external",
"summary": "RHBZ#2080286",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080286"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24735",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24735"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24735",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24735"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq",
"url": "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq"
}
],
"release_date": "2022-04-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:30:12+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.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.src.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-doc-6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch.rpm-redis:6"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7541"
},
{
"category": "workaround",
"details": "If Lua scripting is not being used, this vulnerability can be mitigated by blocking access to SCRIPT LOAD and EVAL commands using ACL rules.",
"product_ids": [
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.src.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-doc-6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch.rpm-redis:6"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.9,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.src.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-doc-6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch.rpm-redis:6"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "redis: Code injection via Lua script execution environment"
},
{
"cve": "CVE-2022-24736",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2022-04-27T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2080289"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Redis database when a malformed Lua script can cause a NULL pointer dereference. This flaw allows an attacker to load a crafting script, which results in a crash of the redis-server process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "redis: Malformed Lua script can crash 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.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.src.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-doc-6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch.rpm-redis:6"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24736"
},
{
"category": "external",
"summary": "RHBZ#2080289",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080289"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24736",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24736"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24736",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24736"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984",
"url": "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984"
}
],
"release_date": "2022-04-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:30:12+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.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.src.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-doc-6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch.rpm-redis:6"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7541"
},
{
"category": "workaround",
"details": "If Lua scripting is not being used, this vulnerability can be mitigated by preventing access to SCRIPT LOAD and EVAL commands using ACL rules.",
"product_ids": [
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.src.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-doc-6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch.rpm-redis:6"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"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:L",
"version": "3.1"
},
"products": [
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.src.rpm-redis:6",
"AppStream-8.7.0.GA:redis-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-debugsource-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x.rpm-redis:6",
"AppStream-8.7.0.GA:redis-devel-6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64.rpm-redis:6",
"AppStream-8.7.0.GA:redis-doc-6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch.rpm-redis:6"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "redis: Malformed Lua script can crash Redis"
}
]
}
rhsa-2022_7541
Vulnerability from csaf_redhat
Published
2022-11-08 09:30
Modified
2024-11-26 17:25
Summary
Red Hat Security Advisory: redis:6 security, bug fix, and enhancement 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 Low. 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.
The following packages have been upgraded to a later upstream version: redis (6.2.7). (BZ#1999873)
Security Fix(es):
* redis: Code injection via Lua script execution environment (CVE-2022-24735)
* redis: Malformed Lua script can crash Redis (CVE-2022-24736)
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.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.7 Release Notes linked from 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": "Low"
},
"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 Low. 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\nThe following packages have been upgraded to a later upstream version: redis (6.2.7). (BZ#1999873)\n\nSecurity Fix(es):\n\n* redis: Code injection via Lua script execution environment (CVE-2022-24735)\n\n* redis: Malformed Lua script can crash Redis (CVE-2022-24736)\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.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.7 Release Notes linked from 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-2022:7541",
"url": "https://access.redhat.com/errata/RHSA-2022:7541"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#low",
"url": "https://access.redhat.com/security/updates/classification/#low"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/index"
},
{
"category": "external",
"summary": "1999873",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1999873"
},
{
"category": "external",
"summary": "2080286",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080286"
},
{
"category": "external",
"summary": "2080289",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080289"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_7541.json"
}
],
"title": "Red Hat Security Advisory: redis:6 security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2024-11-26T17:25:28+00:00",
"generator": {
"date": "2024-11-26T17:25:28+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.1"
}
},
"id": "RHSA-2022:7541",
"initial_release_date": "2022-11-08T09:30:12+00:00",
"revision_history": [
{
"date": "2022-11-08T09:30:12+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-11-08T09:30:12+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-11-26T17:25:28+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.7.0.GA",
"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:8070020220509142426:3b9f49c4",
"product": {
"name": "redis:6:8070020220509142426:3b9f49c4",
"product_id": "redis:6:8070020220509142426:3b9f49c4",
"product_identification_helper": {
"purl": "pkg:rpmmod/redhat/redis@6:8070020220509142426:3b9f49c4"
}
}
},
{
"category": "product_version",
"name": "redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch",
"product": {
"name": "redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch",
"product_id": "redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-doc@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"product": {
"name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"product_id": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"product_id": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"product": {
"name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"product_id": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"product": {
"name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"product_id": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src",
"product": {
"name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src",
"product_id": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"product": {
"name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"product_id": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"product_id": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"product": {
"name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"product_id": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"product": {
"name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"product_id": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"product": {
"name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"product_id": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"product_id": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"product": {
"name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"product_id": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"product": {
"name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"product_id": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"product": {
"name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"product_id": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"product_id": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"product": {
"name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"product_id": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"product": {
"name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"product_id": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4"
},
"product_reference": "redis:6:8070020220509142426:3b9f49c4",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64 as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64"
},
"product_reference": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le"
},
"product_reference": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x"
},
"product_reference": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src"
},
"product_reference": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src",
"relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64 as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64"
},
"product_reference": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64 as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64 as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64 as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64"
},
"product_reference": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le"
},
"product_reference": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x"
},
"product_reference": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64 as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64"
},
"product_reference": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64 as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64"
},
"product_reference": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le"
},
"product_reference": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x"
},
"product_reference": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64 as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64"
},
"product_reference": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch"
},
"product_reference": "redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch",
"relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-24735",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2022-04-27T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2080286"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Redis database where Lua scripts can be manipulated to overcome ACL rules. This flaw allows an attacker with access to Redis to inject Lua code that executes the potentially higher privileges of another Redis user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "redis: Code injection via Lua script execution environment",
"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.7.0.GA:redis:6:8070020220509142426:3b9f49c4",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24735"
},
{
"category": "external",
"summary": "RHBZ#2080286",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080286"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24735",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24735"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24735",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24735"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq",
"url": "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq"
}
],
"release_date": "2022-04-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:30:12+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.7.0.GA:redis:6:8070020220509142426:3b9f49c4",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7541"
},
{
"category": "workaround",
"details": "If Lua scripting is not being used, this vulnerability can be mitigated by blocking access to SCRIPT LOAD and EVAL commands using ACL rules.",
"product_ids": [
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.9,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "redis: Code injection via Lua script execution environment"
},
{
"cve": "CVE-2022-24736",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2022-04-27T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2080289"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Redis database when a malformed Lua script can cause a NULL pointer dereference. This flaw allows an attacker to load a crafting script, which results in a crash of the redis-server process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "redis: Malformed Lua script can crash 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.7.0.GA:redis:6:8070020220509142426:3b9f49c4",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24736"
},
{
"category": "external",
"summary": "RHBZ#2080289",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080289"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24736",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24736"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24736",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24736"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984",
"url": "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984"
}
],
"release_date": "2022-04-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:30:12+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.7.0.GA:redis:6:8070020220509142426:3b9f49c4",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7541"
},
{
"category": "workaround",
"details": "If Lua scripting is not being used, this vulnerability can be mitigated by preventing access to SCRIPT LOAD and EVAL commands using ACL rules.",
"product_ids": [
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"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:L",
"version": "3.1"
},
"products": [
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64",
"AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "redis: Malformed Lua script can crash Redis"
}
]
}
RHSA-2022:8096
Vulnerability from csaf_redhat
Published
2022-11-15 10:21
Modified
2025-10-09 23:00
Summary
Red Hat Security Advisory: redis security and bug fix update
Notes
Topic
An update for redis is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Low. 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: Code injection via Lua script execution environment (CVE-2022-24735)
* redis: Malformed Lua script can crash Redis (CVE-2022-24736)
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.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 9.1 Release Notes linked from 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": "Low"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for redis is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Low. 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: Code injection via Lua script execution environment (CVE-2022-24735)\n\n* redis: Malformed Lua script can crash Redis (CVE-2022-24736)\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.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.1 Release Notes linked from 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-2022:8096",
"url": "https://access.redhat.com/errata/RHSA-2022:8096"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#low",
"url": "https://access.redhat.com/security/updates/classification/#low"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.1_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.1_release_notes/index"
},
{
"category": "external",
"summary": "2080286",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080286"
},
{
"category": "external",
"summary": "2080289",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080289"
},
{
"category": "external",
"summary": "2083151",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2083151"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8096.json"
}
],
"title": "Red Hat Security Advisory: redis security and bug fix update",
"tracking": {
"current_release_date": "2025-10-09T23:00:49+00:00",
"generator": {
"date": "2025-10-09T23:00:49+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.9"
}
},
"id": "RHSA-2022:8096",
"initial_release_date": "2022-11-15T10:21:49+00:00",
"revision_history": [
{
"date": "2022-11-15T10:21:49+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-11-15T10:21:49+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-10-09T23:00:49+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.7-1.el9.src",
"product": {
"name": "redis-0:6.2.7-1.el9.src",
"product_id": "redis-0:6.2.7-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.7-1.el9.aarch64",
"product": {
"name": "redis-0:6.2.7-1.el9.aarch64",
"product_id": "redis-0:6.2.7-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.2.7-1.el9.aarch64",
"product": {
"name": "redis-devel-0:6.2.7-1.el9.aarch64",
"product_id": "redis-devel-0:6.2.7-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.7-1.el9.aarch64",
"product": {
"name": "redis-debugsource-0:6.2.7-1.el9.aarch64",
"product_id": "redis-debugsource-0:6.2.7-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.7-1.el9.aarch64",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.el9.aarch64",
"product_id": "redis-debuginfo-0:6.2.7-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.7-1.el9.ppc64le",
"product": {
"name": "redis-0:6.2.7-1.el9.ppc64le",
"product_id": "redis-0:6.2.7-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.2.7-1.el9.ppc64le",
"product": {
"name": "redis-devel-0:6.2.7-1.el9.ppc64le",
"product_id": "redis-devel-0:6.2.7-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.7-1.el9.ppc64le",
"product": {
"name": "redis-debugsource-0:6.2.7-1.el9.ppc64le",
"product_id": "redis-debugsource-0:6.2.7-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"product_id": "redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.7-1.el9.x86_64",
"product": {
"name": "redis-0:6.2.7-1.el9.x86_64",
"product_id": "redis-0:6.2.7-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.2.7-1.el9.x86_64",
"product": {
"name": "redis-devel-0:6.2.7-1.el9.x86_64",
"product_id": "redis-devel-0:6.2.7-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.7-1.el9.x86_64",
"product": {
"name": "redis-debugsource-0:6.2.7-1.el9.x86_64",
"product_id": "redis-debugsource-0:6.2.7-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.7-1.el9.x86_64",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.el9.x86_64",
"product_id": "redis-debuginfo-0:6.2.7-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-devel-0:6.2.7-1.el9.i686",
"product": {
"name": "redis-devel-0:6.2.7-1.el9.i686",
"product_id": "redis-devel-0:6.2.7-1.el9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9?arch=i686"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.7-1.el9.i686",
"product": {
"name": "redis-debugsource-0:6.2.7-1.el9.i686",
"product_id": "redis-debugsource-0:6.2.7-1.el9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9?arch=i686"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.7-1.el9.i686",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.el9.i686",
"product_id": "redis-debuginfo-0:6.2.7-1.el9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-0:6.2.7-1.el9.s390x",
"product": {
"name": "redis-0:6.2.7-1.el9.s390x",
"product_id": "redis-0:6.2.7-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis@6.2.7-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "redis-devel-0:6.2.7-1.el9.s390x",
"product": {
"name": "redis-devel-0:6.2.7-1.el9.s390x",
"product_id": "redis-devel-0:6.2.7-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "redis-debugsource-0:6.2.7-1.el9.s390x",
"product": {
"name": "redis-debugsource-0:6.2.7-1.el9.s390x",
"product_id": "redis-debugsource-0:6.2.7-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "redis-debuginfo-0:6.2.7-1.el9.s390x",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.el9.s390x",
"product_id": "redis-debuginfo-0:6.2.7-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-doc-0:6.2.7-1.el9.noarch",
"product": {
"name": "redis-doc-0:6.2.7-1.el9.noarch",
"product_id": "redis-doc-0:6.2.7-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/redis-doc@6.2.7-1.el9?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.7-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64"
},
"product_reference": "redis-0:6.2.7-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.7-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le"
},
"product_reference": "redis-0:6.2.7-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.7-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x"
},
"product_reference": "redis-0:6.2.7-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.7-1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src"
},
"product_reference": "redis-0:6.2.7-1.el9.src",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-0:6.2.7-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64"
},
"product_reference": "redis-0:6.2.7-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.el9.i686",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64"
},
"product_reference": "redis-debugsource-0:6.2.7-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686"
},
"product_reference": "redis-debugsource-0:6.2.7-1.el9.i686",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le"
},
"product_reference": "redis-debugsource-0:6.2.7-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x"
},
"product_reference": "redis-debugsource-0:6.2.7-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64"
},
"product_reference": "redis-debugsource-0:6.2.7-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64"
},
"product_reference": "redis-devel-0:6.2.7-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686"
},
"product_reference": "redis-devel-0:6.2.7-1.el9.i686",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le"
},
"product_reference": "redis-devel-0:6.2.7-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x"
},
"product_reference": "redis-devel-0:6.2.7-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64"
},
"product_reference": "redis-devel-0:6.2.7-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-doc-0:6.2.7-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch"
},
"product_reference": "redis-doc-0:6.2.7-1.el9.noarch",
"relates_to_product_reference": "AppStream-9.1.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-24735",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2022-04-27T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2080286"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Redis database where Lua scripts can be manipulated to overcome ACL rules. This flaw allows an attacker with access to Redis to inject Lua code that executes the potentially higher privileges of another Redis user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "redis: Code injection via Lua script execution environment",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24735"
},
{
"category": "external",
"summary": "RHBZ#2080286",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080286"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24735",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24735"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24735",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24735"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq",
"url": "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq"
}
],
"release_date": "2022-04-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-15T10:21:49+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8096"
},
{
"category": "workaround",
"details": "If Lua scripting is not being used, this vulnerability can be mitigated by blocking access to SCRIPT LOAD and EVAL commands using ACL rules.",
"product_ids": [
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.9,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "redis: Code injection via Lua script execution environment"
},
{
"cve": "CVE-2022-24736",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2022-04-27T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2080289"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Redis database when a malformed Lua script can cause a NULL pointer dereference. This flaw allows an attacker to load a crafting script, which results in a crash of the redis-server process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "redis: Malformed Lua script can crash 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-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24736"
},
{
"category": "external",
"summary": "RHBZ#2080289",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080289"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24736",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24736"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24736",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24736"
},
{
"category": "external",
"summary": "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984",
"url": "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984"
}
],
"release_date": "2022-04-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-15T10:21:49+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:8096"
},
{
"category": "workaround",
"details": "If Lua scripting is not being used, this vulnerability can be mitigated by preventing access to SCRIPT LOAD and EVAL commands using ACL rules.",
"product_ids": [
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"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:L",
"version": "3.1"
},
"products": [
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src",
"AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x",
"AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64",
"AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "redis: Malformed Lua script can crash Redis"
}
]
}
CERTFR-2024-AVI-0923
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
Impacted products
| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | Sterling | Sterling Connect:Express pour UNIX versions 1.5.x antérieures à 1.5.0.17010 | ||
| IBM | QRadar | QRadar Assistant versions antérieures à 3.8.1 | ||
| IBM | Cognos Analytics | Cognos Analytics Mobile (Android) versions 1.1.x antérieures à 1.1.20 | ||
| IBM | Sterling | Sterling External Authentication Server versions 6.0.x antérieures à 6.0.3.1 GA | ||
| IBM | QRadar | SOAR QRadar Plugin App versions antérieures à 5.5.0 | ||
| IBM | Cognos Analytics | Cognos Analytics versions 12.0.x antérieures à 12.0.4 | ||
| IBM | Sterling | Sterling Secure Proxy versions 6.1.x antérieures à 6.1.0.1 GA | ||
| IBM | Cognos Analytics | Cognos Analytics versions 11.2.x antérieures à 11.2.4 FP4 | ||
| IBM | Sterling | Sterling External Authentication Server versions 6.1.0.x antérieures à 6.1.0.2 GA | ||
| IBM | Cognos Analytics | Cognos Analytics Mobile (iOS) versions 1.1.x antérieures à 1.1.20 | ||
| IBM | Sterling | Sterling Secure Proxy versions 6.0.x antérieures à 6.0.3.1 GA |
References
| Title | Publication Time | Tags | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Sterling Connect:Express pour UNIX versions 1.5.x ant\u00e9rieures \u00e0 1.5.0.17010",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar Assistant versions ant\u00e9rieures \u00e0 3.8.1",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Cognos Analytics Mobile (Android) versions 1.1.x ant\u00e9rieures \u00e0 1.1.20",
"product": {
"name": "Cognos Analytics",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling External Authentication Server versions 6.0.x ant\u00e9rieures \u00e0 6.0.3.1 GA",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "SOAR QRadar Plugin App versions ant\u00e9rieures \u00e0 5.5.0",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Cognos Analytics versions 12.0.x ant\u00e9rieures \u00e0 12.0.4 ",
"product": {
"name": "Cognos Analytics",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Secure Proxy versions 6.1.x ant\u00e9rieures \u00e0 6.1.0.1 GA",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Cognos Analytics versions 11.2.x ant\u00e9rieures \u00e0 11.2.4 FP4",
"product": {
"name": "Cognos Analytics",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling External Authentication Server versions 6.1.0.x ant\u00e9rieures \u00e0 6.1.0.2 GA",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Cognos Analytics Mobile (iOS) versions 1.1.x ant\u00e9rieures \u00e0 1.1.20",
"product": {
"name": "Cognos Analytics",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Secure Proxy versions 6.0.x ant\u00e9rieures \u00e0 6.0.3.1 GA",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2022-0144",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0144"
},
{
"name": "CVE-2021-44906",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44906"
},
{
"name": "CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"name": "CVE-2023-38264",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38264"
},
{
"name": "CVE-2024-22201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22201"
},
{
"name": "CVE-2022-46175",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46175"
},
{
"name": "CVE-2024-21144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21144"
},
{
"name": "CVE-2023-25166",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25166"
},
{
"name": "CVE-2024-4068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4068"
},
{
"name": "CVE-2023-46234",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46234"
},
{
"name": "CVE-2023-28856",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28856"
},
{
"name": "CVE-2021-28169",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28169"
},
{
"name": "CVE-2018-12538",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12538"
},
{
"name": "CVE-2024-35176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35176"
},
{
"name": "CVE-2024-21890",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21890"
},
{
"name": "CVE-2024-21896",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21896"
},
{
"name": "CVE-2023-50312",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50312"
},
{
"name": "CVE-2024-3933",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3933"
},
{
"name": "CVE-2022-25883",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25883"
},
{
"name": "CVE-2024-22025",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22025"
},
{
"name": "CVE-2023-38737",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38737"
},
{
"name": "CVE-2024-29415",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29415"
},
{
"name": "CVE-2022-36943",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36943"
},
{
"name": "CVE-2024-43398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43398"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2023-38009",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38009"
},
{
"name": "CVE-2023-45133",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45133"
},
{
"name": "CVE-2023-26049",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26049"
},
{
"name": "CVE-2023-46809",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46809"
},
{
"name": "CVE-2020-27216",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27216"
},
{
"name": "CVE-2019-13224",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-13224"
},
{
"name": "CVE-2022-29622",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29622"
},
{
"name": "CVE-2021-40690",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-40690"
},
{
"name": "CVE-2024-4067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4067"
},
{
"name": "CVE-2024-30172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30172"
},
{
"name": "CVE-2021-43138",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43138"
},
{
"name": "CVE-2023-45145",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45145"
},
{
"name": "CVE-2024-22019",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22019"
},
{
"name": "CVE-2023-0842",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0842"
},
{
"name": "CVE-2023-22467",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22467"
},
{
"name": "CVE-2024-21011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21011"
},
{
"name": "CVE-2024-22329",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22329"
},
{
"name": "CVE-2024-45296",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45296"
},
{
"name": "CVE-2024-21892",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21892"
},
{
"name": "CVE-2024-21147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21147"
},
{
"name": "CVE-2022-43383",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43383"
},
{
"name": "CVE-2019-16163",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16163"
},
{
"name": "CVE-2024-39908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39908"
},
{
"name": "CVE-2022-3517",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3517"
},
{
"name": "CVE-2024-35195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35195"
},
{
"name": "CVE-2024-41946",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41946"
},
{
"name": "CVE-2024-21140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21140"
},
{
"name": "CVE-2024-21094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21094"
},
{
"name": "CVE-2023-51775",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51775"
},
{
"name": "CVE-2018-12545",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12545"
},
{
"name": "CVE-2024-5569",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5569"
},
{
"name": "CVE-2023-52428",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52428"
},
{
"name": "CVE-2024-41784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41784"
},
{
"name": "CVE-2021-3803",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3803"
},
{
"name": "CVE-2023-40167",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40167"
},
{
"name": "CVE-2023-41900",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-41900"
},
{
"name": "CVE-2024-21138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21138"
},
{
"name": "CVE-2022-24834",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24834"
},
{
"name": "CVE-2023-36479",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36479"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2024-37890",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37890"
},
{
"name": "CVE-2023-44483",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44483"
},
{
"name": "CVE-2024-27270",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27270"
},
{
"name": "CVE-2024-21145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21145"
},
{
"name": "CVE-2024-21891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21891"
},
{
"name": "CVE-2022-38900",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38900"
},
{
"name": "CVE-2024-22017",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22017"
},
{
"name": "CVE-2022-0235",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0235"
},
{
"name": "CVE-2019-10241",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-10241"
},
{
"name": "CVE-2022-24736",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24736"
},
{
"name": "CVE-2024-25042",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25042"
},
{
"name": "CVE-2024-34064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34064"
},
{
"name": "CVE-2020-15168",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15168"
},
{
"name": "CVE-2023-29262",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29262"
},
{
"name": "CVE-2023-26048",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26048"
},
{
"name": "CVE-2024-21085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21085"
},
{
"name": "CVE-2023-42282",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42282"
},
{
"name": "CVE-2022-24735",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24735"
},
{
"name": "CVE-2024-21131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21131"
},
{
"name": "CVE-2024-39689",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39689"
},
{
"name": "CVE-2024-41123",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41123"
},
{
"name": "CVE-2019-19012",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19012"
},
{
"name": "CVE-2024-27267",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27267"
},
{
"name": "CVE-2012-2677",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-2677"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"name": "CVE-2021-34428",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-34428"
}
],
"initial_release_date": "2024-10-25T00:00:00",
"last_revision_date": "2024-10-25T00:00:00",
"links": [],
"reference": "CERTFR-2024-AVI-0923",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2024-10-25T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
},
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2024-10-21",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7173631",
"url": "https://www.ibm.com/support/pages/node/7173631"
},
{
"published_at": "2024-10-24",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7174016",
"url": "https://www.ibm.com/support/pages/node/7174016"
},
{
"published_at": "2024-10-24",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7174015",
"url": "https://www.ibm.com/support/pages/node/7174015"
},
{
"published_at": "2024-10-21",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7173632",
"url": "https://www.ibm.com/support/pages/node/7173632"
},
{
"published_at": "2024-10-21",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7172691",
"url": "https://www.ibm.com/support/pages/node/7172691"
},
{
"published_at": "2024-10-21",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7172692",
"url": "https://www.ibm.com/support/pages/node/7172692"
},
{
"published_at": "2024-10-21",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7173592",
"url": "https://www.ibm.com/support/pages/node/7173592"
},
{
"published_at": "2024-10-23",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7173866",
"url": "https://www.ibm.com/support/pages/node/7173866"
}
]
}
suse-su-2022:1929-1
Vulnerability from csaf_suse
Published
2022-06-02 15:34
Modified
2022-06-02 15:34
Summary
Security update for redis
Notes
Title of the patch
Security update for redis
Description of the patch
This update for redis fixes the following issues:
- CVE-2022-24735: Fixed Lua code injection (bsc#1198952).
- CVE-2022-24736: Fixed Lua NULL pointer dereference (bsc#1198953).
Patchnames
SUSE-2022-1929,SUSE-SLE-Module-Server-Applications-15-SP4-2022-1929,openSUSE-SLE-15.4-2022-1929
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for redis",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for redis fixes the following issues:\n\n- CVE-2022-24735: Fixed Lua code injection (bsc#1198952).\n- CVE-2022-24736: Fixed Lua NULL pointer dereference (bsc#1198953).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2022-1929,SUSE-SLE-Module-Server-Applications-15-SP4-2022-1929,openSUSE-SLE-15.4-2022-1929",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2022_1929-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2022:1929-1",
"url": "https://www.suse.com/support/update/announcement/2022/suse-su-20221929-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2022:1929-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-June/011230.html"
},
{
"category": "self",
"summary": "SUSE Bug 1198952",
"url": "https://bugzilla.suse.com/1198952"
},
{
"category": "self",
"summary": "SUSE Bug 1198953",
"url": "https://bugzilla.suse.com/1198953"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-24735 page",
"url": "https://www.suse.com/security/cve/CVE-2022-24735/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-24736 page",
"url": "https://www.suse.com/security/cve/CVE-2022-24736/"
}
],
"title": "Security update for redis",
"tracking": {
"current_release_date": "2022-06-02T15:34:25Z",
"generator": {
"date": "2022-06-02T15:34:25Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2022:1929-1",
"initial_release_date": "2022-06-02T15:34:25Z",
"revision_history": [
{
"date": "2022-06-02T15:34:25Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "redis-6.2.6-150400.3.3.7.aarch64",
"product": {
"name": "redis-6.2.6-150400.3.3.7.aarch64",
"product_id": "redis-6.2.6-150400.3.3.7.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-6.2.6-150400.3.3.7.i586",
"product": {
"name": "redis-6.2.6-150400.3.3.7.i586",
"product_id": "redis-6.2.6-150400.3.3.7.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-6.2.6-150400.3.3.7.ppc64le",
"product": {
"name": "redis-6.2.6-150400.3.3.7.ppc64le",
"product_id": "redis-6.2.6-150400.3.3.7.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-6.2.6-150400.3.3.7.s390x",
"product": {
"name": "redis-6.2.6-150400.3.3.7.s390x",
"product_id": "redis-6.2.6-150400.3.3.7.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-6.2.6-150400.3.3.7.x86_64",
"product": {
"name": "redis-6.2.6-150400.3.3.7.x86_64",
"product_id": "redis-6.2.6-150400.3.3.7.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-server-applications:15:sp4"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.4",
"product": {
"name": "openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.4"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.6-150400.3.3.7.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.aarch64"
},
"product_reference": "redis-6.2.6-150400.3.3.7.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.6-150400.3.3.7.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.ppc64le"
},
"product_reference": "redis-6.2.6-150400.3.3.7.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.6-150400.3.3.7.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.s390x"
},
"product_reference": "redis-6.2.6-150400.3.3.7.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.6-150400.3.3.7.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.x86_64"
},
"product_reference": "redis-6.2.6-150400.3.3.7.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.6-150400.3.3.7.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.aarch64"
},
"product_reference": "redis-6.2.6-150400.3.3.7.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.6-150400.3.3.7.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.ppc64le"
},
"product_reference": "redis-6.2.6-150400.3.3.7.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.6-150400.3.3.7.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.s390x"
},
"product_reference": "redis-6.2.6-150400.3.3.7.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.6-150400.3.3.7.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.x86_64"
},
"product_reference": "redis-6.2.6-150400.3.3.7.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-24735",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-24735"
}
],
"notes": [
{
"category": "general",
"text": "Redis is an in-memory database that persists on disk. By exploiting weaknesses in the Lua script execution environment, an attacker with access to Redis prior to version 7.0.0 or 6.2.7 can inject Lua code that will execute with the (potentially higher) privileges of another Redis user. The Lua script execution environment in Redis provides some measures that prevent a script from creating side effects that persist and can affect the execution of the same, or different script, at a later time. Several weaknesses of these measures have been publicly known for a long time, but they had no security impact as the Redis security model did not endorse the concept of users or privileges. With the introduction of ACLs in Redis 6.0, these weaknesses can be exploited by a less privileged users to inject Lua code that will execute at a later time, when a privileged user executes a Lua script. The problem is fixed in Redis versions 7.0.0 and 6.2.7. An additional workaround to mitigate this problem without patching the redis-server executable, if Lua scripting is not being used, is to block access to `SCRIPT LOAD` and `EVAL` commands using ACL rules.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.x86_64",
"openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.aarch64",
"openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.ppc64le",
"openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.s390x",
"openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-24735",
"url": "https://www.suse.com/security/cve/CVE-2022-24735"
},
{
"category": "external",
"summary": "SUSE Bug 1198952 for CVE-2022-24735",
"url": "https://bugzilla.suse.com/1198952"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.x86_64",
"openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.aarch64",
"openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.ppc64le",
"openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.s390x",
"openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.x86_64",
"openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.aarch64",
"openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.ppc64le",
"openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.s390x",
"openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-06-02T15:34:25Z",
"details": "low"
}
],
"title": "CVE-2022-24735"
},
{
"cve": "CVE-2022-24736",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-24736"
}
],
"notes": [
{
"category": "general",
"text": "Redis is an in-memory database that persists on disk. Prior to versions 6.2.7 and 7.0.0, an attacker attempting to load a specially crafted Lua script can cause NULL pointer dereference which will result with a crash of the redis-server process. The problem is fixed in Redis versions 7.0.0 and 6.2.7. An additional workaround to mitigate this problem without patching the redis-server executable, if Lua scripting is not being used, is to block access to `SCRIPT LOAD` and `EVAL` commands using ACL rules.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.x86_64",
"openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.aarch64",
"openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.ppc64le",
"openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.s390x",
"openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-24736",
"url": "https://www.suse.com/security/cve/CVE-2022-24736"
},
{
"category": "external",
"summary": "SUSE Bug 1198953 for CVE-2022-24736",
"url": "https://bugzilla.suse.com/1198953"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.x86_64",
"openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.aarch64",
"openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.ppc64le",
"openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.s390x",
"openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.x86_64",
"openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.aarch64",
"openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.ppc64le",
"openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.s390x",
"openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-06-02T15:34:25Z",
"details": "low"
}
],
"title": "CVE-2022-24736"
}
]
}
suse-su-2022:1842-1
Vulnerability from csaf_suse
Published
2022-05-25 12:35
Modified
2022-05-25 12:35
Summary
Security update for redis
Notes
Title of the patch
Security update for redis
Description of the patch
This update for redis fixes the following issues:
- CVE-2022-24735: Fixed Lua code injection (bsc#1198952).
- CVE-2022-24736: Fixed Lua NULL pointer dereference (bsc#1198953).
Patchnames
SUSE-2022-1842,SUSE-SLE-Module-Server-Applications-15-SP3-2022-1842,openSUSE-SLE-15.3-2022-1842
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for redis",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for redis fixes the following issues:\n\n- CVE-2022-24735: Fixed Lua code injection (bsc#1198952).\n- CVE-2022-24736: Fixed Lua NULL pointer dereference (bsc#1198953).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2022-1842,SUSE-SLE-Module-Server-Applications-15-SP3-2022-1842,openSUSE-SLE-15.3-2022-1842",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2022_1842-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2022:1842-1",
"url": "https://www.suse.com/support/update/announcement/2022/suse-su-20221842-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2022:1842-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-May/011158.html"
},
{
"category": "self",
"summary": "SUSE Bug 1198952",
"url": "https://bugzilla.suse.com/1198952"
},
{
"category": "self",
"summary": "SUSE Bug 1198953",
"url": "https://bugzilla.suse.com/1198953"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-24735 page",
"url": "https://www.suse.com/security/cve/CVE-2022-24735/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-24736 page",
"url": "https://www.suse.com/security/cve/CVE-2022-24736/"
}
],
"title": "Security update for redis",
"tracking": {
"current_release_date": "2022-05-25T12:35:59Z",
"generator": {
"date": "2022-05-25T12:35:59Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2022:1842-1",
"initial_release_date": "2022-05-25T12:35:59Z",
"revision_history": [
{
"date": "2022-05-25T12:35:59Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "redis-6.0.14-150200.6.11.1.aarch64",
"product": {
"name": "redis-6.0.14-150200.6.11.1.aarch64",
"product_id": "redis-6.0.14-150200.6.11.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-6.0.14-150200.6.11.1.i586",
"product": {
"name": "redis-6.0.14-150200.6.11.1.i586",
"product_id": "redis-6.0.14-150200.6.11.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-6.0.14-150200.6.11.1.ppc64le",
"product": {
"name": "redis-6.0.14-150200.6.11.1.ppc64le",
"product_id": "redis-6.0.14-150200.6.11.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-6.0.14-150200.6.11.1.s390x",
"product": {
"name": "redis-6.0.14-150200.6.11.1.s390x",
"product_id": "redis-6.0.14-150200.6.11.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-6.0.14-150200.6.11.1.x86_64",
"product": {
"name": "redis-6.0.14-150200.6.11.1.x86_64",
"product_id": "redis-6.0.14-150200.6.11.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-server-applications:15:sp3"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.3",
"product": {
"name": "openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.3"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.0.14-150200.6.11.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.aarch64"
},
"product_reference": "redis-6.0.14-150200.6.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.0.14-150200.6.11.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.ppc64le"
},
"product_reference": "redis-6.0.14-150200.6.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.0.14-150200.6.11.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.s390x"
},
"product_reference": "redis-6.0.14-150200.6.11.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.0.14-150200.6.11.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.x86_64"
},
"product_reference": "redis-6.0.14-150200.6.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.0.14-150200.6.11.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.aarch64"
},
"product_reference": "redis-6.0.14-150200.6.11.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.0.14-150200.6.11.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.ppc64le"
},
"product_reference": "redis-6.0.14-150200.6.11.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.0.14-150200.6.11.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.s390x"
},
"product_reference": "redis-6.0.14-150200.6.11.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.0.14-150200.6.11.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.x86_64"
},
"product_reference": "redis-6.0.14-150200.6.11.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-24735",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-24735"
}
],
"notes": [
{
"category": "general",
"text": "Redis is an in-memory database that persists on disk. By exploiting weaknesses in the Lua script execution environment, an attacker with access to Redis prior to version 7.0.0 or 6.2.7 can inject Lua code that will execute with the (potentially higher) privileges of another Redis user. The Lua script execution environment in Redis provides some measures that prevent a script from creating side effects that persist and can affect the execution of the same, or different script, at a later time. Several weaknesses of these measures have been publicly known for a long time, but they had no security impact as the Redis security model did not endorse the concept of users or privileges. With the introduction of ACLs in Redis 6.0, these weaknesses can be exploited by a less privileged users to inject Lua code that will execute at a later time, when a privileged user executes a Lua script. The problem is fixed in Redis versions 7.0.0 and 6.2.7. An additional workaround to mitigate this problem without patching the redis-server executable, if Lua scripting is not being used, is to block access to `SCRIPT LOAD` and `EVAL` commands using ACL rules.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.x86_64",
"openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.aarch64",
"openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.ppc64le",
"openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.s390x",
"openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-24735",
"url": "https://www.suse.com/security/cve/CVE-2022-24735"
},
{
"category": "external",
"summary": "SUSE Bug 1198952 for CVE-2022-24735",
"url": "https://bugzilla.suse.com/1198952"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.x86_64",
"openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.aarch64",
"openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.ppc64le",
"openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.s390x",
"openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.x86_64",
"openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.aarch64",
"openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.ppc64le",
"openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.s390x",
"openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-05-25T12:35:59Z",
"details": "low"
}
],
"title": "CVE-2022-24735"
},
{
"cve": "CVE-2022-24736",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-24736"
}
],
"notes": [
{
"category": "general",
"text": "Redis is an in-memory database that persists on disk. Prior to versions 6.2.7 and 7.0.0, an attacker attempting to load a specially crafted Lua script can cause NULL pointer dereference which will result with a crash of the redis-server process. The problem is fixed in Redis versions 7.0.0 and 6.2.7. An additional workaround to mitigate this problem without patching the redis-server executable, if Lua scripting is not being used, is to block access to `SCRIPT LOAD` and `EVAL` commands using ACL rules.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.x86_64",
"openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.aarch64",
"openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.ppc64le",
"openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.s390x",
"openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-24736",
"url": "https://www.suse.com/security/cve/CVE-2022-24736"
},
{
"category": "external",
"summary": "SUSE Bug 1198953 for CVE-2022-24736",
"url": "https://bugzilla.suse.com/1198953"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.x86_64",
"openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.aarch64",
"openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.ppc64le",
"openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.s390x",
"openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.x86_64",
"openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.aarch64",
"openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.ppc64le",
"openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.s390x",
"openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-05-25T12:35:59Z",
"details": "low"
}
],
"title": "CVE-2022-24736"
}
]
}
gsd-2022-24735
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
Redis is an in-memory database that persists on disk. By exploiting weaknesses in the Lua script execution environment, an attacker with access to Redis prior to version 7.0.0 or 6.2.7 can inject Lua code that will execute with the (potentially higher) privileges of another Redis user. The Lua script execution environment in Redis provides some measures that prevent a script from creating side effects that persist and can affect the execution of the same, or different script, at a later time. Several weaknesses of these measures have been publicly known for a long time, but they had no security impact as the Redis security model did not endorse the concept of users or privileges. With the introduction of ACLs in Redis 6.0, these weaknesses can be exploited by a less privileged users to inject Lua code that will execute at a later time, when a privileged user executes a Lua script. The problem is fixed in Redis versions 7.0.0 and 6.2.7. An additional workaround to mitigate this problem without patching the redis-server executable, if Lua scripting is not being used, is to block access to `SCRIPT LOAD` and `EVAL` commands using ACL rules.
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2022-24735",
"description": "Redis is an in-memory database that persists on disk. By exploiting weaknesses in the Lua script execution environment, an attacker with access to Redis prior to version 7.0.0 or 6.2.7 can inject Lua code that will execute with the (potentially higher) privileges of another Redis user. The Lua script execution environment in Redis provides some measures that prevent a script from creating side effects that persist and can affect the execution of the same, or different script, at a later time. Several weaknesses of these measures have been publicly known for a long time, but they had no security impact as the Redis security model did not endorse the concept of users or privileges. With the introduction of ACLs in Redis 6.0, these weaknesses can be exploited by a less privileged users to inject Lua code that will execute at a later time, when a privileged user executes a Lua script. The problem is fixed in Redis versions 7.0.0 and 6.2.7. An additional workaround to mitigate this problem without patching the redis-server executable, if Lua scripting is not being used, is to block access to `SCRIPT LOAD` and `EVAL` commands using ACL rules.",
"id": "GSD-2022-24735",
"references": [
"https://www.suse.com/security/cve/CVE-2022-24735.html",
"https://advisories.mageia.org/CVE-2022-24735.html",
"https://access.redhat.com/errata/RHSA-2022:7541",
"https://access.redhat.com/errata/RHSA-2022:8096"
]
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2022-24735"
],
"details": "Redis is an in-memory database that persists on disk. By exploiting weaknesses in the Lua script execution environment, an attacker with access to Redis prior to version 7.0.0 or 6.2.7 can inject Lua code that will execute with the (potentially higher) privileges of another Redis user. The Lua script execution environment in Redis provides some measures that prevent a script from creating side effects that persist and can affect the execution of the same, or different script, at a later time. Several weaknesses of these measures have been publicly known for a long time, but they had no security impact as the Redis security model did not endorse the concept of users or privileges. With the introduction of ACLs in Redis 6.0, these weaknesses can be exploited by a less privileged users to inject Lua code that will execute at a later time, when a privileged user executes a Lua script. The problem is fixed in Redis versions 7.0.0 and 6.2.7. An additional workaround to mitigate this problem without patching the redis-server executable, if Lua scripting is not being used, is to block access to `SCRIPT LOAD` and `EVAL` commands using ACL rules.",
"id": "GSD-2022-24735",
"modified": "2023-12-13T01:19:43.485065Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2022-24735",
"STATE": "PUBLIC",
"TITLE": "Lua scripts can be manipulated to overcome ACL rules in Redis"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "redis",
"version": {
"version_data": [
{
"version_value": "\u003c 7.0.0"
},
{
"version_value": "\u003e= 6.0.0, \u003c 6.2.7"
}
]
}
}
]
},
"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. By exploiting weaknesses in the Lua script execution environment, an attacker with access to Redis prior to version 7.0.0 or 6.2.7 can inject Lua code that will execute with the (potentially higher) privileges of another Redis user. The Lua script execution environment in Redis provides some measures that prevent a script from creating side effects that persist and can affect the execution of the same, or different script, at a later time. Several weaknesses of these measures have been publicly known for a long time, but they had no security impact as the Redis security model did not endorse the concept of users or privileges. With the introduction of ACLs in Redis 6.0, these weaknesses can be exploited by a less privileged users to inject Lua code that will execute at a later time, when a privileged user executes a Lua script. The problem is fixed in Redis versions 7.0.0 and 6.2.7. An additional workaround to mitigate this problem without patching the redis-server executable, if Lua scripting is not being used, is to block access to `SCRIPT LOAD` and `EVAL` commands using ACL rules."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.9,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-94 Improper Control of Generation of Code (\u0027Code Injection\u0027)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq",
"refsource": "CONFIRM",
"url": "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq"
},
{
"name": "https://github.com/redis/redis/pull/10651",
"refsource": "MISC",
"url": "https://github.com/redis/redis/pull/10651"
},
{
"name": "https://github.com/redis/redis/releases/tag/6.2.7",
"refsource": "MISC",
"url": "https://github.com/redis/redis/releases/tag/6.2.7"
},
{
"name": "https://github.com/redis/redis/releases/tag/7.0.0",
"refsource": "MISC",
"url": "https://github.com/redis/redis/releases/tag/7.0.0"
},
{
"name": "FEDORA-2022-6ed1ce2838",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VPYKSG7LKUJGVM2P72EHXKVRVRWHLORX/"
},
{
"name": "FEDORA-2022-a0a4c7eb31",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WSTPUCAPBRHIFPSCOURR4OYX4E2OISAF/"
},
{
"name": "FEDORA-2022-44373f6778",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/J4ZK3675DGHVVDOFLJN7WX6YYH27GPMK/"
},
{
"name": "https://www.oracle.com/security-alerts/cpujul2022.html",
"refsource": "MISC",
"url": "https://www.oracle.com/security-alerts/cpujul2022.html"
},
{
"name": "https://security.netapp.com/advisory/ntap-20220715-0003/",
"refsource": "CONFIRM",
"url": "https://security.netapp.com/advisory/ntap-20220715-0003/"
},
{
"name": "GLSA-202209-17",
"refsource": "GENTOO",
"url": "https://security.gentoo.org/glsa/202209-17"
}
]
},
"source": {
"advisory": "GHSA-647m-2wmq-qmvq",
"discovery": "UNKNOWN"
}
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:redis:redis:7.0:rc2:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:redis:redis:7.0:rc3:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:redis:redis:7.0:rc1:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "6.2.7",
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:34:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:36:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:netapp:management_services_for_element_software:-:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:netapp:management_services_for_netapp_hci:-:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:oracle:communications_operations_monitor:4.3:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:communications_operations_monitor:4.4:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:oracle:communications_operations_monitor:5.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2022-24735"
},
"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. By exploiting weaknesses in the Lua script execution environment, an attacker with access to Redis prior to version 7.0.0 or 6.2.7 can inject Lua code that will execute with the (potentially higher) privileges of another Redis user. The Lua script execution environment in Redis provides some measures that prevent a script from creating side effects that persist and can affect the execution of the same, or different script, at a later time. Several weaknesses of these measures have been publicly known for a long time, but they had no security impact as the Redis security model did not endorse the concept of users or privileges. With the introduction of ACLs in Redis 6.0, these weaknesses can be exploited by a less privileged users to inject Lua code that will execute at a later time, when a privileged user executes a Lua script. The problem is fixed in Redis versions 7.0.0 and 6.2.7. An additional workaround to mitigate this problem without patching the redis-server executable, if Lua scripting is not being used, is to block access to `SCRIPT LOAD` and `EVAL` commands using ACL rules."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-94"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/redis/redis/pull/10651",
"refsource": "MISC",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://github.com/redis/redis/pull/10651"
},
{
"name": "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq",
"refsource": "CONFIRM",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq"
},
{
"name": "https://github.com/redis/redis/releases/tag/7.0.0",
"refsource": "MISC",
"tags": [
"Release Notes",
"Third Party Advisory"
],
"url": "https://github.com/redis/redis/releases/tag/7.0.0"
},
{
"name": "https://github.com/redis/redis/releases/tag/6.2.7",
"refsource": "MISC",
"tags": [
"Release Notes",
"Third Party Advisory"
],
"url": "https://github.com/redis/redis/releases/tag/6.2.7"
},
{
"name": "FEDORA-2022-6ed1ce2838",
"refsource": "FEDORA",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VPYKSG7LKUJGVM2P72EHXKVRVRWHLORX/"
},
{
"name": "FEDORA-2022-44373f6778",
"refsource": "FEDORA",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/J4ZK3675DGHVVDOFLJN7WX6YYH27GPMK/"
},
{
"name": "FEDORA-2022-a0a4c7eb31",
"refsource": "FEDORA",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WSTPUCAPBRHIFPSCOURR4OYX4E2OISAF/"
},
{
"name": "https://security.netapp.com/advisory/ntap-20220715-0003/",
"refsource": "CONFIRM",
"tags": [
"Third Party Advisory"
],
"url": "https://security.netapp.com/advisory/ntap-20220715-0003/"
},
{
"name": "N/A",
"refsource": "N/A",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://www.oracle.com/security-alerts/cpujul2022.html"
},
{
"name": "GLSA-202209-17",
"refsource": "GENTOO",
"tags": [
"Third Party Advisory"
],
"url": "https://security.gentoo.org/glsa/202209-17"
}
]
}
},
"impact": {
"baseMetricV2": {
"acInsufInfo": false,
"cvssV2": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 6.8,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P",
"version": "2.0"
},
"exploitabilityScore": 8.6,
"impactScore": 6.4,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"severity": "MEDIUM",
"userInteractionRequired": true
},
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 1.8,
"impactScore": 5.9
}
},
"lastModifiedDate": "2022-10-07T15:21Z",
"publishedDate": "2022-04-27T20:15Z"
}
}
}
wid-sec-w-2022-0070
Vulnerability from csaf_certbund
Published
2022-04-27 22:00
Modified
2024-10-24 22:00
Summary
Redis: Mehrere Schwachstellen ermöglichen Ausführen von beliebigem Programmcode mit Administratorrechten
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, authentisierter Angreifer kann mehrere Schwachstellen in Redis ausnutzen, um beliebigen Programmcode mit Administratorrechten auszuführen oder einen Denial of Service Zustand herbeizuführen.
Betroffene Betriebssysteme
- Linux
- Sonstiges
- UNIX
- Windows
{
"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, authentisierter Angreifer kann mehrere Schwachstellen in Redis ausnutzen, um beliebigen Programmcode mit Administratorrechten auszuf\u00fchren oder einen Denial of Service Zustand herbeizuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- Sonstiges\n- UNIX\n- Windows",
"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-2022-0070 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2022-0070.json"
},
{
"category": "self",
"summary": "WID-SEC-2022-0070 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-0070"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2022:1929-1 vom 2022-06-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-June/011230.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2022:1842-1 vom 2022-05-25",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-May/011158.html"
},
{
"category": "external",
"summary": "Redis Release Notes vom 2022-04-27",
"url": "https://github.com/redis/redis/releases/tag/6.2.7"
},
{
"category": "external",
"summary": "Redis Release Notes vom 2022-04-27",
"url": "https://github.com/redis/redis/releases/tag/7.0.0"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2022-115 vom 2022-07-21",
"url": "https://alas.aws.amazon.com/AL2022/ALAS-2022-115.html"
},
{
"category": "external",
"summary": "Gentoo Linux Security Advisory GLSA-202209-17 vom 2022-09-29",
"url": "https://security.gentoo.org/glsa/202209-17"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2022-199 vom 2022-11-04",
"url": "https://alas.aws.amazon.com/AL2022/ALAS-2022-199.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:7541 vom 2022-11-08",
"url": "https://access.redhat.com/errata/RHSA-2022:7541"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:8096 vom 2022-11-15",
"url": "https://access.redhat.com/errata/RHSA-2022:8096"
},
{
"category": "external",
"summary": "IBM Security Bulletin 6842235 vom 2022-12-20",
"url": "https://www.ibm.com/support/pages/node/6842235"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2023-3840 vom 2023-06-30",
"url": "https://linux.oracle.com/errata/ELSA-2023-3840.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASREDIS6-2023-003 vom 2023-09-27",
"url": "https://alas.aws.amazon.com/AL2/ALASREDIS6-2023-003.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7174015 vom 2024-10-24",
"url": "https://www.ibm.com/support/pages/node/7174015"
}
],
"source_lang": "en-US",
"title": "Redis: Mehrere Schwachstellen erm\u00f6glichen Ausf\u00fchren von beliebigem Programmcode mit Administratorrechten",
"tracking": {
"current_release_date": "2024-10-24T22:00:00.000+00:00",
"generator": {
"date": "2024-10-25T08:08:57.755+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.8"
}
},
"id": "WID-SEC-W-2022-0070",
"initial_release_date": "2022-04-27T22:00:00.000+00:00",
"revision_history": [
{
"date": "2022-04-27T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2022-04-28T22:00:00.000+00:00",
"number": "2",
"summary": "Referenz(en) aufgenommen: FEDORA-2022-44373F6778, FEDORA-2022-A0A4C7EB31, FEDORA-2022-6ED1CE2838"
},
{
"date": "2022-05-01T22:00:00.000+00:00",
"number": "3",
"summary": "Referenz(en) aufgenommen: 2080286, 2080289"
},
{
"date": "2022-05-26T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2022-06-02T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2022-07-21T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2022-09-29T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Gentoo aufgenommen"
},
{
"date": "2022-11-06T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2022-11-08T23:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-11-15T23:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-12-20T23:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2023-07-02T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2023-09-27T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2024-10-24T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von IBM aufgenommen"
}
],
"status": "final",
"version": "14"
}
},
"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": "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",
"name": "7.5.0",
"product": {
"name": "IBM QRadar SIEM 7.5.0",
"product_id": "T023574",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:qradar_siem:7.5.0"
}
}
}
],
"category": "product_name",
"name": "QRadar SIEM"
},
{
"branches": [
{
"category": "product_version",
"name": "10.1",
"product": {
"name": "IBM Spectrum Protect 10.1",
"product_id": "T023657",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:spectrum_protect:10.1"
}
}
}
],
"category": "product_name",
"name": "Spectrum Protect"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c6.2.7",
"product": {
"name": "Open Source Redis \u003c6.2.7",
"product_id": "T022997"
}
},
{
"category": "product_version",
"name": "6.2.7",
"product": {
"name": "Open Source Redis 6.2.7",
"product_id": "T022997-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redislabs:redis:6.2.7"
}
}
},
{
"category": "product_version_range",
"name": "\u003c7.0.0",
"product": {
"name": "Open Source Redis \u003c7.0.0",
"product_id": "T022998"
}
},
{
"category": "product_version",
"name": "7.0.0",
"product": {
"name": "Open Source Redis 7.0.0",
"product_id": "T022998-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redislabs:redis:7.0.0"
}
}
}
],
"category": "product_name",
"name": "Redis"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-24735",
"notes": [
{
"category": "description",
"text": "Es existiert eine Schwachstelle in Redis. Ein Fehler in der Lua-Script Umgebung erm\u00f6glicht ein Ausf\u00fchren von Skripten mit den Berechtigungen eines anderen Benutzers. Ein entfernter, authentisier Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode mit Administratorrechten auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T022998",
"T002207",
"67646",
"T023657",
"T022997",
"T023574",
"398363",
"T012167",
"T004914"
]
},
"release_date": "2022-04-27T22:00:00.000+00:00",
"title": "CVE-2022-24735"
},
{
"cve": "CVE-2022-24736",
"notes": [
{
"category": "description",
"text": "Es existiert eine Schwachstelle in Redis. Ein speziell gestaltetes Lua-Script kann genutzt werden, um eine NULL-Zeiger-Derefenzierung durchzuf\u00fchren. Ein entferner, authentisierter Angreifer kann diese Schwachstelle ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T022998",
"T002207",
"67646",
"T023657",
"T022997",
"T023574",
"398363",
"T012167",
"T004914"
]
},
"release_date": "2022-04-27T22:00:00.000+00:00",
"title": "CVE-2022-24736"
}
]
}
WID-SEC-W-2022-0070
Vulnerability from csaf_certbund
Published
2022-04-27 22:00
Modified
2024-10-24 22:00
Summary
Redis: Mehrere Schwachstellen ermöglichen Ausführen von beliebigem Programmcode mit Administratorrechten
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, authentisierter Angreifer kann mehrere Schwachstellen in Redis ausnutzen, um beliebigen Programmcode mit Administratorrechten auszuführen oder einen Denial of Service Zustand herbeizuführen.
Betroffene Betriebssysteme
- Linux
- Sonstiges
- UNIX
- Windows
{
"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, authentisierter Angreifer kann mehrere Schwachstellen in Redis ausnutzen, um beliebigen Programmcode mit Administratorrechten auszuf\u00fchren oder einen Denial of Service Zustand herbeizuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- Sonstiges\n- UNIX\n- Windows",
"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-2022-0070 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2022-0070.json"
},
{
"category": "self",
"summary": "WID-SEC-2022-0070 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-0070"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2022:1929-1 vom 2022-06-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-June/011230.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2022:1842-1 vom 2022-05-25",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-May/011158.html"
},
{
"category": "external",
"summary": "Redis Release Notes vom 2022-04-27",
"url": "https://github.com/redis/redis/releases/tag/6.2.7"
},
{
"category": "external",
"summary": "Redis Release Notes vom 2022-04-27",
"url": "https://github.com/redis/redis/releases/tag/7.0.0"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2022-115 vom 2022-07-21",
"url": "https://alas.aws.amazon.com/AL2022/ALAS-2022-115.html"
},
{
"category": "external",
"summary": "Gentoo Linux Security Advisory GLSA-202209-17 vom 2022-09-29",
"url": "https://security.gentoo.org/glsa/202209-17"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2022-199 vom 2022-11-04",
"url": "https://alas.aws.amazon.com/AL2022/ALAS-2022-199.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:7541 vom 2022-11-08",
"url": "https://access.redhat.com/errata/RHSA-2022:7541"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:8096 vom 2022-11-15",
"url": "https://access.redhat.com/errata/RHSA-2022:8096"
},
{
"category": "external",
"summary": "IBM Security Bulletin 6842235 vom 2022-12-20",
"url": "https://www.ibm.com/support/pages/node/6842235"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2023-3840 vom 2023-06-30",
"url": "https://linux.oracle.com/errata/ELSA-2023-3840.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASREDIS6-2023-003 vom 2023-09-27",
"url": "https://alas.aws.amazon.com/AL2/ALASREDIS6-2023-003.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7174015 vom 2024-10-24",
"url": "https://www.ibm.com/support/pages/node/7174015"
}
],
"source_lang": "en-US",
"title": "Redis: Mehrere Schwachstellen erm\u00f6glichen Ausf\u00fchren von beliebigem Programmcode mit Administratorrechten",
"tracking": {
"current_release_date": "2024-10-24T22:00:00.000+00:00",
"generator": {
"date": "2024-10-25T08:08:57.755+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.8"
}
},
"id": "WID-SEC-W-2022-0070",
"initial_release_date": "2022-04-27T22:00:00.000+00:00",
"revision_history": [
{
"date": "2022-04-27T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2022-04-28T22:00:00.000+00:00",
"number": "2",
"summary": "Referenz(en) aufgenommen: FEDORA-2022-44373F6778, FEDORA-2022-A0A4C7EB31, FEDORA-2022-6ED1CE2838"
},
{
"date": "2022-05-01T22:00:00.000+00:00",
"number": "3",
"summary": "Referenz(en) aufgenommen: 2080286, 2080289"
},
{
"date": "2022-05-26T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2022-06-02T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2022-07-21T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2022-09-29T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Gentoo aufgenommen"
},
{
"date": "2022-11-06T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2022-11-08T23:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-11-15T23:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-12-20T23:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2023-07-02T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2023-09-27T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2024-10-24T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von IBM aufgenommen"
}
],
"status": "final",
"version": "14"
}
},
"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": "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",
"name": "7.5.0",
"product": {
"name": "IBM QRadar SIEM 7.5.0",
"product_id": "T023574",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:qradar_siem:7.5.0"
}
}
}
],
"category": "product_name",
"name": "QRadar SIEM"
},
{
"branches": [
{
"category": "product_version",
"name": "10.1",
"product": {
"name": "IBM Spectrum Protect 10.1",
"product_id": "T023657",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:spectrum_protect:10.1"
}
}
}
],
"category": "product_name",
"name": "Spectrum Protect"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c6.2.7",
"product": {
"name": "Open Source Redis \u003c6.2.7",
"product_id": "T022997"
}
},
{
"category": "product_version",
"name": "6.2.7",
"product": {
"name": "Open Source Redis 6.2.7",
"product_id": "T022997-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redislabs:redis:6.2.7"
}
}
},
{
"category": "product_version_range",
"name": "\u003c7.0.0",
"product": {
"name": "Open Source Redis \u003c7.0.0",
"product_id": "T022998"
}
},
{
"category": "product_version",
"name": "7.0.0",
"product": {
"name": "Open Source Redis 7.0.0",
"product_id": "T022998-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redislabs:redis:7.0.0"
}
}
}
],
"category": "product_name",
"name": "Redis"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-24735",
"notes": [
{
"category": "description",
"text": "Es existiert eine Schwachstelle in Redis. Ein Fehler in der Lua-Script Umgebung erm\u00f6glicht ein Ausf\u00fchren von Skripten mit den Berechtigungen eines anderen Benutzers. Ein entfernter, authentisier Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode mit Administratorrechten auszuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T022998",
"T002207",
"67646",
"T023657",
"T022997",
"T023574",
"398363",
"T012167",
"T004914"
]
},
"release_date": "2022-04-27T22:00:00.000+00:00",
"title": "CVE-2022-24735"
},
{
"cve": "CVE-2022-24736",
"notes": [
{
"category": "description",
"text": "Es existiert eine Schwachstelle in Redis. Ein speziell gestaltetes Lua-Script kann genutzt werden, um eine NULL-Zeiger-Derefenzierung durchzuf\u00fchren. Ein entferner, authentisierter Angreifer kann diese Schwachstelle ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T022998",
"T002207",
"67646",
"T023657",
"T022997",
"T023574",
"398363",
"T012167",
"T004914"
]
},
"release_date": "2022-04-27T22:00:00.000+00:00",
"title": "CVE-2022-24736"
}
]
}
opensuse-su-2024:12030-1
Vulnerability from csaf_opensuse
Published
2024-06-15 00:00
Modified
2024-06-15 00:00
Summary
redis-6.2.7-1.1 on GA media
Notes
Title of the patch
redis-6.2.7-1.1 on GA media
Description of the patch
These are all security issues fixed in the redis-6.2.7-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-12030
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "redis-6.2.7-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the redis-6.2.7-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-12030",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_12030-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-24735 page",
"url": "https://www.suse.com/security/cve/CVE-2022-24735/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-24736 page",
"url": "https://www.suse.com/security/cve/CVE-2022-24736/"
}
],
"title": "redis-6.2.7-1.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:12030-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "redis-6.2.7-1.1.aarch64",
"product": {
"name": "redis-6.2.7-1.1.aarch64",
"product_id": "redis-6.2.7-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-6.2.7-1.1.ppc64le",
"product": {
"name": "redis-6.2.7-1.1.ppc64le",
"product_id": "redis-6.2.7-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-6.2.7-1.1.s390x",
"product": {
"name": "redis-6.2.7-1.1.s390x",
"product_id": "redis-6.2.7-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-6.2.7-1.1.x86_64",
"product": {
"name": "redis-6.2.7-1.1.x86_64",
"product_id": "redis-6.2.7-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.7-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:redis-6.2.7-1.1.aarch64"
},
"product_reference": "redis-6.2.7-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.7-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:redis-6.2.7-1.1.ppc64le"
},
"product_reference": "redis-6.2.7-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.7-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:redis-6.2.7-1.1.s390x"
},
"product_reference": "redis-6.2.7-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.7-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:redis-6.2.7-1.1.x86_64"
},
"product_reference": "redis-6.2.7-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-24735",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-24735"
}
],
"notes": [
{
"category": "general",
"text": "Redis is an in-memory database that persists on disk. By exploiting weaknesses in the Lua script execution environment, an attacker with access to Redis prior to version 7.0.0 or 6.2.7 can inject Lua code that will execute with the (potentially higher) privileges of another Redis user. The Lua script execution environment in Redis provides some measures that prevent a script from creating side effects that persist and can affect the execution of the same, or different script, at a later time. Several weaknesses of these measures have been publicly known for a long time, but they had no security impact as the Redis security model did not endorse the concept of users or privileges. With the introduction of ACLs in Redis 6.0, these weaknesses can be exploited by a less privileged users to inject Lua code that will execute at a later time, when a privileged user executes a Lua script. The problem is fixed in Redis versions 7.0.0 and 6.2.7. An additional workaround to mitigate this problem without patching the redis-server executable, if Lua scripting is not being used, is to block access to `SCRIPT LOAD` and `EVAL` commands using ACL rules.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:redis-6.2.7-1.1.aarch64",
"openSUSE Tumbleweed:redis-6.2.7-1.1.ppc64le",
"openSUSE Tumbleweed:redis-6.2.7-1.1.s390x",
"openSUSE Tumbleweed:redis-6.2.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-24735",
"url": "https://www.suse.com/security/cve/CVE-2022-24735"
},
{
"category": "external",
"summary": "SUSE Bug 1198952 for CVE-2022-24735",
"url": "https://bugzilla.suse.com/1198952"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:redis-6.2.7-1.1.aarch64",
"openSUSE Tumbleweed:redis-6.2.7-1.1.ppc64le",
"openSUSE Tumbleweed:redis-6.2.7-1.1.s390x",
"openSUSE Tumbleweed:redis-6.2.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:redis-6.2.7-1.1.aarch64",
"openSUSE Tumbleweed:redis-6.2.7-1.1.ppc64le",
"openSUSE Tumbleweed:redis-6.2.7-1.1.s390x",
"openSUSE Tumbleweed:redis-6.2.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2022-24735"
},
{
"cve": "CVE-2022-24736",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-24736"
}
],
"notes": [
{
"category": "general",
"text": "Redis is an in-memory database that persists on disk. Prior to versions 6.2.7 and 7.0.0, an attacker attempting to load a specially crafted Lua script can cause NULL pointer dereference which will result with a crash of the redis-server process. The problem is fixed in Redis versions 7.0.0 and 6.2.7. An additional workaround to mitigate this problem without patching the redis-server executable, if Lua scripting is not being used, is to block access to `SCRIPT LOAD` and `EVAL` commands using ACL rules.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:redis-6.2.7-1.1.aarch64",
"openSUSE Tumbleweed:redis-6.2.7-1.1.ppc64le",
"openSUSE Tumbleweed:redis-6.2.7-1.1.s390x",
"openSUSE Tumbleweed:redis-6.2.7-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-24736",
"url": "https://www.suse.com/security/cve/CVE-2022-24736"
},
{
"category": "external",
"summary": "SUSE Bug 1198953 for CVE-2022-24736",
"url": "https://bugzilla.suse.com/1198953"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:redis-6.2.7-1.1.aarch64",
"openSUSE Tumbleweed:redis-6.2.7-1.1.ppc64le",
"openSUSE Tumbleweed:redis-6.2.7-1.1.s390x",
"openSUSE Tumbleweed:redis-6.2.7-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:redis-6.2.7-1.1.aarch64",
"openSUSE Tumbleweed:redis-6.2.7-1.1.ppc64le",
"openSUSE Tumbleweed:redis-6.2.7-1.1.s390x",
"openSUSE Tumbleweed:redis-6.2.7-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2022-24736"
}
]
}
cnvd-2022-33843
Vulnerability from cnvd
Title
Redis注入漏洞
Description
Redis Labs Redis是美国Redis Labs公司的一套开源的使用ANSI C编写、支持网络、可基于内存亦可持久化的日志型、键值(Key-Value)存储数据库,并提供多种语言的API。
Redis 6.2.7 和 7.0.0 之前版本存在注入漏洞存在注入漏洞,该漏洞源于Lua 脚本执行环境存在问题。攻击者利用该漏洞可以实现以另一个Redis用户的权限执行脚本。
Severity
低
VLAI Severity ?
Patch Name
Redis注入漏洞的补丁
Patch Description
Redis Labs Redis是美国Redis Labs公司的一套开源的使用ANSI C编写、支持网络、可基于内存亦可持久化的日志型、键值(Key-Value)存储数据库,并提供多种语言的API。
Redis 6.2.7 和 7.0.0 之前版本存在注入漏洞存在注入漏洞,该漏洞源于Lua 脚本执行环境存在问题。攻击者利用该漏洞可以实现以另一个Redis用户的权限执行脚本。目前,供应商发布了安全公告及相关补丁信息,修复了此漏洞。
Formal description
目前厂商已发布升级补丁以修复漏洞,补丁获取链接: https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq
Reference
https://nvd.nist.gov/vuln/detail/CVE-2022-24735
Impacted products
| Name | ['Redis Redis <7.0.0', 'Redis Redis <6.2.7'] |
|---|
{
"cves": {
"cve": {
"cveNumber": "CVE-2022-24735"
}
},
"description": "Redis Labs Redis\u662f\u7f8e\u56fdRedis Labs\u516c\u53f8\u7684\u4e00\u5957\u5f00\u6e90\u7684\u4f7f\u7528ANSI C\u7f16\u5199\u3001\u652f\u6301\u7f51\u7edc\u3001\u53ef\u57fa\u4e8e\u5185\u5b58\u4ea6\u53ef\u6301\u4e45\u5316\u7684\u65e5\u5fd7\u578b\u3001\u952e\u503c\uff08Key-Value\uff09\u5b58\u50a8\u6570\u636e\u5e93\uff0c\u5e76\u63d0\u4f9b\u591a\u79cd\u8bed\u8a00\u7684API\u3002\n\nRedis 6.2.7 \u548c 7.0.0 \u4e4b\u524d\u7248\u672c\u5b58\u5728\u6ce8\u5165\u6f0f\u6d1e\u5b58\u5728\u6ce8\u5165\u6f0f\u6d1e\uff0c\u8be5\u6f0f\u6d1e\u6e90\u4e8eLua \u811a\u672c\u6267\u884c\u73af\u5883\u5b58\u5728\u95ee\u9898\u3002\u653b\u51fb\u8005\u5229\u7528\u8be5\u6f0f\u6d1e\u53ef\u4ee5\u5b9e\u73b0\u4ee5\u53e6\u4e00\u4e2aRedis\u7528\u6237\u7684\u6743\u9650\u6267\u884c\u811a\u672c\u3002",
"formalWay": "\u76ee\u524d\u5382\u5546\u5df2\u53d1\u5e03\u5347\u7ea7\u8865\u4e01\u4ee5\u4fee\u590d\u6f0f\u6d1e\uff0c\u8865\u4e01\u83b7\u53d6\u94fe\u63a5\uff1a\r\nhttps://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq",
"isEvent": "\u901a\u7528\u8f6f\u786c\u4ef6\u6f0f\u6d1e",
"number": "CNVD-2022-33843",
"openTime": "2022-05-03",
"patchDescription": "Redis Labs Redis\u662f\u7f8e\u56fdRedis Labs\u516c\u53f8\u7684\u4e00\u5957\u5f00\u6e90\u7684\u4f7f\u7528ANSI C\u7f16\u5199\u3001\u652f\u6301\u7f51\u7edc\u3001\u53ef\u57fa\u4e8e\u5185\u5b58\u4ea6\u53ef\u6301\u4e45\u5316\u7684\u65e5\u5fd7\u578b\u3001\u952e\u503c\uff08Key-Value\uff09\u5b58\u50a8\u6570\u636e\u5e93\uff0c\u5e76\u63d0\u4f9b\u591a\u79cd\u8bed\u8a00\u7684API\u3002\r\n\r\nRedis 6.2.7 \u548c 7.0.0 \u4e4b\u524d\u7248\u672c\u5b58\u5728\u6ce8\u5165\u6f0f\u6d1e\u5b58\u5728\u6ce8\u5165\u6f0f\u6d1e\uff0c\u8be5\u6f0f\u6d1e\u6e90\u4e8eLua \u811a\u672c\u6267\u884c\u73af\u5883\u5b58\u5728\u95ee\u9898\u3002\u653b\u51fb\u8005\u5229\u7528\u8be5\u6f0f\u6d1e\u53ef\u4ee5\u5b9e\u73b0\u4ee5\u53e6\u4e00\u4e2aRedis\u7528\u6237\u7684\u6743\u9650\u6267\u884c\u811a\u672c\u3002\u76ee\u524d\uff0c\u4f9b\u5e94\u5546\u53d1\u5e03\u4e86\u5b89\u5168\u516c\u544a\u53ca\u76f8\u5173\u8865\u4e01\u4fe1\u606f\uff0c\u4fee\u590d\u4e86\u6b64\u6f0f\u6d1e\u3002",
"patchName": "Redis\u6ce8\u5165\u6f0f\u6d1e\u7684\u8865\u4e01",
"products": {
"product": [
"Redis Redis \u003c7.0.0",
"Redis Redis \u003c6.2.7"
]
},
"referenceLink": "https://nvd.nist.gov/vuln/detail/CVE-2022-24735",
"serverity": "\u4f4e",
"submitTime": "2022-04-28",
"title": "Redis\u6ce8\u5165\u6f0f\u6d1e"
}
fkie_cve-2022-24735
Vulnerability from fkie_nvd
Published
2022-04-27 20:15
Modified
2024-11-21 06:50
Severity ?
3.9 (Low) - CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N
7.8 (High) - CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
7.8 (High) - CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Summary
Redis is an in-memory database that persists on disk. By exploiting weaknesses in the Lua script execution environment, an attacker with access to Redis prior to version 7.0.0 or 6.2.7 can inject Lua code that will execute with the (potentially higher) privileges of another Redis user. The Lua script execution environment in Redis provides some measures that prevent a script from creating side effects that persist and can affect the execution of the same, or different script, at a later time. Several weaknesses of these measures have been publicly known for a long time, but they had no security impact as the Redis security model did not endorse the concept of users or privileges. With the introduction of ACLs in Redis 6.0, these weaknesses can be exploited by a less privileged users to inject Lua code that will execute at a later time, when a privileged user executes a Lua script. The problem is fixed in Redis versions 7.0.0 and 6.2.7. An additional workaround to mitigate this problem without patching the redis-server executable, if Lua scripting is not being used, is to block access to `SCRIPT LOAD` and `EVAL` commands using ACL rules.
References
| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | https://github.com/redis/redis/pull/10651 | Exploit, Third Party Advisory | |
| security-advisories@github.com | https://github.com/redis/redis/releases/tag/6.2.7 | Release Notes, Third Party Advisory | |
| security-advisories@github.com | https://github.com/redis/redis/releases/tag/7.0.0 | Release Notes, Third Party Advisory | |
| security-advisories@github.com | https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq | Third Party Advisory | |
| security-advisories@github.com | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/J4ZK3675DGHVVDOFLJN7WX6YYH27GPMK/ | ||
| security-advisories@github.com | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VPYKSG7LKUJGVM2P72EHXKVRVRWHLORX/ | ||
| security-advisories@github.com | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WSTPUCAPBRHIFPSCOURR4OYX4E2OISAF/ | ||
| security-advisories@github.com | https://security.gentoo.org/glsa/202209-17 | Third Party Advisory | |
| security-advisories@github.com | https://security.netapp.com/advisory/ntap-20220715-0003/ | Third Party Advisory | |
| security-advisories@github.com | https://www.oracle.com/security-alerts/cpujul2022.html | Patch, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/redis/redis/pull/10651 | Exploit, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/redis/redis/releases/tag/6.2.7 | Release Notes, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/redis/redis/releases/tag/7.0.0 | Release Notes, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq | Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/J4ZK3675DGHVVDOFLJN7WX6YYH27GPMK/ | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VPYKSG7LKUJGVM2P72EHXKVRVRWHLORX/ | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WSTPUCAPBRHIFPSCOURR4OYX4E2OISAF/ | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://security.gentoo.org/glsa/202209-17 | Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://security.netapp.com/advisory/ntap-20220715-0003/ | Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://www.oracle.com/security-alerts/cpujul2022.html | Patch, Third Party Advisory |
Impacted products
| Vendor | Product | Version | |
|---|---|---|---|
| redis | redis | * | |
| redis | redis | 7.0 | |
| redis | redis | 7.0 | |
| redis | redis | 7.0 | |
| fedoraproject | fedora | 34 | |
| fedoraproject | fedora | 35 | |
| fedoraproject | fedora | 36 | |
| netapp | management_services_for_element_software | - | |
| netapp | management_services_for_netapp_hci | - | |
| oracle | communications_operations_monitor | 4.3 | |
| oracle | communications_operations_monitor | 4.4 | |
| oracle | communications_operations_monitor | 5.0 |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*",
"matchCriteriaId": "250A0F22-00E1-4D99-B104-9164482B84B1",
"versionEndExcluding": "6.2.7",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:redis:redis:7.0:rc1:*:*:*:*:*:*",
"matchCriteriaId": "7EC787AB-59D2-4562-8C10-C4C3FBDBFD74",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:redis:redis:7.0:rc2:*:*:*:*:*:*",
"matchCriteriaId": "C43EE3A8-E7A4-471C-BFC1-01E014A8C8A1",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:redis:redis:7.0:rc3:*:*:*:*:*:*",
"matchCriteriaId": "482D8DA2-EE8F-4FF9-93EB-996E8D5DA013",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:fedoraproject:fedora:34:*:*:*:*:*:*:*",
"matchCriteriaId": "A930E247-0B43-43CB-98FF-6CE7B8189835",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*",
"matchCriteriaId": "80E516C0-98A4-4ADE-B69F-66A772E2BAAA",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:fedoraproject:fedora:36:*:*:*:*:*:*:*",
"matchCriteriaId": "5C675112-476C-4D7C-BCB9-A2FB2D0BC9FD",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:netapp:management_services_for_element_software:-:*:*:*:*:*:*:*",
"matchCriteriaId": "86B51137-28D9-41F2-AFA2-3CC22B4954D1",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:netapp:management_services_for_netapp_hci:-:*:*:*:*:*:*:*",
"matchCriteriaId": "4455CF3A-CC91-4BE4-A7AB-929AC82E34F5",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:oracle:communications_operations_monitor:4.3:*:*:*:*:*:*:*",
"matchCriteriaId": "CBE1A019-7BB6-4226-8AC4-9D6927ADAEFA",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:communications_operations_monitor:4.4:*:*:*:*:*:*:*",
"matchCriteriaId": "B98BAEB2-A540-4E8A-A946-C4331B913AFD",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:oracle:communications_operations_monitor:5.0:*:*:*:*:*:*:*",
"matchCriteriaId": "B8FBE260-E306-4215-80C0-D2D27CA43E0F",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Redis is an in-memory database that persists on disk. By exploiting weaknesses in the Lua script execution environment, an attacker with access to Redis prior to version 7.0.0 or 6.2.7 can inject Lua code that will execute with the (potentially higher) privileges of another Redis user. The Lua script execution environment in Redis provides some measures that prevent a script from creating side effects that persist and can affect the execution of the same, or different script, at a later time. Several weaknesses of these measures have been publicly known for a long time, but they had no security impact as the Redis security model did not endorse the concept of users or privileges. With the introduction of ACLs in Redis 6.0, these weaknesses can be exploited by a less privileged users to inject Lua code that will execute at a later time, when a privileged user executes a Lua script. The problem is fixed in Redis versions 7.0.0 and 6.2.7. An additional workaround to mitigate this problem without patching the redis-server executable, if Lua scripting is not being used, is to block access to `SCRIPT LOAD` and `EVAL` commands using ACL rules."
},
{
"lang": "es",
"value": "Redis es una base de datos en memoria que persiste en el disco. Aprovechando las debilidades del entorno de ejecuci\u00f3n de scripts Lua, un atacante con acceso a Redis versiones anteriores a 7.0.0 o 6.2.7 puede inyectar c\u00f3digo Lua que ser\u00e1 ejecutado con privilegios (potencialmente superiores) de otro usuario de Redis. El entorno de ejecuci\u00f3n de scripts Lua en Redis proporciona algunas medidas que impiden que un script cree efectos secundarios que persistan y puedan afectar a la ejecuci\u00f3n del mismo, o de un script diferente, en un momento posterior. Varios puntos d\u00e9biles de estas medidas son conocidos p\u00fablicamente desde hace mucho tiempo, pero no presentaban ning\u00fan impacto en la seguridad, ya que el modelo de seguridad de Redis no respaldaba el concepto de usuarios o privilegios. Con la introducci\u00f3n de ACLs en Redis versi\u00f3n 6.0, estas debilidades pueden ser explotadas por un usuario con menos privilegios para inyectar c\u00f3digo Lua que ser\u00e1 ejecutado en un momento posterior, cuando un usuario privilegiado ejecute un script Lua. El problema ha sido corregido en Redis versiones 7.0.0 y 6.2.7. Una medida adicional para mitigar este problema sin necesidad de parchear el ejecutable del servidor Redis, si no son usados scripts Lua, es bloquear el acceso a los comandos \"SCRIPT LOAD\" y \"EVAL\" usando reglas ACL"
}
],
"id": "CVE-2022-24735",
"lastModified": "2024-11-21T06:50:58.810",
"metrics": {
"cvssMetricV2": [
{
"acInsufInfo": false,
"baseSeverity": "MEDIUM",
"cvssData": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 6.8,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P",
"version": "2.0"
},
"exploitabilityScore": 8.6,
"impactScore": 6.4,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"source": "nvd@nist.gov",
"type": "Primary",
"userInteractionRequired": true
}
],
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.9,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"exploitabilityScore": 1.3,
"impactScore": 2.5,
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 1.8,
"impactScore": 5.9,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2022-04-27T20:15:09.730",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://github.com/redis/redis/pull/10651"
},
{
"source": "security-advisories@github.com",
"tags": [
"Release Notes",
"Third Party Advisory"
],
"url": "https://github.com/redis/redis/releases/tag/6.2.7"
},
{
"source": "security-advisories@github.com",
"tags": [
"Release Notes",
"Third Party Advisory"
],
"url": "https://github.com/redis/redis/releases/tag/7.0.0"
},
{
"source": "security-advisories@github.com",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/J4ZK3675DGHVVDOFLJN7WX6YYH27GPMK/"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VPYKSG7LKUJGVM2P72EHXKVRVRWHLORX/"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WSTPUCAPBRHIFPSCOURR4OYX4E2OISAF/"
},
{
"source": "security-advisories@github.com",
"tags": [
"Third Party Advisory"
],
"url": "https://security.gentoo.org/glsa/202209-17"
},
{
"source": "security-advisories@github.com",
"tags": [
"Third Party Advisory"
],
"url": "https://security.netapp.com/advisory/ntap-20220715-0003/"
},
{
"source": "security-advisories@github.com",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://www.oracle.com/security-alerts/cpujul2022.html"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://github.com/redis/redis/pull/10651"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Release Notes",
"Third Party Advisory"
],
"url": "https://github.com/redis/redis/releases/tag/6.2.7"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Release Notes",
"Third Party Advisory"
],
"url": "https://github.com/redis/redis/releases/tag/7.0.0"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/J4ZK3675DGHVVDOFLJN7WX6YYH27GPMK/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VPYKSG7LKUJGVM2P72EHXKVRVRWHLORX/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WSTPUCAPBRHIFPSCOURR4OYX4E2OISAF/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://security.gentoo.org/glsa/202209-17"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://security.netapp.com/advisory/ntap-20220715-0003/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://www.oracle.com/security-alerts/cpujul2022.html"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-94"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"description": [
{
"lang": "en",
"value": "CWE-94"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
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.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…