Action not permitted
Modal body text goes here.
Modal Title
Modal Body
cve-2022-24736
Vulnerability from cvelistv5
Published
2022-04-27 19:55
Modified
2024-08-03 04:20
Severity ?
EPSS score ?
Summary
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.
References
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-03T04:20:50.463Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "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" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984" }, { "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": "\u003c 6.2.7" }, { "status": "affected", "version": "\u003c 7.0.0" } ] } ], "descriptions": [ { "lang": "en", "value": "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." } ], "metrics": [ { "cvssV3_1": { "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" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-476", "description": "CWE-476: NULL Pointer Dereference", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2022-09-29T16:07:32", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "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" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984" }, { "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-3qpw-7686-5984", "discovery": "UNKNOWN" }, "title": "A Malformed Lua script can crash Redis", "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-24736", "STATE": "PUBLIC", "TITLE": "A Malformed Lua script can crash Redis" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "redis", "version": { "version_data": [ { "version_value": "\u003c 6.2.7" }, { "version_value": "\u003c 7.0.0" } ] } } ] }, "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. 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." } ] }, "impact": { "cvss": { "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" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-476: NULL Pointer Dereference" } ] } ] }, "references": { "reference_data": [ { "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": "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984", "refsource": "CONFIRM", "url": "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984" }, { "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-3qpw-7686-5984", "discovery": "UNKNOWN" } } } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2022-24736", "datePublished": "2022-04-27T19:55:10", "dateReserved": "2022-02-10T00:00:00", "dateUpdated": "2024-08-03T04:20:50.463Z", "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. 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.\"}, {\"lang\": \"es\", \"value\": \"Redis es una base de datos en memoria que persiste en el disco. Antes de las versiones 6.2.7 y 7.0.0, un atacante que intente cargar un script Lua especialmente dise\\u00f1ado puede causar una derivaci\\u00f3n de puntero NULL que resultar\\u00e1 en una ca\\u00edda del proceso del servidor Redis. El problema se ha solucionado en las versiones de Redis 7.0.0 y 6.2.7. Una soluci\\u00f3n adicional para mitigar este problema sin necesidad de parchear el ejecutable de redis-server, si no se utilizan scripts de Lua, es bloquear el acceso a los comandos `SCRIPT LOAD` y `EVAL` mediante reglas ACL\"}]", "id": "CVE-2022-24736", "lastModified": "2024-11-21T06:50:58.983", "metrics": "{\"cvssMetricV31\": [{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L\", \"baseScore\": 3.3, \"baseSeverity\": \"LOW\", \"attackVector\": \"LOCAL\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"LOW\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"LOW\"}, \"exploitabilityScore\": 1.8, \"impactScore\": 1.4}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\", \"baseScore\": 5.5, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"LOCAL\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"LOW\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 1.8, \"impactScore\": 3.6}], \"cvssMetricV2\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"2.0\", \"vectorString\": \"AV:L/AC:L/Au:N/C:N/I:N/A:P\", \"baseScore\": 2.1, \"accessVector\": \"LOCAL\", \"accessComplexity\": \"LOW\", \"authentication\": \"NONE\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"PARTIAL\"}, \"baseSeverity\": \"LOW\", \"exploitabilityScore\": 3.9, \"impactScore\": 2.9, \"acInsufInfo\": false, \"obtainAllPrivilege\": false, \"obtainUserPrivilege\": false, \"obtainOtherPrivilege\": false, \"userInteractionRequired\": false}]}", "published": "2022-04-27T20:15:09.857", "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-3qpw-7686-5984\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Patch\", \"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-3qpw-7686-5984\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\", \"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-476\"}]}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-476\"}]}]" }, "nvd": "{\"cve\":{\"id\":\"CVE-2022-24736\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2022-04-27T20:15:09.857\",\"lastModified\":\"2024-11-21T06:50:58.983\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"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.\"},{\"lang\":\"es\",\"value\":\"Redis es una base de datos en memoria que persiste en el disco. Antes de las versiones 6.2.7 y 7.0.0, un atacante que intente cargar un script Lua especialmente dise\u00f1ado puede causar una derivaci\u00f3n de puntero NULL que resultar\u00e1 en una ca\u00edda del proceso del servidor Redis. El problema se ha solucionado en las versiones de Redis 7.0.0 y 6.2.7. Una soluci\u00f3n adicional para mitigar este problema sin necesidad de parchear el ejecutable de redis-server, si no se utilizan scripts de Lua, es bloquear el acceso a los comandos `SCRIPT LOAD` y `EVAL` mediante 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:N/S:U/C:N/I:N/A:L\",\"baseScore\":3.3,\"baseSeverity\":\"LOW\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":1.8,\"impactScore\":1.4},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:L/AC:L/Au:N/C:N/I:N/A:P\",\"baseScore\":2.1,\"accessVector\":\"LOCAL\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"LOW\",\"exploitabilityScore\":3.9,\"impactScore\":2.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-476\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-476\"}]}],\"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-3qpw-7686-5984\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"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-3qpw-7686-5984\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"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\"]}]}}" } }
WID-SEC-W-2022-0070
Vulnerability from csaf_certbund
Published
2022-04-27 22:00
Modified
2023-09-27 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
- UNIX
- Linux
- Windows
- Sonstiges
{ "document": { "aggregate_severity": { "text": "mittel" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Redis ist ein In-Memory-Datenstrukturspeicher, der als Datenbank, Cache und Message Broker verwendet wird.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, authentisierter Angreifer kann mehrere Schwachstellen in Redis ausnutzen, um beliebigen Programmcode mit Administratorrechten auszuf\u00fchren oder einen Denial of Service Zustand herbeizuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- UNIX\n- Linux\n- Windows\n- Sonstiges", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2022-0070 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2022-0070.json" }, { "category": "self", "summary": "WID-SEC-2022-0070 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-0070" }, { "category": "external", "summary": "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": "Oracle Linux Security Advisory ELSA-2023-3840 vom 2023-06-30", "url": "https://linux.oracle.com/errata/ELSA-2023-3840.html" }, { "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" } ], "source_lang": "en-US", "title": "Redis: Mehrere Schwachstellen erm\u00f6glichen Ausf\u00fchren von beliebigem Programmcode mit Administratorrechten", "tracking": { "current_release_date": "2023-09-27T22:00:00.000+00:00", "generator": { "date": "2024-02-15T16:45:32.402+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "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" } ], "status": "final", "version": "13" } }, "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": [ { "category": "product_name", "name": "IBM Spectrum Protect 10.1", "product": { "name": "IBM Spectrum Protect 10.1", "product_id": "T023657", "product_identification_helper": { "cpe": "cpe:/a:ibm:spectrum_protect:10.1" } } } ], "category": "vendor", "name": "IBM" }, { "branches": [ { "branches": [ { "category": "product_name", "name": "Open Source Redis \u003c 6.2.7", "product": { "name": "Open Source Redis \u003c 6.2.7", "product_id": "T022997", "product_identification_helper": { "cpe": "cpe:/a:redislabs:redis:6.2.7" } } }, { "category": "product_name", "name": "Open Source Redis \u003c 7.0.0", "product": { "name": "Open Source Redis \u003c 7.0.0", "product_id": "T022998", "product_identification_helper": { "cpe": "cpe:/a:redislabs:redis:7.0.0" } } } ], "category": "product_name", "name": "Redis" } ], "category": "vendor", "name": "Open Source" }, { "branches": [ { "category": "product_name", "name": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } } ], "category": "vendor", "name": "Red Hat" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } } ], "category": "vendor", "name": "SUSE" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-24735", "notes": [ { "category": "description", "text": "Es existiert eine Schwachstelle in Redis. Ein Fehler in der Lua-Script Umgebung erm\u00f6glicht ein Ausf\u00fchren von Skripten mit den Berechtigungen eines anderen Benutzers. Ein entfernter, authentisier Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode mit Administratorrechten auszuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "67646", "T023657", "398363", "T012167", "T004914" ] }, "release_date": "2022-04-27T22:00:00Z", "title": "CVE-2022-24735" }, { "cve": "CVE-2022-24736", "notes": [ { "category": "description", "text": "Es existiert eine Schwachstelle in Redis. Ein speziell gestaltetes Lua-Script kann genutzt werden, um eine NULL-Zeiger-Derefenzierung durchzuf\u00fchren. Ein entferner, authentisierter Angreifer kann diese Schwachstelle ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "67646", "T023657", "398363", "T012167", "T004914" ] }, "release_date": "2022-04-27T22:00:00Z", "title": "CVE-2022-24736" } ] }
wid-sec-w-2022-0070
Vulnerability from csaf_certbund
Published
2022-04-27 22:00
Modified
2023-09-27 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
- UNIX
- Linux
- Windows
- Sonstiges
{ "document": { "aggregate_severity": { "text": "mittel" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Redis ist ein In-Memory-Datenstrukturspeicher, der als Datenbank, Cache und Message Broker verwendet wird.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, authentisierter Angreifer kann mehrere Schwachstellen in Redis ausnutzen, um beliebigen Programmcode mit Administratorrechten auszuf\u00fchren oder einen Denial of Service Zustand herbeizuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- UNIX\n- Linux\n- Windows\n- Sonstiges", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2022-0070 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2022-0070.json" }, { "category": "self", "summary": "WID-SEC-2022-0070 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-0070" }, { "category": "external", "summary": "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": "Oracle Linux Security Advisory ELSA-2023-3840 vom 2023-06-30", "url": "https://linux.oracle.com/errata/ELSA-2023-3840.html" }, { "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" } ], "source_lang": "en-US", "title": "Redis: Mehrere Schwachstellen erm\u00f6glichen Ausf\u00fchren von beliebigem Programmcode mit Administratorrechten", "tracking": { "current_release_date": "2023-09-27T22:00:00.000+00:00", "generator": { "date": "2024-02-15T16:45:32.402+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "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" } ], "status": "final", "version": "13" } }, "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": [ { "category": "product_name", "name": "IBM Spectrum Protect 10.1", "product": { "name": "IBM Spectrum Protect 10.1", "product_id": "T023657", "product_identification_helper": { "cpe": "cpe:/a:ibm:spectrum_protect:10.1" } } } ], "category": "vendor", "name": "IBM" }, { "branches": [ { "branches": [ { "category": "product_name", "name": "Open Source Redis \u003c 6.2.7", "product": { "name": "Open Source Redis \u003c 6.2.7", "product_id": "T022997", "product_identification_helper": { "cpe": "cpe:/a:redislabs:redis:6.2.7" } } }, { "category": "product_name", "name": "Open Source Redis \u003c 7.0.0", "product": { "name": "Open Source Redis \u003c 7.0.0", "product_id": "T022998", "product_identification_helper": { "cpe": "cpe:/a:redislabs:redis:7.0.0" } } } ], "category": "product_name", "name": "Redis" } ], "category": "vendor", "name": "Open Source" }, { "branches": [ { "category": "product_name", "name": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } } ], "category": "vendor", "name": "Red Hat" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } } ], "category": "vendor", "name": "SUSE" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-24735", "notes": [ { "category": "description", "text": "Es existiert eine Schwachstelle in Redis. Ein Fehler in der Lua-Script Umgebung erm\u00f6glicht ein Ausf\u00fchren von Skripten mit den Berechtigungen eines anderen Benutzers. Ein entfernter, authentisier Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode mit Administratorrechten auszuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "67646", "T023657", "398363", "T012167", "T004914" ] }, "release_date": "2022-04-27T22:00:00Z", "title": "CVE-2022-24735" }, { "cve": "CVE-2022-24736", "notes": [ { "category": "description", "text": "Es existiert eine Schwachstelle in Redis. Ein speziell gestaltetes Lua-Script kann genutzt werden, um eine NULL-Zeiger-Derefenzierung durchzuf\u00fchren. Ein entferner, authentisierter Angreifer kann diese Schwachstelle ausnutzen, um einen Denial of Service Zustand herbeizuf\u00fchren." } ], "product_status": { "known_affected": [ "T002207", "67646", "T023657", "398363", "T012167", "T004914" ] }, "release_date": "2022-04-27T22:00:00Z", "title": "CVE-2022-24736" } ] }
RHSA-2022:8096
Vulnerability from csaf_redhat
Published
2022-11-15 10:21
Modified
2024-11-26 17:25
Summary
Red Hat Security Advisory: redis security and bug fix update
Notes
Topic
An update for redis is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Redis is an advanced key-value store. It is often referred to as a data-structure server since keys can contain strings, hashes, lists, sets, and sorted sets. For performance, Redis works with an in-memory data set. You can persist it either by dumping the data set to disk every once in a while, or by appending each command to a log.
Security Fix(es):
* redis: Code injection via Lua script execution environment (CVE-2022-24735)
* redis: Malformed Lua script can crash Redis (CVE-2022-24736)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 9.1 Release Notes linked from the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Low" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for redis is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Redis is an advanced key-value store. It is often referred to as a data-structure server since keys can contain strings, hashes, lists, sets, and sorted sets. For performance, Redis works with an in-memory data set. You can persist it either by dumping the data set to disk every once in a while, or by appending each command to a log.\n\nSecurity Fix(es):\n\n* redis: Code injection via Lua script execution environment (CVE-2022-24735)\n\n* redis: Malformed Lua script can crash Redis (CVE-2022-24736)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.1 Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2022:8096", "url": "https://access.redhat.com/errata/RHSA-2022:8096" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#low", "url": "https://access.redhat.com/security/updates/classification/#low" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.1_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.1_release_notes/index" }, { "category": "external", "summary": "2080286", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080286" }, { "category": "external", "summary": "2080289", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080289" }, { "category": "external", "summary": "2083151", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2083151" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8096.json" } ], "title": "Red Hat Security Advisory: redis security and bug fix update", "tracking": { "current_release_date": "2024-11-26T17:25:36+00:00", "generator": { "date": "2024-11-26T17:25:36+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2022:8096", "initial_release_date": "2022-11-15T10:21:49+00:00", "revision_history": [ { "date": "2022-11-15T10:21:49+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-11-15T10:21:49+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-26T17:25:36+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.7-1.el9.src", "product": { "name": "redis-0:6.2.7-1.el9.src", "product_id": "redis-0:6.2.7-1.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.7-1.el9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.7-1.el9.aarch64", "product": { "name": "redis-0:6.2.7-1.el9.aarch64", "product_id": "redis-0:6.2.7-1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.7-1.el9?arch=aarch64" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.7-1.el9.aarch64", "product": { "name": "redis-devel-0:6.2.7-1.el9.aarch64", "product_id": "redis-devel-0:6.2.7-1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9?arch=aarch64" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.7-1.el9.aarch64", "product": { "name": "redis-debugsource-0:6.2.7-1.el9.aarch64", "product_id": "redis-debugsource-0:6.2.7-1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9?arch=aarch64" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.7-1.el9.aarch64", "product": { "name": "redis-debuginfo-0:6.2.7-1.el9.aarch64", "product_id": "redis-debuginfo-0:6.2.7-1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.7-1.el9.ppc64le", "product": { "name": "redis-0:6.2.7-1.el9.ppc64le", "product_id": "redis-0:6.2.7-1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.7-1.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.7-1.el9.ppc64le", "product": { "name": "redis-devel-0:6.2.7-1.el9.ppc64le", "product_id": "redis-devel-0:6.2.7-1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.7-1.el9.ppc64le", "product": { "name": "redis-debugsource-0:6.2.7-1.el9.ppc64le", "product_id": "redis-debugsource-0:6.2.7-1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.7-1.el9.ppc64le", "product": { "name": "redis-debuginfo-0:6.2.7-1.el9.ppc64le", "product_id": "redis-debuginfo-0:6.2.7-1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.7-1.el9.x86_64", "product": { "name": "redis-0:6.2.7-1.el9.x86_64", "product_id": "redis-0:6.2.7-1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.7-1.el9?arch=x86_64" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.7-1.el9.x86_64", "product": { "name": "redis-devel-0:6.2.7-1.el9.x86_64", "product_id": "redis-devel-0:6.2.7-1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9?arch=x86_64" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.7-1.el9.x86_64", "product": { "name": "redis-debugsource-0:6.2.7-1.el9.x86_64", "product_id": "redis-debugsource-0:6.2.7-1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9?arch=x86_64" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.7-1.el9.x86_64", "product": { "name": "redis-debuginfo-0:6.2.7-1.el9.x86_64", "product_id": "redis-debuginfo-0:6.2.7-1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "redis-devel-0:6.2.7-1.el9.i686", "product": { "name": "redis-devel-0:6.2.7-1.el9.i686", "product_id": "redis-devel-0:6.2.7-1.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9?arch=i686" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.7-1.el9.i686", "product": { "name": "redis-debugsource-0:6.2.7-1.el9.i686", "product_id": "redis-debugsource-0:6.2.7-1.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9?arch=i686" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.7-1.el9.i686", "product": { "name": "redis-debuginfo-0:6.2.7-1.el9.i686", "product_id": "redis-debuginfo-0:6.2.7-1.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.7-1.el9.s390x", "product": { "name": "redis-0:6.2.7-1.el9.s390x", "product_id": "redis-0:6.2.7-1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.7-1.el9?arch=s390x" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.7-1.el9.s390x", "product": { "name": "redis-devel-0:6.2.7-1.el9.s390x", "product_id": "redis-devel-0:6.2.7-1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9?arch=s390x" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.7-1.el9.s390x", "product": { "name": "redis-debugsource-0:6.2.7-1.el9.s390x", "product_id": "redis-debugsource-0:6.2.7-1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9?arch=s390x" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.7-1.el9.s390x", "product": { "name": "redis-debuginfo-0:6.2.7-1.el9.s390x", "product_id": "redis-debuginfo-0:6.2.7-1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "redis-doc-0:6.2.7-1.el9.noarch", "product": { "name": "redis-doc-0:6.2.7-1.el9.noarch", "product_id": "redis-doc-0:6.2.7-1.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-doc@6.2.7-1.el9?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.7-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64" }, "product_reference": "redis-0:6.2.7-1.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.7-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le" }, "product_reference": "redis-0:6.2.7-1.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.7-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x" }, "product_reference": "redis-0:6.2.7-1.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.7-1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src" }, "product_reference": "redis-0:6.2.7-1.el9.src", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.7-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64" }, "product_reference": "redis-0:6.2.7-1.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.7-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64" }, "product_reference": "redis-debuginfo-0:6.2.7-1.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.7-1.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686" }, "product_reference": "redis-debuginfo-0:6.2.7-1.el9.i686", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.7-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le" }, "product_reference": "redis-debuginfo-0:6.2.7-1.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.7-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x" }, "product_reference": "redis-debuginfo-0:6.2.7-1.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.7-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64" }, "product_reference": "redis-debuginfo-0:6.2.7-1.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.7-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64" }, "product_reference": "redis-debugsource-0:6.2.7-1.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.7-1.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686" }, "product_reference": "redis-debugsource-0:6.2.7-1.el9.i686", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.7-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le" }, "product_reference": "redis-debugsource-0:6.2.7-1.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.7-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x" }, "product_reference": "redis-debugsource-0:6.2.7-1.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.7-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64" }, "product_reference": "redis-debugsource-0:6.2.7-1.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.7-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64" }, "product_reference": "redis-devel-0:6.2.7-1.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.7-1.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686" }, "product_reference": "redis-devel-0:6.2.7-1.el9.i686", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.7-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le" }, "product_reference": "redis-devel-0:6.2.7-1.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.7-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x" }, "product_reference": "redis-devel-0:6.2.7-1.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.7-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64" }, "product_reference": "redis-devel-0:6.2.7-1.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-doc-0:6.2.7-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch" }, "product_reference": "redis-doc-0:6.2.7-1.el9.noarch", "relates_to_product_reference": "AppStream-9.1.0.GA" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-24735", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2022-04-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2080286" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Redis database where Lua scripts can be manipulated to overcome ACL rules. This flaw allows an attacker with access to Redis to inject Lua code that executes the potentially higher privileges of another Redis user.", "title": "Vulnerability description" }, { "category": "summary", "text": "redis: Code injection via Lua script execution environment", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-24735" }, { "category": "external", "summary": "RHBZ#2080286", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080286" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-24735", "url": "https://www.cve.org/CVERecord?id=CVE-2022-24735" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24735", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24735" }, { "category": "external", "summary": "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq", "url": "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq" } ], "release_date": "2022-04-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-15T10:21:49+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8096" }, { "category": "workaround", "details": "If Lua scripting is not being used, this vulnerability can be mitigated by blocking access to SCRIPT LOAD and EVAL commands using ACL rules.", "product_ids": [ "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 3.9, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "redis: Code injection via Lua script execution environment" }, { "cve": "CVE-2022-24736", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2022-04-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2080289" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Redis database when a malformed Lua script can cause a NULL pointer dereference. This flaw allows an attacker to load a crafting script, which results in a crash of the redis-server process.", "title": "Vulnerability description" }, { "category": "summary", "text": "redis: Malformed Lua script can crash Redis", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-24736" }, { "category": "external", "summary": "RHBZ#2080289", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080289" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-24736", "url": "https://www.cve.org/CVERecord?id=CVE-2022-24736" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24736", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24736" }, { "category": "external", "summary": "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984", "url": "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984" } ], "release_date": "2022-04-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-15T10:21:49+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8096" }, { "category": "workaround", "details": "If Lua scripting is not being used, this vulnerability can be mitigated by preventing access to SCRIPT LOAD and EVAL commands using ACL rules.", "product_ids": [ "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 3.3, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "redis: Malformed Lua script can crash Redis" } ] }
RHSA-2022:7541
Vulnerability from csaf_redhat
Published
2022-11-08 09:30
Modified
2024-11-26 17:25
Summary
Red Hat Security Advisory: redis:6 security, bug fix, and enhancement update
Notes
Topic
An update for the redis:6 module is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Redis is an advanced key-value store. It is often referred to as a data-structure server since keys can contain strings, hashes, lists, sets, and sorted sets. For performance, Redis works with an in-memory data set. You can persist it either by dumping the data set to disk every once in a while, or by appending each command to a log.
The following packages have been upgraded to a later upstream version: redis (6.2.7). (BZ#1999873)
Security Fix(es):
* redis: Code injection via Lua script execution environment (CVE-2022-24735)
* redis: Malformed Lua script can crash Redis (CVE-2022-24736)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.7 Release Notes linked from the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Low" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the redis:6 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Redis is an advanced key-value store. It is often referred to as a data-structure server since keys can contain strings, hashes, lists, sets, and sorted sets. For performance, Redis works with an in-memory data set. You can persist it either by dumping the data set to disk every once in a while, or by appending each command to a log.\n\nThe following packages have been upgraded to a later upstream version: redis (6.2.7). (BZ#1999873)\n\nSecurity Fix(es):\n\n* redis: Code injection via Lua script execution environment (CVE-2022-24735)\n\n* redis: Malformed Lua script can crash Redis (CVE-2022-24736)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.7 Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2022:7541", "url": "https://access.redhat.com/errata/RHSA-2022:7541" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#low", "url": "https://access.redhat.com/security/updates/classification/#low" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/index" }, { "category": "external", "summary": "1999873", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1999873" }, { "category": "external", "summary": "2080286", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080286" }, { "category": "external", "summary": "2080289", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080289" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_7541.json" } ], "title": "Red Hat Security Advisory: redis:6 security, bug fix, and enhancement update", "tracking": { "current_release_date": "2024-11-26T17:25:28+00:00", "generator": { "date": "2024-11-26T17:25:28+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2022:7541", "initial_release_date": "2022-11-08T09:30:12+00:00", "revision_history": [ { "date": "2022-11-08T09:30:12+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-11-08T09:30:12+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-26T17:25:28+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "redis:6:8070020220509142426:3b9f49c4", "product": { "name": "redis:6:8070020220509142426:3b9f49c4", "product_id": "redis:6:8070020220509142426:3b9f49c4", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/redis@6:8070020220509142426:3b9f49c4" } } }, { "category": "product_version", "name": "redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch", "product": { "name": "redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch", "product_id": "redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-doc@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product": { "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product_id": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=aarch64" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product": { "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product_id": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=aarch64" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product": { "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product_id": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=aarch64" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product": { "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product_id": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "product": { "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "product_id": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product": { "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product_id": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product": { "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product_id": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product": { "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product_id": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product": { "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product_id": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product": { "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product_id": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=s390x" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product": { "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product_id": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=s390x" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product": { "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product_id": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=s390x" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product": { "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product_id": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product": { "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product_id": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=x86_64" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product": { "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product_id": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=x86_64" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product": { "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product_id": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=x86_64" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product": { "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product_id": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, "product_reference": "redis:6:8070020220509142426:3b9f49c4", "relates_to_product_reference": "AppStream-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64 as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64" }, "product_reference": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le" }, "product_reference": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x" }, "product_reference": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src" }, "product_reference": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64 as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64" }, "product_reference": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64 as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64" }, "product_reference": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le" }, "product_reference": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x" }, "product_reference": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64 as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64" }, "product_reference": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64 as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64" }, "product_reference": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le" }, "product_reference": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x" }, "product_reference": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64 as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64" }, "product_reference": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64 as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64" }, "product_reference": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le" }, "product_reference": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x" }, "product_reference": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64 as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64" }, "product_reference": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch" }, "product_reference": "redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-24735", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2022-04-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2080286" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Redis database where Lua scripts can be manipulated to overcome ACL rules. This flaw allows an attacker with access to Redis to inject Lua code that executes the potentially higher privileges of another Redis user.", "title": "Vulnerability description" }, { "category": "summary", "text": "redis: Code injection via Lua script execution environment", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-24735" }, { "category": "external", "summary": "RHBZ#2080286", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080286" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-24735", "url": "https://www.cve.org/CVERecord?id=CVE-2022-24735" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24735", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24735" }, { "category": "external", "summary": "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq", "url": "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq" } ], "release_date": "2022-04-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-08T09:30:12+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7541" }, { "category": "workaround", "details": "If Lua scripting is not being used, this vulnerability can be mitigated by blocking access to SCRIPT LOAD and EVAL commands using ACL rules.", "product_ids": [ "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 3.9, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "redis: Code injection via Lua script execution environment" }, { "cve": "CVE-2022-24736", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2022-04-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2080289" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Redis database when a malformed Lua script can cause a NULL pointer dereference. This flaw allows an attacker to load a crafting script, which results in a crash of the redis-server process.", "title": "Vulnerability description" }, { "category": "summary", "text": "redis: Malformed Lua script can crash Redis", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-24736" }, { "category": "external", "summary": "RHBZ#2080289", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080289" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-24736", "url": "https://www.cve.org/CVERecord?id=CVE-2022-24736" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24736", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24736" }, { "category": "external", "summary": "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984", "url": "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984" } ], "release_date": "2022-04-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-08T09:30:12+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7541" }, { "category": "workaround", "details": "If Lua scripting is not being used, this vulnerability can be mitigated by preventing access to SCRIPT LOAD and EVAL commands using ACL rules.", "product_ids": [ "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 3.3, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "redis: Malformed Lua script can crash Redis" } ] }
rhsa-2022_7541
Vulnerability from csaf_redhat
Published
2022-11-08 09:30
Modified
2024-11-26 17:25
Summary
Red Hat Security Advisory: redis:6 security, bug fix, and enhancement update
Notes
Topic
An update for the redis:6 module is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Redis is an advanced key-value store. It is often referred to as a data-structure server since keys can contain strings, hashes, lists, sets, and sorted sets. For performance, Redis works with an in-memory data set. You can persist it either by dumping the data set to disk every once in a while, or by appending each command to a log.
The following packages have been upgraded to a later upstream version: redis (6.2.7). (BZ#1999873)
Security Fix(es):
* redis: Code injection via Lua script execution environment (CVE-2022-24735)
* redis: Malformed Lua script can crash Redis (CVE-2022-24736)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.7 Release Notes linked from the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Low" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the redis:6 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Redis is an advanced key-value store. It is often referred to as a data-structure server since keys can contain strings, hashes, lists, sets, and sorted sets. For performance, Redis works with an in-memory data set. You can persist it either by dumping the data set to disk every once in a while, or by appending each command to a log.\n\nThe following packages have been upgraded to a later upstream version: redis (6.2.7). (BZ#1999873)\n\nSecurity Fix(es):\n\n* redis: Code injection via Lua script execution environment (CVE-2022-24735)\n\n* redis: Malformed Lua script can crash Redis (CVE-2022-24736)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.7 Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2022:7541", "url": "https://access.redhat.com/errata/RHSA-2022:7541" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#low", "url": "https://access.redhat.com/security/updates/classification/#low" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/index" }, { "category": "external", "summary": "1999873", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1999873" }, { "category": "external", "summary": "2080286", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080286" }, { "category": "external", "summary": "2080289", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080289" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_7541.json" } ], "title": "Red Hat Security Advisory: redis:6 security, bug fix, and enhancement update", "tracking": { "current_release_date": "2024-11-26T17:25:28+00:00", "generator": { "date": "2024-11-26T17:25:28+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2022:7541", "initial_release_date": "2022-11-08T09:30:12+00:00", "revision_history": [ { "date": "2022-11-08T09:30:12+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-11-08T09:30:12+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-26T17:25:28+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "redis:6:8070020220509142426:3b9f49c4", "product": { "name": "redis:6:8070020220509142426:3b9f49c4", "product_id": "redis:6:8070020220509142426:3b9f49c4", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/redis@6:8070020220509142426:3b9f49c4" } } }, { "category": "product_version", "name": "redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch", "product": { "name": "redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch", "product_id": "redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-doc@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product": { "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product_id": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=aarch64" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product": { "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product_id": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=aarch64" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product": { "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product_id": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=aarch64" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product": { "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product_id": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "product": { "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "product_id": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product": { "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product_id": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product": { "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product_id": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product": { "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product_id": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product": { "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product_id": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product": { "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product_id": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=s390x" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product": { "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product_id": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=s390x" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product": { "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product_id": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=s390x" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product": { "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product_id": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product": { "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product_id": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=x86_64" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product": { "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product_id": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=x86_64" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product": { "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product_id": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=x86_64" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product": { "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product_id": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, "product_reference": "redis:6:8070020220509142426:3b9f49c4", "relates_to_product_reference": "AppStream-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64 as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64" }, "product_reference": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le" }, "product_reference": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x" }, "product_reference": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src" }, "product_reference": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64 as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64" }, "product_reference": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64 as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64" }, "product_reference": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le" }, "product_reference": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x" }, "product_reference": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64 as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64" }, "product_reference": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64 as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64" }, "product_reference": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le" }, "product_reference": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x" }, "product_reference": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64 as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64" }, "product_reference": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64 as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64" }, "product_reference": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le" }, "product_reference": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x" }, "product_reference": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64 as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64" }, "product_reference": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch" }, "product_reference": "redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-24735", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2022-04-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2080286" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Redis database where Lua scripts can be manipulated to overcome ACL rules. This flaw allows an attacker with access to Redis to inject Lua code that executes the potentially higher privileges of another Redis user.", "title": "Vulnerability description" }, { "category": "summary", "text": "redis: Code injection via Lua script execution environment", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-24735" }, { "category": "external", "summary": "RHBZ#2080286", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080286" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-24735", "url": "https://www.cve.org/CVERecord?id=CVE-2022-24735" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24735", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24735" }, { "category": "external", "summary": "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq", "url": "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq" } ], "release_date": "2022-04-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-08T09:30:12+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7541" }, { "category": "workaround", "details": "If Lua scripting is not being used, this vulnerability can be mitigated by blocking access to SCRIPT LOAD and EVAL commands using ACL rules.", "product_ids": [ "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 3.9, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "redis: Code injection via Lua script execution environment" }, { "cve": "CVE-2022-24736", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2022-04-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2080289" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Redis database when a malformed Lua script can cause a NULL pointer dereference. This flaw allows an attacker to load a crafting script, which results in a crash of the redis-server process.", "title": "Vulnerability description" }, { "category": "summary", "text": "redis: Malformed Lua script can crash Redis", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-24736" }, { "category": "external", "summary": "RHBZ#2080289", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080289" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-24736", "url": "https://www.cve.org/CVERecord?id=CVE-2022-24736" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24736", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24736" }, { "category": "external", "summary": "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984", "url": "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984" } ], "release_date": "2022-04-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-08T09:30:12+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7541" }, { "category": "workaround", "details": "If Lua scripting is not being used, this vulnerability can be mitigated by preventing access to SCRIPT LOAD and EVAL commands using ACL rules.", "product_ids": [ "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 3.3, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "redis: Malformed Lua script can crash Redis" } ] }
rhsa-2022:8096
Vulnerability from csaf_redhat
Published
2022-11-15 10:21
Modified
2024-11-26 17:25
Summary
Red Hat Security Advisory: redis security and bug fix update
Notes
Topic
An update for redis is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Redis is an advanced key-value store. It is often referred to as a data-structure server since keys can contain strings, hashes, lists, sets, and sorted sets. For performance, Redis works with an in-memory data set. You can persist it either by dumping the data set to disk every once in a while, or by appending each command to a log.
Security Fix(es):
* redis: Code injection via Lua script execution environment (CVE-2022-24735)
* redis: Malformed Lua script can crash Redis (CVE-2022-24736)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 9.1 Release Notes linked from the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Low" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for redis is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Redis is an advanced key-value store. It is often referred to as a data-structure server since keys can contain strings, hashes, lists, sets, and sorted sets. For performance, Redis works with an in-memory data set. You can persist it either by dumping the data set to disk every once in a while, or by appending each command to a log.\n\nSecurity Fix(es):\n\n* redis: Code injection via Lua script execution environment (CVE-2022-24735)\n\n* redis: Malformed Lua script can crash Redis (CVE-2022-24736)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.1 Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2022:8096", "url": "https://access.redhat.com/errata/RHSA-2022:8096" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#low", "url": "https://access.redhat.com/security/updates/classification/#low" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.1_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.1_release_notes/index" }, { "category": "external", "summary": "2080286", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080286" }, { "category": "external", "summary": "2080289", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080289" }, { "category": "external", "summary": "2083151", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2083151" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8096.json" } ], "title": "Red Hat Security Advisory: redis security and bug fix update", "tracking": { "current_release_date": "2024-11-26T17:25:36+00:00", "generator": { "date": "2024-11-26T17:25:36+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2022:8096", "initial_release_date": "2022-11-15T10:21:49+00:00", "revision_history": [ { "date": "2022-11-15T10:21:49+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-11-15T10:21:49+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-26T17:25:36+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.7-1.el9.src", "product": { "name": "redis-0:6.2.7-1.el9.src", "product_id": "redis-0:6.2.7-1.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.7-1.el9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.7-1.el9.aarch64", "product": { "name": "redis-0:6.2.7-1.el9.aarch64", "product_id": "redis-0:6.2.7-1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.7-1.el9?arch=aarch64" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.7-1.el9.aarch64", "product": { "name": "redis-devel-0:6.2.7-1.el9.aarch64", "product_id": "redis-devel-0:6.2.7-1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9?arch=aarch64" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.7-1.el9.aarch64", "product": { "name": "redis-debugsource-0:6.2.7-1.el9.aarch64", "product_id": "redis-debugsource-0:6.2.7-1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9?arch=aarch64" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.7-1.el9.aarch64", "product": { "name": "redis-debuginfo-0:6.2.7-1.el9.aarch64", "product_id": "redis-debuginfo-0:6.2.7-1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.7-1.el9.ppc64le", "product": { "name": "redis-0:6.2.7-1.el9.ppc64le", "product_id": "redis-0:6.2.7-1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.7-1.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.7-1.el9.ppc64le", "product": { "name": "redis-devel-0:6.2.7-1.el9.ppc64le", "product_id": "redis-devel-0:6.2.7-1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.7-1.el9.ppc64le", "product": { "name": "redis-debugsource-0:6.2.7-1.el9.ppc64le", "product_id": "redis-debugsource-0:6.2.7-1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.7-1.el9.ppc64le", "product": { "name": "redis-debuginfo-0:6.2.7-1.el9.ppc64le", "product_id": "redis-debuginfo-0:6.2.7-1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.7-1.el9.x86_64", "product": { "name": "redis-0:6.2.7-1.el9.x86_64", "product_id": "redis-0:6.2.7-1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.7-1.el9?arch=x86_64" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.7-1.el9.x86_64", "product": { "name": "redis-devel-0:6.2.7-1.el9.x86_64", "product_id": "redis-devel-0:6.2.7-1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9?arch=x86_64" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.7-1.el9.x86_64", "product": { "name": "redis-debugsource-0:6.2.7-1.el9.x86_64", "product_id": "redis-debugsource-0:6.2.7-1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9?arch=x86_64" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.7-1.el9.x86_64", "product": { "name": "redis-debuginfo-0:6.2.7-1.el9.x86_64", "product_id": "redis-debuginfo-0:6.2.7-1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "redis-devel-0:6.2.7-1.el9.i686", "product": { "name": "redis-devel-0:6.2.7-1.el9.i686", "product_id": "redis-devel-0:6.2.7-1.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9?arch=i686" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.7-1.el9.i686", "product": { "name": "redis-debugsource-0:6.2.7-1.el9.i686", "product_id": "redis-debugsource-0:6.2.7-1.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9?arch=i686" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.7-1.el9.i686", "product": { "name": "redis-debuginfo-0:6.2.7-1.el9.i686", "product_id": "redis-debuginfo-0:6.2.7-1.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.7-1.el9.s390x", "product": { "name": "redis-0:6.2.7-1.el9.s390x", "product_id": "redis-0:6.2.7-1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.7-1.el9?arch=s390x" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.7-1.el9.s390x", "product": { "name": "redis-devel-0:6.2.7-1.el9.s390x", "product_id": "redis-devel-0:6.2.7-1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9?arch=s390x" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.7-1.el9.s390x", "product": { "name": "redis-debugsource-0:6.2.7-1.el9.s390x", "product_id": "redis-debugsource-0:6.2.7-1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9?arch=s390x" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.7-1.el9.s390x", "product": { "name": "redis-debuginfo-0:6.2.7-1.el9.s390x", "product_id": "redis-debuginfo-0:6.2.7-1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "redis-doc-0:6.2.7-1.el9.noarch", "product": { "name": "redis-doc-0:6.2.7-1.el9.noarch", "product_id": "redis-doc-0:6.2.7-1.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-doc@6.2.7-1.el9?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.7-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64" }, "product_reference": "redis-0:6.2.7-1.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.7-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le" }, "product_reference": "redis-0:6.2.7-1.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.7-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x" }, "product_reference": "redis-0:6.2.7-1.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.7-1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src" }, "product_reference": "redis-0:6.2.7-1.el9.src", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.7-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64" }, "product_reference": "redis-0:6.2.7-1.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.7-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64" }, "product_reference": "redis-debuginfo-0:6.2.7-1.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.7-1.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686" }, "product_reference": "redis-debuginfo-0:6.2.7-1.el9.i686", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.7-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le" }, "product_reference": "redis-debuginfo-0:6.2.7-1.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.7-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x" }, "product_reference": "redis-debuginfo-0:6.2.7-1.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.7-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64" }, "product_reference": "redis-debuginfo-0:6.2.7-1.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.7-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64" }, "product_reference": "redis-debugsource-0:6.2.7-1.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.7-1.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686" }, "product_reference": "redis-debugsource-0:6.2.7-1.el9.i686", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.7-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le" }, "product_reference": "redis-debugsource-0:6.2.7-1.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.7-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x" }, "product_reference": "redis-debugsource-0:6.2.7-1.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.7-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64" }, "product_reference": "redis-debugsource-0:6.2.7-1.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.7-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64" }, "product_reference": "redis-devel-0:6.2.7-1.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.7-1.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686" }, "product_reference": "redis-devel-0:6.2.7-1.el9.i686", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.7-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le" }, "product_reference": "redis-devel-0:6.2.7-1.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.7-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x" }, "product_reference": "redis-devel-0:6.2.7-1.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.7-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64" }, "product_reference": "redis-devel-0:6.2.7-1.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-doc-0:6.2.7-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch" }, "product_reference": "redis-doc-0:6.2.7-1.el9.noarch", "relates_to_product_reference": "AppStream-9.1.0.GA" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-24735", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2022-04-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2080286" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Redis database where Lua scripts can be manipulated to overcome ACL rules. This flaw allows an attacker with access to Redis to inject Lua code that executes the potentially higher privileges of another Redis user.", "title": "Vulnerability description" }, { "category": "summary", "text": "redis: Code injection via Lua script execution environment", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-24735" }, { "category": "external", "summary": "RHBZ#2080286", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080286" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-24735", "url": "https://www.cve.org/CVERecord?id=CVE-2022-24735" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24735", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24735" }, { "category": "external", "summary": "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq", "url": "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq" } ], "release_date": "2022-04-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-15T10:21:49+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8096" }, { "category": "workaround", "details": "If Lua scripting is not being used, this vulnerability can be mitigated by blocking access to SCRIPT LOAD and EVAL commands using ACL rules.", "product_ids": [ "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 3.9, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "redis: Code injection via Lua script execution environment" }, { "cve": "CVE-2022-24736", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2022-04-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2080289" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Redis database when a malformed Lua script can cause a NULL pointer dereference. This flaw allows an attacker to load a crafting script, which results in a crash of the redis-server process.", "title": "Vulnerability description" }, { "category": "summary", "text": "redis: Malformed Lua script can crash Redis", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-24736" }, { "category": "external", "summary": "RHBZ#2080289", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080289" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-24736", "url": "https://www.cve.org/CVERecord?id=CVE-2022-24736" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24736", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24736" }, { "category": "external", "summary": "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984", "url": "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984" } ], "release_date": "2022-04-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-15T10:21:49+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8096" }, { "category": "workaround", "details": "If Lua scripting is not being used, this vulnerability can be mitigated by preventing access to SCRIPT LOAD and EVAL commands using ACL rules.", "product_ids": [ "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 3.3, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "redis: Malformed Lua script can crash Redis" } ] }
rhsa-2022_8096
Vulnerability from csaf_redhat
Published
2022-11-15 10:21
Modified
2024-11-26 17:25
Summary
Red Hat Security Advisory: redis security and bug fix update
Notes
Topic
An update for redis is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Redis is an advanced key-value store. It is often referred to as a data-structure server since keys can contain strings, hashes, lists, sets, and sorted sets. For performance, Redis works with an in-memory data set. You can persist it either by dumping the data set to disk every once in a while, or by appending each command to a log.
Security Fix(es):
* redis: Code injection via Lua script execution environment (CVE-2022-24735)
* redis: Malformed Lua script can crash Redis (CVE-2022-24736)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 9.1 Release Notes linked from the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Low" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for redis is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Redis is an advanced key-value store. It is often referred to as a data-structure server since keys can contain strings, hashes, lists, sets, and sorted sets. For performance, Redis works with an in-memory data set. You can persist it either by dumping the data set to disk every once in a while, or by appending each command to a log.\n\nSecurity Fix(es):\n\n* redis: Code injection via Lua script execution environment (CVE-2022-24735)\n\n* redis: Malformed Lua script can crash Redis (CVE-2022-24736)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.1 Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2022:8096", "url": "https://access.redhat.com/errata/RHSA-2022:8096" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#low", "url": "https://access.redhat.com/security/updates/classification/#low" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.1_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.1_release_notes/index" }, { "category": "external", "summary": "2080286", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080286" }, { "category": "external", "summary": "2080289", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080289" }, { "category": "external", "summary": "2083151", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2083151" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_8096.json" } ], "title": "Red Hat Security Advisory: redis security and bug fix update", "tracking": { "current_release_date": "2024-11-26T17:25:36+00:00", "generator": { "date": "2024-11-26T17:25:36+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2022:8096", "initial_release_date": "2022-11-15T10:21:49+00:00", "revision_history": [ { "date": "2022-11-15T10:21:49+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-11-15T10:21:49+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-26T17:25:36+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.7-1.el9.src", "product": { "name": "redis-0:6.2.7-1.el9.src", "product_id": "redis-0:6.2.7-1.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.7-1.el9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.7-1.el9.aarch64", "product": { "name": "redis-0:6.2.7-1.el9.aarch64", "product_id": "redis-0:6.2.7-1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.7-1.el9?arch=aarch64" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.7-1.el9.aarch64", "product": { "name": "redis-devel-0:6.2.7-1.el9.aarch64", "product_id": "redis-devel-0:6.2.7-1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9?arch=aarch64" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.7-1.el9.aarch64", "product": { "name": "redis-debugsource-0:6.2.7-1.el9.aarch64", "product_id": "redis-debugsource-0:6.2.7-1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9?arch=aarch64" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.7-1.el9.aarch64", "product": { "name": "redis-debuginfo-0:6.2.7-1.el9.aarch64", "product_id": "redis-debuginfo-0:6.2.7-1.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.7-1.el9.ppc64le", "product": { "name": "redis-0:6.2.7-1.el9.ppc64le", "product_id": "redis-0:6.2.7-1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.7-1.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.7-1.el9.ppc64le", "product": { "name": "redis-devel-0:6.2.7-1.el9.ppc64le", "product_id": "redis-devel-0:6.2.7-1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.7-1.el9.ppc64le", "product": { "name": "redis-debugsource-0:6.2.7-1.el9.ppc64le", "product_id": "redis-debugsource-0:6.2.7-1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.7-1.el9.ppc64le", "product": { "name": "redis-debuginfo-0:6.2.7-1.el9.ppc64le", "product_id": "redis-debuginfo-0:6.2.7-1.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.7-1.el9.x86_64", "product": { "name": "redis-0:6.2.7-1.el9.x86_64", "product_id": "redis-0:6.2.7-1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.7-1.el9?arch=x86_64" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.7-1.el9.x86_64", "product": { "name": "redis-devel-0:6.2.7-1.el9.x86_64", "product_id": "redis-devel-0:6.2.7-1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9?arch=x86_64" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.7-1.el9.x86_64", "product": { "name": "redis-debugsource-0:6.2.7-1.el9.x86_64", "product_id": "redis-debugsource-0:6.2.7-1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9?arch=x86_64" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.7-1.el9.x86_64", "product": { "name": "redis-debuginfo-0:6.2.7-1.el9.x86_64", "product_id": "redis-debuginfo-0:6.2.7-1.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "redis-devel-0:6.2.7-1.el9.i686", "product": { "name": "redis-devel-0:6.2.7-1.el9.i686", "product_id": "redis-devel-0:6.2.7-1.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9?arch=i686" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.7-1.el9.i686", "product": { "name": "redis-debugsource-0:6.2.7-1.el9.i686", "product_id": "redis-debugsource-0:6.2.7-1.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9?arch=i686" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.7-1.el9.i686", "product": { "name": "redis-debuginfo-0:6.2.7-1.el9.i686", "product_id": "redis-debuginfo-0:6.2.7-1.el9.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.7-1.el9.s390x", "product": { "name": "redis-0:6.2.7-1.el9.s390x", "product_id": "redis-0:6.2.7-1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.7-1.el9?arch=s390x" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.7-1.el9.s390x", "product": { "name": "redis-devel-0:6.2.7-1.el9.s390x", "product_id": "redis-devel-0:6.2.7-1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.el9?arch=s390x" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.7-1.el9.s390x", "product": { "name": "redis-debugsource-0:6.2.7-1.el9.s390x", "product_id": "redis-debugsource-0:6.2.7-1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.el9?arch=s390x" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.7-1.el9.s390x", "product": { "name": "redis-debuginfo-0:6.2.7-1.el9.s390x", "product_id": "redis-debuginfo-0:6.2.7-1.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.el9?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "redis-doc-0:6.2.7-1.el9.noarch", "product": { "name": "redis-doc-0:6.2.7-1.el9.noarch", "product_id": "redis-doc-0:6.2.7-1.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-doc@6.2.7-1.el9?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.7-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64" }, "product_reference": "redis-0:6.2.7-1.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.7-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le" }, "product_reference": "redis-0:6.2.7-1.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.7-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x" }, "product_reference": "redis-0:6.2.7-1.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.7-1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src" }, "product_reference": "redis-0:6.2.7-1.el9.src", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.7-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64" }, "product_reference": "redis-0:6.2.7-1.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.7-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64" }, "product_reference": "redis-debuginfo-0:6.2.7-1.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.7-1.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686" }, "product_reference": "redis-debuginfo-0:6.2.7-1.el9.i686", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.7-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le" }, "product_reference": "redis-debuginfo-0:6.2.7-1.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.7-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x" }, "product_reference": "redis-debuginfo-0:6.2.7-1.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.7-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64" }, "product_reference": "redis-debuginfo-0:6.2.7-1.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.7-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64" }, "product_reference": "redis-debugsource-0:6.2.7-1.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.7-1.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686" }, "product_reference": "redis-debugsource-0:6.2.7-1.el9.i686", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.7-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le" }, "product_reference": "redis-debugsource-0:6.2.7-1.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.7-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x" }, "product_reference": "redis-debugsource-0:6.2.7-1.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.7-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64" }, "product_reference": "redis-debugsource-0:6.2.7-1.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.7-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64" }, "product_reference": "redis-devel-0:6.2.7-1.el9.aarch64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.7-1.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686" }, "product_reference": "redis-devel-0:6.2.7-1.el9.i686", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.7-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le" }, "product_reference": "redis-devel-0:6.2.7-1.el9.ppc64le", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.7-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x" }, "product_reference": "redis-devel-0:6.2.7-1.el9.s390x", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.7-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64" }, "product_reference": "redis-devel-0:6.2.7-1.el9.x86_64", "relates_to_product_reference": "AppStream-9.1.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-doc-0:6.2.7-1.el9.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch" }, "product_reference": "redis-doc-0:6.2.7-1.el9.noarch", "relates_to_product_reference": "AppStream-9.1.0.GA" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-24735", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2022-04-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2080286" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Redis database where Lua scripts can be manipulated to overcome ACL rules. This flaw allows an attacker with access to Redis to inject Lua code that executes the potentially higher privileges of another Redis user.", "title": "Vulnerability description" }, { "category": "summary", "text": "redis: Code injection via Lua script execution environment", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-24735" }, { "category": "external", "summary": "RHBZ#2080286", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080286" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-24735", "url": "https://www.cve.org/CVERecord?id=CVE-2022-24735" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24735", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24735" }, { "category": "external", "summary": "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq", "url": "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq" } ], "release_date": "2022-04-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-15T10:21:49+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8096" }, { "category": "workaround", "details": "If Lua scripting is not being used, this vulnerability can be mitigated by blocking access to SCRIPT LOAD and EVAL commands using ACL rules.", "product_ids": [ "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 3.9, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "redis: Code injection via Lua script execution environment" }, { "cve": "CVE-2022-24736", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2022-04-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2080289" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Redis database when a malformed Lua script can cause a NULL pointer dereference. This flaw allows an attacker to load a crafting script, which results in a crash of the redis-server process.", "title": "Vulnerability description" }, { "category": "summary", "text": "redis: Malformed Lua script can crash Redis", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-24736" }, { "category": "external", "summary": "RHBZ#2080289", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080289" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-24736", "url": "https://www.cve.org/CVERecord?id=CVE-2022-24736" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24736", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24736" }, { "category": "external", "summary": "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984", "url": "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984" } ], "release_date": "2022-04-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-15T10:21:49+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:8096" }, { "category": "workaround", "details": "If Lua scripting is not being used, this vulnerability can be mitigated by preventing access to SCRIPT LOAD and EVAL commands using ACL rules.", "product_ids": [ "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 3.3, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.src", "AppStream-9.1.0.GA:redis-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debuginfo-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-debugsource-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.aarch64", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.i686", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.ppc64le", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.s390x", "AppStream-9.1.0.GA:redis-devel-0:6.2.7-1.el9.x86_64", "AppStream-9.1.0.GA:redis-doc-0:6.2.7-1.el9.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "redis: Malformed Lua script can crash Redis" } ] }
rhsa-2022:7541
Vulnerability from csaf_redhat
Published
2022-11-08 09:30
Modified
2024-11-26 17:25
Summary
Red Hat Security Advisory: redis:6 security, bug fix, and enhancement update
Notes
Topic
An update for the redis:6 module is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
Redis is an advanced key-value store. It is often referred to as a data-structure server since keys can contain strings, hashes, lists, sets, and sorted sets. For performance, Redis works with an in-memory data set. You can persist it either by dumping the data set to disk every once in a while, or by appending each command to a log.
The following packages have been upgraded to a later upstream version: redis (6.2.7). (BZ#1999873)
Security Fix(es):
* redis: Code injection via Lua script execution environment (CVE-2022-24735)
* redis: Malformed Lua script can crash Redis (CVE-2022-24736)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.7 Release Notes linked from the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Low" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the redis:6 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Redis is an advanced key-value store. It is often referred to as a data-structure server since keys can contain strings, hashes, lists, sets, and sorted sets. For performance, Redis works with an in-memory data set. You can persist it either by dumping the data set to disk every once in a while, or by appending each command to a log.\n\nThe following packages have been upgraded to a later upstream version: redis (6.2.7). (BZ#1999873)\n\nSecurity Fix(es):\n\n* redis: Code injection via Lua script execution environment (CVE-2022-24735)\n\n* redis: Malformed Lua script can crash Redis (CVE-2022-24736)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.7 Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2022:7541", "url": "https://access.redhat.com/errata/RHSA-2022:7541" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#low", "url": "https://access.redhat.com/security/updates/classification/#low" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/index" }, { "category": "external", "summary": "1999873", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1999873" }, { "category": "external", "summary": "2080286", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080286" }, { "category": "external", "summary": "2080289", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080289" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_7541.json" } ], "title": "Red Hat Security Advisory: redis:6 security, bug fix, and enhancement update", "tracking": { "current_release_date": "2024-11-26T17:25:28+00:00", "generator": { "date": "2024-11-26T17:25:28+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2022:7541", "initial_release_date": "2022-11-08T09:30:12+00:00", "revision_history": [ { "date": "2022-11-08T09:30:12+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-11-08T09:30:12+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-26T17:25:28+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "redis:6:8070020220509142426:3b9f49c4", "product": { "name": "redis:6:8070020220509142426:3b9f49c4", "product_id": "redis:6:8070020220509142426:3b9f49c4", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/redis@6:8070020220509142426:3b9f49c4" } } }, { "category": "product_version", "name": "redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch", "product": { "name": "redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch", "product_id": "redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-doc@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product": { "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product_id": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=aarch64" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product": { "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product_id": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=aarch64" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product": { "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product_id": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=aarch64" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product": { "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product_id": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "product": { "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "product_id": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product": { "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product_id": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product": { "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product_id": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product": { "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product_id": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=ppc64le" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product": { "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product_id": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product": { "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product_id": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=s390x" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product": { "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product_id": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=s390x" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product": { "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product_id": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=s390x" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product": { "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product_id": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product": { "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product_id": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=x86_64" } } }, { "category": "product_version", "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product": { "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product_id": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debuginfo@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=x86_64" } } }, { "category": "product_version", "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product": { "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product_id": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-debugsource@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=x86_64" } } }, { "category": "product_version", "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product": { "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product_id": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/redis-devel@6.2.7-1.module%2Bel8.7.0%2B15197%2Bcc495aeb?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, "product_reference": "redis:6:8070020220509142426:3b9f49c4", "relates_to_product_reference": "AppStream-8.7.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64 as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64" }, "product_reference": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le" }, "product_reference": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x" }, "product_reference": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src" }, "product_reference": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64 as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64" }, "product_reference": "redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64 as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64" }, "product_reference": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le" }, "product_reference": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x" }, "product_reference": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64 as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64" }, "product_reference": "redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64 as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64" }, "product_reference": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le" }, "product_reference": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x" }, "product_reference": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64 as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64" }, "product_reference": "redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64 as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64" }, "product_reference": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le" }, "product_reference": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x" }, "product_reference": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64 as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64" }, "product_reference": "redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" }, { "category": "default_component_of", "full_product_name": { "name": "redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch as a component of redis:6:8070020220509142426:3b9f49c4 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch" }, "product_reference": "redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch", "relates_to_product_reference": "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-24735", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2022-04-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2080286" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Redis database where Lua scripts can be manipulated to overcome ACL rules. This flaw allows an attacker with access to Redis to inject Lua code that executes the potentially higher privileges of another Redis user.", "title": "Vulnerability description" }, { "category": "summary", "text": "redis: Code injection via Lua script execution environment", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-24735" }, { "category": "external", "summary": "RHBZ#2080286", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080286" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-24735", "url": "https://www.cve.org/CVERecord?id=CVE-2022-24735" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24735", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24735" }, { "category": "external", "summary": "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq", "url": "https://github.com/redis/redis/security/advisories/GHSA-647m-2wmq-qmvq" } ], "release_date": "2022-04-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-08T09:30:12+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7541" }, { "category": "workaround", "details": "If Lua scripting is not being used, this vulnerability can be mitigated by blocking access to SCRIPT LOAD and EVAL commands using ACL rules.", "product_ids": [ "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 3.9, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "redis: Code injection via Lua script execution environment" }, { "cve": "CVE-2022-24736", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2022-04-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2080289" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Redis database when a malformed Lua script can cause a NULL pointer dereference. This flaw allows an attacker to load a crafting script, which results in a crash of the redis-server process.", "title": "Vulnerability description" }, { "category": "summary", "text": "redis: Malformed Lua script can crash Redis", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-24736" }, { "category": "external", "summary": "RHBZ#2080289", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080289" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-24736", "url": "https://www.cve.org/CVERecord?id=CVE-2022-24736" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24736", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24736" }, { "category": "external", "summary": "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984", "url": "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984" } ], "release_date": "2022-04-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-11-08T09:30:12+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:7541" }, { "category": "workaround", "details": "If Lua scripting is not being used, this vulnerability can be mitigated by preventing access to SCRIPT LOAD and EVAL commands using ACL rules.", "product_ids": [ "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 3.3, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.src", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debuginfo-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-debugsource-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.aarch64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.ppc64le", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.s390x", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-devel-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.x86_64", "AppStream-8.7.0.GA:redis:6:8070020220509142426:3b9f49c4:redis-doc-0:6.2.7-1.module+el8.7.0+15197+cc495aeb.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "redis: Malformed Lua script can crash Redis" } ] }
gsd-2022-24736
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
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.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2022-24736", "description": "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, 6.2.X and 6.0.X. 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-24736", "references": [ "https://www.suse.com/security/cve/CVE-2022-24736.html", "https://advisories.mageia.org/CVE-2022-24736.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-24736" ], "details": "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.", "id": "GSD-2022-24736", "modified": "2023-12-13T01:19:43.157263Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-24736", "STATE": "PUBLIC", "TITLE": "A Malformed Lua script can crash Redis" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "redis", "version": { "version_data": [ { "version_value": "\u003c 6.2.7" }, { "version_value": "\u003c 7.0.0" } ] } } ] }, "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. 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." } ] }, "impact": { "cvss": { "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" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-476: NULL Pointer Dereference" } ] } ] }, "references": { "reference_data": [ { "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": "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984", "refsource": "CONFIRM", "url": "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984" }, { "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-3qpw-7686-5984", "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-24736" }, "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. 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." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-476" } ] } ] }, "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-3qpw-7686-5984", "refsource": "CONFIRM", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984" }, { "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": "LOW", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 2.1, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:L/AC:L/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 3.9, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "LOW", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 3.6 } }, "lastModifiedDate": "2022-10-07T15:26Z", "publishedDate": "2022-04-27T20:15Z" } } }
cve-2022-24736
Vulnerability from fkie_nvd
Published
2022-04-27 20:15
Modified
2024-11-21 06:50
Severity ?
3.3 (Low) - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L
5.5 (Medium) - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
5.5 (Medium) - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Summary
Redis is an in-memory database that persists on disk. 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.
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. 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." }, { "lang": "es", "value": "Redis es una base de datos en memoria que persiste en el disco. Antes de las versiones 6.2.7 y 7.0.0, un atacante que intente cargar un script Lua especialmente dise\u00f1ado puede causar una derivaci\u00f3n de puntero NULL que resultar\u00e1 en una ca\u00edda del proceso del servidor Redis. El problema se ha solucionado en las versiones de Redis 7.0.0 y 6.2.7. Una soluci\u00f3n adicional para mitigar este problema sin necesidad de parchear el ejecutable de redis-server, si no se utilizan scripts de Lua, es bloquear el acceso a los comandos `SCRIPT LOAD` y `EVAL` mediante reglas ACL" } ], "id": "CVE-2022-24736", "lastModified": "2024-11-21T06:50:58.983", "metrics": { "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "LOW", "cvssData": { "accessComplexity": "LOW", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 2.1, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:L/AC:L/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 3.9, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": false } ], "cvssMetricV31": [ { "cvssData": { "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" }, "exploitabilityScore": 1.8, "impactScore": 1.4, "source": "security-advisories@github.com", "type": "Secondary" }, { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 3.6, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2022-04-27T20:15:09.857", "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": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984" }, { "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": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/redis/redis/security/advisories/GHSA-3qpw-7686-5984" }, { "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-476" } ], "source": "security-advisories@github.com", "type": "Secondary" }, { "description": [ { "lang": "en", "value": "CWE-476" } ], "source": "nvd@nist.gov", "type": "Primary" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- 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.