LibreOffice Code Execution Vulnerability (Nov 2024) - Linux
🗓️ 21 Nov 2024 00:00:00Reported by Copyright (C) 2024 Greenbone AGType
openvas🔗 plugins.openvas.org👁 7 Views
| Reporter | Title | Published | Views | Family All 127 |
|---|---|---|---|---|
| Alibaba Cloud Linux 3 : 0099: libreoffice (ALINUX3-SA-2024:0099) | 14 May 202500:00 | – | nessus | |
| AlmaLinux 9 : libreoffice (ALSA-2024:1427) | 22 Mar 202400:00 | – | nessus | |
| AlmaLinux 9 : libreoffice (ALSA-2024:3835) | 14 Jun 202400:00 | – | nessus | |
| Debian dla-3703 : fonts-opensymbol - security update | 22 Jan 202500:00 | – | nessus | |
| Debian DSA-5574-1 : libreoffice - security update | 11 Dec 202300:00 | – | nessus | |
| Fedora 38 : libcmis / libreoffice (2023-0d971cd6aa) | 12 Dec 202300:00 | – | nessus | |
| GLSA-202402-29 : LibreOffice: Multiple Vulnerabilities | 21 Feb 202400:00 | – | nessus | |
| LibreOffice 7.5 < 7.5.9 / 7.6 < 7.6.4 Arbitrary Script Execution (Windows) | 14 Dec 202300:00 | – | nessus | |
| LibreOffice 7.5 < 7.5.9 / 7.6 < 7.6.4 Arbitrary Script Execution (macOS) | 14 Dec 202300:00 | – | nessus | |
| MiracleLinux 9 : libreoffice-7.1.8.1-12.el9_3.ML.1 (AXSA:2024-7635:01) | 20 Jan 202600:00 | – | nessus |
10
| Source | Link |
|---|---|
| libreoffice | www.libreoffice.org/about-us/security/advisories/cve-2023-6186/ |
# SPDX-FileCopyrightText: 2024 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only
CPE = "cpe:/a:libreoffice:libreoffice";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.834772");
script_version("2024-11-26T07:35:52+0000");
script_cve_id("CVE-2023-6186");
script_tag(name:"cvss_base", value:"9.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:C/I:C/A:C");
script_tag(name:"last_modification", value:"2024-11-26 07:35:52 +0000 (Tue, 26 Nov 2024)");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2023-12-14 14:41:30 +0000 (Thu, 14 Dec 2023)");
script_tag(name:"creation_date", value:"2024-11-21 11:59:32 +0530 (Thu, 21 Nov 2024)");
script_name("LibreOffice Code Execution Vulnerability (Nov 2024) - Linux");
script_tag(name:"summary", value:"LibreOffice is prone to a code execution
vulnerability.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present
on the target host.");
script_tag(name:"insight", value:"The flaw exists due to an insufficient
macro permission validation in the document foundation LibreOffice.");
script_tag(name:"impact", value:"Successful exploitation allows an attacker
to execute arbitrary scripts or commands through specially crafted hyperlinks
embedded in documents.");
script_tag(name:"affected", value:"LibreOffice version 7.5.0 before 7.5.9 and
7.6.0 before 7.6.4 on Linux.");
script_tag(name:"solution", value:"Update to version 7.5.9 or 7.6.4 or
later.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"executable_version_unreliable");
script_xref(name:"URL", value:"https://www.libreoffice.org/about-us/security/advisories/cve-2023-6186/");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2024 Greenbone AG");
script_family("General");
script_dependencies("secpod_libre_office_detect_lin.nasl");
script_mandatory_keys("LibreOffice/Linux/Ver");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if(!infos = get_app_version_and_location(cpe:CPE, exit_no_version:TRUE))
exit(0);
vers = infos["version"];
path = infos["location"];
if(version_in_range_exclusive(version:vers, test_version_lo:"7.5.0", test_version_up:"7.5.9")) {
fix = "7.5.9";
}
else if(version_in_range_exclusive(version:vers, test_version_lo:"7.6.0", test_version_up:"7.6.4")) {
fix = "7.6.4";
}
if(fix) {
report = report_fixed_ver(installed_version: vers, fixed_version: fix, install_path: path);
security_message(port:0, data:report);
exit(0);
}
exit(99);
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
26 Nov 2024 00:00Current
8.8High risk
Vulners AI Score8.8
CVSS 3.18.3 - 8.8
EPSS0.00772