{
    "containers": {
        "cna": {
            "affected": [
                {
                    "product": "LibreOffice",
                    "vendor": "Document Foundation",
                    "versions": [
                        {
                            "lessThan": "6.2.5",
                            "status": "affected",
                            "version": "unspecified",
                            "versionType": "custom"
                        }
                    ]
                }
            ],
            "credits": [
                {
                    "lang": "en",
                    "value": "Thanks to Nils Emmerich of ERNW Research GmbH for discovering and reporting this issue"
                }
            ],
            "datePublic": "2019-07-16T00:00:00",
            "descriptions": [
                {
                    "lang": "en",
                    "value": "LibreOffice has a feature where documents can specify that pre-installed scripts can be executed on various document events such as mouse-over, etc. LibreOffice is typically also bundled with LibreLogo, a programmable turtle vector graphics script, which can be manipulated into executing arbitrary python commands. By using the document event feature to trigger LibreLogo to execute python contained within a document a malicious document could be constructed which would execute arbitrary python commands silently without warning. In the fixed versions, LibreLogo cannot be called from a document event handler. This issue affects: Document Foundation LibreOffice versions prior to 6.2.5."
                }
            ],
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "description": "LibreOffice is typically bundled with LibreLogo, a programmable turtle vector graphics script, which could be leveraged to by an attacker document to silently execute arbitrary python commands",
                            "lang": "en",
                            "type": "text"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "dateUpdated": "2019-10-06T13:06:08",
                "orgId": "4fe7d05b-1353-44cc-8b7a-1e416936dff2",
                "shortName": "Document Fdn."
            },
            "references": [
                {
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://www.libreoffice.org/about-us/security/advisories/CVE-2019-9848"
                },
                {
                    "name": "USN-4063-1",
                    "tags": [
                        "vendor-advisory",
                        "x_refsource_UBUNTU"
                    ],
                    "url": "https://usn.ubuntu.com/4063-1/"
                },
                {
                    "name": "FEDORA-2019-5561d20558",
                    "tags": [
                        "vendor-advisory",
                        "x_refsource_FEDORA"
                    ],
                    "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XPTZJCNN52VNGSVC5DFKVW3EDMRDWKMP/"
                },
                {
                    "name": "109374",
                    "tags": [
                        "vdb-entry",
                        "x_refsource_BID"
                    ],
                    "url": "http://www.securityfocus.com/bid/109374"
                },
                {
                    "name": "GLSA-201908-13",
                    "tags": [
                        "vendor-advisory",
                        "x_refsource_GENTOO"
                    ],
                    "url": "https://security.gentoo.org/glsa/201908-13"
                },
                {
                    "name": "20190815 [SECURITY] [DSA 4501-1] libreoffice security update",
                    "tags": [
                        "mailing-list",
                        "x_refsource_BUGTRAQ"
                    ],
                    "url": "https://seclists.org/bugtraq/2019/Aug/28"
                },
                {
                    "name": "FEDORA-2019-2fe22a3a2c",
                    "tags": [
                        "vendor-advisory",
                        "x_refsource_FEDORA"
                    ],
                    "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PMEGUWMWORC3DOVEHVXLFT3A5RSCMLBH/"
                },
                {
                    "name": "openSUSE-SU-2019:2057",
                    "tags": [
                        "vendor-advisory",
                        "x_refsource_SUSE"
                    ],
                    "url": "http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00006.html"
                },
                {
                    "name": "openSUSE-SU-2019:2183",
                    "tags": [
                        "vendor-advisory",
                        "x_refsource_SUSE"
                    ],
                    "url": "http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00067.html"
                },
                {
                    "name": "[debian-lts-announce] 20191006 [SECURITY] [DLA 1947-1] libreoffice security update",
                    "tags": [
                        "mailing-list",
                        "x_refsource_MLIST"
                    ],
                    "url": "https://lists.debian.org/debian-lts-announce/2019/10/msg00005.html"
                }
            ],
            "source": {
                "defect": [
                    "LibreLogo",
                    "arbitrary",
                    "script",
                    "execution"
                ],
                "discovery": "EXTERNAL"
            },
            "x_generator": {
                "engine": "Vulnogram 0.0.7"
            },
            "x_legacyV4Record": {
                "CVE_data_meta": {
                    "ASSIGNER": "security@documentfoundation.org",
                    "DATE_PUBLIC": "2019-07-16T00:00:00.000Z",
                    "ID": "CVE-2019-9848",
                    "STATE": "PUBLIC"
                },
                "affects": {
                    "vendor": {
                        "vendor_data": [
                            {
                                "product": {
                                    "product_data": [
                                        {
                                            "product_name": "LibreOffice",
                                            "version": {
                                                "version_data": [
                                                    {
                                                        "version_affected": "<",
                                                        "version_value": "6.2.5"
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "vendor_name": "Document Foundation"
                            }
                        ]
                    }
                },
                "credit": [
                    {
                        "lang": "eng",
                        "value": "Thanks to Nils Emmerich of ERNW Research GmbH for discovering and reporting this issue"
                    }
                ],
                "data_format": "MITRE",
                "data_type": "CVE",
                "data_version": "4.0",
                "description": {
                    "description_data": [
                        {
                            "lang": "eng",
                            "value": "LibreOffice has a feature where documents can specify that pre-installed scripts can be executed on various document events such as mouse-over, etc. LibreOffice is typically also bundled with LibreLogo, a programmable turtle vector graphics script, which can be manipulated into executing arbitrary python commands. By using the document event feature to trigger LibreLogo to execute python contained within a document a malicious document could be constructed which would execute arbitrary python commands silently without warning. In the fixed versions, LibreLogo cannot be called from a document event handler. This issue affects: Document Foundation LibreOffice versions prior to 6.2.5."
                        }
                    ]
                },
                "generator": {
                    "engine": "Vulnogram 0.0.7"
                },
                "problemtype": {
                    "problemtype_data": [
                        {
                            "description": [
                                {
                                    "lang": "eng",
                                    "value": "LibreOffice is typically bundled with LibreLogo, a programmable turtle vector graphics script, which could be leveraged to by an attacker document to silently execute arbitrary python commands"
                                }
                            ]
                        }
                    ]
                },
                "references": {
                    "reference_data": [
                        {
                            "name": "https://www.libreoffice.org/about-us/security/advisories/CVE-2019-9848",
                            "refsource": "CONFIRM",
                            "url": "https://www.libreoffice.org/about-us/security/advisories/CVE-2019-9848"
                        },
                        {
                            "name": "USN-4063-1",
                            "refsource": "UBUNTU",
                            "url": "https://usn.ubuntu.com/4063-1/"
                        },
                        {
                            "name": "FEDORA-2019-5561d20558",
                            "refsource": "FEDORA",
                            "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XPTZJCNN52VNGSVC5DFKVW3EDMRDWKMP/"
                        },
                        {
                            "name": "109374",
                            "refsource": "BID",
                            "url": "http://www.securityfocus.com/bid/109374"
                        },
                        {
                            "name": "GLSA-201908-13",
                            "refsource": "GENTOO",
                            "url": "https://security.gentoo.org/glsa/201908-13"
                        },
                        {
                            "name": "20190815 [SECURITY] [DSA 4501-1] libreoffice security update",
                            "refsource": "BUGTRAQ",
                            "url": "https://seclists.org/bugtraq/2019/Aug/28"
                        },
                        {
                            "name": "FEDORA-2019-2fe22a3a2c",
                            "refsource": "FEDORA",
                            "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PMEGUWMWORC3DOVEHVXLFT3A5RSCMLBH/"
                        },
                        {
                            "name": "openSUSE-SU-2019:2057",
                            "refsource": "SUSE",
                            "url": "http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00006.html"
                        },
                        {
                            "name": "openSUSE-SU-2019:2183",
                            "refsource": "SUSE",
                            "url": "http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00067.html"
                        },
                        {
                            "name": "[debian-lts-announce] 20191006 [SECURITY] [DLA 1947-1] libreoffice security update",
                            "refsource": "MLIST",
                            "url": "https://lists.debian.org/debian-lts-announce/2019/10/msg00005.html"
                        }
                    ]
                },
                "source": {
                    "defect": [
                        "LibreLogo",
                        "arbitrary",
                        "script",
                        "execution"
                    ],
                    "discovery": "EXTERNAL"
                }
            }
        },
        "adp": [
            {
                "providerMetadata": {
                    "orgId": "af854a3a-2127-422b-91ae-364da2661108",
                    "shortName": "CVE",
                    "dateUpdated": "2024-08-04T22:01:54.965Z"
                },
                "title": "CVE Program Container",
                "references": [
                    {
                        "tags": [
                            "x_refsource_CONFIRM",
                            "x_transferred"
                        ],
                        "url": "https://www.libreoffice.org/about-us/security/advisories/CVE-2019-9848"
                    },
                    {
                        "name": "USN-4063-1",
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_UBUNTU",
                            "x_transferred"
                        ],
                        "url": "https://usn.ubuntu.com/4063-1/"
                    },
                    {
                        "name": "FEDORA-2019-5561d20558",
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_FEDORA",
                            "x_transferred"
                        ],
                        "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XPTZJCNN52VNGSVC5DFKVW3EDMRDWKMP/"
                    },
                    {
                        "name": "109374",
                        "tags": [
                            "vdb-entry",
                            "x_refsource_BID",
                            "x_transferred"
                        ],
                        "url": "http://www.securityfocus.com/bid/109374"
                    },
                    {
                        "name": "GLSA-201908-13",
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_GENTOO",
                            "x_transferred"
                        ],
                        "url": "https://security.gentoo.org/glsa/201908-13"
                    },
                    {
                        "name": "20190815 [SECURITY] [DSA 4501-1] libreoffice security update",
                        "tags": [
                            "mailing-list",
                            "x_refsource_BUGTRAQ",
                            "x_transferred"
                        ],
                        "url": "https://seclists.org/bugtraq/2019/Aug/28"
                    },
                    {
                        "name": "FEDORA-2019-2fe22a3a2c",
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_FEDORA",
                            "x_transferred"
                        ],
                        "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PMEGUWMWORC3DOVEHVXLFT3A5RSCMLBH/"
                    },
                    {
                        "name": "openSUSE-SU-2019:2057",
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_SUSE",
                            "x_transferred"
                        ],
                        "url": "http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00006.html"
                    },
                    {
                        "name": "openSUSE-SU-2019:2183",
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_SUSE",
                            "x_transferred"
                        ],
                        "url": "http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00067.html"
                    },
                    {
                        "name": "[debian-lts-announce] 20191006 [SECURITY] [DLA 1947-1] libreoffice security update",
                        "tags": [
                            "mailing-list",
                            "x_refsource_MLIST",
                            "x_transferred"
                        ],
                        "url": "https://lists.debian.org/debian-lts-announce/2019/10/msg00005.html"
                    }
                ]
            }
        ]
    },
    "cveMetadata": {
        "assignerOrgId": "4fe7d05b-1353-44cc-8b7a-1e416936dff2",
        "assignerShortName": "Document Fdn.",
        "cveId": "CVE-2019-9848",
        "datePublished": "2019-07-17T11:21:57.813188Z",
        "dateReserved": "2019-03-17T00:00:00",
        "dateUpdated": "2024-09-16T22:50:55.703Z",
        "state": "PUBLISHED"
    },
    "dataType": "CVE_RECORD",
    "dataVersion": "5.1"
}