Lucene search
+L

Tor Clients Information Disclosure Vulnerability - Linux

🗓️ 28 Jan 2010 00:00:00Reported by Copyright (C) 2010 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 21 Views

Tor Clients Info Disclosure Vulnerability - Linux version 0.2.2.

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2010-0384
25 Jan 201019:00
cve
cvelist
Cvelist
CVE-2010-0384
25 Jan 201019:00
cvelist
debiancve
Debian CVE
CVE-2010-0384
25 Jan 201019:00
debiancve
euvd
EUVD
EUVD-2010-0415
7 Oct 202500:30
euvd
nvd
NVD
CVE-2010-0384
25 Jan 201019:30
nvd
openvas
OpenVAS
Tor 0.2.2.x < 0.2.2.7-alpha Clients Information Disclosure Vulnerability - Windows
28 Jan 201000:00
openvas
openvas
OpenVAS
Tor Clients Information Disclosure Vulnerability (win)
28 Jan 201000:00
openvas
openvas
OpenVAS
Tor Clients Information Disclosure Vulnerability (Linux)
28 Jan 201000:00
openvas
prion
Prion
Design/Logic Flaw
25 Jan 201019:30
prion
redhatcve
RedhatCVE
CVE-2010-0384
9 Jan 202611:44
redhatcve
Rows per page
# SPDX-FileCopyrightText: 2010 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.902103");
  script_version("2025-03-05T05:38:52+0000");
  script_tag(name:"last_modification", value:"2025-03-05 05:38:52 +0000 (Wed, 05 Mar 2025)");
  script_tag(name:"creation_date", value:"2010-01-28 16:24:05 +0100 (Thu, 28 Jan 2010)");
  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-2010-0384");
  script_name("Tor Clients Information Disclosure Vulnerability - Linux");
  script_xref(name:"URL", value:"http://secunia.com/advisories/38198");
  script_xref(name:"URL", value:"http://archives.seul.org/or/announce/Jan-2010/msg00000.html");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2010 Greenbone AG");
  script_family("General");
  script_dependencies("secpod_tor_detect_lin.nasl");
  script_mandatory_keys("Tor/Linux/Ver");

  script_tag(name:"affected", value:"Tor version 0.2.2.x before 0.2.2.7-alpha on Linux.");

  script_tag(name:"insight", value:"The issue is due to directory mirror which does not prevent logging of the
  client IP address upon detection of erroneous client behavior, which might make
  it easier for local users to discover the identities of clients by reading log files.");

  script_tag(name:"solution", value:"Upgrade to version 0.2.2.7-alpha.");

  script_tag(name:"summary", value:"Tor is prone to an information disclosure vulnerability.");

  script_tag(name:"impact", value:"Successful exploitation will allow attackers to obtain client IP information
  that can help them launch further attacks.");

  script_tag(name:"qod_type", value:"executable_version");
  script_tag(name:"solution_type", value:"VendorFix");

  exit(0);
}

include("version_func.inc");

torVer = get_kb_item("Tor/Linux/Ver");
if(!torVer){
  exit(0);
}

torVer = ereg_replace(pattern:"-", replace:".", string:torVer);
if(torVer =~ "^0\.2\.2\."){
  if(version_is_less(version:torVer, test_version:"0.2.2.7.alpha")){
    report = report_fixed_ver(installed_version:torVer, fixed_version:"0.2.2.7.alpha");
    security_message(port: 0, data: report);
    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

05 Mar 2025 00:00Current
6.1Medium risk
Vulners AI Score6.1
CVSS 22.1
EPSS0.00351
21