cvelist/2018/1xxx/CVE-2018-1294.json
2019-03-18 06:17:15 +00:00

63 lines
2.2 KiB
JSON

{
"CVE_data_meta": {
"ASSIGNER": "security@apache.org",
"DATE_PUBLIC": "2018-03-19T00:00:00",
"ID": "CVE-2018-1294",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Apache Commons Email",
"version": {
"version_data": [
{
"version_value": "versions prior to 1.5"
}
]
}
}
]
},
"vendor_name": "Apache Software Foundation"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "If a user of Apache Commons Email (typically an application programmer) passes unvalidated input as the so-called \"Bounce Address\", and that input contains line-breaks, then the email details (recipients, contents, etc.) might be manipulated. Mitigation: Users should upgrade to Commons-Email 1.5. You can mitigate this vulnerability for older versions of Commons Email by stripping line-breaks from data, that will be passed to Email.setBounceAddress(String)."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Insufficient Data Validation"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "[oss-security] 20180126 CVE-2018-1294: Apache Commons Email vulnerability information disclosure",
"refsource": "MLIST",
"url": "http://seclists.org/oss-sec/2018/q1/107"
}
]
}
}