gsd-2023-28425
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
Redis is an in-memory database that persists on disk. Starting in version 7.0.8 and prior to version 7.0.10, authenticated users can use the MSETNX command to trigger a runtime assertion and termination of the Redis server process. The problem is fixed in Redis version 7.0.10.
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2023-28425",
"id": "GSD-2023-28425"
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2023-28425"
],
"details": "Redis is an in-memory database that persists on disk. Starting in version 7.0.8 and prior to version 7.0.10, authenticated users can use the MSETNX command to trigger a runtime assertion and termination of the Redis server process. The problem is fixed in Redis version 7.0.10.",
"id": "GSD-2023-28425",
"modified": "2023-12-13T01:20:47.923331Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2023-28425",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "redis",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "\u003e= 7.0.8, \u003c 7.0.10"
}
]
}
}
]
},
"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. Starting in version 7.0.8 and prior to version 7.0.10, authenticated users can use the MSETNX command to trigger a runtime assertion and termination of the Redis server process. The problem is fixed in Redis version 7.0.10."
}
]
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"cweId": "CWE-77",
"lang": "eng",
"value": "CWE-77: Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/redis/redis/security/advisories/GHSA-mvmm-4vq6-vw8c",
"refsource": "MISC",
"url": "https://github.com/redis/redis/security/advisories/GHSA-mvmm-4vq6-vw8c"
},
{
"name": "https://github.com/redis/redis/commit/48e0d4788434833b47892fe9f3d91be7687f25c9",
"refsource": "MISC",
"url": "https://github.com/redis/redis/commit/48e0d4788434833b47892fe9f3d91be7687f25c9"
},
{
"name": "https://github.com/redis/redis/releases/tag/7.0.10",
"refsource": "MISC",
"url": "https://github.com/redis/redis/releases/tag/7.0.10"
},
{
"name": "https://security.netapp.com/advisory/ntap-20230413-0005/",
"refsource": "MISC",
"url": "https://security.netapp.com/advisory/ntap-20230413-0005/"
}
]
},
"source": {
"advisory": "GHSA-mvmm-4vq6-vw8c",
"discovery": "UNKNOWN"
}
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "7.0.10",
"versionStartIncluding": "7.0.8",
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2023-28425"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "Redis is an in-memory database that persists on disk. Starting in version 7.0.8 and prior to version 7.0.10, authenticated users can use the MSETNX command to trigger a runtime assertion and termination of the Redis server process. The problem is fixed in Redis version 7.0.10."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-77"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/redis/redis/security/advisories/GHSA-mvmm-4vq6-vw8c",
"refsource": "MISC",
"tags": [
"Vendor Advisory"
],
"url": "https://github.com/redis/redis/security/advisories/GHSA-mvmm-4vq6-vw8c"
},
{
"name": "https://github.com/redis/redis/releases/tag/7.0.10",
"refsource": "MISC",
"tags": [
"Release Notes"
],
"url": "https://github.com/redis/redis/releases/tag/7.0.10"
},
{
"name": "https://github.com/redis/redis/commit/48e0d4788434833b47892fe9f3d91be7687f25c9",
"refsource": "MISC",
"tags": [
"Patch"
],
"url": "https://github.com/redis/redis/commit/48e0d4788434833b47892fe9f3d91be7687f25c9"
},
{
"name": "https://security.netapp.com/advisory/ntap-20230413-0005/",
"refsource": "MISC",
"tags": [],
"url": "https://security.netapp.com/advisory/ntap-20230413-0005/"
}
]
}
},
"impact": {
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 1.8,
"impactScore": 3.6
}
},
"lastModifiedDate": "2023-04-13T17:15Z",
"publishedDate": "2023-03-20T20:15Z"
}
}
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…