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 – Updated: 2025-04-22 18:02- CWE-94 - Improper Control of Generation of Code ('Code Injection')
| URL | Tags |
|---|---|
| https://github.com/redis/redis/security/advisorie… | x_refsource_CONFIRM |
| https://github.com/redis/redis/pull/10651 | x_refsource_MISC |
| https://github.com/redis/redis/releases/tag/6.2.7 | x_refsource_MISC |
| https://github.com/redis/redis/releases/tag/7.0.0 | x_refsource_MISC |
| https://lists.fedoraproject.org/archives/list/pac… | vendor-advisoryx_refsource_FEDORA |
| https://lists.fedoraproject.org/archives/list/pac… | vendor-advisoryx_refsource_FEDORA |
| https://lists.fedoraproject.org/archives/list/pac… | vendor-advisoryx_refsource_FEDORA |
| https://www.oracle.com/security-alerts/cpujul2022.html | x_refsource_MISC |
| https://security.netapp.com/advisory/ntap-2022071… | x_refsource_CONFIRM |
| https://security.gentoo.org/glsa/202209-17 | vendor-advisoryx_refsource_GENTOO |
{
"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": {
"epss": {
"cve": "CVE-2022-24735",
"date": "2026-05-30",
"epss": "0.0168",
"percentile": "0.82493"
},
"fkie_nvd": {
"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\"}]}]}]",
"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": "{\"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}]}",
"published": "2022-04-27T20:15:09.730",
"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\"]}]",
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-94\"}]}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-94\"}]}]"
},
"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\":\"Primary\",\"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"
}
}
}
GSD-2022-24735
Vulnerability from gsd - Updated: 2023-12-13 01:19{
"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"
}
}
}
MSRC_CVE-2022-24735
Vulnerability from csaf_microsoft - Published: 2022-04-02 00:00 - Updated: 2025-12-09 01:36| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 18721-16820 | — | ||
| Unresolved product id: 18722-17086 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17086-1 | — |
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2022/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2022/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-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": "2025-12-09T01:36:44.000Z",
"generator": {
"date": "2025-12-09T08:16:29.138Z",
"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"
},
{
"date": "2025-12-03T01:01:20.000Z",
"legacy_version": "2",
"number": "3",
"summary": "Information published."
},
{
"date": "2025-12-06T14:40:47.000Z",
"legacy_version": "3",
"number": "4",
"summary": "Information published."
},
{
"date": "2025-12-09T01:36:44.000Z",
"legacy_version": "4",
"number": "5",
"summary": "Information published."
}
],
"status": "final",
"version": "5"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
},
{
"category": "product_version",
"name": "1.0",
"product": {
"name": "CBL Mariner 1.0",
"product_id": "16820"
}
}
],
"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": "4"
}
},
{
"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": "3"
}
},
{
"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"
},
{
"branches": [
{
"category": "product_version_range",
"name": "cbl2 ceph 16.2.10-10",
"product": {
"name": "cbl2 ceph 16.2.10-10",
"product_id": "2"
}
}
],
"category": "product_name",
"name": "ceph"
},
{
"category": "product_name",
"name": "cbl2 ceph 16.2.10-11",
"product": {
"name": "cbl2 ceph 16.2.10-11",
"product_id": "1"
}
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 ceph 16.2.10-11 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": "\u003ccm1 redis 6.2.7-1 as a component of CBL Mariner 1.0",
"product_id": "16820-4"
},
"product_reference": "4",
"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-3"
},
"product_reference": "3",
"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"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 ceph 16.2.10-10 as a component of CBL Mariner 2.0",
"product_id": "17086-2"
},
"product_reference": "2",
"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;)"
},
"flags": [
{
"label": "vulnerable_code_not_in_execute_path",
"product_ids": [
"17086-1"
]
}
],
"notes": [
{
"category": "general",
"text": "GitHub_M",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"18721-16820",
"18722-17086"
],
"known_affected": [
"16820-4",
"17086-3",
"17086-2"
],
"known_not_affected": [
"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": "none_available",
"date": "2022-05-10T00:00:00.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-2"
]
},
{
"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-4",
"17086-3"
],
"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-4",
"17086-3",
"17086-2"
]
}
],
"title": "Lua scripts can be manipulated to overcome ACL rules in Redis"
}
]
}
OPENSUSE-SU-2024:12030-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:redis-6.2.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-6.2.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-6.2.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-6.2.7-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:redis-6.2.7-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-6.2.7-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-6.2.7-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:redis-6.2.7-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "redis-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"
}
]
}
RHSA-2022:7541
Vulnerability from csaf_redhat - Published: 2022-11-08 09:30 - Updated: 2025-11-21 18:34A 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.
CWE-94 - Improper Control of Generation of Code ('Code Injection')| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch::redis:6 | — |
Vendor Fix
fix
Workaround
|
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.
CWE-476 - NULL Pointer Dereference| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch::redis:6 | — |
Vendor Fix
fix
Workaround
|
{
"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-11-21T18:34:34+00:00",
"generator": {
"date": "2025-11-21T18:34:34+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"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-11-21T18:34:34+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-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"product": {
"name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64 (redis:6)",
"product_id": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::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-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64 (redis:6)",
"product_id": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::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-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"product": {
"name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64 (redis:6)",
"product_id": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::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-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"product": {
"name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64 (redis:6)",
"product_id": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::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-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src::redis:6",
"product": {
"name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src (redis:6)",
"product_id": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src::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-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch::redis:6",
"product": {
"name": "redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch (redis:6)",
"product_id": "redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch::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-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"product": {
"name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le (redis:6)",
"product_id": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::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-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le (redis:6)",
"product_id": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::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-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"product": {
"name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le (redis:6)",
"product_id": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::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-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"product": {
"name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le (redis:6)",
"product_id": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::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-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"product": {
"name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x (redis:6)",
"product_id": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::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-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x (redis:6)",
"product_id": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::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-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"product": {
"name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x (redis:6)",
"product_id": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::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-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"product": {
"name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x (redis:6)",
"product_id": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::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-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"product": {
"name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64 (redis:6)",
"product_id": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::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-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"product": {
"name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64 (redis:6)",
"product_id": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::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-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"product": {
"name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64 (redis:6)",
"product_id": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::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-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"product": {
"name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64 (redis:6)",
"product_id": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::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-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64 (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6"
},
"product_reference": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"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.ppc64le (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6"
},
"product_reference": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"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.s390x (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6"
},
"product_reference": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"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.src (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src::redis:6"
},
"product_reference": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src::redis:6",
"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.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6"
},
"product_reference": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64 (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6"
},
"product_reference": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64 (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6"
},
"product_reference": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6"
},
"product_reference": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6"
},
"product_reference": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6"
},
"product_reference": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64 (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6"
},
"product_reference": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6"
},
"product_reference": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6"
},
"product_reference": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64 (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6"
},
"product_reference": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"relates_to_product_reference": "AppStream-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch (redis:6) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.7.0.GA:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch::redis:6"
},
"product_reference": "redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch::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-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src::redis:6",
"AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"AppStream-8.7.0.GA:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch::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-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src::redis:6",
"AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"AppStream-8.7.0.GA:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch::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-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src::redis:6",
"AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"AppStream-8.7.0.GA:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch::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-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src::redis:6",
"AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"AppStream-8.7.0.GA:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch::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-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src::redis:6",
"AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"AppStream-8.7.0.GA:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch::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-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src::redis:6",
"AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"AppStream-8.7.0.GA:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch::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-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src::redis:6",
"AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"AppStream-8.7.0.GA:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch::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-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src::redis:6",
"AppStream-8.7.0.GA:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"AppStream-8.7.0.GA:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"AppStream-8.7.0.GA:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64::redis:6",
"AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le::redis:6",
"AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x::redis:6",
"AppStream-8.7.0.GA:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64::redis:6",
"AppStream-8.7.0.GA:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch::redis:6"
]
}
],
"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 - Updated: 2025-11-21 18:34A 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.
CWE-94 - Improper Control of Generation of Code ('Code Injection')| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
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.
CWE-476 - NULL Pointer Dereference| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
{
"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-11-21T18:34:54+00:00",
"generator": {
"date": "2025-11-21T18:34:54+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"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-11-21T18:34:54+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (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 - Updated: 2024-11-26 17:25A 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.
CWE-94 - Improper Control of Generation of Code ('Code Injection')| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
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.
CWE-476 - NULL Pointer Dereference| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
{
"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 - Updated: 2024-11-26 17:25A 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.
CWE-94 - Improper Control of Generation of Code ('Code Injection')| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
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.
CWE-476 - NULL Pointer Dereference| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
{
"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"
}
]
}
SUSE-SU-2022:1842-1
Vulnerability from csaf_suse - Published: 2022-05-25 12:35 - Updated: 2022-05-25 12:35| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "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"
}
]
}
SUSE-SU-2022:1929-1
Vulnerability from csaf_suse - Published: 2022-06-02 15:34 - Updated: 2022-06-02 15:34| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "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"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.