Lucene search
K

Linux Alternate Patch Detection

🗓️ 18 Mar 2019 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 63 Views

Linux Alternate Patch Detection wrapper plugin for custom software patching methodologies

Code
#
# (C) Tenable Network Security, Inc.
#

include("compat.inc");

if (description)
{
  script_id(122878);
  script_version("1.6");
  script_set_attribute(attribute:"plugin_modification_date", value:"2026/01/15");

  script_xref(name:"IAVT", value:"0001-T-0504");

  script_name(english:"Linux Alternate Patch Detection");
  script_summary(english:"Calls scripts for checking alternate patching/hotfixing software.");

  script_set_attribute(
    attribute:"synopsis",
    value:"Runs dependency plugins."
  );
  script_set_attribute(
    attribute:"description",
    value:
"This is a wrapper plugin for ensuring that detection scripts for
custom software patching methodologies (outside of yum, dpkg, and
similar package management systems) get run prior to the execution
of localcheck plugins.

Add additional detection scripts to the script_dependencies
attribute."
  );
  script_set_attribute(attribute:"solution", value:"n/a");
  script_set_attribute(attribute:"risk_factor", value:"None");

  script_set_attribute(attribute:"plugin_type", value:"local");

  script_set_attribute(attribute:"plugin_publication_date", value:"2019/03/18");
  script_set_attribute(attribute:"agent", value:"unix");
  script_set_attribute(attribute:"asset_inventory", value:"True");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_copyright(english:"This script is Copyright (C) 2019-2026 and is owned by Tenable, Inc. or an Affiliate thereof.");
  script_family(english:"General");

  script_dependencies("ksplice.nasl", "kpatch.nasl", "kernelcare.nasl");

  exit(0);
}

exit(0, "Dependency scripts run.");

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

15 Jan 2026 00:00Current
5.5Medium risk
Vulners AI Score5.5
63