cvelist/2021/23xxx/CVE-2021-23135.json

116 lines
4.2 KiB
JSON
Raw Normal View History

2021-01-07 00:03:15 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "psirt@paloaltonetworks.com",
"DATE_PUBLIC": "2021-03-15T22:31:00.000Z",
2021-01-07 00:03:15 +00:00
"ID": "CVE-2021-23135",
"STATE": "PUBLIC",
"TITLE": "Argo CD leaked secret data into error messages and logs on invalid edits via UI"
2021-01-07 00:03:15 +00:00
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Argo CD",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "1.8",
"version_value": "1.8.7"
},
{
"version_affected": "<",
"version_name": "1.7",
"version_value": "1.7.14"
}
]
}
}
]
},
"vendor_name": "Argo CD"
}
]
}
},
"credit": [
{
"lang": "eng",
"value": "Ezekiel Keator of Palo Alto Networks"
},
{
"lang": "eng",
"value": "Kevin Huang of Palo Alto Networks"
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2021-01-07 00:03:15 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2021-05-12 23:00:41 +00:00
"value": "Exposure of System Data to an Unauthorized Control Sphere vulnerability in web UI of Argo CD allows attacker to cause leaked secret data into web UI error messages and logs. This issue affects Argo CD 1.8 versions prior to 1.8.7; 1.7 versions prior to 1.7.14."
}
]
},
"exploit": [
{
"lang": "eng",
"value": "When a user with update permissions to an Application was editing a Secret resources's manifest in the UI with invalid input (e.g. adding a new key with a value not encoded in base64), Argo CD would print the contents of the Secret as an error message in JSON format.\n\nAs this error message is user visible, this was effectively circumventing the redaction feature of Argo CD. Also, as this error message is being logged, the plain-text contents of the Secret ended up in the log files and possibly, in log management systems."
}
],
"generator": {
"engine": "Vulnogram 0.0.9"
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-497 Exposure of System Data to an Unauthorized Control Sphere"
}
]
2021-01-07 00:03:15 +00:00
}
]
},
"references": {
"reference_data": [
{
2021-05-12 23:00:41 +00:00
"refsource": "MISC",
"url": "https://github.com/argoproj/argo-cd/security/advisories/GHSA-fp89-h8pj-8894",
"name": "https://github.com/argoproj/argo-cd/security/advisories/GHSA-fp89-h8pj-8894"
}
]
},
"solution": [
{
"lang": "eng",
"value": "Patched versions: Argo CD 1.7.14, 1.8.7"
}
],
"source": {
"advisory": "GHSA-fp89-h8pj-8894",
"discovery": "USER"
2021-01-07 00:03:15 +00:00
}
}