mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-08-04 08:44:25 +00:00
Auto-merge PR#5502
Auto-merge PR#5502
This commit is contained in:
commit
23a75a9e03
@ -38,7 +38,7 @@
|
||||
"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, 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."
|
||||
"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."
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -72,6 +72,11 @@
|
||||
},
|
||||
"references": {
|
||||
"reference_data": [
|
||||
{
|
||||
"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": "https://github.com/redis/redis/pull/10651",
|
||||
"refsource": "MISC",
|
||||
@ -86,11 +91,6 @@
|
||||
"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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user