Lucene search
K

NAI WebShield SMTP GET_CONFIG Information Disclosure

🗓️ 27 May 2000 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 25 Views

NAI WebShield SMTP Management exposes configuration via GET_CONFIG command, risking information disclosure.

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2000-0448
13 Oct 200004:00
cve
Cvelist
CVE-2000-0448
13 Oct 200004:00
cvelist
EUVD
EUVD-2000-0447
7 Oct 202500:30
euvd
NVD
CVE-2000-0448
1 May 200004:00
nvd
#
# (C) Tenable Network Security, Inc.
#

include( 'compat.inc' );

if(description)
{
  script_id(10424);
  script_version ("1.21");

  script_cve_id("CVE-2000-0448");
  script_bugtraq_id(1253);

  script_name(english:"NAI WebShield SMTP GET_CONFIG Information Disclosure");
  script_summary(english:"Determines if the remote NAI WebShield SMTP Management trusts us");

  script_set_attribute(
    attribute:'synopsis',
    value:'The remote management service is prone to information disclosure.'
  );

  script_set_attribute( attribute:'description',  value:
"The remote NAI WebShield SMTP Management tool gives away its 
configuration when it is issued the command :

   GET_CONFIG

This may be of some use to an attacker to gain more knowledge about 
this system."  );

  script_set_attribute(
    attribute:'solution',
    value:
"Filter incoming traffic to this port. You may also restrict
the set of trusted hosts in the configuration console :
  - go to the 'server' section
  - select the 'trusted clients' tab
  - and set the data accordingly"
  );
  script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:N/A:N");
  script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
  script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
  script_set_attribute(attribute:"exploit_available", value:"false");

 script_set_attribute(attribute:"plugin_publication_date", value: "2000/05/27");
 script_set_attribute(attribute:"vuln_publication_date", value: "2000/05/25");
 script_cvs_date("Date: 2018/07/17 12:00:07");
  script_set_attribute(attribute:"plugin_type", value:"remote");
  script_end_attributes();

 script_category(ACT_GATHER_INFO);
 script_family(english:"Misc.");
 script_dependencie("find_service1.nasl");
 script_require_ports(9999);
 script_copyright(english:"This script is Copyright (C) 2000-2018 Tenable Network Security, Inc.");
 exit(0);
}

#
# The script code starts here
#

port = 9999;
if(get_port_state(port))
{
   soc = open_sock_tcp(port);
   if(soc)
   {
     req = string("GET_CONFIG\r\n");
     send(socket:soc, data:req);
     r = recv(socket:soc, length:2048);
     close(soc);
     if("SMTP_READ_PORT" >< r)
     {
       set_kb_item(name:"nai_webshield_management_agent/available", value:TRUE);
       security_warning(port);
     }
   }
}

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

17 Jul 2018 12:00Current
5.6Medium risk
Vulners AI Score5.6
CVSS 25
EPSS0.02363
25