Microsoft SQL Server (MSSQL) Resolution Service Amplification Reflected DRDoS (UDP)
🗓️ 26 Jan 2015 00:00:00Reported by Copyright (C) 2015 Greenbone AGType
openvas🔗 plugins.openvas.org👁 141 Views
| Source | Link |
|---|---|
| kurtaubuchon | www.kurtaubuchon.blogspot.de/2015/01/mc-sqlr-amplification-ms-sql-server.html |
# SPDX-FileCopyrightText: 2015 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.105187");
script_version("2026-04-28T06:28:06+0000");
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:P");
script_tag(name:"last_modification", value:"2026-04-28 06:28:06 +0000 (Tue, 28 Apr 2026)");
script_tag(name:"creation_date", value:"2015-01-26 13:45:36 +0100 (Mon, 26 Jan 2015)");
script_name("Microsoft SQL Server (MSSQL) Resolution Service Amplification Reflected DRDoS (UDP)");
script_category(ACT_GATHER_INFO);
script_family("Denial of Service");
script_copyright("Copyright (C) 2015 Greenbone AG");
script_dependencies("mssql_ping.nasl", "global_settings.nasl");
script_mandatory_keys("MSSQL/UDP/Ping", "keys/is_public_addr");
script_xref(name:"URL", value:"http://kurtaubuchon.blogspot.de/2015/01/mc-sqlr-amplification-ms-sql-server.html");
script_tag(name:"summary", value:"The remote Microsoft SQL Server (MSSQL) allows distributed
reflection and amplification (DRDoS) attacks.");
script_tag(name:"vuldetect", value:"Send a request with a single byte and check the length of the
response.
Note:
This VT is only reporting a vulnerability if the target system / service is accessible from a
public WAN (Internet) / public LAN.
A configuration option 'Network type' to define if a scanned network should be seen as a public
LAN can be found in the preferences of the following VT:
Global variable settings (OID: 1.3.6.1.4.1.25623.1.0.12288)");
script_tag(name:"impact", value:"Successfully exploiting this vulnerability allows attackers to
cause denial-of-service conditions against remote hosts.");
script_tag(name:"solution", value:"Restrict access to this port.");
script_tag(name:"qod_type", value:"remote_vul");
script_tag(name:"solution_type", value:"Mitigation");
exit(0);
}
include("network_func.inc");
include("host_details.inc");
if( ! is_public_addr() )
exit( 0 );
port = 1434;
if( ! soc = open_sock_udp( port ) )
exit( 0 );
byte = raw_string( 0x02 );
send( socket:soc, data:byte );
recv = recv( socket:soc, length:4096 );
close( soc );
if( recv && strlen( recv ) > 50 ) {
# nb:
# - Store the reference from this one to mssql_ping.nasl to show a cross-reference within the
# reports
# - We don't want to / can't use get_app_* functions and we're only interested in the
# cross-reference here
register_host_detail( name:"detected_by", value:"1.3.6.1.4.1.25623.1.0.10674" ); # mssql_ping.nasl
register_host_detail( name:"detected_at", value:port + "/udp" );
report = 'By sending a request with a single byte, we received a response of ' + strlen( recv ) + ' bytes.';
security_message( port:port, proto:"udp", data:report );
exit( 0 );
}
exit( 99 );
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
28 Apr 2026 00:00Current
5.7Medium risk
Vulners AI Score5.7