Lucene search
K

Microsoft Windows SMB Registry : Nessus Cannot Access the Windows Registry

🗓️ 04 Oct 2007 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 1247 Views

Microsoft Windows remote registry access issu

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

include("compat.inc");

if(description)
{
 script_id(26917);
 script_version ("1.12");
 
  script_xref(name:"IAVB", value:"0001-B-0506");

 script_name(english:"Microsoft Windows SMB Registry : Nessus Cannot Access the Windows Registry");
 
 script_set_attribute(attribute:"synopsis", value:
"Nessus is not able to access the remote Windows Registry." );
 script_set_attribute(attribute:"description", value:
"It was not possible to connect to PIPE\winreg on the remote host.

If you intend to use Nessus to perform registry-based checks, the
registry checks will not work because the 'Remote Registry Access'
service (winreg) has been disabled on the remote host or can not be
connected to with the supplied credentials." );
 script_set_attribute(attribute:"risk_factor", value:"None" );
 script_set_attribute(attribute:"solution", value:"n/a" );
 script_set_attribute(attribute:"plugin_publication_date", value: "2007/10/04");
 script_set_attribute(attribute:"plugin_modification_date", value:"2020/09/22");
 script_set_attribute(attribute:"plugin_type", value:"local");
 script_end_attributes();
 
 script_summary(english:"Determines whether the remote registry is accessible");
 script_category(ACT_GATHER_INFO);
 script_copyright(english:"This script is Copyright (C) 2007-2020 Tenable Network Security, Inc.");
 script_family(english:"Windows");
 script_dependencies("smb_registry_access.nasl");
 script_require_keys("SMB/registry_not_accessible");
 exit(0);
}

#

port = get_kb_item("SMB/transport");
val = get_kb_item("SMB/registry_not_accessible");

if (val)
{
  reason = get_kb_item("SMB/registry_not_accessible/reason");
  if ( isnull(reason) )  security_note(port);
  else security_note(port:port, extra:'Could not connect to the registry because:\n' + reason);
}

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

22 Sep 2020 00:00Current
5.5Medium risk
Vulners AI Score5.5
1247