cvelist/2022/2xxx/CVE-2022-2838.json

67 lines
2.2 KiB
JSON
Raw Normal View History

2022-08-16 10:00:36 +00:00
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2022-2838",
2022-08-16 11:00:39 +00:00
"ASSIGNER": "security@eclipse.org",
2022-08-16 12:07:58 +02:00
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "The Eclipse Foundation",
"product": {
"product_data": [
{
"product_name": "Eclipse Sphinx",
"version": {
"version_data": [
{
"version_affected": ">=",
"version_value": "0.7.0"
},
{
"version_affected": "<",
"version_value": "0.13.1"
}
]
}
}
]
}
}
]
}
2022-08-16 10:00:36 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2022-08-16 11:00:39 +00:00
"value": "In Eclipse Sphinx\u2122 before version 0.13.1, Apache Xerces XML Parser was used without disabling processing of referenced external entities allowing the injection of arbitrary definitions which is able to access local files and expose their contents via HTTP requests."
2022-08-16 12:07:58 +02:00
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-611: Improper Restriction of XML External Entity Reference"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://bugs.eclipse.org/580542",
"refsource": "CONFIRM",
"url": "https://bugs.eclipse.org/580542"
2022-08-16 10:00:36 +00:00
}
]
}
}