Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-46818 (GCVE-0-2025-46818)
Vulnerability from cvelistv5 – Published: 2025-10-03 18:38 – Updated: 2025-10-03 19:14
VLAI
EPSS
Title
Redis: Authenticated users can execute LUA scripts as a different user
Summary
Redis is an open source, in-memory database that persists on disk. Versions 8.2.1 and below allow an authenticated user to use a specially crafted Lua script to manipulate different LUA objects and potentially run their own code in the context of another user. The problem exists in all versions of Redis with LUA scripting. This issue is fixed in version 8.2.2. A 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 block a script by restricting both the EVAL and FUNCTION command families.
Severity
6 (Medium)
SSVC
Exploitation: none
Automatable: no
Technical Impact: total
CISA Coordinator (v2.0.3)
CWE
- CWE-94 - Improper Control of Generation of Code ('Code Injection')
Assigner
References
3 references
| URL | Tags |
|---|---|
| https://github.com/redis/redis/security/advisorie… | x_refsource_CONFIRM |
| https://github.com/redis/redis/commit/45eac026202… | x_refsource_MISC |
| https://github.com/redis/redis/releases/tag/8.2.2 | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-46818",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-10-03T19:02:57.936547Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-10-03T19:14:19.668Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "redis",
"vendor": "redis",
"versions": [
{
"status": "affected",
"version": "\u003c 8.2.2"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Redis is an open source, in-memory database that persists on disk. Versions 8.2.1 and below allow an authenticated user to use a specially crafted Lua script to manipulate different LUA objects and potentially run their own code in the context of another user. The problem exists in all versions of Redis with LUA scripting. This issue is fixed in version 8.2.2. A 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 block a script by restricting both the EVAL and FUNCTION command families."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-94",
"description": "CWE-94: Improper Control of Generation of Code (\u0027Code Injection\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-10-03T18:38:57.170Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/redis/redis/security/advisories/GHSA-qrv7-wcrx-q5jp",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/redis/redis/security/advisories/GHSA-qrv7-wcrx-q5jp"
},
{
"name": "https://github.com/redis/redis/commit/45eac0262028c771b6f5307372814b75f49f7a9e",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/redis/redis/commit/45eac0262028c771b6f5307372814b75f49f7a9e"
},
{
"name": "https://github.com/redis/redis/releases/tag/8.2.2",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/redis/redis/releases/tag/8.2.2"
}
],
"source": {
"advisory": "GHSA-qrv7-wcrx-q5jp",
"discovery": "UNKNOWN"
},
"title": "Redis: Authenticated users can execute LUA scripts as a different user"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2025-46818",
"datePublished": "2025-10-03T18:38:57.170Z",
"dateReserved": "2025-04-30T19:41:58.134Z",
"dateUpdated": "2025-10-03T19:14:19.668Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-46818",
"date": "2026-06-05",
"epss": "0.03652",
"percentile": "0.88095"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-46818\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-10-03T19:15:43.330\",\"lastModified\":\"2026-01-27T19:38:03.487\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Redis is an open source, in-memory database that persists on disk. Versions 8.2.1 and below allow an authenticated user to use a specially crafted Lua script to manipulate different LUA objects and potentially run their own code in the context of another user. The problem exists in all versions of Redis with LUA scripting. This issue is fixed in version 8.2.2. A 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 block a script by restricting both the EVAL and FUNCTION command families.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:N\",\"baseScore\":6.0,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":0.8,\"impactScore\":5.2},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H\",\"baseScore\":7.3,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.3,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-94\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"6.2.20\",\"matchCriteriaId\":\"C2F4D4F6-6F7C-46BC-B37C-DFAC34B097AC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"7.0\",\"versionEndExcluding\":\"7.2.11\",\"matchCriteriaId\":\"4F82BD2A-473F-4F3F-9C80-C6448D07C45D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"7.4.0\",\"versionEndExcluding\":\"7.4.6\",\"matchCriteriaId\":\"F6E336B8-E000-4EFA-95F8-F2B74A4913F0\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.0.0\",\"versionEndExcluding\":\"8.0.4\",\"matchCriteriaId\":\"459EBC07-D37A-44E5-95DB-4C3FD9F008FF\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.2.0\",\"versionEndExcluding\":\"8.2.2\",\"matchCriteriaId\":\"CBF13EC1-FE0A-4242-B8D3-2681485DDDF2\"}]}]}],\"references\":[{\"url\":\"https://github.com/redis/redis/commit/45eac0262028c771b6f5307372814b75f49f7a9e\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/redis/redis/releases/tag/8.2.2\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/redis/redis/security/advisories/GHSA-qrv7-wcrx-q5jp\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-46818\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-10-03T19:02:57.936547Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-10-03T19:03:00.679Z\"}}], \"cna\": {\"title\": \"Redis: Authenticated users can execute LUA scripts as a different user\", \"source\": {\"advisory\": \"GHSA-qrv7-wcrx-q5jp\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 6, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"redis\", \"product\": \"redis\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 8.2.2\"}]}], \"references\": [{\"url\": \"https://github.com/redis/redis/security/advisories/GHSA-qrv7-wcrx-q5jp\", \"name\": \"https://github.com/redis/redis/security/advisories/GHSA-qrv7-wcrx-q5jp\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/redis/redis/commit/45eac0262028c771b6f5307372814b75f49f7a9e\", \"name\": \"https://github.com/redis/redis/commit/45eac0262028c771b6f5307372814b75f49f7a9e\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/redis/redis/releases/tag/8.2.2\", \"name\": \"https://github.com/redis/redis/releases/tag/8.2.2\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Redis is an open source, in-memory database that persists on disk. Versions 8.2.1 and below allow an authenticated user to use a specially crafted Lua script to manipulate different LUA objects and potentially run their own code in the context of another user. The problem exists in all versions of Redis with LUA scripting. This issue is fixed in version 8.2.2. A 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 block a script by restricting both the EVAL and FUNCTION command families.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-94\", \"description\": \"CWE-94: Improper Control of Generation of Code (\u0027Code Injection\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2025-10-03T18:38:57.170Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-46818\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-10-03T19:14:19.668Z\", \"dateReserved\": \"2025-04-30T19:41:58.134Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2025-10-03T18:38:57.170Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
SUSE-SU-2025:03506-1
Vulnerability from csaf_suse - Published: 2025-10-09 07:44 - Updated: 2025-10-09 07:44Summary
Security update for redis
Severity
Critical
Notes
Title of the patch: Security update for redis
Description of the patch: This update for redis fixes the following issues:
- CVE-2025-49844: Malicious Lua scripts may lead to remote code execution.
[bsc#1250995]
- CVE-2025-46817: Malicious Lua scripts may lead to integer overflow and
potential remote code execution. [bsc#1250995]
- CVE-2025-46818: Malicious Lua scripts can be executed in the context of
another user. [bsc#1250995]
- CVE-2025-46819: Malicious Lua scripts can trigger out-of-bound reads to
facilitate denial-of-service attacks. [bsc#1250995]
Patchnames: SUSE-2025-3506,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-3506,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-3506,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-3506,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-3506,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-3506,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-3506,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-3506,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-3506,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-LTS-2025-3506,SUSE-SLE-Product-SUSE-Manager-Server-4.3-LTS-2025-3506
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.8 (High)
Affected products
Recommended
24 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
critical
Affected products
Recommended
24 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
critical
8.1 (High)
Affected products
Recommended
24 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
critical
9.9 (Critical)
Affected products
Recommended
24 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
critical
References
17 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "critical"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for redis",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for redis fixes the following issues:\n\n- CVE-2025-49844: Malicious Lua scripts may lead to remote code execution.\n [bsc#1250995]\n\n- CVE-2025-46817: Malicious Lua scripts may lead to integer overflow and\n potential remote code execution. [bsc#1250995]\n\n- CVE-2025-46818: Malicious Lua scripts can be executed in the context of\n another user. [bsc#1250995]\n\n- CVE-2025-46819: Malicious Lua scripts can trigger out-of-bound reads to\n facilitate denial-of-service attacks. [bsc#1250995]\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3506,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-3506,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-3506,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-3506,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-3506,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-3506,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-3506,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-3506,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-3506,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-LTS-2025-3506,SUSE-SLE-Product-SUSE-Manager-Server-4.3-LTS-2025-3506",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_03506-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:03506-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202503506-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:03506-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-October/042042.html"
},
{
"category": "self",
"summary": "SUSE Bug 1250995",
"url": "https://bugzilla.suse.com/1250995"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-46817 page",
"url": "https://www.suse.com/security/cve/CVE-2025-46817/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-46818 page",
"url": "https://www.suse.com/security/cve/CVE-2025-46818/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-46819 page",
"url": "https://www.suse.com/security/cve/CVE-2025-46819/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-49844 page",
"url": "https://www.suse.com/security/cve/CVE-2025-49844/"
}
],
"title": "Security update for redis",
"tracking": {
"current_release_date": "2025-10-09T07:44:48Z",
"generator": {
"date": "2025-10-09T07:44:48Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:03506-1",
"initial_release_date": "2025-10-09T07:44:48Z",
"revision_history": [
{
"date": "2025-10-09T07:44:48Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "redis-6.2.6-150400.3.40.1.aarch64",
"product": {
"name": "redis-6.2.6-150400.3.40.1.aarch64",
"product_id": "redis-6.2.6-150400.3.40.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-6.2.6-150400.3.40.1.i586",
"product": {
"name": "redis-6.2.6-150400.3.40.1.i586",
"product_id": "redis-6.2.6-150400.3.40.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-6.2.6-150400.3.40.1.ppc64le",
"product": {
"name": "redis-6.2.6-150400.3.40.1.ppc64le",
"product_id": "redis-6.2.6-150400.3.40.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-6.2.6-150400.3.40.1.s390x",
"product": {
"name": "redis-6.2.6-150400.3.40.1.s390x",
"product_id": "redis-6.2.6-150400.3.40.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-6.2.6-150400.3.40.1.x86_64",
"product": {
"name": "redis-6.2.6-150400.3.40.1.x86_64",
"product_id": "redis-6.2.6-150400.3.40.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy LTS 4.3",
"product": {
"name": "SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy-lts:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server LTS 4.3",
"product": {
"name": "SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server-lts:4.3"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.6-150400.3.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.40.1.aarch64"
},
"product_reference": "redis-6.2.6-150400.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.6-150400.3.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.40.1.x86_64"
},
"product_reference": "redis-6.2.6-150400.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.6-150400.3.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.aarch64"
},
"product_reference": "redis-6.2.6-150400.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.6-150400.3.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.x86_64"
},
"product_reference": "redis-6.2.6-150400.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.6-150400.3.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.40.1.aarch64"
},
"product_reference": "redis-6.2.6-150400.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.6-150400.3.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.40.1.x86_64"
},
"product_reference": "redis-6.2.6-150400.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.6-150400.3.40.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.aarch64"
},
"product_reference": "redis-6.2.6-150400.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.6-150400.3.40.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.x86_64"
},
"product_reference": "redis-6.2.6-150400.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.6-150400.3.40.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.aarch64"
},
"product_reference": "redis-6.2.6-150400.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.6-150400.3.40.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.ppc64le"
},
"product_reference": "redis-6.2.6-150400.3.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.6-150400.3.40.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.s390x"
},
"product_reference": "redis-6.2.6-150400.3.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.6-150400.3.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.x86_64"
},
"product_reference": "redis-6.2.6-150400.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.6-150400.3.40.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.aarch64"
},
"product_reference": "redis-6.2.6-150400.3.40.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.6-150400.3.40.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.ppc64le"
},
"product_reference": "redis-6.2.6-150400.3.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.6-150400.3.40.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.s390x"
},
"product_reference": "redis-6.2.6-150400.3.40.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.6-150400.3.40.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.x86_64"
},
"product_reference": "redis-6.2.6-150400.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.6-150400.3.40.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.40.1.ppc64le"
},
"product_reference": "redis-6.2.6-150400.3.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.6-150400.3.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.40.1.x86_64"
},
"product_reference": "redis-6.2.6-150400.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.6-150400.3.40.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.40.1.ppc64le"
},
"product_reference": "redis-6.2.6-150400.3.40.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.6-150400.3.40.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.40.1.x86_64"
},
"product_reference": "redis-6.2.6-150400.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.6-150400.3.40.1.x86_64 as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:redis-6.2.6-150400.3.40.1.x86_64"
},
"product_reference": "redis-6.2.6-150400.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.6-150400.3.40.1.ppc64le as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.ppc64le"
},
"product_reference": "redis-6.2.6-150400.3.40.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.6-150400.3.40.1.s390x as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.s390x"
},
"product_reference": "redis-6.2.6-150400.3.40.1.s390x",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.2.6-150400.3.40.1.x86_64 as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.x86_64"
},
"product_reference": "redis-6.2.6-150400.3.40.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-46817",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-46817"
}
],
"notes": [
{
"category": "general",
"text": "Redis is an open source, in-memory database that persists on disk. Versions 8.2.1 and below allow an authenticated user to use a specially crafted Lua script to cause an integer overflow and potentially lead to remote code execution The problem exists in all versions of Redis with Lua scripting. This issue is fixed in version 8.2.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Manager Proxy LTS 4.3:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-46817",
"url": "https://www.suse.com/security/cve/CVE-2025-46817"
},
{
"category": "external",
"summary": "SUSE Bug 1250995 for CVE-2025-46817",
"url": "https://bugzilla.suse.com/1250995"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Manager Proxy LTS 4.3:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Manager Proxy LTS 4.3:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-09T07:44:48Z",
"details": "critical"
}
],
"title": "CVE-2025-46817"
},
{
"cve": "CVE-2025-46818",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-46818"
}
],
"notes": [
{
"category": "general",
"text": "Redis is an open source, in-memory database that persists on disk. Versions 8.2.1 and below allow an authenticated user to use a specially crafted Lua script to manipulate different LUA objects and potentially run their own code in the context of another user. The problem exists in all versions of Redis with LUA scripting. This issue is fixed in version 8.2.2. A 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 block a script by restricting both the EVAL and FUNCTION command families.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Manager Proxy LTS 4.3:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-46818",
"url": "https://www.suse.com/security/cve/CVE-2025-46818"
},
{
"category": "external",
"summary": "SUSE Bug 1250995 for CVE-2025-46818",
"url": "https://bugzilla.suse.com/1250995"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Manager Proxy LTS 4.3:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Manager Proxy LTS 4.3:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-09T07:44:48Z",
"details": "critical"
}
],
"title": "CVE-2025-46818"
},
{
"cve": "CVE-2025-46819",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-46819"
}
],
"notes": [
{
"category": "general",
"text": "Redis is an open source, in-memory database that persists on disk. Versions 8.2.1 and below allow an authenticated user to use a specially crafted LUA script to read out-of-bound data or crash the server and subsequent denial of service. The problem exists in all versions of Redis with Lua scripting. This issue is fixed in version 8.2.2. To workaround this issue without patching the redis-server executable is to prevent users from executing Lua scripts. This can be done using ACL to block a script by restricting both the EVAL and FUNCTION command families.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Manager Proxy LTS 4.3:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-46819",
"url": "https://www.suse.com/security/cve/CVE-2025-46819"
},
{
"category": "external",
"summary": "SUSE Bug 1250995 for CVE-2025-46819",
"url": "https://bugzilla.suse.com/1250995"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Manager Proxy LTS 4.3:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Manager Proxy LTS 4.3:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-09T07:44:48Z",
"details": "critical"
}
],
"title": "CVE-2025-46819"
},
{
"cve": "CVE-2025-49844",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-49844"
}
],
"notes": [
{
"category": "general",
"text": "Redis is an open source, in-memory database that persists on disk. Versions 8.2.1 and below allow an authenticated user to use a specially crafted Lua script to manipulate the garbage collector, trigger a use-after-free and potentially lead to remote code execution. The problem exists in all versions of Redis with Lua scripting. This issue is fixed in version 8.2.2. To workaround this issue 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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Manager Proxy LTS 4.3:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-49844",
"url": "https://www.suse.com/security/cve/CVE-2025-49844"
},
{
"category": "external",
"summary": "SUSE Bug 1250995 for CVE-2025-49844",
"url": "https://bugzilla.suse.com/1250995"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Manager Proxy LTS 4.3:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Manager Proxy LTS 4.3:redis-6.2.6-150400.3.40.1.x86_64",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.ppc64le",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.s390x",
"SUSE Manager Server LTS 4.3:redis-6.2.6-150400.3.40.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-09T07:44:48Z",
"details": "critical"
}
],
"title": "CVE-2025-49844"
}
]
}
SUSE-SU-2025:03507-1
Vulnerability from csaf_suse - Published: 2025-10-09 07:45 - Updated: 2025-10-09 07:45Summary
Security update for redis
Severity
Critical
Notes
Title of the patch: Security update for redis
Description of the patch: This update for redis fixes the following issues:
- CVE-2025-49844: Malicious Lua scripts may lead to remote code execution.
[bsc#1250995]
- CVE-2025-46817: Malicious Lua scripts may lead to integer overflow and
potential remote code execution. [bsc#1250995]
- CVE-2025-46818: Malicious Lua scripts can be executed in the context of
another user. [bsc#1250995]
- CVE-2025-46819: Malicious Lua scripts can trigger out-of-bound reads to
facilitate denial-of-service attacks. [bsc#1250995]
Patchnames: SUSE-2025-3507,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-3507,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-3507,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-3507,SUSE-Storage-7.1-2025-3507
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.8 (High)
Affected products
Recommended
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.43.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
critical
Affected products
Recommended
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.43.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
critical
8.1 (High)
Affected products
Recommended
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.43.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
critical
9.9 (Critical)
Affected products
Recommended
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.43.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.43.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
critical
References
17 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "critical"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for redis",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for redis fixes the following issues:\n\n- CVE-2025-49844: Malicious Lua scripts may lead to remote code execution.\n [bsc#1250995]\n\n- CVE-2025-46817: Malicious Lua scripts may lead to integer overflow and\n potential remote code execution. [bsc#1250995]\n\n- CVE-2025-46818: Malicious Lua scripts can be executed in the context of\n another user. [bsc#1250995]\n\n- CVE-2025-46819: Malicious Lua scripts can trigger out-of-bound reads to\n facilitate denial-of-service attacks. [bsc#1250995]\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3507,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-3507,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-3507,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-3507,SUSE-Storage-7.1-2025-3507",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_03507-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:03507-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202503507-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:03507-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-October/042041.html"
},
{
"category": "self",
"summary": "SUSE Bug 1250995",
"url": "https://bugzilla.suse.com/1250995"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-46817 page",
"url": "https://www.suse.com/security/cve/CVE-2025-46817/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-46818 page",
"url": "https://www.suse.com/security/cve/CVE-2025-46818/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-46819 page",
"url": "https://www.suse.com/security/cve/CVE-2025-46819/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-49844 page",
"url": "https://www.suse.com/security/cve/CVE-2025-49844/"
}
],
"title": "Security update for redis",
"tracking": {
"current_release_date": "2025-10-09T07:45:04Z",
"generator": {
"date": "2025-10-09T07:45:04Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:03507-1",
"initial_release_date": "2025-10-09T07:45:04Z",
"revision_history": [
{
"date": "2025-10-09T07:45:04Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "redis-6.0.14-150200.6.43.1.aarch64",
"product": {
"name": "redis-6.0.14-150200.6.43.1.aarch64",
"product_id": "redis-6.0.14-150200.6.43.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-6.0.14-150200.6.43.1.i586",
"product": {
"name": "redis-6.0.14-150200.6.43.1.i586",
"product_id": "redis-6.0.14-150200.6.43.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-6.0.14-150200.6.43.1.ppc64le",
"product": {
"name": "redis-6.0.14-150200.6.43.1.ppc64le",
"product_id": "redis-6.0.14-150200.6.43.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-6.0.14-150200.6.43.1.s390x",
"product": {
"name": "redis-6.0.14-150200.6.43.1.s390x",
"product_id": "redis-6.0.14-150200.6.43.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "redis-6.0.14-150200.6.43.1.x86_64",
"product": {
"name": "redis-6.0.14-150200.6.43.1.x86_64",
"product_id": "redis-6.0.14-150200.6.43.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.0.14-150200.6.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.aarch64"
},
"product_reference": "redis-6.0.14-150200.6.43.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.0.14-150200.6.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.x86_64"
},
"product_reference": "redis-6.0.14-150200.6.43.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.0.14-150200.6.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.aarch64"
},
"product_reference": "redis-6.0.14-150200.6.43.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.0.14-150200.6.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.ppc64le"
},
"product_reference": "redis-6.0.14-150200.6.43.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.0.14-150200.6.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.s390x"
},
"product_reference": "redis-6.0.14-150200.6.43.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.0.14-150200.6.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.x86_64"
},
"product_reference": "redis-6.0.14-150200.6.43.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.0.14-150200.6.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.43.1.ppc64le"
},
"product_reference": "redis-6.0.14-150200.6.43.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.0.14-150200.6.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.43.1.x86_64"
},
"product_reference": "redis-6.0.14-150200.6.43.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.0.14-150200.6.43.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.43.1.aarch64"
},
"product_reference": "redis-6.0.14-150200.6.43.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "redis-6.0.14-150200.6.43.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.43.1.x86_64"
},
"product_reference": "redis-6.0.14-150200.6.43.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-46817",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-46817"
}
],
"notes": [
{
"category": "general",
"text": "Redis is an open source, in-memory database that persists on disk. Versions 8.2.1 and below allow an authenticated user to use a specially crafted Lua script to cause an integer overflow and potentially lead to remote code execution The problem exists in all versions of Redis with Lua scripting. This issue is fixed in version 8.2.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.43.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-46817",
"url": "https://www.suse.com/security/cve/CVE-2025-46817"
},
{
"category": "external",
"summary": "SUSE Bug 1250995 for CVE-2025-46817",
"url": "https://bugzilla.suse.com/1250995"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.43.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.43.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-09T07:45:04Z",
"details": "critical"
}
],
"title": "CVE-2025-46817"
},
{
"cve": "CVE-2025-46818",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-46818"
}
],
"notes": [
{
"category": "general",
"text": "Redis is an open source, in-memory database that persists on disk. Versions 8.2.1 and below allow an authenticated user to use a specially crafted Lua script to manipulate different LUA objects and potentially run their own code in the context of another user. The problem exists in all versions of Redis with LUA scripting. This issue is fixed in version 8.2.2. A 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 block a script by restricting both the EVAL and FUNCTION command families.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.43.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-46818",
"url": "https://www.suse.com/security/cve/CVE-2025-46818"
},
{
"category": "external",
"summary": "SUSE Bug 1250995 for CVE-2025-46818",
"url": "https://bugzilla.suse.com/1250995"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.43.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.43.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-09T07:45:04Z",
"details": "critical"
}
],
"title": "CVE-2025-46818"
},
{
"cve": "CVE-2025-46819",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-46819"
}
],
"notes": [
{
"category": "general",
"text": "Redis is an open source, in-memory database that persists on disk. Versions 8.2.1 and below allow an authenticated user to use a specially crafted LUA script to read out-of-bound data or crash the server and subsequent denial of service. The problem exists in all versions of Redis with Lua scripting. This issue is fixed in version 8.2.2. To workaround this issue without patching the redis-server executable is to prevent users from executing Lua scripts. This can be done using ACL to block a script by restricting both the EVAL and FUNCTION command families.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.43.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-46819",
"url": "https://www.suse.com/security/cve/CVE-2025-46819"
},
{
"category": "external",
"summary": "SUSE Bug 1250995 for CVE-2025-46819",
"url": "https://bugzilla.suse.com/1250995"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.43.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.43.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-09T07:45:04Z",
"details": "critical"
}
],
"title": "CVE-2025-46819"
},
{
"cve": "CVE-2025-49844",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-49844"
}
],
"notes": [
{
"category": "general",
"text": "Redis is an open source, in-memory database that persists on disk. Versions 8.2.1 and below allow an authenticated user to use a specially crafted Lua script to manipulate the garbage collector, trigger a use-after-free and potentially lead to remote code execution. The problem exists in all versions of Redis with Lua scripting. This issue is fixed in version 8.2.2. To workaround this issue 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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.43.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-49844",
"url": "https://www.suse.com/security/cve/CVE-2025-49844"
},
{
"category": "external",
"summary": "SUSE Bug 1250995 for CVE-2025-49844",
"url": "https://bugzilla.suse.com/1250995"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.43.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Enterprise Storage 7.1:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:redis-6.0.14-150200.6.43.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.43.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:redis-6.0.14-150200.6.43.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-09T07:45:04Z",
"details": "critical"
}
],
"title": "CVE-2025-49844"
}
]
}
SUSE-SU-2026:20022-1
Vulnerability from csaf_suse - Published: 2026-01-07 09:35 - Updated: 2026-01-07 09:35Summary
Security update of valkey
Severity
Critical
Notes
Title of the patch: Security update of valkey
Description of the patch: This update for valkey fixes the following issues:
Update to 8.0.6:
- Security fixes:
- CVE-2025-49844: Fixed that a Lua script may lead to remote code execution (bsc#1250995)
- CVE-2025-46817: Fixed that a Lua script may lead to integer overflow and potential RCE (bsc#1250995)
- CVE-2025-46818: Fixed that a Lua script can be executed in the context of another user (bsc#1250995)
- CVE-2025-46819: Fixed LUA out-of-bound read (bsc#1250995)
- Bug fixes:
* Fix accounting for dual channel RDB bytes in replication stats (#2614)
* Fix EVAL to report unknown error when empty error table is provided (#2229)
* Fix use-after-free when active expiration triggers hashtable to shrink (#2257)
* Fix MEMORY USAGE to account for embedded keys (#2290)
* Fix memory leak when shrinking a hashtable without entries (#2288)
* Prevent potential assertion in active defrag handling large allocations (#2353)
* Prevent bad memory access when NOTOUCH client gets unblocked (#2347)
* Converge divergent shard-id persisted in nodes.conf to primary's shard id (#2174)
* Fix client tracking memory overhead calculation (#2360)
* Fix RDB load per slot memory pre-allocation when loading from RDB snapshot (#2466)
* Don't use AVX2 instructions if the CPU doesn't support it (#2571)
* Fix bug where active defrag may be unable to defrag sparsely filled pages (#2656)
Changes from 8.0.5:
https://github.com/valkey-io/valkey/releases/tag/8.0.5
Patchnames: SUSE-SLES-16.0-121
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.8 (High)
Affected products
Recommended
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-compat-redis-8.0.6-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-compat-redis-8.0.6-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
critical
Affected products
Recommended
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-compat-redis-8.0.6-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-compat-redis-8.0.6-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
critical
8.1 (High)
Affected products
Recommended
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-compat-redis-8.0.6-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-compat-redis-8.0.6-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
critical
9.9 (Critical)
Affected products
Recommended
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-compat-redis-8.0.6-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-compat-redis-8.0.6-160000.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
critical
References
17 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "critical"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update of valkey",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for valkey fixes the following issues:\n\nUpdate to 8.0.6:\n\n - Security fixes:\n\n - CVE-2025-49844: Fixed that a Lua script may lead to remote code execution (bsc#1250995)\n - CVE-2025-46817: Fixed that a Lua script may lead to integer overflow and potential RCE (bsc#1250995)\n - CVE-2025-46818: Fixed that a Lua script can be executed in the context of another user (bsc#1250995)\n - CVE-2025-46819: Fixed LUA out-of-bound read (bsc#1250995)\n\n - Bug fixes:\n \n * Fix accounting for dual channel RDB bytes in replication stats (#2614)\n * Fix EVAL to report unknown error when empty error table is provided (#2229)\n * Fix use-after-free when active expiration triggers hashtable to shrink (#2257)\n * Fix MEMORY USAGE to account for embedded keys (#2290)\n * Fix memory leak when shrinking a hashtable without entries (#2288)\n * Prevent potential assertion in active defrag handling large allocations (#2353)\n * Prevent bad memory access when NOTOUCH client gets unblocked (#2347)\n * Converge divergent shard-id persisted in nodes.conf to primary\u0027s shard id (#2174)\n * Fix client tracking memory overhead calculation (#2360)\n * Fix RDB load per slot memory pre-allocation when loading from RDB snapshot (#2466)\n * Don\u0027t use AVX2 instructions if the CPU doesn\u0027t support it (#2571)\n * Fix bug where active defrag may be unable to defrag sparsely filled pages (#2656)\n\nChanges from 8.0.5:\n\n https://github.com/valkey-io/valkey/releases/tag/8.0.5\n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-121",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_20022-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:20022-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620022-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:20022-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023778.html"
},
{
"category": "self",
"summary": "SUSE Bug 1250995",
"url": "https://bugzilla.suse.com/1250995"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-46817 page",
"url": "https://www.suse.com/security/cve/CVE-2025-46817/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-46818 page",
"url": "https://www.suse.com/security/cve/CVE-2025-46818/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-46819 page",
"url": "https://www.suse.com/security/cve/CVE-2025-46819/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-49844 page",
"url": "https://www.suse.com/security/cve/CVE-2025-49844/"
}
],
"title": "Security update of valkey",
"tracking": {
"current_release_date": "2026-01-07T09:35:57Z",
"generator": {
"date": "2026-01-07T09:35:57Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:20022-1",
"initial_release_date": "2026-01-07T09:35:57Z",
"revision_history": [
{
"date": "2026-01-07T09:35:57Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "valkey-8.0.6-160000.1.1.aarch64",
"product": {
"name": "valkey-8.0.6-160000.1.1.aarch64",
"product_id": "valkey-8.0.6-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "valkey-devel-8.0.6-160000.1.1.aarch64",
"product": {
"name": "valkey-devel-8.0.6-160000.1.1.aarch64",
"product_id": "valkey-devel-8.0.6-160000.1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "valkey-compat-redis-8.0.6-160000.1.1.noarch",
"product": {
"name": "valkey-compat-redis-8.0.6-160000.1.1.noarch",
"product_id": "valkey-compat-redis-8.0.6-160000.1.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "valkey-8.0.6-160000.1.1.ppc64le",
"product": {
"name": "valkey-8.0.6-160000.1.1.ppc64le",
"product_id": "valkey-8.0.6-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "valkey-devel-8.0.6-160000.1.1.ppc64le",
"product": {
"name": "valkey-devel-8.0.6-160000.1.1.ppc64le",
"product_id": "valkey-devel-8.0.6-160000.1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "valkey-8.0.6-160000.1.1.s390x",
"product": {
"name": "valkey-8.0.6-160000.1.1.s390x",
"product_id": "valkey-8.0.6-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "valkey-devel-8.0.6-160000.1.1.s390x",
"product": {
"name": "valkey-devel-8.0.6-160000.1.1.s390x",
"product_id": "valkey-devel-8.0.6-160000.1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "valkey-8.0.6-160000.1.1.x86_64",
"product": {
"name": "valkey-8.0.6-160000.1.1.x86_64",
"product_id": "valkey-8.0.6-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "valkey-devel-8.0.6-160000.1.1.x86_64",
"product": {
"name": "valkey-devel-8.0.6-160000.1.1.x86_64",
"product_id": "valkey-devel-8.0.6-160000.1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 16.0",
"product": {
"name": "SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product": {
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server-sap"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-8.0.6-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.aarch64"
},
"product_reference": "valkey-8.0.6-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-8.0.6-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.ppc64le"
},
"product_reference": "valkey-8.0.6-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-8.0.6-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.s390x"
},
"product_reference": "valkey-8.0.6-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-8.0.6-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.x86_64"
},
"product_reference": "valkey-8.0.6-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-compat-redis-8.0.6-160000.1.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:valkey-compat-redis-8.0.6-160000.1.1.noarch"
},
"product_reference": "valkey-compat-redis-8.0.6-160000.1.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-devel-8.0.6-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.aarch64"
},
"product_reference": "valkey-devel-8.0.6-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-devel-8.0.6-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.ppc64le"
},
"product_reference": "valkey-devel-8.0.6-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-devel-8.0.6-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.s390x"
},
"product_reference": "valkey-devel-8.0.6-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-devel-8.0.6-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.x86_64"
},
"product_reference": "valkey-devel-8.0.6-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-8.0.6-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.aarch64"
},
"product_reference": "valkey-8.0.6-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-8.0.6-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.ppc64le"
},
"product_reference": "valkey-8.0.6-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-8.0.6-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.s390x"
},
"product_reference": "valkey-8.0.6-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-8.0.6-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.x86_64"
},
"product_reference": "valkey-8.0.6-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-compat-redis-8.0.6-160000.1.1.noarch as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:valkey-compat-redis-8.0.6-160000.1.1.noarch"
},
"product_reference": "valkey-compat-redis-8.0.6-160000.1.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-devel-8.0.6-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.aarch64"
},
"product_reference": "valkey-devel-8.0.6-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-devel-8.0.6-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.ppc64le"
},
"product_reference": "valkey-devel-8.0.6-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-devel-8.0.6-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.s390x"
},
"product_reference": "valkey-devel-8.0.6-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "valkey-devel-8.0.6-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.x86_64"
},
"product_reference": "valkey-devel-8.0.6-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-46817",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-46817"
}
],
"notes": [
{
"category": "general",
"text": "Redis is an open source, in-memory database that persists on disk. Versions 8.2.1 and below allow an authenticated user to use a specially crafted Lua script to cause an integer overflow and potentially lead to remote code execution The problem exists in all versions of Redis with Lua scripting. This issue is fixed in version 8.2.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:valkey-compat-redis-8.0.6-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-compat-redis-8.0.6-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-46817",
"url": "https://www.suse.com/security/cve/CVE-2025-46817"
},
{
"category": "external",
"summary": "SUSE Bug 1250995 for CVE-2025-46817",
"url": "https://bugzilla.suse.com/1250995"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:valkey-compat-redis-8.0.6-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-compat-redis-8.0.6-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:valkey-compat-redis-8.0.6-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-compat-redis-8.0.6-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-07T09:35:57Z",
"details": "critical"
}
],
"title": "CVE-2025-46817"
},
{
"cve": "CVE-2025-46818",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-46818"
}
],
"notes": [
{
"category": "general",
"text": "Redis is an open source, in-memory database that persists on disk. Versions 8.2.1 and below allow an authenticated user to use a specially crafted Lua script to manipulate different LUA objects and potentially run their own code in the context of another user. The problem exists in all versions of Redis with LUA scripting. This issue is fixed in version 8.2.2. A 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 block a script by restricting both the EVAL and FUNCTION command families.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:valkey-compat-redis-8.0.6-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-compat-redis-8.0.6-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-46818",
"url": "https://www.suse.com/security/cve/CVE-2025-46818"
},
{
"category": "external",
"summary": "SUSE Bug 1250995 for CVE-2025-46818",
"url": "https://bugzilla.suse.com/1250995"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:valkey-compat-redis-8.0.6-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-compat-redis-8.0.6-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:valkey-compat-redis-8.0.6-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-compat-redis-8.0.6-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-07T09:35:57Z",
"details": "critical"
}
],
"title": "CVE-2025-46818"
},
{
"cve": "CVE-2025-46819",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-46819"
}
],
"notes": [
{
"category": "general",
"text": "Redis is an open source, in-memory database that persists on disk. Versions 8.2.1 and below allow an authenticated user to use a specially crafted LUA script to read out-of-bound data or crash the server and subsequent denial of service. The problem exists in all versions of Redis with Lua scripting. This issue is fixed in version 8.2.2. To workaround this issue without patching the redis-server executable is to prevent users from executing Lua scripts. This can be done using ACL to block a script by restricting both the EVAL and FUNCTION command families.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:valkey-compat-redis-8.0.6-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-compat-redis-8.0.6-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-46819",
"url": "https://www.suse.com/security/cve/CVE-2025-46819"
},
{
"category": "external",
"summary": "SUSE Bug 1250995 for CVE-2025-46819",
"url": "https://bugzilla.suse.com/1250995"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:valkey-compat-redis-8.0.6-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-compat-redis-8.0.6-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:valkey-compat-redis-8.0.6-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-compat-redis-8.0.6-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-07T09:35:57Z",
"details": "critical"
}
],
"title": "CVE-2025-46819"
},
{
"cve": "CVE-2025-49844",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-49844"
}
],
"notes": [
{
"category": "general",
"text": "Redis is an open source, in-memory database that persists on disk. Versions 8.2.1 and below allow an authenticated user to use a specially crafted Lua script to manipulate the garbage collector, trigger a use-after-free and potentially lead to remote code execution. The problem exists in all versions of Redis with Lua scripting. This issue is fixed in version 8.2.2. To workaround this issue 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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:valkey-compat-redis-8.0.6-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-compat-redis-8.0.6-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-49844",
"url": "https://www.suse.com/security/cve/CVE-2025-49844"
},
{
"category": "external",
"summary": "SUSE Bug 1250995 for CVE-2025-49844",
"url": "https://bugzilla.suse.com/1250995"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:valkey-compat-redis-8.0.6-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-compat-redis-8.0.6-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:valkey-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:valkey-compat-redis-8.0.6-160000.1.1.noarch",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:valkey-devel-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-8.0.6-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-compat-redis-8.0.6-160000.1.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:valkey-devel-8.0.6-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-07T09:35:57Z",
"details": "critical"
}
],
"title": "CVE-2025-49844"
}
]
}
WID-SEC-W-2025-2196
Vulnerability from csaf_certbund - Published: 2025-10-05 22:00 - Updated: 2026-01-14 23:00Summary
Redis: Mehrere Schwachstellen
Severity
Kritisch
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 Angreifer kann mehrere Schwachstellen in Redis ausnutzen, um beliebigen Programmcode auszuführen, um Daten zu manipulieren, um einen Denial of Service Angriff durchzuführen, und um Informationen offenzulegen.
Betroffene Betriebssysteme: - F5 Networks
- Linux
- UNIX
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Redis <6.2.20
Open Source / Redis
|
<6.2.20 | ||
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Redis <7.2.11
Open Source / Redis
|
<7.2.11 | ||
|
Open Source Redis <8.0.4
Open Source / Redis
|
<8.0.4 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
F5 BIG-IP Next
F5 / BIG-IP
|
cpe:/a:f5:big-ip:next
|
Next | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source Redis <8.2.2
Open Source / Redis
|
<8.2.2 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Trend Micro Apex One
Trend Micro
|
cpe:/a:trendmicro:apex_one:-
|
— | |
|
Open Source Redis <7.4.6
Open Source / Redis
|
<7.4.6 | ||
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Redis <6.2.20
Open Source / Redis
|
<6.2.20 | ||
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Redis <7.2.11
Open Source / Redis
|
<7.2.11 | ||
|
Open Source Redis <8.0.4
Open Source / Redis
|
<8.0.4 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
F5 BIG-IP Next
F5 / BIG-IP
|
cpe:/a:f5:big-ip:next
|
Next | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source Redis <8.2.2
Open Source / Redis
|
<8.2.2 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Trend Micro Apex One
Trend Micro
|
cpe:/a:trendmicro:apex_one:-
|
— | |
|
Open Source Redis <7.4.6
Open Source / Redis
|
<7.4.6 | ||
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Redis <6.2.20
Open Source / Redis
|
<6.2.20 | ||
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Redis <7.2.11
Open Source / Redis
|
<7.2.11 | ||
|
Open Source Redis <8.0.4
Open Source / Redis
|
<8.0.4 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
F5 BIG-IP Next
F5 / BIG-IP
|
cpe:/a:f5:big-ip:next
|
Next | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source Redis <8.2.2
Open Source / Redis
|
<8.2.2 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Trend Micro Apex One
Trend Micro
|
cpe:/a:trendmicro:apex_one:-
|
— | |
|
Open Source Redis <7.4.6
Open Source / Redis
|
<7.4.6 | ||
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 |
Affected products
Known affected
18 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Redis <6.2.20
Open Source / Redis
|
<6.2.20 | ||
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Redis <7.2.11
Open Source / Redis
|
<7.2.11 | ||
|
Open Source Redis <8.0.4
Open Source / Redis
|
<8.0.4 | ||
|
Google Cloud Platform
Google
|
cpe:/a:google:cloud_platform:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
F5 BIG-IP Next
F5 / BIG-IP
|
cpe:/a:f5:big-ip:next
|
Next | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source Redis <8.2.2
Open Source / Redis
|
<8.2.2 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Trend Micro Apex One
Trend Micro
|
cpe:/a:trendmicro:apex_one:-
|
— | |
|
Open Source Redis <7.4.6
Open Source / Redis
|
<7.4.6 | ||
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 |
References
68 references
{
"document": {
"aggregate_severity": {
"text": "kritisch"
},
"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 Angreifer kann mehrere Schwachstellen in Redis ausnutzen, um beliebigen Programmcode auszuf\u00fchren, um Daten zu manipulieren, um einen Denial of Service Angriff durchzuf\u00fchren, und um Informationen offenzulegen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- F5 Networks\n- Linux\n- UNIX",
"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-2025-2196 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-2196.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-2196 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-2196"
},
{
"category": "external",
"summary": "Redis GitHub vom 2025-10-05",
"url": "https://github.com/redis/redis/security/advisories/GHSA-m8fj-85cg-7vhp"
},
{
"category": "external",
"summary": "Redis GitHub vom 2025-10-05",
"url": "https://github.com/redis/redis/security/advisories/GHSA-qrv7-wcrx-q5jp"
},
{
"category": "external",
"summary": "Redis GitHub vom 2025-10-05",
"url": "https://github.com/redis/redis/security/advisories/GHSA-4c68-q8q8-3g4f"
},
{
"category": "external",
"summary": "Redis GitHub vom 2025-10-05",
"url": "https://github.com/redis/redis/security/advisories/GHSA-4789-qfc9-5f9q"
},
{
"category": "external",
"summary": "Redis v8.2.2",
"url": "https://github.com/redis/redis/releases/tag/8.2.2"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-EPEL-2025-2D44B874A0 vom 2025-10-06",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-2d44b874a0"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-EPEL-2025-115D3A5484 vom 2025-10-06",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-115d3a5484"
},
{
"category": "external",
"summary": "BSI Cybersicherheitswarnung vom 2025-10-07",
"url": "https://www.bsi.bund.de/SharedDocs/Cybersicherheitswarnungen/DE/2025/2025-287813-1032.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6020 vom 2025-10-08",
"url": "https://lists.debian.org/debian-security-announce/2025/msg00186.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20656 vom 2025-10-09",
"url": "https://linux.oracle.com/errata/ELSA-2025-20656.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20655 vom 2025-10-09",
"url": "https://linux.oracle.com/errata/ELSA-2025-20655.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20654 vom 2025-10-09",
"url": "https://linux.oracle.com/errata/ELSA-2025-20654.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20653 vom 2025-10-09",
"url": "https://linux.oracle.com/errata/ELSA-2025-20653.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03500-1 vom 2025-10-08",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-October/022796.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03499-1 vom 2025-10-08",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-October/022797.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15604-1 vom 2025-10-08",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/D5YD5HFZ7CYDLZ3EY5NOTKQ2F2437YFG/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03506-1 vom 2025-10-09",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/HPPRZXIQV7GCFB6J2QQPTRJE5BZSEY3P/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03505-1 vom 2025-10-09",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/DTMFNYW65ZJ3GL675ZV4U3ICMJS4GKAY/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03501-1 vom 2025-10-09",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/TXSYULIYKDNYDC726SFYC6EYNVU5W7AZ/"
},
{
"category": "external",
"summary": "PoC auf redrays.io vom 2025-10-08",
"url": "https://redrays.io/blog/poc-for-cve-2025-49844-cve-2025-46817-and-cve-2025-46818-critical-lua-engine-vulnerabilities/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03507-1 vom 2025-10-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-October/022800.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03502-1 vom 2025-10-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-October/022803.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6022 vom 2025-10-09",
"url": "https://lists.debian.org/debian-security-announce/2025/msg00188.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4325 vom 2025-10-09",
"url": "https://lists.debian.org/debian-lts-announce/2025/10/msg00005.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2REDIS6-2025-015 vom 2025-10-15",
"url": "https://alas.aws.amazon.com/AL2/ALAS2REDIS6-2025-015.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7824-3 vom 2025-10-16",
"url": "https://ubuntu.com/security/notices/USN-7824-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7824-1 vom 2025-10-15",
"url": "https://ubuntu.com/security/notices/USN-7824-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7824-2 vom 2025-10-16",
"url": "https://ubuntu.com/security/notices/USN-7824-2"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:18931 vom 2025-10-22",
"url": "https://access.redhat.com/errata/RHSA-2025:18931"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:18997 vom 2025-10-23",
"url": "https://access.redhat.com/errata/RHSA-2025:18997"
},
{
"category": "external",
"summary": "Google Cloud Platform Security Bulletin GCP-2025-061 vom 2025-10-22",
"url": "https://cloud.google.com/support/bulletins#gcp-2025-061"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:18996 vom 2025-10-23",
"url": "https://access.redhat.com/errata/RHSA-2025:18996"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:19086 vom 2025-10-23",
"url": "https://access.redhat.com/errata/RHSA-2025:19086"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:19237 vom 2025-10-29",
"url": "https://access.redhat.com/errata/RHSA-2025:19237"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:19239 vom 2025-10-29",
"url": "https://access.redhat.com/errata/RHSA-2025:19239"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:19238 vom 2025-10-29",
"url": "https://access.redhat.com/errata/RHSA-2025:19238"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:19318 vom 2025-10-30",
"url": "https://access.redhat.com/errata/RHSA-2025:19318"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-19238 vom 2025-10-30",
"url": "https://linux.oracle.com/errata/ELSA-2025-19238.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:19345 vom 2025-10-30",
"url": "https://access.redhat.com/errata/RHSA-2025:19345"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-19237 vom 2025-10-30",
"url": "https://linux.oracle.com/errata/ELSA-2025-19237.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-19345 vom 2025-10-31",
"url": "http://linux.oracle.com/errata/ELSA-2025-19345.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:19399 vom 2025-11-03",
"url": "https://access.redhat.com/errata/RHSA-2025:19399"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:19675 vom 2025-11-04",
"url": "https://access.redhat.com/errata/RHSA-2025:19675"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-19675 vom 2025-11-05",
"url": "https://linux.oracle.com/errata/ELSA-2025-19675.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:19675 vom 2025-11-06",
"url": "https://errata.build.resf.org/RLSA-2025:19675"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:19237 vom 2025-11-06",
"url": "https://errata.build.resf.org/RLSA-2025:19237"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:20926 vom 2025-11-11",
"url": "https://access.redhat.com/errata/RHSA-2025:20926"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:20955 vom 2025-11-11",
"url": "https://access.redhat.com/errata/RHSA-2025:20955"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:21916 vom 2025-11-24",
"url": "https://access.redhat.com/errata/RHSA-2025:21916"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:20926 vom 2025-11-21",
"url": "https://errata.build.resf.org/RLSA-2025:20926"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:21936 vom 2025-11-24",
"url": "https://access.redhat.com/errata/RHSA-2025:21936"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:21936 vom 2025-11-25",
"url": "https://errata.build.resf.org/RLSA-2025:21936"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:21916 vom 2025-11-25",
"url": "https://errata.build.resf.org/RLSA-2025:21916"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-21916 vom 2025-11-26",
"url": "https://linux.oracle.com/errata/ELSA-2025-21916.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20926 vom 2025-11-26",
"url": "https://linux.oracle.com/errata/ELSA-2025-20926.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20955 vom 2025-11-27",
"url": "https://linux.oracle.com/errata/ELSA-2025-20955.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025-20121-1 vom 2025-11-28",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/IX75NWZHJSDRCBII4RLH44D5LUSVI5GF/"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:20955 vom 2025-11-29",
"url": "https://errata.build.resf.org/RLSA-2025:20955"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:19345 vom 2025-11-29",
"url": "https://errata.build.resf.org/RLSA-2025:19345"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:19238 vom 2025-11-29",
"url": "https://errata.build.resf.org/RLSA-2025:19238"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-21936 vom 2025-12-03",
"url": "https://linux.oracle.com/errata/ELSA-2025-21936.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23203 vom 2025-12-15",
"url": "https://access.redhat.com/errata/RHSA-2025:23203"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23206 vom 2025-12-15",
"url": "https://access.redhat.com/errata/RHSA-2025:23206"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23207 vom 2025-12-15",
"url": "https://access.redhat.com/errata/RHSA-2025:23207"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:20003-1 vom 2026-01-12",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/H3G4Z4I3MTGHSB7NYXJDDPY6OE67GQCE/"
},
{
"category": "external",
"summary": "F5 Security Advisory K000159544 vom 2025-01-14",
"url": "https://my.f5.com/manage/s/article/K000159544"
}
],
"source_lang": "en-US",
"title": "Redis: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-01-14T23:00:00.000+00:00",
"generator": {
"date": "2026-01-15T07:01:19.326+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2025-2196",
"initial_release_date": "2025-10-05T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-10-05T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-10-07T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Info aufgenommen, Anpassung der Bewertung"
},
{
"date": "2025-10-08T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Open Source, Debian, Oracle Linux, SUSE und openSUSE aufgenommen"
},
{
"date": "2025-10-09T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2025-10-14T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-10-15T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-10-21T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-10-22T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Red Hat und Google aufgenommen"
},
{
"date": "2025-10-23T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-10-28T23:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-10-29T23:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-10-30T23:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Oracle Linux und Red Hat aufgenommen"
},
{
"date": "2025-11-02T23:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Oracle Linux und Red Hat aufgenommen"
},
{
"date": "2025-11-04T23:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-11-05T23:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Oracle Linux und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2025-11-11T23:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-11-13T23:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates aufgenommen"
},
{
"date": "2025-11-23T23:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Red Hat und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2025-11-24T23:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2025-11-25T23:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-11-27T23:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-11-30T23:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2025-12-03T23:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-12-15T23:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-01-12T23:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2026-01-13T23:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von F5 aufgenommen"
},
{
"date": "2026-01-14T23:00:00.000+00:00",
"number": "27",
"summary": "Korrektur F5 Produktzuordnung"
}
],
"status": "final",
"version": "27"
}
},
"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": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "Next",
"product": {
"name": "F5 BIG-IP Next",
"product_id": "T049956",
"product_identification_helper": {
"cpe": "cpe:/a:f5:big-ip:next"
}
}
}
],
"category": "product_name",
"name": "BIG-IP"
}
],
"category": "vendor",
"name": "F5"
},
{
"branches": [
{
"category": "product_name",
"name": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"category": "product_name",
"name": "Google Cloud Platform",
"product": {
"name": "Google Cloud Platform",
"product_id": "393401",
"product_identification_helper": {
"cpe": "cpe:/a:google:cloud_platform:-"
}
}
}
],
"category": "vendor",
"name": "Google"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c8.2.2",
"product": {
"name": "Open Source Redis \u003c8.2.2",
"product_id": "T047365"
}
},
{
"category": "product_version",
"name": "8.2.2",
"product": {
"name": "Open Source Redis 8.2.2",
"product_id": "T047365-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redislabs:redis:8.2.2"
}
}
},
{
"category": "product_version_range",
"name": "\u003c7.4.6",
"product": {
"name": "Open Source Redis \u003c7.4.6",
"product_id": "T047369"
}
},
{
"category": "product_version",
"name": "7.4.6",
"product": {
"name": "Open Source Redis 7.4.6",
"product_id": "T047369-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redislabs:redis:7.4.6"
}
}
},
{
"category": "product_version_range",
"name": "\u003c8.0.4",
"product": {
"name": "Open Source Redis \u003c8.0.4",
"product_id": "T047370"
}
},
{
"category": "product_version",
"name": "8.0.4",
"product": {
"name": "Open Source Redis 8.0.4",
"product_id": "T047370-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redislabs:redis:8.0.4"
}
}
},
{
"category": "product_version_range",
"name": "\u003c6.2.20",
"product": {
"name": "Open Source Redis \u003c6.2.20",
"product_id": "T047371"
}
},
{
"category": "product_version",
"name": "6.2.20",
"product": {
"name": "Open Source Redis 6.2.20",
"product_id": "T047371-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redislabs:redis:6.2.20"
}
}
},
{
"category": "product_version_range",
"name": "\u003c7.2.11",
"product": {
"name": "Open Source Redis \u003c7.2.11",
"product_id": "T047372"
}
},
{
"category": "product_version",
"name": "7.2.11",
"product": {
"name": "Open Source Redis 7.2.11",
"product_id": "T047372-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redislabs:redis:7.2.11"
}
}
}
],
"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": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"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": "product_version",
"name": "10",
"product": {
"name": "Red Hat Enterprise Linux 10",
"product_id": "T048873",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10"
}
}
}
],
"category": "product_name",
"name": "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": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"category": "product_name",
"name": "Trend Micro Apex One",
"product": {
"name": "Trend Micro Apex One",
"product_id": "T024555",
"product_identification_helper": {
"cpe": "cpe:/a:trendmicro:apex_one:-"
}
}
}
],
"category": "vendor",
"name": "Trend Micro"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-46817",
"product_status": {
"known_affected": [
"T047371",
"67646",
"T047372",
"T047370",
"393401",
"T004914",
"T032255",
"74185",
"T049956",
"2951",
"T002207",
"T000126",
"T027843",
"T047365",
"398363",
"T024555",
"T047369",
"T048873"
]
},
"release_date": "2025-10-05T22:00:00.000+00:00",
"title": "CVE-2025-46817"
},
{
"cve": "CVE-2025-49844",
"product_status": {
"known_affected": [
"T047371",
"67646",
"T047372",
"T047370",
"393401",
"T004914",
"T032255",
"74185",
"T049956",
"2951",
"T002207",
"T000126",
"T027843",
"T047365",
"398363",
"T024555",
"T047369",
"T048873"
]
},
"release_date": "2025-10-05T22:00:00.000+00:00",
"title": "CVE-2025-49844"
},
{
"cve": "CVE-2025-46818",
"product_status": {
"known_affected": [
"T047371",
"67646",
"T047372",
"T047370",
"393401",
"T004914",
"T032255",
"74185",
"T049956",
"2951",
"T002207",
"T000126",
"T027843",
"T047365",
"398363",
"T024555",
"T047369",
"T048873"
]
},
"release_date": "2025-10-05T22:00:00.000+00:00",
"title": "CVE-2025-46818"
},
{
"cve": "CVE-2025-46819",
"product_status": {
"known_affected": [
"T047371",
"67646",
"T047372",
"T047370",
"393401",
"T004914",
"T032255",
"74185",
"T049956",
"2951",
"T002207",
"T000126",
"T027843",
"T047365",
"398363",
"T024555",
"T047369",
"T048873"
]
},
"release_date": "2025-10-05T22:00:00.000+00:00",
"title": "CVE-2025-46819"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…