gsd-2023-2121
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
Vault and Vault Enterprise's (Vault) key-value v2 (kv-v2) diff viewer allowed HTML injection into the Vault web UI through key values. This vulnerability, CVE-2023-2121, is fixed in Vault 1.14.0, 1.13.3, 1.12.7, and 1.11.11.
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2023-2121",
"id": "GSD-2023-2121"
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2023-2121"
],
"details": "Vault and Vault Enterprise\u0027s (Vault) key-value v2 (kv-v2) diff viewer allowed HTML injection into the Vault web UI through key values. This vulnerability, CVE-2023-2121, is fixed in Vault 1.14.0, 1.13.3, 1.12.7, and 1.11.11.",
"id": "GSD-2023-2121",
"modified": "2023-12-13T01:20:32.426339Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security@hashicorp.com",
"ID": "CVE-2023-2121",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Vault",
"version": {
"version_data": [
{
"version_affected": "\u003c",
"version_name": "1.13.0",
"version_value": "1.13.3"
},
{
"version_affected": "\u003c",
"version_name": "1.12.0",
"version_value": "1.12.7"
},
{
"version_affected": "\u003c",
"version_name": "1.11.0",
"version_value": "1.11.11"
},
{
"version_affected": "\u003c",
"version_name": "1.10.0",
"version_value": "1.11.0"
}
]
}
},
{
"product_name": "Vault Enterprise",
"version": {
"version_data": [
{
"version_affected": "\u003c",
"version_name": "1.13.0",
"version_value": "1.13.3"
},
{
"version_affected": "\u003c",
"version_name": "1.12.0",
"version_value": "1.12.7"
},
{
"version_affected": "\u003c",
"version_name": "1.11.0",
"version_value": "1.11.11"
},
{
"version_affected": "\u003c",
"version_name": "1.10.0",
"version_value": "1.11.0"
}
]
}
}
]
},
"vendor_name": "HashiCorp"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Vault and Vault Enterprise\u0027s (Vault) key-value v2 (kv-v2) diff viewer allowed HTML injection into the Vault web UI through key values. This vulnerability, CVE-2023-2121, is fixed in Vault 1.14.0, 1.13.3, 1.12.7, and 1.11.11."
}
]
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"cweId": "CWE-79",
"lang": "eng",
"value": "CWE-79: Improper Neutralization of Input During Web Page Generation"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://discuss.hashicorp.com/t/hcsec-2023-17-vault-s-kv-diff-viewer-allowed-html-injection/54814",
"refsource": "MISC",
"url": "https://discuss.hashicorp.com/t/hcsec-2023-17-vault-s-kv-diff-viewer-allowed-html-injection/54814"
}
]
},
"source": {
"discovery": "EXTERNAL"
}
},
"gitlab.com": {
"advisories": [
{
"affected_range": "\u003c1.11.11||\u003e=1.12.0 \u003c1.12.7||\u003e=1.13.0 \u003c1.13.3",
"affected_versions": "All versions before 1.11.11, all versions starting from 1.12.0 before 1.12.7, all versions starting from 1.13.0 before 1.13.3",
"cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N",
"cwe_ids": [
"CWE-1035",
"CWE-79",
"CWE-937"
],
"date": "2023-06-09",
"description": "Vault and Vault Enterprise\u0027s (Vault) key-value v2 (kv-v2) diff viewer allowed HTML injection into the Vault web UI through key values. This vulnerability, CVE-2023-2121, is fixed in Vault 1.14.0, 1.13.3, 1.12.7, and 1.11.11.",
"fixed_versions": [
"1.11.11",
"1.12.7",
"1.13.3"
],
"identifier": "CVE-2023-2121",
"identifiers": [
"GHSA-gq98-53rq-qr5h",
"CVE-2023-2121"
],
"not_impacted": "All versions starting from 1.11.11 before 1.12.0, all versions starting from 1.12.7 before 1.13.0, all versions starting from 1.13.3",
"package_slug": "go/github.com/hashicorp/vault",
"pubdate": "2023-06-09",
"solution": "Upgrade to versions 1.11.11, 1.12.7, 1.13.3 or above.",
"title": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2023-2121",
"https://discuss.hashicorp.com/t/hcsec-2023-17-vault-s-kv-diff-viewer-allowed-html-injection/54814",
"https://github.com/advisories/GHSA-gq98-53rq-qr5h"
],
"uuid": "ba8d8c43-5e1b-4925-a513-66ab289b6bb3"
}
]
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:hashicorp:vault:*:*:*:*:enterprise:*:*:*",
"cpe_name": [],
"versionEndExcluding": "1.12.7",
"versionStartIncluding": "1.12.0",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:hashicorp:vault:*:*:*:*:-:*:*:*",
"cpe_name": [],
"versionEndExcluding": "1.12.7",
"versionStartIncluding": "1.12.0",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:hashicorp:vault:*:*:*:*:-:*:*:*",
"cpe_name": [],
"versionEndExcluding": "1.11.11",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:hashicorp:vault:*:*:*:*:enterprise:*:*:*",
"cpe_name": [],
"versionEndExcluding": "1.11.11",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:hashicorp:vault:*:*:*:*:enterprise:*:*:*",
"cpe_name": [],
"versionEndExcluding": "1.13.3",
"versionStartIncluding": "1.13.0",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:hashicorp:vault:*:*:*:*:-:*:*:*",
"cpe_name": [],
"versionEndExcluding": "1.13.3",
"versionStartIncluding": "1.13.0",
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "security@hashicorp.com",
"ID": "CVE-2023-2121"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "Vault and Vault Enterprise\u0027s (Vault) key-value v2 (kv-v2) diff viewer allowed HTML injection into the Vault web UI through key values. This vulnerability, CVE-2023-2121, is fixed in Vault 1.14.0, 1.13.3, 1.12.7, and 1.11.11."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-79"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://discuss.hashicorp.com/t/hcsec-2023-17-vault-s-kv-diff-viewer-allowed-html-injection/54814",
"refsource": "MISC",
"tags": [
"Vendor Advisory"
],
"url": "https://discuss.hashicorp.com/t/hcsec-2023-17-vault-s-kv-diff-viewer-allowed-html-injection/54814"
}
]
}
},
"impact": {
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"exploitabilityScore": 2.3,
"impactScore": 2.7
}
},
"lastModifiedDate": "2023-06-16T15:56Z",
"publishedDate": "2023-06-09T17: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…