Lucene search

K

Huawei EulerOS: Security Advisory for augeas (EulerOS-SA-2017-1251)

🗓️ 23 Jan 2020 00:00:00Reported by Copyright (C) 2020 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 15 Views

The remote host is missing an update for the Huawei EulerOS 'augeas' package(s) announced via the EulerOS-SA-2017-1251 advisory. A vulnerability in augeas affects the handling of escaped strings, allowing crafted strings to cause buffer overflow and possible code execution (CVE-2017-7555). Please install the updated package(s)

Show more
Related
Refs
Code
ReporterTitlePublishedViews
Family
Cvelist
CVE-2017-7555
17 Aug 201719:00
cvelist
Prion
Heap overflow
17 Aug 201719:29
prion
UbuntuCve
CVE-2017-7555
17 Aug 201700:00
ubuntucve
RedHat Linux
(RHSA-2019:2403) Important: augeas security update
7 Aug 201911:04
redhat
RedHat Linux
(RHSA-2017:2788) Important: augeas security update
21 Sep 201709:02
redhat
OSV
RHSA-2019:2403 Red Hat Security Advisory: augeas security update
16 Sep 202400:32
osv
OSV
augeas - security update
26 Aug 201700:00
osv
OSV
augeas - security update
21 Aug 201700:00
osv
OSV
CVE-2017-7555
17 Aug 201719:29
osv
OSV
RHSA-2017:2788 Red Hat Security Advisory: augeas security update
16 Sep 202400:32
osv
Rows per page
# 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.2017.1251");
  script_cve_id("CVE-2017-7555");
  script_tag(name:"creation_date", value:"2020-01-23 11:01:26 +0000 (Thu, 23 Jan 2020)");
  script_version("2024-02-05T14:36:55+0000");
  script_tag(name:"last_modification", value:"2024-02-05 14:36:55 +0000 (Mon, 05 Feb 2024)");
  script_tag(name:"cvss_base", value:"7.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2017-08-25 15:09:54 +0000 (Fri, 25 Aug 2017)");

  script_name("Huawei EulerOS: Security Advisory for augeas (EulerOS-SA-2017-1251)");
  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=EULEROS\-2\.0SP2");

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

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

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

  script_tag(name:"insight", value:"A vulnerability was discovered in augeas affecting the handling of escaped strings. An attacker could send crafted strings that would cause the application using augeas to copy past the end of a buffer, leading to a crash or possible code execution. (CVE-2017-7555)");

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

  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.0SP2") {

  if(!isnull(res = isrpmvuln(pkg:"augeas", rpm:"augeas~1.4.0~2.1", rls:"EULEROS-2.0SP2"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"augeas-libs", rpm:"augeas-libs~1.4.0~2.1", rls:"EULEROS-2.0SP2"))) {
    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
23 Jan 2020 00:00Current
9.6High risk
Vulners AI Score9.6
CVSS27.5
CVSS39.8
EPSS0.0577
15
.json
Report