Vulnerabilities > CVE-2019-14889 - OS Command Injection vulnerability in multiple products

047910
CVSS 8.8 - HIGH
Attack vector
NETWORK
Attack complexity
LOW
Privileges required
NONE
Confidentiality impact
HIGH
Integrity impact
HIGH
Availability impact
HIGH

Summary

A flaw was found with the libssh API function ssh_scp_new() in versions before 0.9.3 and before 0.8.8. When the libssh SCP client connects to a server, the scp command, which includes a user-provided path, is executed on the server-side. In case the library is used in a way where users can influence the third parameter of the function, it would become possible for an attacker to inject arbitrary commands, leading to a compromise of the remote target.

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Command Line Execution through SQL Injection
    An attacker uses standard SQL injection methods to inject data into the command line for execution. This could be done directly through misuse of directives such as MSSQL_xp_cmdshell or indirectly through injection of data into the database that would be interpreted as shell commands. Sometime later, an unscrupulous backend application (or could be part of the functionality of the same application) fetches the injected data stored in the database and uses this data as command line arguments without performing proper validation. The malicious data escapes that data plane by spawning new commands to be executed on the host.
  • Command Delimiters
    An attack of this type exploits a programs' vulnerabilities that allows an attacker's commands to be concatenated onto a legitimate command with the intent of targeting other resources such as the file system or database. The system that uses a filter or a blacklist input validation, as opposed to whitelist validation is vulnerable to an attacker who predicts delimiters (or combinations of delimiters) not present in the filter or blacklist. As with other injection attacks, the attacker uses the command delimiter payload as an entry point to tunnel through the application and activate additional attacks through SQL queries, shell commands, network scanning, and so on.
  • Exploiting Multiple Input Interpretation Layers
    An attacker supplies the target software with input data that contains sequences of special characters designed to bypass input validation logic. This exploit relies on the target making multiples passes over the input data and processing a "layer" of special characters with each pass. In this manner, the attacker can disguise input that would otherwise be rejected as invalid by concealing it with layers of special/escape characters that are stripped off by subsequent processing steps. The goal is to first discover cases where the input validation layer executes before one or more parsing layers. That is, user input may go through the following logic in an application: In such cases, the attacker will need to provide input that will pass through the input validator, but after passing through parser2, will be converted into something that the input validator was supposed to stop.
  • Argument Injection
    An attacker changes the behavior or state of a targeted application through injecting data or command syntax through the targets use of non-validated and non-filtered arguments of exposed services or methods.
  • OS Command Injection
    In this type of an attack, an adversary injects operating system commands into existing application functions. An application that uses untrusted input to build command strings is vulnerable. An adversary can leverage OS command injection in an application to elevate privileges, execute arbitrary commands and compromise the underlying operating system.

Nessus

  • NASL familySuSE Local Security Checks
    NASL idSUSE_SU-2020-0130-1.NASL
    descriptionThis update for libssh fixes the following issues : CVE-2019-14889: Fixed an unwanted command execution in scp caused by unsanitized location (bsc#1158095). Note that Tenable Network Security has extracted the preceding description block directly from the SUSE security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-05-16
    modified2020-01-21
    plugin id133136
    published2020-01-21
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/133136
    titleSUSE SLED15 / SLES15 Security Update : libssh (SUSE-SU-2020:0130-1)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from SUSE update advisory SUSE-SU-2020:0130-1.
    # The text itself is copyright (C) SUSE.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(133136);
      script_version("1.4");
      script_set_attribute(attribute:"plugin_modification_date", value:"2020/05/15");
    
      script_cve_id("CVE-2019-14889");
      script_xref(name:"IAVA", value:"2020-A-0203");
    
      script_name(english:"SUSE SLED15 / SLES15 Security Update : libssh (SUSE-SU-2020:0130-1)");
      script_summary(english:"Checks rpm output for the updated packages.");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote SUSE host is missing one or more security updates."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "This update for libssh fixes the following issues :
    
    CVE-2019-14889: Fixed an unwanted command execution in scp caused by
    unsanitized location (bsc#1158095).
    
    Note that Tenable Network Security has extracted the preceding
    description block directly from the SUSE security advisory. Tenable
    has attempted to automatically clean and format it as much as possible
    without introducing additional issues."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1158095"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2019-14889/"
      );
      # https://www.suse.com/support/update/announcement/2020/suse-su-20200130-1/
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?86602660"
      );
      script_set_attribute(
        attribute:"solution", 
        value:
    "To install this SUSE Security Update use the SUSE recommended
    installation methods like YaST online_update or 'zypper patch'.
    
    Alternatively you can run the command listed for your product :
    
    SUSE Linux Enterprise Server for SAP 15 :
    
    zypper in -t patch SUSE-SLE-Product-SLES_SAP-15-2020-130=1
    
    SUSE Linux Enterprise Server 15-LTSS :
    
    zypper in -t patch SUSE-SLE-Product-SLES-15-2020-130=1
    
    SUSE Linux Enterprise Module for Open Buildservice Development Tools
    15 :
    
    zypper in -t patch SUSE-SLE-Module-Development-Tools-OBS-15-2020-130=1
    
    SUSE Linux Enterprise Module for Basesystem 15 :
    
    zypper in -t patch SUSE-SLE-Module-Basesystem-15-2020-130=1
    
    SUSE Linux Enterprise High Performance Computing 15-LTSS :
    
    zypper in -t patch SUSE-SLE-Product-HPC-15-2020-130=1
    
    SUSE Linux Enterprise High Performance Computing 15-ESPOS :
    
    zypper in -t patch SUSE-SLE-Product-HPC-15-2020-130=1"
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:C/I:C/A:C");
      script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
      script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H");
      script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libssh-debugsource");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libssh-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libssh-devel-doc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libssh4");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libssh4-debuginfo");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:novell:suse_linux:15");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2019/12/10");
      script_set_attribute(attribute:"patch_publication_date", value:"2020/01/20");
      script_set_attribute(attribute:"plugin_publication_date", value:"2020/01/21");
      script_set_attribute(attribute:"stig_severity", value:"I");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"SuSE Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/cpu", "Host/SuSE/release", "Host/SuSE/rpm-list");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("rpm.inc");
    
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    release = get_kb_item("Host/SuSE/release");
    if (isnull(release) || release !~ "^(SLED|SLES)") audit(AUDIT_OS_NOT, "SUSE");
    os_ver = pregmatch(pattern: "^(SLE(S|D)\d+)", string:release);
    if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "SUSE");
    os_ver = os_ver[1];
    if (! preg(pattern:"^(SLED15|SLES15)$", string:os_ver)) audit(AUDIT_OS_NOT, "SUSE SLED15 / SLES15", "SUSE " + os_ver);
    
    if (!get_kb_item("Host/SuSE/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    cpu = get_kb_item("Host/cpu");
    if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
    if (cpu !~ "^i[3-6]86$" && "x86_64" >!< cpu && "s390x" >!< cpu) audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "SUSE " + os_ver, cpu);
    
    sp = get_kb_item("Host/SuSE/patchlevel");
    if (isnull(sp)) sp = "0";
    if (os_ver == "SLES15" && (! preg(pattern:"^(0)$", string:sp))) audit(AUDIT_OS_NOT, "SLES15 SP0", os_ver + " SP" + sp);
    if (os_ver == "SLED15" && (! preg(pattern:"^(0)$", string:sp))) audit(AUDIT_OS_NOT, "SLED15 SP0", os_ver + " SP" + sp);
    
    
    flag = 0;
    if (rpm_check(release:"SLES15", sp:"0", cpu:"s390x", reference:"libssh-debugsource-0.7.5-6.9.2")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", cpu:"s390x", reference:"libssh-devel-0.7.5-6.9.2")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", cpu:"s390x", reference:"libssh4-0.7.5-6.9.2")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", cpu:"s390x", reference:"libssh4-debuginfo-0.7.5-6.9.2")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", reference:"libssh-debugsource-0.7.5-6.9.2")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", reference:"libssh-devel-doc-0.7.5-6.9.2")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", reference:"libssh-debugsource-0.7.5-6.9.2")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", reference:"libssh-devel-0.7.5-6.9.2")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", reference:"libssh4-0.7.5-6.9.2")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", reference:"libssh4-debuginfo-0.7.5-6.9.2")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", reference:"libssh-debugsource-0.7.5-6.9.2")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", reference:"libssh-devel-doc-0.7.5-6.9.2")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", reference:"libssh-debugsource-0.7.5-6.9.2")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", reference:"libssh-devel-0.7.5-6.9.2")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", reference:"libssh4-0.7.5-6.9.2")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", reference:"libssh4-debuginfo-0.7.5-6.9.2")) flag++;
    
    
    if (flag)
    {
      if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());
      else security_hole(0);
      exit(0);
    }
    else
    {
      tested = pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "libssh");
    }
    
  • NASL familyHuawei Local Security Checks
    NASL idEULEROS_SA-2020-1332.NASL
    descriptionAccording to the version of the libssh package installed, the EulerOS Virtualization for ARM 64 installation on the remote host is affected by the following vulnerability : - A flaw was found with the libssh API function ssh_scp_new(). A user able to connect to a server using SCP could execute arbitrary command using a user-provided path, leading to a compromise of the remote target.(CVE-2019-14889) Note that Tenable Network Security has extracted the preceding description block directly from the EulerOS security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-05-16
    modified2020-04-02
    plugin id135119
    published2020-04-02
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/135119
    titleEulerOS Virtualization for ARM 64 3.0.6.0 : libssh (EulerOS-SA-2020-1332)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_SU-2019-3307-1.NASL
    descriptionThis update for libssh fixes the following issues : CVE-2019-14889: Fixed an arbitrary command execution (bsc#1158095). Note that Tenable Network Security has extracted the preceding description block directly from the SUSE security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-05-16
    modified2019-12-17
    plugin id132089
    published2019-12-17
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/132089
    titleSUSE SLES12 Security Update : libssh (SUSE-SU-2019:3307-1)
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2019-8B0AD69829.NASL
    descriptionUpdate to version 0.9.3 to address CVE-2019-14889 Note that Tenable Network Security has extracted the preceding description block directly from the Fedora update system website. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-05-16
    modified2019-12-18
    plugin id132116
    published2019-12-18
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/132116
    titleFedora 31 : libssh (2019-8b0ad69829)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_SU-2019-3267-1.NASL
    descriptionThis update for libssh fixes the following issues : CVE-2019-14889: Fixed an arbitrary command execution (bsc#1158095). Note that Tenable Network Security has extracted the preceding description block directly from the SUSE security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-05-16
    modified2019-12-12
    plugin id132010
    published2019-12-12
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/132010
    titleSUSE SLED15 / SLES15 Security Update : libssh (SUSE-SU-2019:3267-1)
  • NASL familyHuawei Local Security Checks
    NASL idEULEROS_SA-2020-1164.NASL
    descriptionAccording to the version of the libssh package installed, the EulerOS installation on the remote host is affected by the following vulnerability : - A flaw was found with the libssh API function ssh_scp_new() in versions before 0.9.3 and before 0.8.8. When the libssh SCP client connects to a server, the scp command, which includes a user-provided path, is executed on the server-side. In case the library is used in a way where users can influence the third parameter of the function, it would become possible for an attacker to inject arbitrary commands, leading to a compromise of the remote target.(CVE-2019-14889) Note that Tenable Network Security has extracted the preceding description block directly from the EulerOS security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-05-16
    modified2020-02-25
    plugin id133998
    published2020-02-25
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/133998
    titleEulerOS 2.0 SP8 : libssh (EulerOS-SA-2020-1164)
  • NASL familySuSE Local Security Checks
    NASL idOPENSUSE-2020-102.NASL
    descriptionThis update for libssh fixes the following issues : - CVE-2019-14889: Fixed an unwanted command execution in scp caused by unsanitized location (bsc#1158095). This update was imported from the SUSE:SLE-15-SP1:Update update project.
    last seen2020-05-16
    modified2020-01-27
    plugin id133251
    published2020-01-27
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/133251
    titleopenSUSE Security Update : libssh (openSUSE-2020-102)
  • NASL familyFreeBSD Local Security Checks
    NASL idFREEBSD_PKG_1E7FA41BF6CA4FE8BD460E176B42B14F.NASL
    descriptionThe libssh team reports : In an environment where a user is only allowed to copy files and not to execute applications, it would be possible to pass a location which contains commands to be executed in additon. When the libssh SCP client connects to a server, the scp command, which includes a user-provided path, is executed on the server-side. In case the library is used in a way where users can influence the third parameter of ssh_scp_new(), it would become possible for an attacker to inject arbitrary commands, leading to a compromise of the remote target.
    last seen2020-05-16
    modified2020-02-03
    plugin id133432
    published2020-02-03
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/133432
    titleFreeBSD : libssh -- Unsanitized location in scp could lead to unwanted command execution (1e7fa41b-f6ca-4fe8-bd46-0e176b42b14f)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_SU-2020-0129-1.NASL
    descriptionThis update for libssh fixes the following issues : CVE-2019-14889: Fixed an unwanted command execution in scp caused by unsanitized location (bsc#1158095). Note that Tenable Network Security has extracted the preceding description block directly from the SUSE security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-05-16
    modified2020-01-21
    plugin id133135
    published2020-01-21
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/133135
    titleSUSE SLED15 / SLES15 Security Update : libssh (SUSE-SU-2020:0129-1)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_SU-2019-3308-1.NASL
    descriptionThis update for libssh fixes the following issues : CVE-2019-14889: Fixed an arbitrary command execution (bsc#1158095). Note that Tenable Network Security has extracted the preceding description block directly from the SUSE security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-05-16
    modified2019-12-17
    plugin id132090
    published2019-12-17
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/132090
    titleSUSE SLED12 / SLES12 Security Update : libssh (SUSE-SU-2019:3308-1)
  • NASL familyHuawei Local Security Checks
    NASL idEULEROS_SA-2020-1405.NASL
    descriptionAccording to the version of the libssh2 package installed, the EulerOS installation on the remote host is affected by the following vulnerability : - A flaw was found with the libssh API function ssh_scp_new() in versions before 0.9.3 and before 0.8.8. When the libssh SCP client connects to a server, the scp command, which includes a user-provided path, is executed on the server-side. In case the library is used in a way where users can influence the third parameter of the function, it would become possible for an attacker to inject arbitrary commands, leading to a compromise of the remote target.(CVE-2019-14889) Note that Tenable Network Security has extracted the preceding description block directly from the EulerOS security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-05-16
    modified2020-04-15
    plugin id135534
    published2020-04-15
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/135534
    titleEulerOS 2.0 SP3 : libssh2 (EulerOS-SA-2020-1405)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_SU-2020-0139-1.NASL
    descriptionThis update for libssh fixes the following issues : CVE-2019-14889: Fixed an unwanted command execution in scp caused by unsanitized location (bsc#1158095). Note that Tenable Network Security has extracted the preceding description block directly from the SUSE security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-05-16
    modified2020-01-21
    plugin id133139
    published2020-01-21
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/133139
    titleSUSE SLED12 / SLES12 Security Update : libssh (SUSE-SU-2020:0139-1)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_SU-2019-3293-1.NASL
    descriptionThis update for libssh fixes the following issues : CVE-2019-14889: Fixed an arbitrary command execution (bsc#1158095). Note that Tenable Network Security has extracted the preceding description block directly from the SUSE security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-05-16
    modified2019-12-16
    plugin id132070
    published2019-12-16
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/132070
    titleSUSE SLED15 / SLES15 Security Update : libssh (SUSE-SU-2019:3293-1)
  • NASL familySuSE Local Security Checks
    NASL idOPENSUSE-2019-2689.NASL
    descriptionThis update for libssh fixes the following issues : - CVE-2019-14889: Fixed an arbitrary command execution (bsc#1158095). This update was imported from the SUSE:SLE-15-SP1:Update update project.
    last seen2020-05-16
    modified2019-12-17
    plugin id132086
    published2019-12-17
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/132086
    titleopenSUSE Security Update : libssh (openSUSE-2019-2689)
  • NASL familyGentoo Local Security Checks
    NASL idGENTOO_GLSA-202003-27.NASL
    descriptionThe remote host is affected by the vulnerability described in GLSA-202003-27 (libssh: Arbitrary command execution) It was discovered that libssh incorrectly handled certain scp commands. Impact : A remote attacker could trick a victim into using a specially crafted scp command, possibly resulting in the execution of arbitrary commands on the server. Workaround : There is no known workaround at this time.
    last seen2020-05-16
    modified2020-03-16
    plugin id134604
    published2020-03-16
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/134604
    titleGLSA-202003-27 : libssh: Arbitrary command execution
  • NASL familySuSE Local Security Checks
    NASL idSUSE_SU-2020-0131-1.NASL
    descriptionThis update for libssh fixes the following issues : CVE-2019-14889: Fixed an unwanted command execution in scp caused by unsanitized location (bsc#1158095). Note that Tenable Network Security has extracted the preceding description block directly from the SUSE security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-05-16
    modified2020-01-21
    plugin id133137
    published2020-01-21
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/133137
    titleSUSE SLES12 Security Update : libssh (SUSE-SU-2020:0131-1)
  • NASL familyUbuntu Local Security Checks
    NASL idUBUNTU_USN-4219-1.NASL
    descriptionIt was discovered that libssh incorrectly handled certain scp commands. If a user or automated system were tricked into using a specially crafted scp command, a remote attacker could execute arbitrary commands on the server. Note that Tenable Network Security has extracted the preceding description block directly from the Ubuntu security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-05-16
    modified2019-12-12
    plugin id132014
    published2019-12-12
    reporterUbuntu Security Notice (C) 2019 Canonical, Inc. / NASL script (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/132014
    titleUbuntu 16.04 LTS / 18.04 LTS / 19.04 / 19.10 : libssh vulnerability (USN-4219-1)
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2019-46B6BD2459.NASL
    descriptionUpdate to version 0.9.3 to address CVE-2019-14889 Note that Tenable Network Security has extracted the preceding description block directly from the Fedora update system website. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-05-16
    modified2020-01-06
    plugin id132645
    published2020-01-06
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/132645
    titleFedora 30 : libssh (2019-46b6bd2459)