Huawei EulerOS: Security Advisory for fribidi buffer overflow in fribidi_get_par_embedding_levels_ex() functio
Reporter | Title | Published | Views | Family All 67 |
---|---|---|---|---|
![]() | fribidi security update | 23 Dec 201900:00 | – | oraclelinux |
![]() | fribidi security update | 20 Dec 201900:00 | – | oraclelinux |
![]() | GNU FriBidi: Heap-based buffer overflow | 19 Mar 202000:00 | – | gentoo |
![]() | Security update for fribidi (important) | 22 May 202100:00 | – | suse |
![]() | Security update for fribidi (important) | 11 Jul 202100:00 | – | suse |
![]() | RHSA-2020:0291 Red Hat Security Advisory: fribidi security update | 16 Sep 202403:25 | – | osv |
![]() | fribidi - security update | 8 Nov 201900:00 | – | osv |
![]() | OPENSUSE-SU-2024:10772-1 fribidi-1.0.10-2.1 on GA media | 15 Jun 202400:00 | – | osv |
![]() | CVE-2019-18397 | 13 Nov 201914:15 | – | osv |
![]() | RHSA-2019:4361 Red Hat Security Advisory: fribidi security update | 16 Sep 202403:25 | – | osv |
Source | Link |
---|---|
developer | www.developer.huaweicloud.com/intl/en-us/euleros/securitydetail.html |
# SPDX-FileCopyrightText: 2020 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
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.1.2.2020.1351");
script_cve_id("CVE-2019-18397");
script_tag(name:"creation_date", value:"2020-04-01 13:54:39 +0000 (Wed, 01 Apr 2020)");
script_version("2024-02-05T14:36:56+0000");
script_tag(name:"last_modification", value:"2024-02-05 14:36:56 +0000 (Mon, 05 Feb 2024)");
script_tag(name:"cvss_base", value:"6.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:P");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2019-11-19 15:53:14 +0000 (Tue, 19 Nov 2019)");
script_name("Huawei EulerOS: Security Advisory for fribidi (EulerOS-SA-2020-1351)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2020 Greenbone AG");
script_family("Huawei EulerOS Local Security Checks");
script_dependencies("gb_huawei_euleros_consolidation.nasl");
script_mandatory_keys("ssh/login/euleros", "ssh/login/rpms", re:"ssh/login/release=EULEROSVIRTARM64\-3\.0\.6\.0");
script_xref(name:"Advisory-ID", value:"EulerOS-SA-2020-1351");
script_xref(name:"URL", value:"https://developer.huaweicloud.com/intl/en-us/euleros/securitydetail.html?secId=EulerOS-SA-2020-1351");
script_tag(name:"summary", value:"The remote host is missing an update for the Huawei EulerOS 'fribidi' package(s) announced via the EulerOS-SA-2020-1351 advisory.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");
script_tag(name:"insight", value:"A buffer overflow in the fribidi_get_par_embedding_levels_ex() function in lib/fribidi-bidi.c of GNU FriBidi through 1.0.7 allows an attacker to cause a denial of service or possibly execute arbitrary code by delivering crafted text content to a user, when this content is then rendered by an application that uses FriBidi for text layout calculations. Examples include any GNOME or GTK+ based application that uses Pango for text layout, as this internally uses FriBidi for bidirectional text layout. For example, the attacker can construct a crafted text file to be opened in GEdit, or a crafted IRC message to be viewed in HexChat.(CVE-2019-18397)");
script_tag(name:"affected", value:"'fribidi' package(s) on Huawei EulerOS Virtualization for ARM 64 3.0.6.0.");
script_tag(name:"solution", value:"Please install the updated package(s).");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"package");
exit(0);
}
include("revisions-lib.inc");
include("pkg-lib-rpm.inc");
release = rpm_get_ssh_release();
if(!release)
exit(0);
res = "";
report = "";
if(release == "EULEROSVIRTARM64-3.0.6.0") {
if(!isnull(res = isrpmvuln(pkg:"fribidi", rpm:"fribidi~1.0.5~1.h1.eulerosv2r8", rls:"EULEROSVIRTARM64-3.0.6.0"))) {
report += res;
}
if(report != "") {
security_message(data:report);
} else if(__pkg_match) {
exit(99);
}
exit(0);
}
exit(0);
Transform Your Security Services
Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.
Book a live demo