Action not permitted
Modal body text goes here.
Modal Title
Modal Body
cve-2022-24735
Vulnerability from cvelistv5
Published
2022-04-27 19:43
Modified
2024-08-03 04:20
Severity ?
EPSS score ?
2.27%
(0.83156)
Summary
Redis is an in-memory database that persists on disk. By exploiting weaknesses in the Lua script execution environment, an attacker with access to Redis prior to version 7.0.0 or 6.2.7 can inject Lua code that will execute with the (potentially higher) privileges of another Redis user. The Lua script execution environment in Redis provides some measures that prevent a script from creating side effects that persist and can affect the execution of the same, or different script, at a later time. Several weaknesses of these measures have been publicly known for a long time, but they had no security impact as the Redis security model did not endorse the concept of users or privileges. With the introduction of ACLs in Redis 6.0, these weaknesses can be exploited by a less privileged users to inject Lua code that will execute at a later time, when a privileged user executes a Lua script. The problem is fixed in Redis versions 7.0.0 and 6.2.7. An additional workaround to mitigate this problem without patching the redis-server executable, if Lua scripting is not being used, is to block access to `SCRIPT LOAD` and `EVAL` commands using ACL rules.
References
{ containers: { adp: [ { providerMetadata: { dateUpdated: "2024-08-03T04:20:50.279Z", orgId: "af854a3a-2127-422b-91ae-364da2661108", shortName: "CVE", }, references: [ { tags: [ "x_refsource_CONFIRM", "x_transferred", ], url: "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq", }, { tags: [ "x_refsource_MISC", "x_transferred", ], url: "https://github.com/redis/redis/pull/10651", }, { tags: [ "x_refsource_MISC", "x_transferred", ], url: "https://github.com/redis/redis/releases/tag/6.2.7", }, { tags: [ "x_refsource_MISC", "x_transferred", ], url: "https://github.com/redis/redis/releases/tag/7.0.0", }, { name: "FEDORA-2022-6ed1ce2838", tags: [ "vendor-advisory", "x_refsource_FEDORA", "x_transferred", ], url: "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VPYKSG7LKUJGVM2P72EHXKVRVRWHLORX/", }, { name: "FEDORA-2022-a0a4c7eb31", tags: [ "vendor-advisory", "x_refsource_FEDORA", "x_transferred", ], url: "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WSTPUCAPBRHIFPSCOURR4OYX4E2OISAF/", }, { name: "FEDORA-2022-44373f6778", tags: [ "vendor-advisory", "x_refsource_FEDORA", "x_transferred", ], url: "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/J4ZK3675DGHVVDOFLJN7WX6YYH27GPMK/", }, { tags: [ "x_refsource_MISC", "x_transferred", ], url: "https://www.oracle.com/security-alerts/cpujul2022.html", }, { tags: [ "x_refsource_CONFIRM", "x_transferred", ], url: "https://security.netapp.com/advisory/ntap-20220715-0003/", }, { name: "GLSA-202209-17", tags: [ "vendor-advisory", "x_refsource_GENTOO", "x_transferred", ], url: "https://security.gentoo.org/glsa/202209-17", }, ], title: "CVE Program Container", }, ], cna: { affected: [ { product: "redis", vendor: "redis", versions: [ { status: "affected", version: "< 7.0.0", }, { status: "affected", version: ">= 6.0.0, < 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 ('Code Injection')", lang: "en", type: "CWE", }, ], }, ], providerMetadata: { dateUpdated: "2022-09-29T16:07:33", 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: "< 7.0.0", }, { version_value: ">= 6.0.0, < 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 ('Code Injection')", }, ], }, ], }, 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", dateReserved: "2022-02-10T00:00:00", dateUpdated: "2024-08-03T04:20:50.279Z", state: "PUBLISHED", }, dataType: "CVE_RECORD", dataVersion: "5.1", "vulnerability-lookup:meta": { 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ón de scripts Lua, un atacante con acceso a Redis versiones anteriores a 7.0.0 o 6.2.7 puede inyectar código Lua que será ejecutado con privilegios (potencialmente superiores) de otro usuario de Redis. El entorno de ejecución de scripts Lua en Redis proporciona algunas medidas que impiden que un script cree efectos secundarios que persistan y puedan afectar a la ejecución del mismo, o de un script diferente, en un momento posterior. Varios puntos débiles de estas medidas son conocidos públicamente desde hace mucho tiempo, pero no presentaban ningún impacto en la seguridad, ya que el modelo de seguridad de Redis no respaldaba el concepto de usuarios o privilegios. Con la introducción de ACLs en Redis versión 6.0, estas debilidades pueden ser explotadas por un usuario con menos privilegios para inyectar código Lua que será 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\"]}]}}", }, }
suse-su-2022:1842-1
Vulnerability from csaf_suse
Published
2022-05-25 12:35
Modified
2022-05-25 12:35
Summary
Security update for redis
Notes
Title of the patch
Security update for redis
Description of the patch
This update for redis fixes the following issues:
- CVE-2022-24735: Fixed Lua code injection (bsc#1198952).
- CVE-2022-24736: Fixed Lua NULL pointer dereference (bsc#1198953).
Patchnames
SUSE-2022-1842,SUSE-SLE-Module-Server-Applications-15-SP3-2022-1842,openSUSE-SLE-15.3-2022-1842
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for redis", title: "Title of the patch", }, { category: "description", text: "This update for redis fixes the following issues:\n\n- CVE-2022-24735: Fixed Lua code injection (bsc#1198952).\n- CVE-2022-24736: Fixed Lua NULL pointer dereference (bsc#1198953).\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2022-1842,SUSE-SLE-Module-Server-Applications-15-SP3-2022-1842,openSUSE-SLE-15.3-2022-1842", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2022_1842-1.json", }, { category: "self", summary: "URL for SUSE-SU-2022:1842-1", url: "https://www.suse.com/support/update/announcement/2022/suse-su-20221842-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2022:1842-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2022-May/011158.html", }, { category: "self", summary: "SUSE Bug 1198952", url: "https://bugzilla.suse.com/1198952", }, { category: "self", summary: "SUSE Bug 1198953", url: "https://bugzilla.suse.com/1198953", }, { category: "self", summary: "SUSE CVE CVE-2022-24735 page", url: "https://www.suse.com/security/cve/CVE-2022-24735/", }, { category: "self", summary: "SUSE CVE CVE-2022-24736 page", url: "https://www.suse.com/security/cve/CVE-2022-24736/", }, ], title: "Security update for redis", tracking: { current_release_date: "2022-05-25T12:35:59Z", generator: { date: "2022-05-25T12:35:59Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2022:1842-1", initial_release_date: "2022-05-25T12:35:59Z", revision_history: [ { date: "2022-05-25T12:35:59Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "redis-6.0.14-150200.6.11.1.aarch64", product: { name: "redis-6.0.14-150200.6.11.1.aarch64", product_id: "redis-6.0.14-150200.6.11.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "redis-6.0.14-150200.6.11.1.i586", product: { name: "redis-6.0.14-150200.6.11.1.i586", product_id: "redis-6.0.14-150200.6.11.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "redis-6.0.14-150200.6.11.1.ppc64le", product: { name: "redis-6.0.14-150200.6.11.1.ppc64le", product_id: "redis-6.0.14-150200.6.11.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "redis-6.0.14-150200.6.11.1.s390x", product: { name: "redis-6.0.14-150200.6.11.1.s390x", product_id: "redis-6.0.14-150200.6.11.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "redis-6.0.14-150200.6.11.1.x86_64", product: { name: "redis-6.0.14-150200.6.11.1.x86_64", product_id: "redis-6.0.14-150200.6.11.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Module for Server Applications 15 SP3", product: { name: "SUSE Linux Enterprise Module for Server Applications 15 SP3", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP3", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-server-applications:15:sp3", }, }, }, { category: "product_name", name: "openSUSE Leap 15.3", product: { name: "openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.3", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "redis-6.0.14-150200.6.11.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.aarch64", }, product_reference: "redis-6.0.14-150200.6.11.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "redis-6.0.14-150200.6.11.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.ppc64le", }, product_reference: "redis-6.0.14-150200.6.11.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "redis-6.0.14-150200.6.11.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.s390x", }, product_reference: "redis-6.0.14-150200.6.11.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "redis-6.0.14-150200.6.11.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP3", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.x86_64", }, product_reference: "redis-6.0.14-150200.6.11.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "redis-6.0.14-150200.6.11.1.aarch64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.aarch64", }, product_reference: "redis-6.0.14-150200.6.11.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "redis-6.0.14-150200.6.11.1.ppc64le as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.ppc64le", }, product_reference: "redis-6.0.14-150200.6.11.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "redis-6.0.14-150200.6.11.1.s390x as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.s390x", }, product_reference: "redis-6.0.14-150200.6.11.1.s390x", relates_to_product_reference: "openSUSE Leap 15.3", }, { category: "default_component_of", full_product_name: { name: "redis-6.0.14-150200.6.11.1.x86_64 as component of openSUSE Leap 15.3", product_id: "openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.x86_64", }, product_reference: "redis-6.0.14-150200.6.11.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.3", }, ], }, vulnerabilities: [ { cve: "CVE-2022-24735", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2022-24735", }, ], notes: [ { category: "general", text: "Redis is an in-memory database that persists on disk. By exploiting weaknesses in the Lua script execution environment, an attacker with access to Redis prior to version 7.0.0 or 6.2.7 can inject Lua code that will execute with the (potentially higher) privileges of another Redis user. The Lua script execution environment in Redis provides some measures that prevent a script from creating side effects that persist and can affect the execution of the same, or different script, at a later time. Several weaknesses of these measures have been publicly known for a long time, but they had no security impact as the Redis security model did not endorse the concept of users or privileges. With the introduction of ACLs in Redis 6.0, these weaknesses can be exploited by a less privileged users to inject Lua code that will execute at a later time, when a privileged user executes a Lua script. The problem is fixed in Redis versions 7.0.0 and 6.2.7. An additional workaround to mitigate this problem without patching the redis-server executable, if Lua scripting is not being used, is to block access to `SCRIPT LOAD` and `EVAL` commands using ACL rules.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.x86_64", "openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.aarch64", "openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.ppc64le", "openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.s390x", "openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2022-24735", url: "https://www.suse.com/security/cve/CVE-2022-24735", }, { category: "external", summary: "SUSE Bug 1198952 for CVE-2022-24735", url: "https://bugzilla.suse.com/1198952", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.x86_64", "openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.aarch64", "openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.ppc64le", "openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.s390x", "openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.9, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.x86_64", "openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.aarch64", "openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.ppc64le", "openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.s390x", "openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2022-05-25T12:35:59Z", details: "low", }, ], title: "CVE-2022-24735", }, { cve: "CVE-2022-24736", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2022-24736", }, ], notes: [ { category: "general", text: "Redis is an in-memory database that persists on disk. Prior to versions 6.2.7 and 7.0.0, an attacker attempting to load a specially crafted Lua script can cause NULL pointer dereference which will result with a crash of the redis-server process. The problem is fixed in Redis versions 7.0.0 and 6.2.7. An additional workaround to mitigate this problem without patching the redis-server executable, if Lua scripting is not being used, is to block access to `SCRIPT LOAD` and `EVAL` commands using ACL rules.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.x86_64", "openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.aarch64", "openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.ppc64le", "openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.s390x", "openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2022-24736", url: "https://www.suse.com/security/cve/CVE-2022-24736", }, { category: "external", summary: "SUSE Bug 1198953 for CVE-2022-24736", url: "https://bugzilla.suse.com/1198953", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.x86_64", "openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.aarch64", "openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.ppc64le", "openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.s390x", "openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.3, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP3:redis-6.0.14-150200.6.11.1.x86_64", "openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.aarch64", "openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.ppc64le", "openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.s390x", "openSUSE Leap 15.3:redis-6.0.14-150200.6.11.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2022-05-25T12:35:59Z", details: "low", }, ], title: "CVE-2022-24736", }, ], }
suse-su-2022:1929-1
Vulnerability from csaf_suse
Published
2022-06-02 15:34
Modified
2022-06-02 15:34
Summary
Security update for redis
Notes
Title of the patch
Security update for redis
Description of the patch
This update for redis fixes the following issues:
- CVE-2022-24735: Fixed Lua code injection (bsc#1198952).
- CVE-2022-24736: Fixed Lua NULL pointer dereference (bsc#1198953).
Patchnames
SUSE-2022-1929,SUSE-SLE-Module-Server-Applications-15-SP4-2022-1929,openSUSE-SLE-15.4-2022-1929
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security update for redis", title: "Title of the patch", }, { category: "description", text: "This update for redis fixes the following issues:\n\n- CVE-2022-24735: Fixed Lua code injection (bsc#1198952).\n- CVE-2022-24736: Fixed Lua NULL pointer dereference (bsc#1198953).\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2022-1929,SUSE-SLE-Module-Server-Applications-15-SP4-2022-1929,openSUSE-SLE-15.4-2022-1929", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2022_1929-1.json", }, { category: "self", summary: "URL for SUSE-SU-2022:1929-1", url: "https://www.suse.com/support/update/announcement/2022/suse-su-20221929-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2022:1929-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2022-June/011230.html", }, { category: "self", summary: "SUSE Bug 1198952", url: "https://bugzilla.suse.com/1198952", }, { category: "self", summary: "SUSE Bug 1198953", url: "https://bugzilla.suse.com/1198953", }, { category: "self", summary: "SUSE CVE CVE-2022-24735 page", url: "https://www.suse.com/security/cve/CVE-2022-24735/", }, { category: "self", summary: "SUSE CVE CVE-2022-24736 page", url: "https://www.suse.com/security/cve/CVE-2022-24736/", }, ], title: "Security update for redis", tracking: { current_release_date: "2022-06-02T15:34:25Z", generator: { date: "2022-06-02T15:34:25Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2022:1929-1", initial_release_date: "2022-06-02T15:34:25Z", revision_history: [ { date: "2022-06-02T15:34:25Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "redis-6.2.6-150400.3.3.7.aarch64", product: { name: "redis-6.2.6-150400.3.3.7.aarch64", product_id: "redis-6.2.6-150400.3.3.7.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "redis-6.2.6-150400.3.3.7.i586", product: { name: "redis-6.2.6-150400.3.3.7.i586", product_id: "redis-6.2.6-150400.3.3.7.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "redis-6.2.6-150400.3.3.7.ppc64le", product: { name: "redis-6.2.6-150400.3.3.7.ppc64le", product_id: "redis-6.2.6-150400.3.3.7.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "redis-6.2.6-150400.3.3.7.s390x", product: { name: "redis-6.2.6-150400.3.3.7.s390x", product_id: "redis-6.2.6-150400.3.3.7.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "redis-6.2.6-150400.3.3.7.x86_64", product: { name: "redis-6.2.6-150400.3.3.7.x86_64", product_id: "redis-6.2.6-150400.3.3.7.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Module for Server Applications 15 SP4", product: { name: "SUSE Linux Enterprise Module for Server Applications 15 SP4", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP4", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-server-applications:15:sp4", }, }, }, { category: "product_name", name: "openSUSE Leap 15.4", product: { name: "openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.4", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "redis-6.2.6-150400.3.3.7.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP4", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.aarch64", }, product_reference: "redis-6.2.6-150400.3.3.7.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "redis-6.2.6-150400.3.3.7.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP4", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.ppc64le", }, product_reference: "redis-6.2.6-150400.3.3.7.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "redis-6.2.6-150400.3.3.7.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP4", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.s390x", }, product_reference: "redis-6.2.6-150400.3.3.7.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "redis-6.2.6-150400.3.3.7.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP4", product_id: "SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.x86_64", }, product_reference: "redis-6.2.6-150400.3.3.7.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Server Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "redis-6.2.6-150400.3.3.7.aarch64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.aarch64", }, product_reference: "redis-6.2.6-150400.3.3.7.aarch64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "redis-6.2.6-150400.3.3.7.ppc64le as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.ppc64le", }, product_reference: "redis-6.2.6-150400.3.3.7.ppc64le", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "redis-6.2.6-150400.3.3.7.s390x as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.s390x", }, product_reference: "redis-6.2.6-150400.3.3.7.s390x", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "redis-6.2.6-150400.3.3.7.x86_64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.x86_64", }, product_reference: "redis-6.2.6-150400.3.3.7.x86_64", relates_to_product_reference: "openSUSE Leap 15.4", }, ], }, vulnerabilities: [ { cve: "CVE-2022-24735", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2022-24735", }, ], notes: [ { category: "general", text: "Redis is an in-memory database that persists on disk. By exploiting weaknesses in the Lua script execution environment, an attacker with access to Redis prior to version 7.0.0 or 6.2.7 can inject Lua code that will execute with the (potentially higher) privileges of another Redis user. The Lua script execution environment in Redis provides some measures that prevent a script from creating side effects that persist and can affect the execution of the same, or different script, at a later time. Several weaknesses of these measures have been publicly known for a long time, but they had no security impact as the Redis security model did not endorse the concept of users or privileges. With the introduction of ACLs in Redis 6.0, these weaknesses can be exploited by a less privileged users to inject Lua code that will execute at a later time, when a privileged user executes a Lua script. The problem is fixed in Redis versions 7.0.0 and 6.2.7. An additional workaround to mitigate this problem without patching the redis-server executable, if Lua scripting is not being used, is to block access to `SCRIPT LOAD` and `EVAL` commands using ACL rules.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.x86_64", "openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.aarch64", "openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.ppc64le", "openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.s390x", "openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.x86_64", ], }, references: [ { category: "external", summary: "CVE-2022-24735", url: "https://www.suse.com/security/cve/CVE-2022-24735", }, { category: "external", summary: "SUSE Bug 1198952 for CVE-2022-24735", url: "https://bugzilla.suse.com/1198952", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.x86_64", "openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.aarch64", "openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.ppc64le", "openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.s390x", "openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.9, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.x86_64", "openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.aarch64", "openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.ppc64le", "openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.s390x", "openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.x86_64", ], }, ], threats: [ { category: "impact", date: "2022-06-02T15:34:25Z", details: "low", }, ], title: "CVE-2022-24735", }, { cve: "CVE-2022-24736", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2022-24736", }, ], notes: [ { category: "general", text: "Redis is an in-memory database that persists on disk. Prior to versions 6.2.7 and 7.0.0, an attacker attempting to load a specially crafted Lua script can cause NULL pointer dereference which will result with a crash of the redis-server process. The problem is fixed in Redis versions 7.0.0 and 6.2.7. An additional workaround to mitigate this problem without patching the redis-server executable, if Lua scripting is not being used, is to block access to `SCRIPT LOAD` and `EVAL` commands using ACL rules.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.x86_64", "openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.aarch64", "openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.ppc64le", "openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.s390x", "openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.x86_64", ], }, references: [ { category: "external", summary: "CVE-2022-24736", url: "https://www.suse.com/security/cve/CVE-2022-24736", }, { category: "external", summary: "SUSE Bug 1198953 for CVE-2022-24736", url: "https://bugzilla.suse.com/1198953", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.x86_64", "openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.aarch64", "openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.ppc64le", "openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.s390x", "openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.3, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP4:redis-6.2.6-150400.3.3.7.x86_64", "openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.aarch64", "openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.ppc64le", "openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.s390x", "openSUSE Leap 15.4:redis-6.2.6-150400.3.3.7.x86_64", ], }, ], threats: [ { category: "impact", date: "2022-06-02T15:34:25Z", details: "low", }, ], title: "CVE-2022-24736", }, ], }
WID-SEC-W-2022-0070
Vulnerability from csaf_certbund
Published
2022-04-27 22:00
Modified
2024-10-24 22:00
Summary
Redis: Mehrere Schwachstellen ermöglichen Ausführen von beliebigem Programmcode mit Administratorrechten
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Redis ist ein In-Memory-Datenstrukturspeicher, der als Datenbank, Cache und Message Broker verwendet wird.
Angriff
Ein entfernter, authentisierter Angreifer kann mehrere Schwachstellen in Redis ausnutzen, um beliebigen Programmcode mit Administratorrechten auszuführen oder einen Denial of Service Zustand herbeizuführen.
Betroffene Betriebssysteme
- Linux
- Sonstiges
- UNIX
- Windows
{ document: { aggregate_severity: { text: "mittel", }, category: "csaf_base", csaf_version: "2.0", distribution: { tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "de-DE", notes: [ { category: "legal_disclaimer", text: "Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.", }, { category: "description", text: "Redis ist ein In-Memory-Datenstrukturspeicher, der als Datenbank, Cache und Message Broker verwendet wird.", title: "Produktbeschreibung", }, { category: "summary", text: "Ein entfernter, authentisierter Angreifer kann mehrere Schwachstellen in Redis ausnutzen, um beliebigen Programmcode mit Administratorrechten auszuführen oder einen Denial of Service Zustand herbeizuführen.", title: "Angriff", }, { category: "general", text: "- Linux\n- Sonstiges\n- UNIX\n- Windows", title: "Betroffene Betriebssysteme", }, ], publisher: { category: "other", contact_details: "csaf-provider@cert-bund.de", name: "Bundesamt für Sicherheit in der Informationstechnik", namespace: "https://www.bsi.bund.de", }, references: [ { category: "self", summary: "WID-SEC-W-2022-0070 - CSAF Version", url: "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2022-0070.json", }, { category: "self", summary: "WID-SEC-2022-0070 - Portal Version", url: "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-0070", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2022:1929-1 vom 2022-06-02", url: "https://lists.suse.com/pipermail/sle-security-updates/2022-June/011230.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2022:1842-1 vom 2022-05-25", url: "https://lists.suse.com/pipermail/sle-security-updates/2022-May/011158.html", }, { category: "external", summary: "Redis Release Notes vom 2022-04-27", url: "https://github.com/redis/redis/releases/tag/6.2.7", }, { category: "external", summary: "Redis Release Notes vom 2022-04-27", url: "https://github.com/redis/redis/releases/tag/7.0.0", }, { category: "external", summary: "Amazon Linux Security Advisory ALAS-2022-115 vom 2022-07-21", url: "https://alas.aws.amazon.com/AL2022/ALAS-2022-115.html", }, { category: "external", summary: "Gentoo Linux Security Advisory GLSA-202209-17 vom 2022-09-29", url: "https://security.gentoo.org/glsa/202209-17", }, { category: "external", summary: "Amazon Linux Security Advisory ALAS-2022-199 vom 2022-11-04", url: "https://alas.aws.amazon.com/AL2022/ALAS-2022-199.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2022:7541 vom 2022-11-08", url: "https://access.redhat.com/errata/RHSA-2022:7541", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2022:8096 vom 2022-11-15", url: "https://access.redhat.com/errata/RHSA-2022:8096", }, { category: "external", summary: "IBM Security Bulletin 6842235 vom 2022-12-20", url: "https://www.ibm.com/support/pages/node/6842235", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2023-3840 vom 2023-06-30", url: "https://linux.oracle.com/errata/ELSA-2023-3840.html", }, { category: "external", summary: "Amazon Linux Security Advisory ALASREDIS6-2023-003 vom 2023-09-27", url: "https://alas.aws.amazon.com/AL2/ALASREDIS6-2023-003.html", }, { category: "external", summary: "IBM Security Bulletin 7174015 vom 2024-10-24", url: "https://www.ibm.com/support/pages/node/7174015", }, ], source_lang: "en-US", title: "Redis: Mehrere Schwachstellen ermöglichen Ausführen von beliebigem Programmcode mit Administratorrechten", tracking: { current_release_date: "2024-10-24T22:00:00.000+00:00", generator: { date: "2024-10-25T08:08:57.755+00:00", engine: { name: "BSI-WID", version: "1.3.8", }, }, id: "WID-SEC-W-2022-0070", initial_release_date: "2022-04-27T22:00:00.000+00:00", revision_history: [ { date: "2022-04-27T22:00:00.000+00:00", number: "1", summary: "Initiale Fassung", }, { date: "2022-04-28T22:00:00.000+00:00", number: "2", summary: "Referenz(en) aufgenommen: FEDORA-2022-44373F6778, FEDORA-2022-A0A4C7EB31, FEDORA-2022-6ED1CE2838", }, { date: "2022-05-01T22:00:00.000+00:00", number: "3", summary: "Referenz(en) aufgenommen: 2080286, 2080289", }, { date: "2022-05-26T22:00:00.000+00:00", number: "4", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2022-06-02T22:00:00.000+00:00", number: "5", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2022-07-21T22:00:00.000+00:00", number: "6", summary: "Neue Updates von Amazon aufgenommen", }, { date: "2022-09-29T22:00:00.000+00:00", number: "7", summary: "Neue Updates von Gentoo aufgenommen", }, { date: "2022-11-06T23:00:00.000+00:00", number: "8", summary: "Neue Updates von Amazon aufgenommen", }, { date: "2022-11-08T23:00:00.000+00:00", number: "9", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2022-11-15T23:00:00.000+00:00", number: "10", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2022-12-20T23:00:00.000+00:00", number: "11", summary: "Neue Updates von IBM aufgenommen", }, { date: "2023-07-02T22:00:00.000+00:00", number: "12", summary: "Neue Updates von Oracle Linux aufgenommen", }, { date: "2023-09-27T22:00:00.000+00:00", number: "13", summary: "Neue Updates von Amazon aufgenommen", }, { date: "2024-10-24T22:00:00.000+00:00", number: "14", summary: "Neue Updates von IBM aufgenommen", }, ], status: "final", version: "14", }, }, product_tree: { branches: [ { branches: [ { category: "product_name", name: "Amazon Linux 2", product: { name: "Amazon Linux 2", product_id: "398363", product_identification_helper: { cpe: "cpe:/o:amazon:linux_2:-", }, }, }, ], category: "vendor", name: "Amazon", }, { branches: [ { category: "product_name", name: "Gentoo Linux", product: { name: "Gentoo Linux", product_id: "T012167", product_identification_helper: { cpe: "cpe:/o:gentoo:linux:-", }, }, }, ], category: "vendor", name: "Gentoo", }, { branches: [ { branches: [ { category: "product_version", name: "7.5.0", product: { name: "IBM QRadar SIEM 7.5.0", product_id: "T023574", product_identification_helper: { cpe: "cpe:/a:ibm:qradar_siem:7.5.0", }, }, }, ], category: "product_name", name: "QRadar SIEM", }, { branches: [ { category: "product_version", name: "10.1", product: { name: "IBM Spectrum Protect 10.1", product_id: "T023657", product_identification_helper: { cpe: "cpe:/a:ibm:spectrum_protect:10.1", }, }, }, ], category: "product_name", name: "Spectrum Protect", }, ], category: "vendor", name: "IBM", }, { branches: [ { branches: [ { category: "product_version_range", name: "<6.2.7", product: { name: "Open Source Redis <6.2.7", product_id: "T022997", }, }, { category: "product_version", name: "6.2.7", product: { name: "Open Source Redis 6.2.7", product_id: "T022997-fixed", product_identification_helper: { cpe: "cpe:/a:redislabs:redis:6.2.7", }, }, }, { category: "product_version_range", name: "<7.0.0", product: { name: "Open Source Redis <7.0.0", product_id: "T022998", }, }, { category: "product_version", name: "7.0.0", product: { name: "Open Source Redis 7.0.0", product_id: "T022998-fixed", product_identification_helper: { cpe: "cpe:/a:redislabs:redis:7.0.0", }, }, }, ], category: "product_name", name: "Redis", }, ], category: "vendor", name: "Open Source", }, { branches: [ { category: "product_name", name: "Oracle Linux", product: { name: "Oracle Linux", product_id: "T004914", product_identification_helper: { cpe: "cpe:/o:oracle:linux:-", }, }, }, ], category: "vendor", name: "Oracle", }, { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux", product: { name: "Red Hat Enterprise Linux", product_id: "67646", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:-", }, }, }, ], category: "vendor", name: "Red Hat", }, { branches: [ { category: "product_name", name: "SUSE Linux", product: { name: "SUSE Linux", product_id: "T002207", product_identification_helper: { cpe: "cpe:/o:suse:suse_linux:-", }, }, }, ], category: "vendor", name: "SUSE", }, ], }, vulnerabilities: [ { cve: "CVE-2022-24735", notes: [ { category: "description", text: "Es existiert eine Schwachstelle in Redis. Ein Fehler in der Lua-Script Umgebung ermöglicht ein Ausführen von Skripten mit den Berechtigungen eines anderen Benutzers. Ein entfernter, authentisier Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode mit Administratorrechten auszuführen.", }, ], product_status: { known_affected: [ "T022998", "T002207", "67646", "T023657", "T022997", "T023574", "398363", "T012167", "T004914", ], }, release_date: "2022-04-27T22:00:00.000+00:00", title: "CVE-2022-24735", }, { cve: "CVE-2022-24736", notes: [ { category: "description", text: "Es existiert eine Schwachstelle in Redis. Ein speziell gestaltetes Lua-Script kann genutzt werden, um eine NULL-Zeiger-Derefenzierung durchzuführen. Ein entferner, authentisierter Angreifer kann diese Schwachstelle ausnutzen, um einen Denial of Service Zustand herbeizuführen.", }, ], product_status: { known_affected: [ "T022998", "T002207", "67646", "T023657", "T022997", "T023574", "398363", "T012167", "T004914", ], }, release_date: "2022-04-27T22:00:00.000+00:00", title: "CVE-2022-24736", }, ], }
wid-sec-w-2022-0070
Vulnerability from csaf_certbund
Published
2022-04-27 22:00
Modified
2024-10-24 22:00
Summary
Redis: Mehrere Schwachstellen ermöglichen Ausführen von beliebigem Programmcode mit Administratorrechten
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Redis ist ein In-Memory-Datenstrukturspeicher, der als Datenbank, Cache und Message Broker verwendet wird.
Angriff
Ein entfernter, authentisierter Angreifer kann mehrere Schwachstellen in Redis ausnutzen, um beliebigen Programmcode mit Administratorrechten auszuführen oder einen Denial of Service Zustand herbeizuführen.
Betroffene Betriebssysteme
- Linux
- Sonstiges
- UNIX
- Windows
{ document: { aggregate_severity: { text: "mittel", }, category: "csaf_base", csaf_version: "2.0", distribution: { tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "de-DE", notes: [ { category: "legal_disclaimer", text: "Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.", }, { category: "description", text: "Redis ist ein In-Memory-Datenstrukturspeicher, der als Datenbank, Cache und Message Broker verwendet wird.", title: "Produktbeschreibung", }, { category: "summary", text: "Ein entfernter, authentisierter Angreifer kann mehrere Schwachstellen in Redis ausnutzen, um beliebigen Programmcode mit Administratorrechten auszuführen oder einen Denial of Service Zustand herbeizuführen.", title: "Angriff", }, { category: "general", text: "- Linux\n- Sonstiges\n- UNIX\n- Windows", title: "Betroffene Betriebssysteme", }, ], publisher: { category: "other", contact_details: "csaf-provider@cert-bund.de", name: "Bundesamt für Sicherheit in der Informationstechnik", namespace: "https://www.bsi.bund.de", }, references: [ { category: "self", summary: "WID-SEC-W-2022-0070 - CSAF Version", url: "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2022-0070.json", }, { category: "self", summary: "WID-SEC-2022-0070 - Portal Version", url: "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-0070", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2022:1929-1 vom 2022-06-02", url: "https://lists.suse.com/pipermail/sle-security-updates/2022-June/011230.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2022:1842-1 vom 2022-05-25", url: "https://lists.suse.com/pipermail/sle-security-updates/2022-May/011158.html", }, { category: "external", summary: "Redis Release Notes vom 2022-04-27", url: "https://github.com/redis/redis/releases/tag/6.2.7", }, { category: "external", summary: "Redis Release Notes vom 2022-04-27", url: "https://github.com/redis/redis/releases/tag/7.0.0", }, { category: "external", summary: "Amazon Linux Security Advisory ALAS-2022-115 vom 2022-07-21", url: "https://alas.aws.amazon.com/AL2022/ALAS-2022-115.html", }, { category: "external", summary: "Gentoo Linux Security Advisory GLSA-202209-17 vom 2022-09-29", url: "https://security.gentoo.org/glsa/202209-17", }, { category: "external", summary: "Amazon Linux Security Advisory ALAS-2022-199 vom 2022-11-04", url: "https://alas.aws.amazon.com/AL2022/ALAS-2022-199.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2022:7541 vom 2022-11-08", url: "https://access.redhat.com/errata/RHSA-2022:7541", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2022:8096 vom 2022-11-15", url: "https://access.redhat.com/errata/RHSA-2022:8096", }, { category: "external", summary: "IBM Security Bulletin 6842235 vom 2022-12-20", url: "https://www.ibm.com/support/pages/node/6842235", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2023-3840 vom 2023-06-30", url: "https://linux.oracle.com/errata/ELSA-2023-3840.html", }, { category: "external", summary: "Amazon Linux Security Advisory ALASREDIS6-2023-003 vom 2023-09-27", url: "https://alas.aws.amazon.com/AL2/ALASREDIS6-2023-003.html", }, { category: "external", summary: "IBM Security Bulletin 7174015 vom 2024-10-24", url: "https://www.ibm.com/support/pages/node/7174015", }, ], source_lang: "en-US", title: "Redis: Mehrere Schwachstellen ermöglichen Ausführen von beliebigem Programmcode mit Administratorrechten", tracking: { current_release_date: "2024-10-24T22:00:00.000+00:00", generator: { date: "2024-10-25T08:08:57.755+00:00", engine: { name: "BSI-WID", version: "1.3.8", }, }, id: "WID-SEC-W-2022-0070", initial_release_date: "2022-04-27T22:00:00.000+00:00", revision_history: [ { date: "2022-04-27T22:00:00.000+00:00", number: "1", summary: "Initiale Fassung", }, { date: "2022-04-28T22:00:00.000+00:00", number: "2", summary: "Referenz(en) aufgenommen: FEDORA-2022-44373F6778, FEDORA-2022-A0A4C7EB31, FEDORA-2022-6ED1CE2838", }, { date: "2022-05-01T22:00:00.000+00:00", number: "3", summary: "Referenz(en) aufgenommen: 2080286, 2080289", }, { date: "2022-05-26T22:00:00.000+00:00", number: "4", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2022-06-02T22:00:00.000+00:00", number: "5", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2022-07-21T22:00:00.000+00:00", number: "6", summary: "Neue Updates von Amazon aufgenommen", }, { date: "2022-09-29T22:00:00.000+00:00", number: "7", summary: "Neue Updates von Gentoo aufgenommen", }, { date: "2022-11-06T23:00:00.000+00:00", number: "8", summary: "Neue Updates von Amazon aufgenommen", }, { date: "2022-11-08T23:00:00.000+00:00", number: "9", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2022-11-15T23:00:00.000+00:00", number: "10", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2022-12-20T23:00:00.000+00:00", number: "11", summary: "Neue Updates von IBM aufgenommen", }, { date: "2023-07-02T22:00:00.000+00:00", number: "12", summary: "Neue Updates von Oracle Linux aufgenommen", }, { date: "2023-09-27T22:00:00.000+00:00", number: "13", summary: "Neue Updates von Amazon aufgenommen", }, { date: "2024-10-24T22:00:00.000+00:00", number: "14", summary: "Neue Updates von IBM aufgenommen", }, ], status: "final", version: "14", }, }, product_tree: { branches: [ { branches: [ { category: "product_name", name: "Amazon Linux 2", product: { name: "Amazon Linux 2", product_id: "398363", product_identification_helper: { cpe: "cpe:/o:amazon:linux_2:-", }, }, }, ], category: "vendor", name: "Amazon", }, { branches: [ { category: "product_name", name: "Gentoo Linux", product: { name: "Gentoo Linux", product_id: "T012167", product_identification_helper: { cpe: "cpe:/o:gentoo:linux:-", }, }, }, ], category: "vendor", name: "Gentoo", }, { branches: [ { branches: [ { category: "product_version", name: "7.5.0", product: { name: "IBM QRadar SIEM 7.5.0", product_id: "T023574", product_identification_helper: { cpe: "cpe:/a:ibm:qradar_siem:7.5.0", }, }, }, ], category: "product_name", name: "QRadar SIEM", }, { branches: [ { category: "product_version", name: "10.1", product: { name: "IBM Spectrum Protect 10.1", product_id: "T023657", product_identification_helper: { cpe: "cpe:/a:ibm:spectrum_protect:10.1", }, }, }, ], category: "product_name", name: "Spectrum Protect", }, ], category: "vendor", name: "IBM", }, { branches: [ { branches: [ { category: "product_version_range", name: "<6.2.7", product: { name: "Open Source Redis <6.2.7", product_id: "T022997", }, }, { category: "product_version", name: "6.2.7", product: { name: "Open Source Redis 6.2.7", product_id: "T022997-fixed", product_identification_helper: { cpe: "cpe:/a:redislabs:redis:6.2.7", }, }, }, { category: "product_version_range", name: "<7.0.0", product: { name: "Open Source Redis <7.0.0", product_id: "T022998", }, }, { category: "product_version", name: "7.0.0", product: { name: "Open Source Redis 7.0.0", product_id: "T022998-fixed", product_identification_helper: { cpe: "cpe:/a:redislabs:redis:7.0.0", }, }, }, ], category: "product_name", name: "Redis", }, ], category: "vendor", name: "Open Source", }, { branches: [ { category: "product_name", name: "Oracle Linux", product: { name: "Oracle Linux", product_id: "T004914", product_identification_helper: { cpe: "cpe:/o:oracle:linux:-", }, }, }, ], category: "vendor", name: "Oracle", }, { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux", product: { name: "Red Hat Enterprise Linux", product_id: "67646", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:-", }, }, }, ], category: "vendor", name: "Red Hat", }, { branches: [ { category: "product_name", name: "SUSE Linux", product: { name: "SUSE Linux", product_id: "T002207", product_identification_helper: { cpe: "cpe:/o:suse:suse_linux:-", }, }, }, ], category: "vendor", name: "SUSE", }, ], }, vulnerabilities: [ { cve: "CVE-2022-24735", notes: [ { category: "description", text: "Es existiert eine Schwachstelle in Redis. Ein Fehler in der Lua-Script Umgebung ermöglicht ein Ausführen von Skripten mit den Berechtigungen eines anderen Benutzers. Ein entfernter, authentisier Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode mit Administratorrechten auszuführen.", }, ], product_status: { known_affected: [ "T022998", "T002207", "67646", "T023657", "T022997", "T023574", "398363", "T012167", "T004914", ], }, release_date: "2022-04-27T22:00:00.000+00:00", title: "CVE-2022-24735", }, { cve: "CVE-2022-24736", notes: [ { category: "description", text: "Es existiert eine Schwachstelle in Redis. Ein speziell gestaltetes Lua-Script kann genutzt werden, um eine NULL-Zeiger-Derefenzierung durchzuführen. Ein entferner, authentisierter Angreifer kann diese Schwachstelle ausnutzen, um einen Denial of Service Zustand herbeizuführen.", }, ], product_status: { known_affected: [ "T022998", "T002207", "67646", "T023657", "T022997", "T023574", "398363", "T012167", "T004914", ], }, release_date: "2022-04-27T22:00:00.000+00:00", title: "CVE-2022-24736", }, ], }
rhsa-2022:7541
Vulnerability from csaf_redhat
Published
2022-11-08 09:30
Modified
2025-02-19 22:54
Summary
Red Hat Security Advisory: redis:6 security, bug fix, and enhancement update
Notes
Topic
An update for the redis:6 module is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Redis is an advanced key-value store. It is often referred to as a data-structure server since keys can contain strings, hashes, lists, sets, and sorted sets. For performance, Redis works with an in-memory data set. You can persist it either by dumping the data set to disk every once in a while, or by appending each command to a log.
The following packages have been upgraded to a later upstream version: redis (6.2.7). (BZ#1999873)
Security Fix(es):
* redis: Code injection via Lua script execution environment (CVE-2022-24735)
* redis: Malformed Lua script can crash Redis (CVE-2022-24736)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.7 Release Notes linked from the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Low", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © 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-02-19T22:54:28+00:00", generator: { date: "2025-02-19T22:54:28+00:00", engine: { name: "Red Hat SDEngine", version: "4.3.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: "2025-02-19T22:54: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 ('Code Injection')", }, 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's 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's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2022-24736", }, { category: "external", summary: "RHBZ#2080289", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2080289", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2022-24736", url: "https://www.cve.org/CVERecord?id=CVE-2022-24736", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2022-24736", url: "https://nvd.nist.gov/vuln/detail/CVE-2022-24736", }, { category: "external", summary: "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984", url: "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984", }, ], release_date: "2022-04-27T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-11-08T09:30:12+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2022:7541", }, { category: "workaround", details: "If Lua scripting is not being used, this vulnerability can be mitigated by preventing access to SCRIPT LOAD and EVAL commands using ACL rules.", product_ids: [ "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "LOW", baseScore: 3.3, baseSeverity: "LOW", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "redis: Malformed Lua script can crash Redis", }, ], }
rhsa-2022_8096
Vulnerability from csaf_redhat
Published
2022-11-15 10:21
Modified
2024-11-26 17:25
Summary
Red Hat Security Advisory: redis security and bug fix update
Notes
Topic
An update for redis is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Redis is an advanced key-value store. It is often referred to as a data-structure server since keys can contain strings, hashes, lists, sets, and sorted sets. For performance, Redis works with an in-memory data set. You can persist it either by dumping the data set to disk every once in a while, or by appending each command to a log.
Security Fix(es):
* redis: Code injection via Lua script execution environment (CVE-2022-24735)
* redis: Malformed Lua script can crash Redis (CVE-2022-24736)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 9.1 Release Notes linked from the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Low", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © 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 ('Code Injection')", }, 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's 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's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2022-24736", }, { category: "external", summary: "RHBZ#2080289", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2080289", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2022-24736", url: "https://www.cve.org/CVERecord?id=CVE-2022-24736", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2022-24736", url: "https://nvd.nist.gov/vuln/detail/CVE-2022-24736", }, { category: "external", summary: "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984", url: "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984", }, ], release_date: "2022-04-27T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-11-15T10:21:49+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2022:8096", }, { category: "workaround", details: "If Lua scripting is not being used, this vulnerability can be mitigated by preventing access to SCRIPT LOAD and EVAL commands using ACL rules.", product_ids: [ "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "LOW", baseScore: 3.3, baseSeverity: "LOW", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "redis: Malformed Lua script can crash Redis", }, ], }
RHSA-2022:7541
Vulnerability from csaf_redhat
Published
2022-11-08 09:30
Modified
2025-02-19 22:54
Summary
Red Hat Security Advisory: redis:6 security, bug fix, and enhancement update
Notes
Topic
An update for the redis:6 module is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Redis is an advanced key-value store. It is often referred to as a data-structure server since keys can contain strings, hashes, lists, sets, and sorted sets. For performance, Redis works with an in-memory data set. You can persist it either by dumping the data set to disk every once in a while, or by appending each command to a log.
The following packages have been upgraded to a later upstream version: redis (6.2.7). (BZ#1999873)
Security Fix(es):
* redis: Code injection via Lua script execution environment (CVE-2022-24735)
* redis: Malformed Lua script can crash Redis (CVE-2022-24736)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.7 Release Notes linked from the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Low", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © 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-02-19T22:54:28+00:00", generator: { date: "2025-02-19T22:54:28+00:00", engine: { name: "Red Hat SDEngine", version: "4.3.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: "2025-02-19T22:54: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 ('Code Injection')", }, 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's 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's 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_7541
Vulnerability from csaf_redhat
Published
2022-11-08 09:30
Modified
2024-11-26 17:25
Summary
Red Hat Security Advisory: redis:6 security, bug fix, and enhancement update
Notes
Topic
An update for the redis:6 module is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Redis is an advanced key-value store. It is often referred to as a data-structure server since keys can contain strings, hashes, lists, sets, and sorted sets. For performance, Redis works with an in-memory data set. You can persist it either by dumping the data set to disk every once in a while, or by appending each command to a log.
The following packages have been upgraded to a later upstream version: redis (6.2.7). (BZ#1999873)
Security Fix(es):
* redis: Code injection via Lua script execution environment (CVE-2022-24735)
* redis: Malformed Lua script can crash Redis (CVE-2022-24736)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.7 Release Notes linked from the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Low", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © 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 ('Code Injection')", }, 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's 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's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2022-24736", }, { category: "external", summary: "RHBZ#2080289", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2080289", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2022-24736", url: "https://www.cve.org/CVERecord?id=CVE-2022-24736", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2022-24736", url: "https://nvd.nist.gov/vuln/detail/CVE-2022-24736", }, { category: "external", summary: "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984", url: "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984", }, ], release_date: "2022-04-27T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-11-08T09:30:12+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2022:7541", }, { category: "workaround", details: "If Lua scripting is not being used, this vulnerability can be mitigated by preventing access to SCRIPT LOAD and EVAL commands using ACL rules.", product_ids: [ "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "LOW", baseScore: 3.3, baseSeverity: "LOW", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "redis: Malformed Lua script can crash Redis", }, ], }
RHSA-2022:8096
Vulnerability from csaf_redhat
Published
2022-11-15 10:21
Modified
2025-02-19 22:54
Summary
Red Hat Security Advisory: redis security and bug fix update
Notes
Topic
An update for redis is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Redis is an advanced key-value store. It is often referred to as a data-structure server since keys can contain strings, hashes, lists, sets, and sorted sets. For performance, Redis works with an in-memory data set. You can persist it either by dumping the data set to disk every once in a while, or by appending each command to a log.
Security Fix(es):
* redis: Code injection via Lua script execution environment (CVE-2022-24735)
* redis: Malformed Lua script can crash Redis (CVE-2022-24736)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 9.1 Release Notes linked from the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Low", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © 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-02-19T22:54:37+00:00", generator: { date: "2025-02-19T22:54:37+00:00", engine: { name: "Red Hat SDEngine", version: "4.3.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: "2025-02-19T22:54:37+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 ('Code Injection')", }, 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's 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's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2022-24736", }, { category: "external", summary: "RHBZ#2080289", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2080289", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2022-24736", url: "https://www.cve.org/CVERecord?id=CVE-2022-24736", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2022-24736", url: "https://nvd.nist.gov/vuln/detail/CVE-2022-24736", }, { category: "external", summary: "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984", url: "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984", }, ], release_date: "2022-04-27T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-11-15T10:21:49+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", product_ids: [ "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2022:8096", }, { category: "workaround", details: "If Lua scripting is not being used, this vulnerability can be mitigated by preventing access to SCRIPT LOAD and EVAL commands using ACL rules.", product_ids: [ "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "LOW", baseScore: 3.3, baseSeverity: "LOW", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "redis: Malformed Lua script can crash Redis", }, ], }
rhsa-2022:8096
Vulnerability from csaf_redhat
Published
2022-11-15 10:21
Modified
2025-02-19 22:54
Summary
Red Hat Security Advisory: redis security and bug fix update
Notes
Topic
An update for redis is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Redis is an advanced key-value store. It is often referred to as a data-structure server since keys can contain strings, hashes, lists, sets, and sorted sets. For performance, Redis works with an in-memory data set. You can persist it either by dumping the data set to disk every once in a while, or by appending each command to a log.
Security Fix(es):
* redis: Code injection via Lua script execution environment (CVE-2022-24735)
* redis: Malformed Lua script can crash Redis (CVE-2022-24736)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 9.1 Release Notes linked from the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Low", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © 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-02-19T22:54:37+00:00", generator: { date: "2025-02-19T22:54:37+00:00", engine: { name: "Red Hat SDEngine", version: "4.3.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: "2025-02-19T22:54:37+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 ('Code Injection')", }, 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's 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's 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", }, ], }
gsd-2022-24735
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
Redis is an in-memory database that persists on disk. By exploiting weaknesses in the Lua script execution environment, an attacker with access to Redis prior to version 7.0.0 or 6.2.7 can inject Lua code that will execute with the (potentially higher) privileges of another Redis user. The Lua script execution environment in Redis provides some measures that prevent a script from creating side effects that persist and can affect the execution of the same, or different script, at a later time. Several weaknesses of these measures have been publicly known for a long time, but they had no security impact as the Redis security model did not endorse the concept of users or privileges. With the introduction of ACLs in Redis 6.0, these weaknesses can be exploited by a less privileged users to inject Lua code that will execute at a later time, when a privileged user executes a Lua script. The problem is fixed in Redis versions 7.0.0 and 6.2.7. An additional workaround to mitigate this problem without patching the redis-server executable, if Lua scripting is not being used, is to block access to `SCRIPT LOAD` and `EVAL` commands using ACL rules.
Aliases
Aliases
{ GSD: { alias: "CVE-2022-24735", description: "Redis is an in-memory database that persists on disk. By exploiting weaknesses in the Lua script execution environment, an attacker with access to Redis prior to version 7.0.0 or 6.2.7 can inject Lua code that will execute with the (potentially higher) privileges of another Redis user. The Lua script execution environment in Redis provides some measures that prevent a script from creating side effects that persist and can affect the execution of the same, or different script, at a later time. Several weaknesses of these measures have been publicly known for a long time, but they had no security impact as the Redis security model did not endorse the concept of users or privileges. With the introduction of ACLs in Redis 6.0, these weaknesses can be exploited by a less privileged users to inject Lua code that will execute at a later time, when a privileged user executes a Lua script. The problem is fixed in Redis versions 7.0.0 and 6.2.7. An additional workaround to mitigate this problem without patching the redis-server executable, if Lua scripting is not being used, is to block access to `SCRIPT LOAD` and `EVAL` commands using ACL rules.", id: "GSD-2022-24735", references: [ "https://www.suse.com/security/cve/CVE-2022-24735.html", "https://advisories.mageia.org/CVE-2022-24735.html", "https://access.redhat.com/errata/RHSA-2022:7541", "https://access.redhat.com/errata/RHSA-2022:8096", ], }, gsd: { metadata: { exploitCode: "unknown", remediation: "unknown", reportConfidence: "confirmed", type: "vulnerability", }, osvSchema: { aliases: [ "CVE-2022-24735", ], details: "Redis is an in-memory database that persists on disk. By exploiting weaknesses in the Lua script execution environment, an attacker with access to Redis prior to version 7.0.0 or 6.2.7 can inject Lua code that will execute with the (potentially higher) privileges of another Redis user. The Lua script execution environment in Redis provides some measures that prevent a script from creating side effects that persist and can affect the execution of the same, or different script, at a later time. Several weaknesses of these measures have been publicly known for a long time, but they had no security impact as the Redis security model did not endorse the concept of users or privileges. With the introduction of ACLs in Redis 6.0, these weaknesses can be exploited by a less privileged users to inject Lua code that will execute at a later time, when a privileged user executes a Lua script. The problem is fixed in Redis versions 7.0.0 and 6.2.7. An additional workaround to mitigate this problem without patching the redis-server executable, if Lua scripting is not being used, is to block access to `SCRIPT LOAD` and `EVAL` commands using ACL rules.", id: "GSD-2022-24735", modified: "2023-12-13T01:19:43.485065Z", schema_version: "1.4.0", }, }, namespaces: { "cve.org": { CVE_data_meta: { ASSIGNER: "security-advisories@github.com", ID: "CVE-2022-24735", STATE: "PUBLIC", TITLE: "Lua scripts can be manipulated to overcome ACL rules in Redis", }, affects: { vendor: { vendor_data: [ { product: { product_data: [ { product_name: "redis", version: { version_data: [ { version_value: "< 7.0.0", }, { version_value: ">= 6.0.0, < 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 ('Code Injection')", }, ], }, ], }, 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", }, }, }
opensuse-su-2024:12030-1
Vulnerability from csaf_opensuse
Published
2024-06-15 00:00
Modified
2024-06-15 00:00
Summary
redis-6.2.7-1.1 on GA media
Notes
Title of the patch
redis-6.2.7-1.1 on GA media
Description of the patch
These are all security issues fixed in the redis-6.2.7-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-12030
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "redis-6.2.7-1.1 on GA media", title: "Title of the patch", }, { category: "description", text: "These are all security issues fixed in the redis-6.2.7-1.1 package on the GA media of openSUSE Tumbleweed.", title: "Description of the patch", }, { category: "details", text: "openSUSE-Tumbleweed-2024-12030", title: "Patchnames", }, { category: "legal_disclaimer", text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", title: "Terms of use", }, ], publisher: { category: "vendor", contact_details: "https://www.suse.com/support/security/contact/", name: "SUSE Product Security Team", namespace: "https://www.suse.com/", }, references: [ { category: "external", summary: "SUSE ratings", url: "https://www.suse.com/support/security/rating/", }, { category: "self", summary: "URL of this CSAF notice", url: "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_12030-1.json", }, { category: "self", summary: "SUSE CVE CVE-2022-24735 page", url: "https://www.suse.com/security/cve/CVE-2022-24735/", }, { category: "self", summary: "SUSE CVE CVE-2022-24736 page", url: "https://www.suse.com/security/cve/CVE-2022-24736/", }, ], title: "redis-6.2.7-1.1 on GA media", tracking: { current_release_date: "2024-06-15T00:00:00Z", generator: { date: "2024-06-15T00:00:00Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2024:12030-1", initial_release_date: "2024-06-15T00:00:00Z", revision_history: [ { date: "2024-06-15T00:00:00Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "redis-6.2.7-1.1.aarch64", product: { name: "redis-6.2.7-1.1.aarch64", product_id: "redis-6.2.7-1.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "redis-6.2.7-1.1.ppc64le", product: { name: "redis-6.2.7-1.1.ppc64le", product_id: "redis-6.2.7-1.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "redis-6.2.7-1.1.s390x", product: { name: "redis-6.2.7-1.1.s390x", product_id: "redis-6.2.7-1.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "redis-6.2.7-1.1.x86_64", product: { name: "redis-6.2.7-1.1.x86_64", product_id: "redis-6.2.7-1.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "openSUSE Tumbleweed", product: { name: "openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed", product_identification_helper: { cpe: "cpe:/o:opensuse:tumbleweed", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "redis-6.2.7-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:redis-6.2.7-1.1.aarch64", }, product_reference: "redis-6.2.7-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "redis-6.2.7-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:redis-6.2.7-1.1.ppc64le", }, product_reference: "redis-6.2.7-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "redis-6.2.7-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:redis-6.2.7-1.1.s390x", }, product_reference: "redis-6.2.7-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "redis-6.2.7-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:redis-6.2.7-1.1.x86_64", }, product_reference: "redis-6.2.7-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, ], }, vulnerabilities: [ { cve: "CVE-2022-24735", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2022-24735", }, ], notes: [ { category: "general", text: "Redis is an in-memory database that persists on disk. By exploiting weaknesses in the Lua script execution environment, an attacker with access to Redis prior to version 7.0.0 or 6.2.7 can inject Lua code that will execute with the (potentially higher) privileges of another Redis user. The Lua script execution environment in Redis provides some measures that prevent a script from creating side effects that persist and can affect the execution of the same, or different script, at a later time. Several weaknesses of these measures have been publicly known for a long time, but they had no security impact as the Redis security model did not endorse the concept of users or privileges. With the introduction of ACLs in Redis 6.0, these weaknesses can be exploited by a less privileged users to inject Lua code that will execute at a later time, when a privileged user executes a Lua script. The problem is fixed in Redis versions 7.0.0 and 6.2.7. An additional workaround to mitigate this problem without patching the redis-server executable, if Lua scripting is not being used, is to block access to `SCRIPT LOAD` and `EVAL` commands using ACL rules.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:redis-6.2.7-1.1.aarch64", "openSUSE Tumbleweed:redis-6.2.7-1.1.ppc64le", "openSUSE Tumbleweed:redis-6.2.7-1.1.s390x", "openSUSE Tumbleweed:redis-6.2.7-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2022-24735", url: "https://www.suse.com/security/cve/CVE-2022-24735", }, { category: "external", summary: "SUSE Bug 1198952 for CVE-2022-24735", url: "https://bugzilla.suse.com/1198952", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:redis-6.2.7-1.1.aarch64", "openSUSE Tumbleweed:redis-6.2.7-1.1.ppc64le", "openSUSE Tumbleweed:redis-6.2.7-1.1.s390x", "openSUSE Tumbleweed:redis-6.2.7-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.9, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N", version: "3.1", }, products: [ "openSUSE Tumbleweed:redis-6.2.7-1.1.aarch64", "openSUSE Tumbleweed:redis-6.2.7-1.1.ppc64le", "openSUSE Tumbleweed:redis-6.2.7-1.1.s390x", "openSUSE Tumbleweed:redis-6.2.7-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "low", }, ], title: "CVE-2022-24735", }, { cve: "CVE-2022-24736", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2022-24736", }, ], notes: [ { category: "general", text: "Redis is an in-memory database that persists on disk. Prior to versions 6.2.7 and 7.0.0, an attacker attempting to load a specially crafted Lua script can cause NULL pointer dereference which will result with a crash of the redis-server process. The problem is fixed in Redis versions 7.0.0 and 6.2.7. An additional workaround to mitigate this problem without patching the redis-server executable, if Lua scripting is not being used, is to block access to `SCRIPT LOAD` and `EVAL` commands using ACL rules.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:redis-6.2.7-1.1.aarch64", "openSUSE Tumbleweed:redis-6.2.7-1.1.ppc64le", "openSUSE Tumbleweed:redis-6.2.7-1.1.s390x", "openSUSE Tumbleweed:redis-6.2.7-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2022-24736", url: "https://www.suse.com/security/cve/CVE-2022-24736", }, { category: "external", summary: "SUSE Bug 1198953 for CVE-2022-24736", url: "https://bugzilla.suse.com/1198953", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "openSUSE Tumbleweed:redis-6.2.7-1.1.aarch64", "openSUSE Tumbleweed:redis-6.2.7-1.1.ppc64le", "openSUSE Tumbleweed:redis-6.2.7-1.1.s390x", "openSUSE Tumbleweed:redis-6.2.7-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.3, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "openSUSE Tumbleweed:redis-6.2.7-1.1.aarch64", "openSUSE Tumbleweed:redis-6.2.7-1.1.ppc64le", "openSUSE Tumbleweed:redis-6.2.7-1.1.s390x", "openSUSE Tumbleweed:redis-6.2.7-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-15T00:00:00Z", details: "low", }, ], title: "CVE-2022-24736", }, ], }
fkie_cve-2022-24735
Vulnerability from fkie_nvd
Published
2022-04-27 20:15
Modified
2024-11-21 06:50
Severity ?
3.9 (Low) - CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N
7.8 (High) - CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
7.8 (High) - CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Summary
Redis is an in-memory database that persists on disk. By exploiting weaknesses in the Lua script execution environment, an attacker with access to Redis prior to version 7.0.0 or 6.2.7 can inject Lua code that will execute with the (potentially higher) privileges of another Redis user. The Lua script execution environment in Redis provides some measures that prevent a script from creating side effects that persist and can affect the execution of the same, or different script, at a later time. Several weaknesses of these measures have been publicly known for a long time, but they had no security impact as the Redis security model did not endorse the concept of users or privileges. With the introduction of ACLs in Redis 6.0, these weaknesses can be exploited by a less privileged users to inject Lua code that will execute at a later time, when a privileged user executes a Lua script. The problem is fixed in Redis versions 7.0.0 and 6.2.7. An additional workaround to mitigate this problem without patching the redis-server executable, if Lua scripting is not being used, is to block access to `SCRIPT LOAD` and `EVAL` commands using ACL rules.
References
Impacted products
Vendor | Product | Version | |
---|---|---|---|
redis | redis | * | |
redis | redis | 7.0 | |
redis | redis | 7.0 | |
redis | redis | 7.0 | |
fedoraproject | fedora | 34 | |
fedoraproject | fedora | 35 | |
fedoraproject | fedora | 36 | |
netapp | management_services_for_element_software | - | |
netapp | management_services_for_netapp_hci | - | |
oracle | communications_operations_monitor | 4.3 | |
oracle | communications_operations_monitor | 4.4 | |
oracle | communications_operations_monitor | 5.0 |
{ configurations: [ { nodes: [ { cpeMatch: [ { criteria: "cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*", matchCriteriaId: "250A0F22-00E1-4D99-B104-9164482B84B1", versionEndExcluding: "6.2.7", vulnerable: true, }, { criteria: "cpe:2.3:a:redis:redis:7.0:rc1:*:*:*:*:*:*", matchCriteriaId: "7EC787AB-59D2-4562-8C10-C4C3FBDBFD74", vulnerable: true, }, { criteria: "cpe:2.3:a:redis:redis:7.0:rc2:*:*:*:*:*:*", matchCriteriaId: "C43EE3A8-E7A4-471C-BFC1-01E014A8C8A1", vulnerable: true, }, { criteria: "cpe:2.3:a:redis:redis:7.0:rc3:*:*:*:*:*:*", matchCriteriaId: "482D8DA2-EE8F-4FF9-93EB-996E8D5DA013", vulnerable: true, }, ], negate: false, operator: "OR", }, ], }, { nodes: [ { cpeMatch: [ { criteria: "cpe:2.3:o:fedoraproject:fedora:34:*:*:*:*:*:*:*", matchCriteriaId: "A930E247-0B43-43CB-98FF-6CE7B8189835", vulnerable: true, }, { criteria: "cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*", matchCriteriaId: "80E516C0-98A4-4ADE-B69F-66A772E2BAAA", vulnerable: true, }, { criteria: "cpe:2.3:o:fedoraproject:fedora:36:*:*:*:*:*:*:*", matchCriteriaId: "5C675112-476C-4D7C-BCB9-A2FB2D0BC9FD", vulnerable: true, }, ], negate: false, operator: "OR", }, ], }, { nodes: [ { cpeMatch: [ { criteria: "cpe:2.3:a:netapp:management_services_for_element_software:-:*:*:*:*:*:*:*", matchCriteriaId: "86B51137-28D9-41F2-AFA2-3CC22B4954D1", vulnerable: true, }, { criteria: "cpe:2.3:a:netapp:management_services_for_netapp_hci:-:*:*:*:*:*:*:*", matchCriteriaId: "4455CF3A-CC91-4BE4-A7AB-929AC82E34F5", vulnerable: true, }, ], negate: false, operator: "OR", }, ], }, { nodes: [ { cpeMatch: [ { criteria: "cpe:2.3:a:oracle:communications_operations_monitor:4.3:*:*:*:*:*:*:*", matchCriteriaId: "CBE1A019-7BB6-4226-8AC4-9D6927ADAEFA", vulnerable: true, }, { criteria: "cpe:2.3:a:oracle:communications_operations_monitor:4.4:*:*:*:*:*:*:*", matchCriteriaId: "B98BAEB2-A540-4E8A-A946-C4331B913AFD", vulnerable: true, }, { criteria: "cpe:2.3:a:oracle:communications_operations_monitor:5.0:*:*:*:*:*:*:*", matchCriteriaId: "B8FBE260-E306-4215-80C0-D2D27CA43E0F", vulnerable: true, }, ], negate: false, operator: "OR", }, ], }, ], cveTags: [], descriptions: [ { lang: "en", value: "Redis is an in-memory database that persists on disk. By exploiting weaknesses in the Lua script execution environment, an attacker with access to Redis prior to version 7.0.0 or 6.2.7 can inject Lua code that will execute with the (potentially higher) privileges of another Redis user. The Lua script execution environment in Redis provides some measures that prevent a script from creating side effects that persist and can affect the execution of the same, or different script, at a later time. Several weaknesses of these measures have been publicly known for a long time, but they had no security impact as the Redis security model did not endorse the concept of users or privileges. With the introduction of ACLs in Redis 6.0, these weaknesses can be exploited by a less privileged users to inject Lua code that will execute at a later time, when a privileged user executes a Lua script. The problem is fixed in Redis versions 7.0.0 and 6.2.7. An additional workaround to mitigate this problem without patching the redis-server executable, if Lua scripting is not being used, is to block access to `SCRIPT LOAD` and `EVAL` commands using ACL rules.", }, { lang: "es", value: "Redis es una base de datos en memoria que persiste en el disco. Aprovechando las debilidades del entorno de ejecución de scripts Lua, un atacante con acceso a Redis versiones anteriores a 7.0.0 o 6.2.7 puede inyectar código Lua que será ejecutado con privilegios (potencialmente superiores) de otro usuario de Redis. El entorno de ejecución de scripts Lua en Redis proporciona algunas medidas que impiden que un script cree efectos secundarios que persistan y puedan afectar a la ejecución del mismo, o de un script diferente, en un momento posterior. Varios puntos débiles de estas medidas son conocidos públicamente desde hace mucho tiempo, pero no presentaban ningún impacto en la seguridad, ya que el modelo de seguridad de Redis no respaldaba el concepto de usuarios o privilegios. Con la introducción de ACLs en Redis versión 6.0, estas debilidades pueden ser explotadas por un usuario con menos privilegios para inyectar código Lua que será ejecutado en un momento posterior, cuando un usuario privilegiado ejecute un script Lua. El problema ha sido corregido en Redis versiones 7.0.0 y 6.2.7. Una medida adicional para mitigar este problema sin necesidad de parchear el ejecutable del servidor Redis, si no son usados scripts Lua, es bloquear el acceso a los comandos \"SCRIPT LOAD\" y \"EVAL\" usando reglas ACL", }, ], id: "CVE-2022-24735", lastModified: "2024-11-21T06:50:58.810", metrics: { cvssMetricV2: [ { acInsufInfo: false, baseSeverity: "MEDIUM", cvssData: { accessComplexity: "MEDIUM", accessVector: "NETWORK", authentication: "NONE", availabilityImpact: "PARTIAL", baseScore: 6.8, confidentialityImpact: "PARTIAL", integrityImpact: "PARTIAL", vectorString: "AV:N/AC:M/Au:N/C:P/I:P/A:P", version: "2.0", }, exploitabilityScore: 8.6, impactScore: 6.4, obtainAllPrivilege: false, obtainOtherPrivilege: false, obtainUserPrivilege: false, source: "nvd@nist.gov", type: "Primary", userInteractionRequired: true, }, ], cvssMetricV31: [ { cvssData: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 3.9, baseSeverity: "LOW", confidentialityImpact: "LOW", integrityImpact: "LOW", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N", version: "3.1", }, exploitabilityScore: 1.3, impactScore: 2.5, source: "security-advisories@github.com", type: "Secondary", }, { cvssData: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 7.8, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, exploitabilityScore: 1.8, impactScore: 5.9, source: "nvd@nist.gov", type: "Primary", }, ], }, published: "2022-04-27T20:15:09.730", references: [ { source: "security-advisories@github.com", tags: [ "Exploit", "Third Party Advisory", ], url: "https://github.com/redis/redis/pull/10651", }, { source: "security-advisories@github.com", tags: [ "Release Notes", "Third Party Advisory", ], url: "https://github.com/redis/redis/releases/tag/6.2.7", }, { source: "security-advisories@github.com", tags: [ "Release Notes", "Third Party Advisory", ], url: "https://github.com/redis/redis/releases/tag/7.0.0", }, { source: "security-advisories@github.com", tags: [ "Third Party Advisory", ], url: "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq", }, { source: "security-advisories@github.com", url: "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/J4ZK3675DGHVVDOFLJN7WX6YYH27GPMK/", }, { source: "security-advisories@github.com", url: "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VPYKSG7LKUJGVM2P72EHXKVRVRWHLORX/", }, { source: "security-advisories@github.com", url: "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WSTPUCAPBRHIFPSCOURR4OYX4E2OISAF/", }, { source: "security-advisories@github.com", tags: [ "Third Party Advisory", ], url: "https://security.gentoo.org/glsa/202209-17", }, { source: "security-advisories@github.com", tags: [ "Third Party Advisory", ], url: "https://security.netapp.com/advisory/ntap-20220715-0003/", }, { source: "security-advisories@github.com", tags: [ "Patch", "Third Party Advisory", ], url: "https://www.oracle.com/security-alerts/cpujul2022.html", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Exploit", "Third Party Advisory", ], url: "https://github.com/redis/redis/pull/10651", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Release Notes", "Third Party Advisory", ], url: "https://github.com/redis/redis/releases/tag/6.2.7", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Release Notes", "Third Party Advisory", ], url: "https://github.com/redis/redis/releases/tag/7.0.0", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Third Party Advisory", ], url: "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq", }, { source: "af854a3a-2127-422b-91ae-364da2661108", url: "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/J4ZK3675DGHVVDOFLJN7WX6YYH27GPMK/", }, { source: "af854a3a-2127-422b-91ae-364da2661108", url: "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VPYKSG7LKUJGVM2P72EHXKVRVRWHLORX/", }, { source: "af854a3a-2127-422b-91ae-364da2661108", url: "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WSTPUCAPBRHIFPSCOURR4OYX4E2OISAF/", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Third Party Advisory", ], url: "https://security.gentoo.org/glsa/202209-17", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Third Party Advisory", ], url: "https://security.netapp.com/advisory/ntap-20220715-0003/", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Patch", "Third Party Advisory", ], url: "https://www.oracle.com/security-alerts/cpujul2022.html", }, ], sourceIdentifier: "security-advisories@github.com", vulnStatus: "Modified", weaknesses: [ { description: [ { lang: "en", value: "CWE-94", }, ], source: "security-advisories@github.com", type: "Secondary", }, { description: [ { lang: "en", value: "CWE-94", }, ], source: "nvd@nist.gov", type: "Primary", }, ], }
Log in or create an account to share your comment.
Security Advisory comment format.
This schema specifies the format of a comment related to a security advisory.
UUIDv4 of the comment
UUIDv4 of the Vulnerability-Lookup instance
When the comment was created originally
When the comment was last updated
Title of the comment
Description of the comment
The identifier of the vulnerability (CVE ID, GHSA-ID, PYSEC ID, etc.).
Loading…
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.