Lucene search
K

OpenSC Security Bypass Vulnerability

🗓️ 16 Mar 2009 00:00:00Reported by Copyright (C) 2009 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 17 Views

OpenSC Security Bypass Vulnerability allows unauthorized access to private data object

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2009-0368
26 Feb 200900:00
circl
CVE
CVE-2009-0368
2 Mar 200922:00
cve
Cvelist
CVE-2009-0368
2 Mar 200922:00
cvelist
Debian
[SECURITY] [DSA 1734-1] New opensc packages fix information disclosure
5 Mar 200908:57
debian
Debian CVE
CVE-2009-0368
2 Mar 200922:00
debiancve
Tenable Nessus
Debian DSA-1734-1 : opensc - programming error
8 Mar 200900:00
nessus
Tenable Nessus
Fedora 10 : opensc-0.11.7-1.fc10 (2009-2266)
23 Apr 200900:00
nessus
Tenable Nessus
Fedora 9 : opensc-0.11.7-1.fc9 (2009-2267)
19 Mar 200900:00
nessus
Tenable Nessus
GLSA-200908-01 : OpenSC: Multiple vulnerabilities
3 Aug 200900:00
nessus
Tenable Nessus
Mandriva Linux Security Advisory : opensc (MDVSA-2009:089)
23 Apr 200900:00
nessus
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_opensc_sec_bypass_vuln.nasl 4869 2016-12-29 11:01:45Z teissa $
#
# OpenSC Security Bypass Vulnerability
#
# Authors:
# Sharath S <[email protected]>
#
# Copyright:
# Copyright (c) 2009 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 will allow attacker to access data objects
  which are intended to be private.
  Impact Level: Application";
tag_affected = "OpenSC version prior to 0.11.7 on Linux.";
tag_insight = "Security issue due to OpenSC incorrectly initializing private data objects.
  This can be exploited to access data objects which are intended to be
  private through low level APDU commands or debugging tool.";
tag_solution = "Upgrade to OpenSC version 0.11.7
  http://www.opensc-project.org/files/opensc";
tag_summary = "This host is installed with OpenSC and is prone to security bypass
  vulnerability.";

if(description)
{
  script_id(800370);
  script_version("$Revision: 4869 $");
  script_tag(name:"last_modification", value:"$Date: 2016-12-29 12:01:45 +0100 (Thu, 29 Dec 2016) $");
  script_tag(name:"creation_date", value:"2009-03-16 10:38:04 +0100 (Mon, 16 Mar 2009)");
  script_tag(name:"cvss_base", value:"2.1");
  script_tag(name:"cvss_base_vector", value:"AV:L/AC:L/Au:N/C:P/I:N/A:N");
  script_cve_id("CVE-2009-0368");
  script_bugtraq_id(33922);
  script_name("OpenSC Security Bypass Vulnerability");
  script_xref(name : "URL" , value : "http://secunia.com/advisories/34052");
  script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/48958");
  script_xref(name : "URL" , value : "http://www.opensc-project.org/pipermail/opensc-announce/2009-February/000023.html");

  script_tag(name:"qod_type", value:"executable_version");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 Greenbone Networks GmbH");
  script_family("Privilege escalation");
  script_dependencies("gb_opensc_detect.nasl");
  script_require_keys("OpenSC/Ver");
  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);
  exit(0);
}


include("version_func.inc");

openscVer = get_kb_item("OpenSC/Ver");
if(openscVer != NULL)
{
  # Check for the version OpenSC < 0.11.7
  if(version_is_less(version:openscVer, test_version:"0.11.7")){
    security_message(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

29 Dec 2016 00:00Current
7.5High risk
Vulners AI Score7.5
EPSS0.00384
17