Skip to content

Commit

Permalink
add redict and valkey to recent redis cves
Browse files Browse the repository at this point in the history
Signed-off-by: Weston Steimel <[email protected]>
  • Loading branch information
westonsteimel committed Jan 8, 2025
1 parent 599da67 commit 5e48442
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 10 deletions.
54 changes: 49 additions & 5 deletions data/anchore/2024/CVE-2024-46981.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,13 @@
"cna": "github_m",
"cveId": "CVE-2024-46981",
"description": "Redis is an open source, in-memory database that persists on disk. An authenticated user may use a specially crafted Lua script to manipulate the garbage collector and potentially lead to remote code execution. The problem is fixed in 7.4.2, 7.2.7, and 6.2.17. An additional workaround to mitigate the problem without patching the redis-server executable is to prevent users from executing Lua scripts. This can be done using ACL to restrict EVAL and EVALSHA commands.",
"needsReview": true,
"reason": "Added CPE configurations because not yet analyzed by NVD.",
"references": [
"https://github.com/redis/redis/releases/tag/6.2.17",
"https://github.com/redis/redis/releases/tag/7.2.7",
"https://github.com/redis/redis/releases/tag/7.4.2",
"https://github.com/redis/redis/security/advisories/GHSA-39h2-x6c4-6w4c"
],
"toDos": [
"Check on valkey and redict"
],
"upstream": {
"datePublished": "2025-01-06T21:11:51.687Z",
"dateReserved": "2024-09-16T16:10:09.018Z",
Expand Down Expand Up @@ -53,11 +49,59 @@
"versionType": "custom"
}
]
},
{
"collectionURL": "https://github.com",
"cpes": [
"cpe:2.3:a:linuxfoundation:valkey:*:*:*:*:*:*:*:*",
"cpe:2.3:a:valkey-io:valkey:*:*:*:*:*:*:*:*"
],
"packageName": "valkey-io/valkey",
"product": "valkey",
"repo": "https://github.com/valkey-io/valkey",
"vendor": "valkey-io",
"versions": [
{
"lessThan": "8.0.2",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
},
{
"collectionURL": "https://codeberg.org",
"cpes": [
"cpe:2.3:a:redict:redict:*:*:*:*:*:*:*:*"
],
"packageName": "redict/redict",
"product": "redict",
"repo": "https://codeberg.org/redict/redict",
"vendor": "redict",
"versions": [
{
"lessThan": "7.3.2",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"providerMetadata": {
"orgId": "00000000-0000-4000-8000-000000000000",
"shortName": "anchoreadp"
}
},
"references": [
{
"url": "https://github.com/valkey-io/valkey/releases/tag/8.0.2"
},
{
"url": "https://codeberg.org/redict/redict/releases/tag/7.3.2"
},
{
"url": "https://redict.io/posts/2025-01-08-redict-7.3.2-released"
}
]
}
}
54 changes: 49 additions & 5 deletions data/anchore/2024/CVE-2024-51741.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@
"cna": "github_m",
"cveId": "CVE-2024-51741",
"description": "Redis is an open source, in-memory database that persists on disk. An authenticated with sufficient privileges may create a malformed ACL selector which, when accessed, triggers a server panic and subsequent denial of service. The problem is fixed in Redis 7.2.7 and 7.4.2.",
"needsReview": true,
"reason": "Added CPE configurations because not yet analyzed by NVD.",
"references": [
"https://github.com/redis/redis/security/advisories/GHSA-prpq-rh5h-46g9"
],
"toDos": [
"Check on valkey and redict"
],
"upstream": {
"datePublished": "2025-01-06T21:20:19.772Z",
"dateReserved": "2024-10-31T14:12:45.789Z",
Expand Down Expand Up @@ -44,11 +40,59 @@
"versionType": "custom"
}
]
},
{
"collectionURL": "https://github.com",
"cpes": [
"cpe:2.3:a:linuxfoundation:valkey:*:*:*:*:*:*:*:*",
"cpe:2.3:a:valkey-io:valkey:*:*:*:*:*:*:*:*"
],
"packageName": "valkey-io/valkey",
"product": "valkey",
"repo": "https://github.com/valkey-io/valkey",
"vendor": "valkey-io",
"versions": [
{
"lessThan": "8.0.2",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
},
{
"collectionURL": "https://codeberg.org",
"cpes": [
"cpe:2.3:a:redict:redict:*:*:*:*:*:*:*:*"
],
"packageName": "redict/redict",
"product": "redict",
"repo": "https://codeberg.org/redict/redict",
"vendor": "redict",
"versions": [
{
"lessThan": "7.3.2",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"providerMetadata": {
"orgId": "00000000-0000-4000-8000-000000000000",
"shortName": "anchoreadp"
}
},
"references": [
{
"url": "https://github.com/valkey-io/valkey/releases/tag/8.0.2"
},
{
"url": "https://codeberg.org/redict/redict/releases/tag/7.3.2"
},
{
"url": "https://redict.io/posts/2025-01-08-redict-7.3.2-released"
}
]
}
}

0 comments on commit 5e48442

Please sign in to comment.