| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| CVE-2010-0560 | 8 Feb 201021:00 | – | cve | |
| CVE-2010-0560 | 8 Feb 201021:00 | – | cvelist | |
| EUVD-2010-0591 | 7 Oct 202500:30 | – | euvd | |
| Intel Desktop Boards Privilege Escalation (INTEL-SA-00022) | 16 Feb 201000:00 | – | nessus | |
| CVE-2010-0560 | 8 Feb 201021:30 | – | nvd | |
| Intel Desktop Boards SMM Local Privilege Escalation Vulnerability (INTEL-SA-00022) - Linux | 11 Feb 201000:00 | – | openvas | |
| Code injection | 8 Feb 201021:30 | – | prion |
| Source | Link |
|---|---|
| secunia | www.secunia.com/advisories/38413 |
| security-center | www.security-center.intel.com/advisory.aspx |
| vupen | www.vupen.com/english/advisories/2010/0271 |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_intel_desktop_board_smm_local_prv_esc_lin.nasl 6522 2017-07-04 15:22:28Z cfischer $
#
# Intel Desktop Boards SMM Local Privilege Escalation Vulnerability (Linux)
#
# Authors:
# Veerendra GG <[email protected]>
#
# Copyright:
# Copyright (c) 2010 Greenbone Networks GmbH, http://www.greenbone.net
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################
tag_impact = "Successful exploitation lets the local users to bypass certain security
restrictions and gain elevated privileges.
Impact Level: System/Application";
tag_affected = "Intel Desktop Board DB, DG, DH, DP, and DQ Series,
http://security-center.intel.com/advisory.aspx?intelid=INTEL-SA-00022&languageid=en-fr";
tag_insight = "An unspecified error exists in System Management Mode (SMM) implementation
in Intel Desktop Boards, which could allow software running administrative
(ring 0) privilege to change code running in SMM.";
tag_solution = "Upgrade the BIOS,
http://security-center.intel.com/advisory.aspx?intelid=INTEL-SA-00022&languageid=en-fr";
tag_summary = "This host has Intel Desktop Boards running which is prone to
Local Privilege Escalation Vulnerability.";
if(description)
{
script_id(800164);
script_version("$Revision: 6522 $");
script_tag(name:"last_modification", value:"$Date: 2017-07-04 17:22:28 +0200 (Tue, 04 Jul 2017) $");
script_tag(name:"creation_date", value:"2010-02-11 16:37:59 +0100 (Thu, 11 Feb 2010)");
script_tag(name:"cvss_base", value:"4.6");
script_tag(name:"cvss_base_vector", value:"AV:L/AC:L/Au:N/C:P/I:P/A:P");
script_cve_id("CVE-2010-0560");
script_name("Intel Desktop Boards SMM Local Privilege Escalation Vulnerability (Linux)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2010 Greenbone Networks GmbH");
script_family("Privilege escalation");
script_dependencies("gb_desktop_board_bios_info_detect_lin.nasl");
script_mandatory_keys("DesktopBoards/BIOS/Ver", "DesktopBoards/BIOS/Vendor",
"DesktopBoards/BaseBoard/ProdName");
script_require_keys("DesktopBoards/BaseBoard/Manufacturer");
script_tag(name : "impact" , value : tag_impact);
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
script_tag(name:"qod_type", value:"executable_version");
script_tag(name:"solution_type", value:"VendorFix");
script_xref(name : "URL" , value : "http://secunia.com/advisories/38413");
script_xref(name : "URL" , value : "http://www.vupen.com/english/advisories/2010/0271");
script_xref(name : "URL" , value : "http://security-center.intel.com/advisory.aspx?intelid=INTEL-SA-00022&languageid=en-fr");
exit(0);
}
include("version_func.inc");
## Get details from KB
bios_ver = get_kb_item("DesktopBoards/BIOS/Ver");
bios_vendor = get_kb_item("DesktopBoards/BIOS/Vendor");
base_board_manu = get_kb_item("DesktopBoards/BaseBoard/Manufacturer");
base_board_prod_name = get_kb_item("DesktopBoards/BaseBoard/ProdName");
## Check Required fields are not NULL
if(bios_ver == NULL || bios_vendor == NULL || base_board_prod_name == NULL ){
exit(0);
}
## Check for Intel Manufacturer and BIOS Vendor
if(!(egrep(pattern:"Intel",string:bios_vendor) &&
egrep(pattern:"Intel",string:base_board_manu))){
exit(0);
}
## All affected products
aff_prods = ["DQ43AP", "DQ45CB", "DQ45EK", "DQ35JO", "DQ35MP", "DP55KG",
"DP55SB", "DP55WG", "DP55WB", "DQ57TM", "DH55TC", "DH55HC",
"DG41KR", "DB43LD", "DG41MJ", "DG41RQ", "DG41TY"];
## All fixed product versions, kept in order as affected products
fix_prod_ver = ["APQ4310H.86A.0031", "CBQ4510H.86A.0109", "CBQ4510H.86A.0109",
"JOQ3510J.86A.1126", "JOQ3510J.86A.1126", "KGIBX10J.86A.4236",
"KGIBX10J.86A.4236", "KGIBX10J.86A.4236", "WBIBX10J.86A.0181",
"TMIBX10H.86A.0025", "TCIBX10H.86A.0028", "TCIBX10H.86A.0028",
"KRG4110H.86A.0029", "LDB4310H.86A.0035", "MJG4110H.86A.0006",
"RQG4110H.86A.0013", "TYG4110H.86A.0037"];
## Get length of an array
aff_prods_len = max_index(aff_prods);
## Iterate over all products
for(i=0; i < aff_prods_len ; i++)
{
## Check Affected product
if(base_board_prod_name == aff_prods[i])
{
## Extract Proper Version for matching
intel_bios_ver = split(bios_ver, sep: '.');
intel_bios_ver = intel_bios_ver[0] + intel_bios_ver[1]
+ (intel_bios_ver[2] - ".");
## Check version is less then Fixed Product Version array i.e fix_prod_ver
## with respect to perticular product i.e aff_prods
if(version_is_less(version:intel_bios_ver, test_version:fix_prod_ver[i])){
security_message(0);
exit(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