Lucene search
+L

CA kmxfw.sys Code Execution and DoS Vulnerabilities

🗓️ 22 Aug 2008 00:00:00Reported by Copyright (C) 2008 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 22 Views

CA kmxfw.sys Code Execution and DoS Vulnerabilities. Multiple flaws due to insufficient verification/validation of IOCTL requests by the kmxfw.sys driver in CA Internet Security Suite and CA Personal Firewall versions

Related
Refs
Code
ReporterTitlePublishedViews
Family
nessus
Tenable Nessus
CA HIPS Kmxfw.sys Driver Multiple Remote Vulnerabilities
16 Aug 200800:00
nessus
cve
CVE
CVE-2008-2926
12 Aug 200823:00
cve
cvelist
Cvelist
CVE-2008-2926
12 Aug 200823:00
cvelist
euvd
EUVD
EUVD-2008-2919
7 Oct 202500:30
euvd
nvd
NVD
CVE-2008-2926
12 Aug 200823:41
nvd
openvas
OpenVAS
CA kmxfw.sys Code Execution and DoS Vulnerabilities
22 Aug 200800:00
openvas
prion
Prion
Design/Logic Flaw
12 Aug 200823:41
prion
securityvulns
securityvulns
CA Host-Based Intrusion Prevention System SDK kmxfw.sys Multiple Vulnerabilities
15 Aug 200800:00
securityvulns
securityvulns
securityvulns
[TKADV2008-006] CA HIPS KmxFw.sys Kernel Memory Corruption
15 Aug 200800:00
securityvulns
securityvulns
securityvulns
CA CA Host-Based Intrusion Prevention System SDK multiple security vulnerabilities
15 Aug 200800:00
securityvulns
Rows per page
# SPDX-FileCopyrightText: 2008 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.900202");
  script_version("2025-03-05T05:38:52+0000");
  script_tag(name:"last_modification", value:"2025-03-05 05:38:52 +0000 (Wed, 05 Mar 2025)");
  script_tag(name:"creation_date", value:"2008-08-22 10:29:01 +0200 (Fri, 22 Aug 2008)");
  script_cve_id("CVE-2008-2926");
  script_copyright("Copyright (C) 2008 Greenbone AG");
  script_tag(name:"cvss_base", value:"7.2");
  script_tag(name:"cvss_base_vector", value:"AV:L/AC:L/Au:N/C:C/I:C/A:C");
  script_category(ACT_GATHER_INFO);
  script_tag(name:"qod_type", value:"registry");
  script_family("Denial of Service");
  script_name("CA kmxfw.sys Code Execution and DoS Vulnerabilities");

  script_dependencies("smb_reg_service_pack.nasl");
  script_mandatory_keys("SMB/WindowsVersion");
  script_require_ports(139, 445);

  script_xref(name:"URL", value:"http://www.ca.com/us/securityadvisor/vulninfo/vuln.aspx?id=36560");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/30651");
  script_xref(name:"URL", value:"http://www.ca.com/us/securityadvisor/vulninfo/vuln.aspx?id=36559");
  script_xref(name:"URL", value:"http://www.securityfocus.com/archive/1/archive/1/495397/100/0/threaded");
  script_xref(name:"URL", value:"http://securitytracker.com/alerts/2008/Aug/1020662.html");
  script_xref(name:"URL", value:"http://securitytracker.com/alerts/2008/Aug/1020663.html");
  script_xref(name:"URL", value:"http://www.trapkit.de/advisories/TKADV2008-006.txt");
  script_xref(name:"URL", value:"http://seclists.org/fulldisclosure/2008/Aug/0256.html");
  script_xref(name:"URL", value:"https://support.ca.com/irj/portal/anonymous/SolutionResults?aparNo=RO00535&actionID=4");
  script_xref(name:"URL", value:"ftp://ftp.ca.com/CAproducts/unicenter/CAHIPS/nt/0703/RO00535/RO00535.CAZ");

  script_tag(name:"summary", value:"CA Product(s) are prone to local code execution and denial of service (DoS)
  vulnerabilities.");

  script_tag(name:"insight", value:"Multiple flaws exist due to insufficient verification/validation of IOCTL
  requests by the kmxfw.sys driver.");

  script_tag(name:"affected", value:"CA Internet Security Suite 2007 (v3.2) with CA Personal Firewall 2007 (v9.1) Engine version 1.2.260 and below

  CA Internet Security Suite 2008 (v4.0) with CA Personal Firewall 2008 (v10.0) Engine version 1.2.260 and below

  CA Personal Firewall 2007 (v9.1) with Engine version 1.2.260 and below

  CA Personal Firewall 2008 (v10.0) with Engine version 1.2.260 and below

  CA Host-Based Intrusion Prevention System r8");

  script_tag(name:"solution", value:"Ensure the latest engine is installed by using the built-in update
  mechanism and for Host-Based Intrusion Prevention System.");

  script_tag(name:"impact", value:"A remote/local user can cause denial of service conditions or
  execute arbitrary code by sending a specially crafted IOCTL requests.");

  script_tag(name:"solution_type", value:"VendorFix");

  exit(0);
}

include("smb_nt.inc");

if(!get_kb_item("SMB/WindowsVersion"))
  exit(0);

caEngVer = registry_get_sz(key:"SOFTWARE\CA\HIPSEngine", item:"Version");
if(!caEngVer)
  exit(0);

if(egrep(pattern:"^(0\..*|1\.[01](\..*)?|1\.2(\.([01]?[0-9]?[0-9]|2[0-6][0-9]|27[0-5]))?)$", string:caEngVer)) {
  security_message( port: 0, data: "The target host was found to be vulnerable" );
  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