mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-07-29 05:56:59 +00:00
98 lines
3.3 KiB
JSON
98 lines
3.3 KiB
JSON
{
|
|
"CVE_data_meta": {
|
|
"ASSIGNER": "security-advisories@github.com",
|
|
"ID": "CVE-2022-31144",
|
|
"STATE": "PUBLIC",
|
|
"TITLE": "Potential heap overflow in Redis "
|
|
},
|
|
"affects": {
|
|
"vendor": {
|
|
"vendor_data": [
|
|
{
|
|
"product": {
|
|
"product_data": [
|
|
{
|
|
"product_name": "redis",
|
|
"version": {
|
|
"version_data": [
|
|
{
|
|
"version_value": ">= 7.0.0, < 7.0.4"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"vendor_name": "redis"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"data_format": "MITRE",
|
|
"data_type": "CVE",
|
|
"data_version": "4.0",
|
|
"description": {
|
|
"description_data": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "Redis is an in-memory database that persists on disk. A specially crafted `XAUTOCLAIM` command on a stream key in a specific state may result with heap overflow, and potentially remote code execution. This problem affects versions on the 7.x branch prior to 7.0.4. The patch is released in version 7.0.4."
|
|
}
|
|
]
|
|
},
|
|
"impact": {
|
|
"cvss": {
|
|
"attackComplexity": "HIGH",
|
|
"attackVector": "LOCAL",
|
|
"availabilityImpact": "HIGH",
|
|
"baseScore": 7.0,
|
|
"baseSeverity": "HIGH",
|
|
"confidentialityImpact": "HIGH",
|
|
"integrityImpact": "HIGH",
|
|
"privilegesRequired": "LOW",
|
|
"scope": "UNCHANGED",
|
|
"userInteraction": "NONE",
|
|
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
|
|
"version": "3.1"
|
|
}
|
|
},
|
|
"problemtype": {
|
|
"problemtype_data": [
|
|
{
|
|
"description": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "CWE-122: Heap-based Buffer Overflow"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"references": {
|
|
"reference_data": [
|
|
{
|
|
"name": "https://github.com/redis/redis/security/advisories/GHSA-96f7-42fg-2jrh",
|
|
"refsource": "CONFIRM",
|
|
"url": "https://github.com/redis/redis/security/advisories/GHSA-96f7-42fg-2jrh"
|
|
},
|
|
{
|
|
"name": "https://github.com/redis/redis/releases/tag/7.0.4",
|
|
"refsource": "MISC",
|
|
"url": "https://github.com/redis/redis/releases/tag/7.0.4"
|
|
},
|
|
{
|
|
"refsource": "CONFIRM",
|
|
"name": "https://security.netapp.com/advisory/ntap-20220909-0002/",
|
|
"url": "https://security.netapp.com/advisory/ntap-20220909-0002/"
|
|
},
|
|
{
|
|
"refsource": "GENTOO",
|
|
"name": "GLSA-202209-17",
|
|
"url": "https://security.gentoo.org/glsa/202209-17"
|
|
}
|
|
]
|
|
},
|
|
"source": {
|
|
"advisory": "GHSA-96f7-42fg-2jrh",
|
|
"discovery": "UNKNOWN"
|
|
}
|
|
} |