Lucene search
K

MaraDNS < 1.3.07.14 / 1.4.x < 1.4.10 Hash Collision Form Parameter Remote DoS

🗓️ 11 Apr 2014 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 20 Views

The MaraDNS server < 1.3.07.14 / 1.4.x < 1.4.10 is affected by a hash collision issue, allowing a remote attacker to crash the DNS server

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2011-5055
8 Jan 201200:00
cve
CVE
CVE-2012-0024
8 Jan 201200:00
cve
Cvelist
CVE-2011-5055
8 Jan 201200:00
cvelist
Cvelist
CVE-2012-0024
8 Jan 201200:00
cvelist
Debian CVE
CVE-2011-5055
8 Jan 201200:00
debiancve
Debian CVE
CVE-2012-0024
8 Jan 201200:00
debiancve
EUVD
EUVD-2011-4958
7 Oct 202500:30
euvd
EUVD
EUVD-2012-0064
7 Oct 202500:30
euvd
Tenable Nessus
GLSA-201202-03 : MaraDNS: Denial of Service
23 Feb 201200:00
nessus
Gentoo Linux
MaraDNS: Denial of service
22 Feb 201200:00
gentoo
Rows per page
#
# (C) Tenable Network Security, Inc.
#

include("compat.inc");

if (description)
{
  script_id(73480);
  script_version("1.3");
  script_cvs_date("Date: 2018/07/14  1:59:35");

  script_cve_id("CVE-2011-5055", "CVE-2012-0024");
  script_bugtraq_id(51225);

  script_name(english:"MaraDNS < 1.3.07.14 / 1.4.x < 1.4.10 Hash Collision Form Parameter Remote DoS");
  script_summary(english:"Checks version of MaraDNS server");

  script_set_attribute(attribute:"synopsis", value:
"The DNS server running on the remote host is affected by a denial of
service vulnerability.");
  script_set_attribute(attribute:"description", value:
"According to its self-reported version number, the MaraDNS server
running on the remote host is affected by a hash collision issue when
large amounts of specially crafted queries with the Recursion Desired
(RD) bit set are sent to the remote server. This issue could allow a
remote attacker to crash the DNS server, resulting in a denial of
service.");
  # Release of the version with the actual solution
  script_set_attribute(attribute:"see_also", value:"http://samiam.org/blog/20120113.html");
  script_set_attribute(attribute:"see_also", value:"http://samiam.org/blog/20111230.html");
  script_set_attribute(attribute:"see_also", value:"http://samiam.org/blog/20111229.html");
  script_set_attribute(attribute:"see_also", value:"http://maradns.samiam.org/security.html");
  script_set_attribute(attribute:"solution", value:"Upgrade to MaraDNS version 1.3.07.14 / 1.4.10 or later.");
  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: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:"vuln_publication_date", value:"2011/12/29");
  script_set_attribute(attribute:"patch_publication_date", value:"2012/01/13");
  script_set_attribute(attribute:"plugin_publication_date", value:"2014/04/11");

  script_set_attribute(attribute:"potential_vulnerability", value:"true");
  script_set_attribute(attribute:"plugin_type", value:"remote");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:maradns:maradns");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"DNS");

  script_copyright(english:"This script is Copyright (C) 2014-2018 Tenable Network Security, Inc.");

  script_dependencies("maradns_version.nasl");
  script_require_keys("maradns/version", "maradns/num_ver", "Settings/ParanoidReport");

  exit(0);
}

include("audit.inc");
include("global_settings.inc");
include("misc_func.inc");

version = get_kb_item_or_exit("maradns/version");
num_ver = get_kb_item_or_exit("maradns/num_ver");

if (report_paranoia < 2) audit(AUDIT_PARANOID);

port = 53;
fix = NULL;

# < 1.3.07.14
if (version =~ "^(0|1\.[0-3])\." && ver_compare(ver:num_ver, fix:"1.3.07.14", strict:FALSE) == -1)
  fix = "1.3.07.14";

# 1.4.x < 1.4.10
else if (version =~ "^1\.4\." && ver_compare(ver:num_ver, fix:"1.4.10", strict:FALSE) == -1)
  fix = "1.4.10";

else
  audit(AUDIT_LISTEN_NOT_VULN, "MaraDNS", port, version, "UDP");


if (report_verbosity > 0)
{
  report =
    '\n  Installed version : ' + version +
    '\n  Fixed version     : ' + fix +
    '\n';
  security_warning(port:port, proto:"udp", extra:report);
}
else security_warning(port:port, proto:"udp");

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

14 Jul 2018 00:00Current
5.5Medium risk
Vulners AI Score5.5
CVSS 27.8
EPSS0.00757
20