2023-04-24 12:24:31 +02:00
{
"id" : "CVE-2023-25155" ,
"sourceIdentifier" : "security-advisories@github.com" ,
"published" : "2023-03-02T04:15:10.807" ,
2024-12-08 03:06:42 +00:00
"lastModified" : "2024-11-21T07:49:12.907" ,
"vulnStatus" : "Modified" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2023-04-24 12:24:31 +02:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "Redis is an in-memory database that persists on disk. Authenticated users issuing specially crafted `SRANDMEMBER`, `ZRANDMEMBER`, and `HRANDFIELD` commands can trigger an integer overflow, resulting in a runtime assertion and termination of the Redis server process. This problem affects all Redis versions. Patches were released in Redis version(s) 6.0.18, 6.2.11 and 7.0.9."
}
] ,
"metrics" : {
"cvssMetricV31" : [
{
2024-12-08 03:06:42 +00:00
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
2023-04-24 12:24:31 +02:00
"cvssData" : {
"version" : "3.1" ,
2024-12-08 03:06:42 +00:00
"vectorString" : "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" ,
"baseScore" : 5.5 ,
"baseSeverity" : "MEDIUM" ,
"attackVector" : "LOCAL" ,
2023-04-24 12:24:31 +02:00
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2023-04-24 12:24:31 +02:00
} ,
2024-12-08 03:06:42 +00:00
"exploitabilityScore" : 1.8 ,
2023-04-24 12:24:31 +02:00
"impactScore" : 3.6
} ,
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2023-04-24 12:24:31 +02:00
"cvssData" : {
"version" : "3.1" ,
2024-12-08 03:06:42 +00:00
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" ,
"baseScore" : 6.5 ,
"baseSeverity" : "MEDIUM" ,
"attackVector" : "NETWORK" ,
2023-04-24 12:24:31 +02:00
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2023-04-24 12:24:31 +02:00
} ,
2024-12-08 03:06:42 +00:00
"exploitabilityScore" : 2.8 ,
2023-04-24 12:24:31 +02:00
"impactScore" : 3.6
}
]
} ,
"weaknesses" : [
{
2024-12-08 03:06:42 +00:00
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
2023-04-24 12:24:31 +02:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-190"
}
]
} ,
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2023-04-24 12:24:31 +02:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-190"
}
]
}
] ,
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*" ,
"versionEndExcluding" : "6.0.18" ,
"matchCriteriaId" : "6F70AB47-0452-4438-87FC-6CBD440815EF"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "6.2.0" ,
"versionEndExcluding" : "6.2.11" ,
"matchCriteriaId" : "F953DA13-66E1-4983-9744-F861931E8628"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "7.0.0" ,
"versionEndExcluding" : "7.0.9" ,
"matchCriteriaId" : "BB0A4E48-9EF2-4F32-B72C-7F243EC31DB2"
}
]
}
]
}
] ,
"references" : [
{
"url" : "https://github.com/redis/redis/commit/2a2a582e7cd99ba3b531336b8bd41df2b566e619" ,
"source" : "security-advisories@github.com" ,
"tags" : [
"Patch"
]
} ,
{
"url" : "https://github.com/redis/redis/releases/tag/6.0.18" ,
"source" : "security-advisories@github.com" ,
"tags" : [
"Release Notes"
]
} ,
{
"url" : "https://github.com/redis/redis/releases/tag/6.2.11" ,
"source" : "security-advisories@github.com" ,
"tags" : [
"Release Notes"
]
} ,
{
"url" : "https://github.com/redis/redis/releases/tag/7.0.9" ,
"source" : "security-advisories@github.com" ,
"tags" : [
"Release Notes"
]
} ,
{
"url" : "https://github.com/redis/redis/security/advisories/GHSA-x2r7-j9vw-3w83" ,
"source" : "security-advisories@github.com" ,
"tags" : [
"Vendor Advisory"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://github.com/redis/redis/commit/2a2a582e7cd99ba3b531336b8bd41df2b566e619" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
} ,
{
"url" : "https://github.com/redis/redis/releases/tag/6.0.18" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Release Notes"
]
} ,
{
"url" : "https://github.com/redis/redis/releases/tag/6.2.11" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Release Notes"
]
} ,
{
"url" : "https://github.com/redis/redis/releases/tag/7.0.9" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Release Notes"
]
} ,
{
"url" : "https://github.com/redis/redis/security/advisories/GHSA-x2r7-j9vw-3w83" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Vendor Advisory"
]
2023-04-24 12:24:31 +02:00
}
]
}