| Reporter | Title | Published | Views | Family All 118 |
|---|---|---|---|---|
| ISC BIND 9 DNS RDATA Handling Remote DoS | 8 Aug 201300:00 | – | nessus | |
| Amazon Linux AMI : bind (ALAS-2013-214) | 1 Oct 201300:00 | – | nessus | |
| ISC BIND 9 RDATA Section Handling DoS | 29 Jul 201300:00 | – | nessus | |
| CentOS 6 : bind (CESA-2013:1114) | 31 Jul 201300:00 | – | nessus | |
| CentOS 5 : bind97 (CESA-2013:1115) | 31 Jul 201300:00 | – | nessus | |
| Debian DSA-2728-1 : bind9 - denial of service | 29 Jul 201300:00 | – | nessus | |
| F5 Networks BIG-IP : BIND vulnerability (SOL14613) | 10 Oct 201400:00 | – | nessus | |
| Fedora 18 : bind-9.9.3-4.P2.fc18 (2013-13831) | 5 Aug 201300:00 | – | nessus | |
| Fedora 19 : bind-9.9.3-5.P2.fc19 (2013-13863) | 5 Aug 201300:00 | – | nessus | |
| FreeBSD : bind -- denial of service vulnerability (7943e521-f648-11e2-8607-3c970e169bc2) | 28 Jul 201300:00 | – | nessus |
#
# (C) Tenable Network Security, Inc.
#
include("compat.inc");
if (description)
{
script_id(76120);
script_version("1.3");
script_cvs_date("Date: 2018/07/14 1:59:37");
script_cve_id("CVE-2013-4854");
script_bugtraq_id(61479);
script_xref(name:"MCAFEE-SB", value:"SB10052");
script_name(english:"McAfee Web Gateway < 7.3.2.2 DoS (SB10052)");
script_summary(english:"Checks version of MWG.");
script_set_attribute(attribute:"synopsis", value:"The remote host is affected by a denial of service vulnerability.");
script_set_attribute(attribute:"description", value:
"The remote host has a version of McAfee Web Gateway (MWG) prior to
7.3.2.2. It is, therefore, affected by a denial of service
vulnerability due to a flaw in the packaged ISC BIND server. An
attacker can exploit this vulnerability by sending a specially crafted
query with a malformed RDATA section.");
script_set_attribute(attribute:"see_also", value:"https://kc.mcafee.com/corporate/index?page=content&id=SB10052");
script_set_attribute(attribute:"solution", value:"Upgrade to 7.3.2.2 or later.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:C");
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:"2013/07/29");
script_set_attribute(attribute:"patch_publication_date", value:"2011/07/30");
script_set_attribute(attribute:"plugin_publication_date", value:"2014/06/18");
script_set_attribute(attribute:"plugin_type", value:"combined");
script_set_attribute(attribute:"cpe", value:"cpe:/a:mcafee:web_gateway");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Misc.");
script_copyright(english:"This script is Copyright (C) 2014-2018 Tenable Network Security, Inc.");
script_dependencies("mcafee_web_gateway_detect.nbin");
script_require_keys("Host/McAfee Web Gateway/Version", "Host/McAfee Web Gateway/Display Version");
exit(0);
}
include("audit.inc");
include("global_settings.inc");
include("misc_func.inc");
app_name = "McAfee Web Gateway";
version = get_kb_item_or_exit("Host/McAfee Web Gateway/Version");
version_display = get_kb_item_or_exit("Host/McAfee Web Gateway/Display Version");
fix = NULL;
if (version =~ "^7\.3\.2\.")
{
fix = "7.3.2.2";
fix_display = "7.3.2.2 Build 15726";
}
if (fix && ver_compare(ver:version, fix:fix, strict:FALSE) == -1)
{
if (report_verbosity > 0)
{
report =
'\n Installed version : ' + version_display +
'\n Fixed version : ' + fix_display +
'\n';
security_hole(extra:report, port:0);
}
else security_hole(0);
exit(0);
}
else audit(AUDIT_INST_VER_NOT_VULN, app_name, version_display);
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