Lucene search
K

Patch Management Auditing Satisfied

🗓️ 30 Jan 2013 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 16 Views

Patch Management Auditing Satisfied. Reports match in available patch management solutions and/or Nessu

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

include("compat.inc");

if ( NASL_LEVEL < 3000 ) exit(0);

if (description)
{
  script_id(64295);
  script_version("$Revision: 1.1 $");
  script_cvs_date("$Date: 2013/01/30 15:38:55 $");

  script_name(english:"Patch Management Auditing Satisfied");
  script_summary(english:"Report when all patch management is up-to-date");

  script_set_attribute(attribute:"synopsis", value:
"This plugin reports when all patch management solutions correspond 
with one another.");
  script_set_attribute(attribute:"description", value:
"This plugin will report that all vulnerabilities correspond using the 
available patch management solutions and/or Nessus.");
  script_set_attribute(attribute:"solution", value:"n/a");
  script_set_attribute(attribute:"risk_factor", value:"None");

  script_set_attribute(attribute:"plugin_publication_date", value:"2013/01/30");

  script_set_attribute(attribute:"plugin_type", value:"local");
  script_set_attribute(attribute:"cpe", value:"cpe:/o:microsoft:windows");
  script_end_attributes();

  script_category(ACT_END);
  script_family(english:"General");
  script_copyright(english:"This script is Copyright (C) 2013 Tenable Network Security, Inc.");

  script_dependencies("patch_management_auditing.nasl");
  script_require_keys("patch_management/no/conflicts");

  exit(0);
}

include("misc_func.inc");

tool_report = get_kb_item_or_exit("patch_management/no/conflicts");

tool_list = split(tool_report, sep:",", keep:FALSE);

report = '\nAvailable patch management tools\n';
foreach tool (tool_list)
{
  report += "  " + tool+ '\n';
}

security_note(port:0 ,extra:report);

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

30 Jan 2013 15:38Current
5.4Medium risk
Vulners AI Score5.4
16