| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| CVE-2009-2740 | 19 Aug 200917:00 | – | cve | |
| CVE-2009-2740 | 19 Aug 200917:00 | – | cvelist | |
| EUVD-2009-2730 | 7 Oct 202500:30 | – | euvd | |
| CVE-2009-2740 | 19 Aug 200917:30 | – | nvd | |
| Design/Logic Flaw | 19 Aug 200917:30 | – | prion | |
| CA20090818-01: Security Notice for CA Host-Based Intrusion Prevention System | 19 Aug 200900:00 | – | securityvulns | |
| [IVIZ-09-005] CA HIPS Remote Kernel Vulnerability | 19 Aug 200900:00 | – | securityvulns | |
| CA Host-Based Intrusion Prevention System DoS | 19 Aug 200900:00 | – | securityvulns | |
| CA HIPS kmxIds.sys驱动拒绝服务漏洞 | 21 Aug 200900:00 | – | seebug |
| Source | Link |
|---|---|
| nessus | www.nessus.org/u |
| seclists | www.seclists.org/bugtraq/2009/Aug/150 |
| cve | www.cve.mitre.org/cgi-bin/cvename.cgi |
#
# (C) Tenable Network Security, Inc.
#
include("compat.inc");
if (description)
{
script_id(40621);
script_version("1.12");
script_cvs_date("Date: 2018/11/15 20:50:26");
script_cve_id("CVE-2009-2740");
script_bugtraq_id(36078);
script_name(english:"CA Host-Based Intrusion Prevention System Client kmxIds.sys DoS (CA20090818)");
script_summary(english:"Checks version of kmxIds.sys.");
script_set_attribute(attribute:"synopsis", value:
"A driver installed on the remote Windows host is affected by a denial
of service vulnerability.");
script_set_attribute( attribute:"description", value:
"The remote Windows host contains a version of the 'kmxIds.sys' driver,
a component of CA Host-Based Intrusion Prevention System Client, that
does not correctly handle certain malformed network packets. A remote
attacker can exploit this issue to cause a kernel crash.");
# https://support.ca.com/irj/portal/anonymous/phpsupcontent?contentID=214665
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?6c95182f");
script_set_attribute(attribute:"see_also", value:"https://seclists.org/bugtraq/2009/Aug/150");
script_set_attribute( attribute:"solution", value:
"Upgrade as necessary to CA Host-Based Intrusion Prevention System 8.1,
install Cumulative Fix 1 RO10298 or later on the CA HIPS server, and
ensure that an updated client installation image is installed on each
client.");
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_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H");
script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
script_set_attribute(attribute:"exploit_available", value:"false");
script_cwe_id(399);
script_set_attribute(attribute:"vuln_publication_date", value:"2009/08/18");
script_set_attribute(attribute:"patch_publication_date", value:"2009/08/18");
script_set_attribute(attribute:"plugin_publication_date", value:"2009/08/19");
script_set_attribute(attribute:"plugin_type", value:"local");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Windows");
script_copyright(english:"This script is Copyright (C) 2009-2018 Tenable Network Security, Inc.");
script_dependencies("smb_hotfixes.nasl");
script_require_keys("SMB/Registry/Enumerated");
script_require_ports(139, 445);
exit(0);
}
include("audit.inc");
include("smb_func.inc");
include("smb_hotfixes.inc");
include("smb_hotfixes_fcheck.inc");
include("misc_func.inc");
get_kb_item_or_exit("SMB/Registry/Enumerated");
if (!is_accessible_share()) exit(1, "is_accessible_share() failed.");
if (hotfix_check_fversion(file:"\System32\drivers\kmxIds.sys", version:"7.3.1.18") == HCF_OLDER)
{
hotfix_security_hole();
hotfix_check_fversion_end();
exit(0);
}
else
{
hotfix_check_fversion_end();
audit(AUDIT_HOST_NOT, 'affected');
}
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