SecurStar DriveCrypt 'DCR.sys' IOCTL Handling Privilege Escalation Vulnerability
🗓️ 13 Jun 2011 00:00:00Reported by Copyright (C) 2011 Greenbone AGType
openvas🔗 plugins.openvas.org👁 28 Views
| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| CVE-2011-0513 | 20 Jan 201118:00 | – | cve | |
| CVE-2011-0513 | 20 Jan 201118:00 | – | cvelist | |
| DriveCrypt 5.3 - Local Kernel Ring0 SYSTEM | 11 Jan 201100:00 | – | exploitdb | |
| EUVD-2011-0533 | 7 Oct 202500:30 | – | euvd | |
| CVE-2011-0513 | 20 Jan 201119:00 | – | nvd | |
| SecurStar DriveCrypt 'DCR.sys' IOCTL Handling Privilege Escalation Vulnerability | 13 Jun 201100:00 | – | openvas | |
| Code injection | 20 Jan 201119:00 | – | prion | |
| CVE-2011-0513 | 9 Jan 202610:04 | – | redhatcve |
| Source | Link |
|---|---|
| secunia | www.secunia.com/advisories/42881 |
| securityfocus | www.securityfocus.com/bid/45750 |
| exploit-db | www.exploit-db.com/exploits/15972/ |
| securstar | www.securstar.com/downloads.php |
# SPDX-FileCopyrightText: 2011 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.801799");
script_version("2024-11-22T15:40:47+0000");
script_tag(name:"last_modification", value:"2024-11-22 15:40:47 +0000 (Fri, 22 Nov 2024)");
script_tag(name:"creation_date", value:"2011-06-13 15:28:04 +0200 (Mon, 13 Jun 2011)");
script_cve_id("CVE-2011-0513");
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_name("SecurStar DriveCrypt 'DCR.sys' IOCTL Handling Privilege Escalation Vulnerability");
script_xref(name:"URL", value:"http://secunia.com/advisories/42881");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/45750");
script_xref(name:"URL", value:"http://www.exploit-db.com/exploits/15972/");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2011 Greenbone AG");
script_family("Privilege escalation");
script_dependencies("smb_reg_service_pack.nasl");
script_require_ports(139, 445);
script_mandatory_keys("SMB/WindowsVersion");
script_tag(name:"insight", value:"The flaw exists due to an error in the 'DCR.sys' driver when processing 'IOCTLs'
and can be exploited to corrupt memory via a specially crafted 0x00073800 IOCTL.");
script_tag(name:"solution", value:"Upgrade to SecurStar DriveCrypt version 5.5 or later");
script_tag(name:"summary", value:"SecurStar DriveCrypt is prone to a privilege escalation vulnerability.");
script_tag(name:"impact", value:"Successful exploitation will allow remote attackers to execute arbitrary code.");
script_tag(name:"affected", value:"SecurStar DriveCrypt version 5.3 and 5.4");
script_tag(name:"qod_type", value:"registry");
script_tag(name:"solution_type", value:"VendorFix");
script_xref(name:"URL", value:"http://www.securstar.com/downloads.php");
exit(0);
}
include("smb_nt.inc");
include("version_func.inc");
include("secpod_smb_func.inc");
if(!get_kb_item("SMB/WindowsVersion")){
exit(0);
}
key = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\";
if(!registry_key_exists(key:key)) {
exit(0);
}
foreach item (registry_enum_keys(key:key))
{
drvName = registry_get_sz(key:key + item, item:"DisplayName");
if("DriveCrypt" >< drvName)
{
drvVer = registry_get_sz(key:key + item, item:"DisplayVersion");
if(drvVer != NULL)
{
if(version_is_equal(version:drvVer, test_version:"5.3") ||
version_is_equal(version:drvVer, test_version:"5.4")){
security_message( port: 0, data: "The target host was found to be vulnerable" );
}
}
}
}
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
22 Nov 2024 00:00Current
6.8Medium risk
Vulners AI Score6.8
CVSS 27.2
EPSS0.00975