Lucene search

K

Huawei EulerOS: Security Advisory for nautilus (EulerOS-SA-2022-1356)

🗓️ 29 Mar 2022 00:00:00Reported by Copyright (C) 2022 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 11 Views

This advisory is about a security issue in Huawei EulerOS 'nautilus' packag

Show more
Related
Refs
Code
ReporterTitlePublishedViews
Family
OSV
CVE-2019-11461
22 Apr 201921:29
osv
OSV
Red Hat Security Advisory: flatpak security update
16 Sep 202402:30
osv
OSV
Red Hat Security Advisory: flatpak security update
16 Sep 202402:30
osv
OSV
CVE-2019-11460
22 Apr 201922:29
osv
OSV
CVE-2019-10063
26 Mar 201914:29
osv
OSV
flatpak-1.11.3-1.2 on GA media
15 Jun 202400:00
osv
NVD
CVE-2019-11461
22 Apr 201921:29
nvd
NVD
CVE-2019-10063
26 Mar 201914:29
nvd
NVD
CVE-2019-11460
22 Apr 201922:29
nvd
Debian CVE
CVE-2019-11461
22 Apr 201921:29
debiancve
Rows per page
# SPDX-FileCopyrightText: 2022 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.2022.1356");
  script_cve_id("CVE-2019-11461");
  script_tag(name:"creation_date", value:"2022-03-29 04:18:56 +0000 (Tue, 29 Mar 2022)");
  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:"4.4");
  script_tag(name:"cvss_base_vector", value:"AV:L/AC:M/Au:N/C:P/I:P/A:P");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2019-05-01 17:50:43 +0000 (Wed, 01 May 2019)");

  script_name("Huawei EulerOS: Security Advisory for nautilus (EulerOS-SA-2022-1356)");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2022 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=EULEROS\-2\.0SP8");

  script_xref(name:"Advisory-ID", value:"EulerOS-SA-2022-1356");
  script_xref(name:"URL", value:"https://developer.huaweicloud.com/intl/en-us/euleros/securitydetail.html?secId=EulerOS-SA-2022-1356");

  script_tag(name:"summary", value:"The remote host is missing an update for the Huawei EulerOS 'nautilus' package(s) announced via the EulerOS-SA-2022-1356 advisory.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");

  script_tag(name:"insight", value:"An issue was discovered in GNOME Nautilus 3.30 prior to 3.30.6 and 3.32 prior to 3.32.1. A compromised thumbnailer may escape the bubblewrap sandbox used to confine thumbnailers by using the TIOCSTI ioctl to push characters into the input buffer of the thumbnailer's controlling terminal, allowing an attacker to escape the sandbox if the thumbnailer has a controlling terminal. This is due to improper filtering of the TIOCSTI ioctl on 64-bit systems, similar to CVE-2019-10063.(CVE-2019-11461)");

  script_tag(name:"affected", value:"'nautilus' package(s) on Huawei EulerOS V2.0SP8.");

  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 == "EULEROS-2.0SP8") {

  if(!isnull(res = isrpmvuln(pkg:"nautilus", rpm:"nautilus~3.30.2~1.h1.eulerosv2r8", rls:"EULEROS-2.0SP8"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"nautilus-extensions", rpm:"nautilus-extensions~3.30.2~1.h1.eulerosv2r8", rls:"EULEROS-2.0SP8"))) {
    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