Lucene search
K

Cisco ASA 1000V H.323 Inspection DoS

🗓️ 22 Jan 2013 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 30 Views

The remote Cisco ASA 1000V may be affected by a denial of service vulnerability when H.323 inspection is enabled, processing malformed H.323 transit traffic can result in a device reload. A remote, unauthenticated attacker could exploit this to cause a denial of service

Related
Refs
Code
ReporterTitlePublishedViews
Family
Cisco
Cisco ASA 1000V Cloud Firewall H.323 Inspection Denial of Service Vulnerability
16 Jan 201316:00
cisco
CVE
CVE-2012-5419
17 Jan 201315:00
cve
Cvelist
CVE-2012-5419
17 Jan 201315:00
cvelist
EUVD
EUVD-2012-5338
7 Oct 202500:30
euvd
NVD
CVE-2012-5419
17 Jan 201315:55
nvd
Prion
Code injection
17 Jan 201315:55
prion
Positive Technologies
PT-2013-1796 · Cisco · Cisco Asa 1000V Cloud Firewall +1
16 Jan 201300:00
ptsecurity
securityvulns
Cisco ASA DoS
21 Jan 201300:00
securityvulns
#
# (C) Tenable Network Security, Inc.
#

include("compat.inc");

if (description)
{
  script_id(63644);
  script_version("1.6");
  script_cvs_date("Date: 2018/11/15 20:50:20");

  script_cve_id("CVE-2012-5419");
  script_bugtraq_id(57432);
  script_xref(name:"CISCO-BUG-ID", value:"CSCuc42812");
  script_xref(name:"IAVA", value:"2013-A-0023");
  script_xref(name:"CISCO-BUG-ID", value:"CSCuc88741");
  script_xref(name:"CISCO-SA", value:"cisco-sa-20130116-asa1000v");

  script_name(english:"Cisco ASA 1000V H.323 Inspection DoS");
  script_summary(english:"Checks ASA model and version");

  script_set_attribute(
    attribute:"synopsis",
    value:
"The remote security device is missing a vendor-supplied security
patch."
  );
  script_set_attribute(
    attribute:"description",
    value:
"According to its self-reported model and version number, the remote
Cisco ASA 1000V may be affected by a denial of service vulnerability. 
When H.323 inspection is enabled, processing malformed H.323 transit
traffic can result in a device reload.  A remote, unauthenticated
attacker could exploit this to cause a denial of service."
  );
  # https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20130116-asa1000v
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?f4bfaeab");
  script_set_attribute(attribute:"solution", value:"Upgrade to Cisco ASA Software 8.7(1)3 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/01/16");
  script_set_attribute(attribute:"patch_publication_date", value:"2013/01/16");
  script_set_attribute(attribute:"plugin_publication_date", value:"2013/01/22");

  script_set_attribute(attribute:"plugin_type", value:"local");
  script_set_attribute(attribute:"cpe", value:"cpe:/h:cisco:asa_1000v_cloud_firewall");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:cisco:adaptive_security_appliance_software");
  script_set_attribute(attribute:"stig_severity", value:"I");
  script_end_attributes();

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

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

  script_dependencies("ssh_get_info.nasl");
  script_require_keys("Host/Cisco/ASA", "Host/Cisco/ASA/model");

  exit(0);
}

include("cisco_func.inc");
include("audit.inc");

asa = get_kb_item_or_exit('Host/Cisco/ASA');
model = get_kb_item_or_exit('Host/Cisco/ASA/model');
ver = extract_asa_version(asa);
if (isnull(ver)) exit(1, 'Unable to parse ASA version.');

if (model != '1000V')
  audit(AUDIT_HOST_NOT, 'ASA 1000V');

# "Versions 8.7.1 and 8.7.1.1 of Cisco ASA Software for the Cisco ASA 1000V Cloud
# Firewall are affected by this vulnerability if H.323 inspection is enabled."
if (ver != '8.7(1)' && ver != '8.7(1)1')
  audit(AUDIT_INST_VER_NOT_VULN, 'ASA 1000V', ver);

if (report_verbosity > 0)
{
  fix = '8.7(1)3';
  report =
    '\n  Installed release : ' + ver +
    '\n  Fixed release     : ' + fix + '\n';
  security_hole(port:0, extra:report);
}
else security_hole(0);

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

15 Nov 2018 20:50Current
5.5Medium risk
Vulners AI Score5.5
CVSS 27.8
EPSS0.0133
30