cvelist/2019/9xxx/CVE-2019-9851.json

87 lines
3.2 KiB
JSON
Raw Normal View History

2019-03-18 02:36:31 +00:00
{
"CVE_data_meta": {
2019-08-15 22:00:48 +00:00
"ASSIGNER": "security@documentfoundation.org",
"DATE_PUBLIC": "2019-08-15T00:00:00.000Z",
2019-03-18 02:36:31 +00:00
"ID": "CVE-2019-9851",
2019-08-15 22:00:48 +00:00
"STATE": "PUBLIC",
"TITLE": "LibreLogo global-event script execution"
2019-03-18 02:36:31 +00:00
},
2019-08-15 22:00:48 +00:00
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "LibreOffice",
"version": {
"version_data": [
{
"version_affected": "<",
"version_value": "6.2.6"
}
]
}
}
]
},
"vendor_name": "Document Foundation"
}
]
}
},
"credit": [
{
"lang": "eng",
"value": "Thanks to Gabriel Masei of 1&1 for discovering and reporting this issue"
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2019-03-18 02:36:31 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2019-08-15 22:00:48 +00:00
"value": "LibreOffice is typically bundled with LibreLogo, a programmable turtle vector graphics script, which can execute arbitrary python commands contained with the document it is launched from. Protection was added, to address CVE-2019-9848, to block calling LibreLogo from document event script handers, e.g. mouse over. However LibreOffice also has a separate feature where documents can specify that pre-installed scripts can be executed on various global script events such as document-open, etc. In the fixed versions, global script event handlers are validated equivalently to document script event handlers. This issue affects: Document Foundation LibreOffice versions prior to 6.2.6."
2019-03-18 02:36:31 +00:00
}
]
2019-08-15 22:00:48 +00:00
},
"generator": {
"engine": "Vulnogram 0.0.7"
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "arbitrary script execution"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "CONFIRM",
"name": "https://www.libreoffice.org/about-us/security/advisories/CVE-2019-9851",
"url": "https://www.libreoffice.org/about-us/security/advisories/CVE-2019-9851"
2019-08-16 08:00:50 +00:00
},
{
"refsource": "BUGTRAQ",
"name": "20190815 [SECURITY] [DSA 4501-1] libreoffice security update",
"url": "https://seclists.org/bugtraq/2019/Aug/28"
2019-08-16 16:00:46 +00:00
},
{
"refsource": "DEBIAN",
"name": "DSA-4501",
"url": "https://www.debian.org/security/2019/dsa-4501"
2019-08-15 22:00:48 +00:00
}
]
},
"source": {
"discovery": "EXTERNAL"
2019-03-18 02:36:31 +00:00
}
}