cvelist/2021/22xxx/CVE-2021-22133.json

62 lines
2.1 KiB
JSON
Raw Normal View History

2021-01-04 21:03:00 +00:00
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
2021-02-10 19:01:01 +00:00
"ASSIGNER": "security@elastic.co",
2021-01-04 21:03:00 +00:00
"ID": "CVE-2021-22133",
2021-02-10 12:53:15 -06:00
"STATE": "PUBLIC"
2021-01-04 21:03:00 +00:00
},
2021-02-10 12:53:15 -06:00
"affects": {
2021-02-10 19:01:01 +00:00
"vendor": {
"vendor_data": [
2021-02-10 12:53:15 -06:00
{
2021-02-10 19:01:01 +00:00
"vendor_name": "Elastic",
"product": {
"product_data": [
{
"product_name": "Elastic APM Agent for Go",
"version": {
"version_data": [
{
"version_value": "before 1.11.0"
}
]
}
}
]
}
2021-02-10 12:53:15 -06:00
}
2021-02-10 19:01:01 +00:00
]
}
2021-02-10 12:53:15 -06:00
},
"problemtype": {
2021-02-10 19:01:01 +00:00
"problemtype_data": [
2021-02-10 12:53:15 -06:00
{
2021-02-10 19:01:01 +00:00
"description": [
{
"lang": "eng",
"value": "CWE-532: Insertion of Sensitive Information into Log File"
}
]
2021-02-10 12:53:15 -06:00
}
2021-02-10 19:01:01 +00:00
]
2021-02-10 12:53:15 -06:00
},
"references": {
2021-02-10 19:01:01 +00:00
"reference_data": [
{
"url": "https://discuss.elastic.co/t/elastic-apm-agent-for-go-1-11-0-security-update/263252",
"refsource": "MISC",
"name": "https://discuss.elastic.co/t/elastic-apm-agent-for-go-1-11-0-security-update/263252"
}
]
2021-02-10 12:53:15 -06:00
},
"description": {
2021-02-10 19:01:01 +00:00
"description_data": [
{
"lang": "eng",
"value": "The Elastic APM agent for Go versions before 1.11.0 can leak sensitive HTTP header information when logging the details during an application panic. Normally, the APM agent will sanitize sensitive HTTP header details before sending the information to the APM server. During an application panic it is possible the headers will not be sanitized before being sent."
}
]
2021-01-04 21:03:00 +00:00
}
2021-02-10 19:01:01 +00:00
}