cvelist/2019/5xxx/CVE-2019-5442.json

62 lines
2.0 KiB
JSON
Raw Normal View History

2019-01-04 16:03:21 -05:00
{
2019-06-12 16:00:47 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
2019-03-17 21:43:29 +00:00
"CVE_data_meta": {
"ID": "CVE-2019-5442",
2019-06-12 16:00:47 +00:00
"ASSIGNER": "support@hackerone.com",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "n/a",
"product": {
"product_data": [
{
"product_name": "Pippo",
"version": {
"version_data": [
{
"version_value": "1.12.0"
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "XML Entity Expansion (CWE-776)"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"name": "https://hackerone.com/reports/506791",
"url": "https://hackerone.com/reports/506791"
}
]
2019-03-17 21:43:29 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2019-06-12 16:00:47 +00:00
"value": "XML Entity Expansion (Billion Laughs Attack) on Pippo 1.12.0 results in Denial of Service.Entities are created recursively and large amounts of heap memory is taken. Eventually, the JVM process will run out of memory. Otherwise, if the OS does not bound the memory on that process, memory will continue to be exhausted and will affect other processes on the system."
2019-03-17 21:43:29 +00:00
}
]
}
}