#%NASL_MIN_LEVEL 999999
# @DEPRECATED@
#
# This script has been deprecated and is no longer used
# after a revamping of the Slackware generator.
#
# Disabled on 2011/05/27.
#
# This script was automatically generated from a
# Slackware Security Advisory
# It is released under the Nessus Script Licence.
# Slackware Security Advisories are copyright 1999-2004 Slackware Linux, Inc.
# SSA2nasl Convertor is copyright 2004 Tenable Network Security, Inc.
# See http://www.slackware.com/about/ or http://www.slackware.com/security/
# Slackware(R) is a registered trademark of Slackware Linux, Inc.
if (! defined_func("bn_random")) exit(0);
include("compat.inc");
if (description) {
script_id(18700);
script_version("1.9");
script_category(ACT_GATHER_INFO);
script_family(english: "Slackware Local Security Checks");
script_dependencies("ssh_get_info.nasl");
script_copyright("This script is Copyright (C) 2005-2018 Tenable Network Security, Inc.");
script_require_keys("Host/Slackware/release", "Host/Slackware/packages");
script_set_attribute(attribute:"synopsis", value:
"The remote host is missing a security update." );
script_set_attribute(attribute:"description", value:
"New openssh packages are available to fix security problems.
Here's the information from the Slackware 8.0 ChangeLog:
----------------------------
Thu Mar 7 12:00:18 PST 2002
patches/packages/openssh.tgz: Upgraded to openssh-3.1p1.
This fixes a security problem in the openssh package. All sites running
OpenSSH should upgrade immediately.
All versions of OpenSSH between 2.0 and 3.0.2 contain an off-by-one error
in the channel code. OpenSSH 3.1 and later are not affected. This bug can
be exploited locally by an authenticated user logging into a vulnerable
OpenSSH server or by a malicious SSH server attacking a vulnerable OpenSSH
client. This bug was discovered by Joost Pol <[email protected]>
(* Security fix *)
----------------------------" );
script_set_attribute(attribute:"solution", value:
"Update the packages that are referenced in the security advisory." );
script_set_attribute(attribute:"risk_factor", value:"High" );
script_set_attribute(attribute:"plugin_publication_date", value: "2005/07/13");
script_end_attributes();
script_summary("SSA OpenSSH security problem fixed");
name["english"] = "SSA-18700 OpenSSH security problem fixed";
script_name(english:name["english"]);exit(0);
}
exit(0);
include('slackware.inc');
include('global_settings.inc');
desc="";
if (slackware_check(osver: "-current", pkgname: "openssh", pkgver: "3.1p1", pkgnum: "1", pkgarch: "i386")) {
w++;
if (report_verbosity > 0) desc = strcat(desc, '
The package openssh is vulnerable in Slackware -current
Upgrade to openssh-3.1p1-i386-1 or newer.
');
}
if (w) { security_hole(port: 0, extra: desc); }
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation