Lucene search
K

StarDict Information Disclosure Vulnerability (Linux)

🗓️ 07 Jul 2009 00:00:00Reported by Copyright (C) 2009 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 20 Views

StarDict Information Disclosure Vulnerability (Linux). Error when 'enable net dict' configured, attempts to grab clipboard and sends it over network. Upgrade to StarDict 3.0.1-5 or later

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2009-2260
5 Aug 202515:53
circl
CVE
CVE-2009-2260
30 Jun 200910:00
cve
Cvelist
CVE-2009-2260
30 Jun 200910:00
cvelist
Debian CVE
CVE-2009-2260
30 Jun 200910:00
debiancve
EUVD
EUVD-2009-2256
7 Oct 202500:30
euvd
Fedora
[SECURITY] Fedora 12 Update: stardict-3.0.1-20.fc12
2 Jan 201021:30
fedora
Tenable Nessus
Fedora 12 : stardict-3.0.1-20.fc12 (2010-0012)
25 Feb 201000:00
nessus
Tenable Nessus
Oracle Solaris Third-Party Patch Update : stardict (cve_2009_2260_information_exposure)
19 Jan 201500:00
nessus
NVD
CVE-2009-2260
30 Jun 200910:30
nvd
OpenVAS
StarDict Information Disclosure Vulnerability - Linux
7 Jul 200900:00
openvas
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_stardict_info_disc_vuln_lin.nasl 4869 2016-12-29 11:01:45Z teissa $
#
# StarDict Information Disclosure Vulnerability (Linux)
#
# Authors:
# Antu Sanadi <[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 gain sensitive
information by sniffing the network.

Impact Level: Application";

tag_affected = "StarDict version 3.0.1 on Linux";

tag_insight = "Error exists when 'enable net dict' is configured, and it
attempts to grab clipboard and sends it over network.";

tag_solution = "Upgrade to StarDict 3.0.1-5 or later,
For updates refer to http://www.stardict.org/download.php ";

tag_summary = "This host is installed with StarDict and is prone to
Information Disclosure Vulnerability.";

if(description)
{
  script_id(800644);
  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-07-07 11:58:41 +0200 (Tue, 07 Jul 2009)");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
  script_cve_id("CVE-2009-2260");
  script_name("StarDict Information Disclosure Vulnerability (Linux)");
  script_xref(name : "URL" , value : "http://www.securityfocus.com/archive/1/504583");
  script_xref(name : "URL" , value : "https://bugzilla.redhat.com/show_bug.cgi?id=508945");
  script_xref(name : "URL" , value : "http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=534731");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 Greenbone Networks GmbH");
  script_family("General");
  script_dependencies("gb_stardict_detect_lin.nasl");
  script_require_keys("StarDict/Linux/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);
  script_tag(name:"qod_type", value:"executable_version");
  script_tag(name:"solution_type", value:"VendorFix");
  exit(0);
}


include("version_func.inc");

stardictVer = get_kb_item("StarDict/Linux/Ver");
if(!stardictVer){
  exit(0);
}

if(stardictVer)
{
  # Check for StarDict version 3.0.1-4.1 (3.0.1)
  if(version_is_equal(version:stardictVer, test_version:"3.0.1")){
    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