Auto-merge PR#4955

Auto-merge PR#4955
This commit is contained in:
CVE Team 2020-10-02 13:10:18 -04:00 committed by GitHub
commit bd539b9b5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,16 +3,68 @@
"data_format": "MITRE", "data_format": "MITRE",
"data_version": "4.0", "data_version": "4.0",
"CVE_data_meta": { "CVE_data_meta": {
"ASSIGNER": "security@pivotal.io",
"DATE_PUBLIC": "2020-10-01T00:00:00.000Z",
"ID": "CVE-2020-5422", "ID": "CVE-2020-5422",
"ASSIGNER": "cve@mitre.org", "STATE": "PUBLIC",
"STATE": "RESERVED" "TITLE": "UAA password may appear in BOSH System Metrics Server process arguments"
},
"source": {
"discovery": "UNKNOWN"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "BOSH System Metrics Server",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "All",
"version_value": "0.1.0"
}
]
}
}
]
},
"vendor_name": "Cloud Foundry"
}
]
}
}, },
"description": { "description": {
"description_data": [ "description_data": [
{ {
"lang": "eng", "lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." "value": "BOSH System Metrics Server releases prior to 0.1.0 exposed the UAA password as a flag to a process running on the BOSH director. It exposed the password to any user or process with access to the same VM (through ps or looking at process details)."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-214: Invocation of Process Using Visible Sensitive Information"
} }
] ]
} }
]
},
"references": {
"reference_data": [
{
"refsource": "CONFIRM",
"url": "https://www.cloudfoundry.org/blog/cve-2020-5422",
"name": "https://www.cloudfoundry.org/blog/cve-2020-5422"
}
]
},
"impact": null
} }