Vulnerabilities > CVE-2019-14889 - OS Command Injection vulnerability in multiple products
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.
Vulnerable Configurations
Common Weakness Enumeration (CWE)
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 family SuSE Local Security Checks NASL id SUSE_SU-2020-0130-1.NASL description 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. last seen 2020-05-16 modified 2020-01-21 plugin id 133136 published 2020-01-21 reporter This script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/133136 title SUSE 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 family Huawei Local Security Checks NASL id EULEROS_SA-2020-1332.NASL description According 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 seen 2020-05-16 modified 2020-04-02 plugin id 135119 published 2020-04-02 reporter This script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/135119 title EulerOS Virtualization for ARM 64 3.0.6.0 : libssh (EulerOS-SA-2020-1332) NASL family SuSE Local Security Checks NASL id SUSE_SU-2019-3307-1.NASL description This 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 seen 2020-05-16 modified 2019-12-17 plugin id 132089 published 2019-12-17 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/132089 title SUSE SLES12 Security Update : libssh (SUSE-SU-2019:3307-1) NASL family Fedora Local Security Checks NASL id FEDORA_2019-8B0AD69829.NASL description Update 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 seen 2020-05-16 modified 2019-12-18 plugin id 132116 published 2019-12-18 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/132116 title Fedora 31 : libssh (2019-8b0ad69829) NASL family SuSE Local Security Checks NASL id SUSE_SU-2019-3267-1.NASL description This 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 seen 2020-05-16 modified 2019-12-12 plugin id 132010 published 2019-12-12 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/132010 title SUSE SLED15 / SLES15 Security Update : libssh (SUSE-SU-2019:3267-1) NASL family Huawei Local Security Checks NASL id EULEROS_SA-2020-1164.NASL description According 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 seen 2020-05-16 modified 2020-02-25 plugin id 133998 published 2020-02-25 reporter This script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/133998 title EulerOS 2.0 SP8 : libssh (EulerOS-SA-2020-1164) NASL family SuSE Local Security Checks NASL id OPENSUSE-2020-102.NASL description This 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 seen 2020-05-16 modified 2020-01-27 plugin id 133251 published 2020-01-27 reporter This script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/133251 title openSUSE Security Update : libssh (openSUSE-2020-102) NASL family FreeBSD Local Security Checks NASL id FREEBSD_PKG_1E7FA41BF6CA4FE8BD460E176B42B14F.NASL description The 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 seen 2020-05-16 modified 2020-02-03 plugin id 133432 published 2020-02-03 reporter This script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/133432 title FreeBSD : libssh -- Unsanitized location in scp could lead to unwanted command execution (1e7fa41b-f6ca-4fe8-bd46-0e176b42b14f) NASL family SuSE Local Security Checks NASL id SUSE_SU-2020-0129-1.NASL description 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. last seen 2020-05-16 modified 2020-01-21 plugin id 133135 published 2020-01-21 reporter This script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/133135 title SUSE SLED15 / SLES15 Security Update : libssh (SUSE-SU-2020:0129-1) NASL family SuSE Local Security Checks NASL id SUSE_SU-2019-3308-1.NASL description This 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 seen 2020-05-16 modified 2019-12-17 plugin id 132090 published 2019-12-17 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/132090 title SUSE SLED12 / SLES12 Security Update : libssh (SUSE-SU-2019:3308-1) NASL family Huawei Local Security Checks NASL id EULEROS_SA-2020-1405.NASL description According 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 seen 2020-05-16 modified 2020-04-15 plugin id 135534 published 2020-04-15 reporter This script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/135534 title EulerOS 2.0 SP3 : libssh2 (EulerOS-SA-2020-1405) NASL family SuSE Local Security Checks NASL id SUSE_SU-2020-0139-1.NASL description 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. last seen 2020-05-16 modified 2020-01-21 plugin id 133139 published 2020-01-21 reporter This script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/133139 title SUSE SLED12 / SLES12 Security Update : libssh (SUSE-SU-2020:0139-1) NASL family SuSE Local Security Checks NASL id SUSE_SU-2019-3293-1.NASL description This 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 seen 2020-05-16 modified 2019-12-16 plugin id 132070 published 2019-12-16 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/132070 title SUSE SLED15 / SLES15 Security Update : libssh (SUSE-SU-2019:3293-1) NASL family SuSE Local Security Checks NASL id OPENSUSE-2019-2689.NASL description This 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 seen 2020-05-16 modified 2019-12-17 plugin id 132086 published 2019-12-17 reporter This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/132086 title openSUSE Security Update : libssh (openSUSE-2019-2689) NASL family Gentoo Local Security Checks NASL id GENTOO_GLSA-202003-27.NASL description The 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 seen 2020-05-16 modified 2020-03-16 plugin id 134604 published 2020-03-16 reporter This script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/134604 title GLSA-202003-27 : libssh: Arbitrary command execution NASL family SuSE Local Security Checks NASL id SUSE_SU-2020-0131-1.NASL description 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. last seen 2020-05-16 modified 2020-01-21 plugin id 133137 published 2020-01-21 reporter This script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/133137 title SUSE SLES12 Security Update : libssh (SUSE-SU-2020:0131-1) NASL family Ubuntu Local Security Checks NASL id UBUNTU_USN-4219-1.NASL description It 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 seen 2020-05-16 modified 2019-12-12 plugin id 132014 published 2019-12-12 reporter Ubuntu Security Notice (C) 2019 Canonical, Inc. / NASL script (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/132014 title Ubuntu 16.04 LTS / 18.04 LTS / 19.04 / 19.10 : libssh vulnerability (USN-4219-1) NASL family Fedora Local Security Checks NASL id FEDORA_2019-46B6BD2459.NASL description Update 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 seen 2020-05-16 modified 2020-01-06 plugin id 132645 published 2020-01-06 reporter This script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/132645 title Fedora 30 : libssh (2019-46b6bd2459)
References
- https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-14889
- https://usn.ubuntu.com/4219-1/
- https://www.libssh.org/security/advisories/CVE-2019-14889.txt
- http://lists.opensuse.org/opensuse-security-announce/2019-12/msg00033.html
- https://lists.debian.org/debian-lts-announce/2019/12/msg00020.html
- http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00047.html
- https://security.gentoo.org/glsa/202003-27
- https://www.oracle.com/security-alerts/cpuapr2020.html
- https://lists.debian.org/debian-lts-announce/2023/05/msg00029.html
- https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/7JJWJTXVWLLJTVHBPGWL7472S5FWXYQR/
- https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/EV2ONSPDJCTDVORCB4UGRQUZQQ46JHRN/