Tor Clients Information Disclosure Vulnerability (win)
2010-01-28T00:00:00
ID OPENVAS:1361412562310902102 Type openvas Reporter Copyright (C) 2010 SecPod Modified 2020-04-23T00:00:00
Description
This host is installed with Tor and is prone to Information Disclosure
vulnerability.
###############################################################################
# OpenVAS Vulnerability Test
#
# Tor Clients Information Disclosure Vulnerability (win)
#
# Authors:
# Antu Sanadi <santu@secpod.com>
#
# Copyright:
# Copyright (C) 2010 SecPod, http://www.secpod.com
#
# 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.
###############################################################################
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.902102");
script_version("2020-04-23T12:22:09+0000");
script_tag(name:"last_modification", value:"2020-04-23 12:22:09 +0000 (Thu, 23 Apr 2020)");
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 (win)");
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_xref(name:"URL", value:"http://www.torproject.org/download.html.en");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2010 SecPod");
script_family("General");
script_dependencies("gb_tor_detect_win.nasl");
script_mandatory_keys("Tor/Win/Ver");
script_tag(name:"affected", value:"Tor version 0.2.2.x before 0.2.2.7-alpha on Windows.");
script_tag(name:"insight", value:"This 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:"This host is installed with Tor and is prone to 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:"registry");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("http_func.inc");
include("version_func.inc");
torVer = get_kb_item("Tor/Win/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);
}
}
{"id": "OPENVAS:1361412562310902102", "type": "openvas", "bulletinFamily": "scanner", "title": "Tor Clients Information Disclosure Vulnerability (win)", "description": "This host is installed with Tor and is prone to Information Disclosure\n vulnerability.", "published": "2010-01-28T00:00:00", "modified": "2020-04-23T00:00:00", "cvss": {"score": 2.1, "vector": "AV:L/AC:L/Au:N/C:P/I:N/A:N"}, "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310902102", "reporter": "Copyright (C) 2010 SecPod", "references": ["http://archives.seul.org/or/announce/Jan-2010/msg00000.html", "http://www.torproject.org/download.html.en", "http://secunia.com/advisories/38198"], "cvelist": ["CVE-2010-0384"], "lastseen": "2020-04-27T19:23:07", "viewCount": 1, "enchantments": {"dependencies": {"references": [{"type": "cve", "idList": ["CVE-2010-0384"]}, {"type": "openvas", "idList": ["OPENVAS:902103", "OPENVAS:902102", "OPENVAS:1361412562310902103"]}, {"type": "seebug", "idList": ["SSV:19007"]}], "modified": "2020-04-27T19:23:07", "rev": 2}, "score": {"value": 4.8, "vector": "NONE", "modified": "2020-04-27T19:23:07", "rev": 2}, "vulnersScore": 4.8}, "pluginID": "1361412562310902102", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Tor Clients Information Disclosure Vulnerability (win)\n#\n# Authors:\n# Antu Sanadi <santu@secpod.com>\n#\n# Copyright:\n# Copyright (C) 2010 SecPod, http://www.secpod.com\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.902102\");\n script_version(\"2020-04-23T12:22:09+0000\");\n script_tag(name:\"last_modification\", value:\"2020-04-23 12:22:09 +0000 (Thu, 23 Apr 2020)\");\n script_tag(name:\"creation_date\", value:\"2010-01-28 16:24:05 +0100 (Thu, 28 Jan 2010)\");\n script_tag(name:\"cvss_base\", value:\"2.1\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:L/AC:L/Au:N/C:P/I:N/A:N\");\n script_cve_id(\"CVE-2010-0384\");\n script_name(\"Tor Clients Information Disclosure Vulnerability (win)\");\n script_xref(name:\"URL\", value:\"http://secunia.com/advisories/38198\");\n script_xref(name:\"URL\", value:\"http://archives.seul.org/or/announce/Jan-2010/msg00000.html\");\n script_xref(name:\"URL\", value:\"http://www.torproject.org/download.html.en\");\n\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2010 SecPod\");\n script_family(\"General\");\n script_dependencies(\"gb_tor_detect_win.nasl\");\n script_mandatory_keys(\"Tor/Win/Ver\");\n\n script_tag(name:\"affected\", value:\"Tor version 0.2.2.x before 0.2.2.7-alpha on Windows.\");\n\n script_tag(name:\"insight\", value:\"This issue is due to directory mirror which does not prevent logging of the\n client IP address upon detection of erroneous client behavior, which might make\n it easier for local users to discover the identities of clients by reading log files.\");\n\n script_tag(name:\"solution\", value:\"Upgrade to version 0.2.2.7-alpha\");\n\n script_tag(name:\"summary\", value:\"This host is installed with Tor and is prone to Information Disclosure\n vulnerability.\");\n\n script_tag(name:\"impact\", value:\"Successful exploitation will allow attackers to obtain client IP information\n that can help them launch further attacks.\");\n\n script_tag(name:\"qod_type\", value:\"registry\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n\n exit(0);\n}\n\ninclude(\"http_func.inc\");\ninclude(\"version_func.inc\");\n\ntorVer = get_kb_item(\"Tor/Win/Ver\");\nif(!torVer){\n exit(0);\n}\n\ntorVer = ereg_replace(pattern:\"-\", replace:\".\", string:torVer);\nif(torVer =~ \"^0\\.2\\.2\\.\"){\n if(version_is_less(version:torVer, test_version:\"0.2.2.7.alpha\")){\n report = report_fixed_ver(installed_version:torVer, fixed_version:\"0.2.2.7.alpha\");\n security_message(port: 0, data: report);\n exit(0);\n }\n}\n", "naslFamily": "General", "immutableFields": []}
{"cve": [{"lastseen": "2021-02-02T05:44:55", "description": "Tor 0.2.2.x before 0.2.2.7-alpha, when functioning as a directory mirror, 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 in opportunistic circumstances by reading log files.", "edition": 4, "cvss3": {}, "published": "2010-01-25T19:30:00", "title": "CVE-2010-0384", "type": "cve", "cwe": ["CWE-200"], "bulletinFamily": "NVD", "cvss2": {"severity": "LOW", "exploitabilityScore": 3.9, "obtainAllPrivilege": false, "userInteractionRequired": false, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "LOW", "confidentialityImpact": "PARTIAL", "availabilityImpact": "NONE", "integrityImpact": "NONE", "baseScore": 2.1, "vectorString": "AV:L/AC:L/Au:N/C:P/I:N/A:N", "version": "2.0", "accessVector": "LOCAL", "authentication": "NONE"}, "impactScore": 2.9, "obtainUserPrivilege": false}, "cvelist": ["CVE-2010-0384"], "modified": "2011-04-27T04:00:00", "cpe": ["cpe:/a:tor:tor:0.2.2.1", "cpe:/a:tor:tor:0.2.2.2", "cpe:/a:tor:tor:0.2.2.5", "cpe:/a:tor:tor:0.2.2.3", "cpe:/a:tor:tor:0.2.2.4", "cpe:/a:tor:tor:0.2.2.6"], "id": "CVE-2010-0384", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-0384", "cvss": {"score": 2.1, "vector": "AV:L/AC:L/Au:N/C:P/I:N/A:N"}, "cpe23": ["cpe:2.3:a:tor:tor:0.2.2.5:*:*:*:*:*:*:*", "cpe:2.3:a:tor:tor:0.2.2.4:*:*:*:*:*:*:*", "cpe:2.3:a:tor:tor:0.2.2.4:alpha:*:*:*:*:*:*", "cpe:2.3:a:tor:tor:0.2.2.2:alpha:*:*:*:*:*:*", "cpe:2.3:a:tor:tor:0.2.2.3:alpha:*:*:*:*:*:*", "cpe:2.3:a:tor:tor:0.2.2.1:*:*:*:*:*:*:*", "cpe:2.3:a:tor:tor:0.2.2.6:*:*:*:*:*:*:*", "cpe:2.3:a:tor:tor:0.2.2.3:*:*:*:*:*:*:*", "cpe:2.3:a:tor:tor:0.2.2.1:alpha:*:*:*:*:*:*", "cpe:2.3:a:tor:tor:0.2.2.5:alpha:*:*:*:*:*:*", "cpe:2.3:a:tor:tor:0.2.2.6:alpha:*:*:*:*:*:*", "cpe:2.3:a:tor:tor:0.2.2.2:*:*:*:*:*:*:*"]}], "openvas": [{"lastseen": "2020-04-27T19:23:03", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-0384"], "description": "This host is installed with Tor and is prone to Information Disclosure\n vulnerability.", "modified": "2020-04-23T00:00:00", "published": "2010-01-28T00:00:00", "id": "OPENVAS:1361412562310902103", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310902103", "type": "openvas", "title": "Tor Clients Information Disclosure Vulnerability (Linux)", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Tor Clients Information Disclosure Vulnerability (Linux)\n#\n# Authors:\n# Antu Sanadi <santu@secpod.com>\n#\n# Copyright:\n# Copyright (C) 2010 SecPod, http://www.secpod.com\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.902103\");\n script_version(\"2020-04-23T12:22:09+0000\");\n script_tag(name:\"last_modification\", value:\"2020-04-23 12:22:09 +0000 (Thu, 23 Apr 2020)\");\n script_tag(name:\"creation_date\", value:\"2010-01-28 16:24:05 +0100 (Thu, 28 Jan 2010)\");\n script_tag(name:\"cvss_base\", value:\"2.1\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:L/AC:L/Au:N/C:P/I:N/A:N\");\n script_cve_id(\"CVE-2010-0384\");\n script_name(\"Tor Clients Information Disclosure Vulnerability (Linux)\");\n script_xref(name:\"URL\", value:\"http://secunia.com/advisories/38198\");\n script_xref(name:\"URL\", value:\"http://archives.seul.org/or/announce/Jan-2010/msg00000.html\");\n script_xref(name:\"URL\", value:\"http://www.torproject.org/download.html.en\");\n\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2010 SecPod\");\n script_family(\"General\");\n script_dependencies(\"secpod_tor_detect_lin.nasl\");\n script_mandatory_keys(\"Tor/Linux/Ver\");\n\n script_tag(name:\"affected\", value:\"Tor version 0.2.2.x before 0.2.2.7-alpha on Linux.\");\n\n script_tag(name:\"insight\", value:\"The issue is due to directory mirror which does not prevent logging of the\n client IP address upon detection of erroneous client behavior, which might make\n it easier for local users to discover the identities of clients by reading log files.\");\n\n script_tag(name:\"solution\", value:\"Upgrade to version 0.2.2.7-alpha.\");\n\n script_tag(name:\"summary\", value:\"This host is installed with Tor and is prone to Information Disclosure\n vulnerability.\");\n\n script_tag(name:\"impact\", value:\"Successful exploitation will allow attackers to obtain client IP information\n that can help them launch further attacks.\");\n\n script_tag(name:\"qod_type\", value:\"executable_version\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n\n exit(0);\n}\n\ninclude(\"http_func.inc\");\ninclude(\"version_func.inc\");\n\ntorVer = get_kb_item(\"Tor/Linux/Ver\");\nif(!torVer){\n exit(0);\n}\n\ntorVer = ereg_replace(pattern:\"-\", replace:\".\", string:torVer);\nif(torVer =~ \"^0\\.2\\.2\\.\"){\n if(version_is_less(version:torVer, test_version:\"0.2.2.7.alpha\")){\n report = report_fixed_ver(installed_version:torVer, fixed_version:\"0.2.2.7.alpha\");\n security_message(port: 0, data: report);\n exit(0);\n }\n}\n", "cvss": {"score": 2.1, "vector": "AV:L/AC:L/Au:N/C:P/I:N/A:N"}}, {"lastseen": "2017-07-02T21:09:55", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-0384"], "description": "This host is installed with Tor and is prone to Information Disclosure\n vulnerability.", "modified": "2017-02-23T00:00:00", "published": "2010-01-28T00:00:00", "id": "OPENVAS:902102", "href": "http://plugins.openvas.org/nasl.php?oid=902102", "type": "openvas", "title": "Tor Clients Information Disclosure Vulnerability (win)", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: secpod_tor_clients_info_disc_vuln_win.nasl 5401 2017-02-23 09:46:07Z teissa $\n#\n# Tor Clients Information Disclosure Vulnerability (win)\n#\n# Authors:\n# Antu Sanadi <santu@secpod.com>\n#\n# Copyright:\n# Copyright (c) 2010 SecPod, http://www.secpod.com\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ntag_impact = \"Successful exploitation will allow attackers to obtain client IP information\n that can help them launch further attacks.\n\n Impact level: Application\";\n\ntag_affected = \"Tor version 0.2.2.x before 0.2.2.7-alpha on Windows.\";\ntag_insight = \"This issue is due to directory mirror which does not prevent logging of the\n client IP address upon detection of erroneous client behavior, which might make\n it easier for local users to discover the identities of clients by reading log\n files.\";\ntag_solution = \"Upgrade to version 0.2.2.7-alpha\n http://www.torproject.org/download.html.en\";\ntag_summary = \"This host is installed with Tor and is prone to Information Disclosure\n vulnerability.\";\n\nif(description)\n{\n script_id(902102);\n script_version(\"$Revision: 5401 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-02-23 10:46:07 +0100 (Thu, 23 Feb 2017) $\");\n script_tag(name:\"creation_date\", value:\"2010-01-28 16:24:05 +0100 (Thu, 28 Jan 2010)\");\n script_tag(name:\"cvss_base\", value:\"2.1\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:L/AC:L/Au:N/C:P/I:N/A:N\");\n script_cve_id(\"CVE-2010-0384\");\n script_name(\"Tor Clients Information Disclosure Vulnerability (win)\");\n script_xref(name : \"URL\" , value : \"http://secunia.com/advisories/38198\");\n script_xref(name : \"URL\" , value : \"http://archives.seul.org/or/announce/Jan-2010/msg00000.html\");\n\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2010 SecPod\");\n script_family(\"General\");\n script_dependencies(\"gb_tor_detect_win.nasl\");\n script_require_keys(\"Tor/Win/Ver\");\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name : \"summary\" , value : tag_summary);\n script_tag(name : \"impact\" , value : tag_impact);\n script_tag(name:\"qod_type\", value:\"registry\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n exit(0);\n}\n\n\ninclude(\"http_func.inc\");\ninclude(\"version_func.inc\");\n\ntorVer = get_kb_item(\"Tor/Win/Ver\");\nif(torVer == NULL){\n exit(0);\n}\n\nforeach torPort (make_list(9050, 9051, 8118))\n{\n if(get_port_state(torPort))\n {\n sndReq = string(\"GET / HTTP/1.1\", \"\\r\\n\",\n \"Host: \", get_host_name(), \"\\r\\n\\r\\n\");\n rcvRes = http_send_recv(port:torPort, data:sndReq);\n if(!isnull(rcvRes) && \"Tor is\" >< rcvRes)\n {\n torVer = ereg_replace(pattern:\"-\", replace:\".\", string:torVer);\n if(torVer =~ \"^0\\.2\\.2.*\")\n {\n if(version_is_less(version:torVer, test_version:\"0.2.2.7.alpha\"))\n {\n security_message(torPort);\n exit(0);\n }\n }\n }\n }\n}\n", "cvss": {"score": 2.1, "vector": "AV:LOCAL/AC:LOW/Au:NONE/C:PARTIAL/I:NONE/A:NONE/"}}, {"lastseen": "2017-07-02T21:10:01", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-0384"], "description": "This host is installed with Tor and is prone to Information Disclosure\n vulnerability.", "modified": "2017-02-23T00:00:00", "published": "2010-01-28T00:00:00", "id": "OPENVAS:902103", "href": "http://plugins.openvas.org/nasl.php?oid=902103", "type": "openvas", "title": "Tor Clients Information Disclosure Vulnerability (Linux)", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: secpod_tor_clients_info_disc_vuln_lin.nasl 5401 2017-02-23 09:46:07Z teissa $\n#\n# Tor Clients Information Disclosure Vulnerability (Linux)\n#\n# Authors:\n# Antu Sanadi <santu@secpod.com>\n#\n# Copyright:\n# Copyright (c) 2010 SecPod, http://www.secpod.com\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ntag_impact = \"Successful exploitation will allow attackers to obtain client IP information\n that can help them launch further attacks.\n\n Impact level: Application\";\n\ntag_affected = \"Tor version 0.2.2.x before 0.2.2.7-alpha on Linux.\";\ntag_insight = \"The issue is due to directory mirror which does not prevent logging of the\n client IP address upon detection of erroneous client behavior, which might make\n it easier for local users to discover the identities of clients by reading log\n files.\";\ntag_solution = \"Upgrade to version 0.2.2.7-alpha\n http://www.torproject.org/download.html.en\";\ntag_summary = \"This host is installed with Tor and is prone to Information Disclosure\n vulnerability.\";\n\nif(description)\n{\n script_id(902103);\n script_version(\"$Revision: 5401 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-02-23 10:46:07 +0100 (Thu, 23 Feb 2017) $\");\n script_tag(name:\"creation_date\", value:\"2010-01-28 16:24:05 +0100 (Thu, 28 Jan 2010)\");\n script_tag(name:\"cvss_base\", value:\"2.1\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:L/AC:L/Au:N/C:P/I:N/A:N\");\n script_cve_id(\"CVE-2010-0384\");\n script_name(\"Tor Clients Information Disclosure Vulnerability (Linux)\");\n script_xref(name : \"URL\" , value : \"http://secunia.com/advisories/38198\");\n script_xref(name : \"URL\" , value : \"http://archives.seul.org/or/announce/Jan-2010/msg00000.html\");\n\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2010 SecPod\");\n script_family(\"General\");\n script_dependencies(\"secpod_tor_detect_lin.nasl\");\n script_require_keys(\"Tor/Linux/Ver\");\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name : \"summary\" , value : tag_summary);\n script_tag(name : \"impact\" , value : tag_impact);\n script_tag(name:\"qod_type\", value:\"executable_version\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n exit(0);\n}\n\n\ninclude(\"http_func.inc\");\ninclude(\"version_func.inc\");\n\ntorVer = get_kb_item(\"Tor/Linux/Ver\");\nif(torVer == NULL){\n exit(0);\n}\n\nforeach torPort (make_list(9050, 9051, 8118))\n{\n if(get_port_state(torPort))\n {\n sndReq = string(\"GET / HTTP/1.1\", \"\\r\\n\",\n \"Host: \", get_host_name(), \"\\r\\n\\r\\n\");\n rcvRes = http_send_recv(port:torPort, data:sndReq);\n\n if(!isnull(rcvRes) && \"Tor\" >< rcvRes)\n {\n\n torVer = ereg_replace(pattern:\"-\", replace:\".\", string:torVer);\n if(torVer =~ \"^0\\.2\\.2.*\")\n {\n if(version_is_less(version:torVer, test_version:\"0.2.2.7.alpha\"))\n {\n security_message(torPort);\n exit(0);\n }\n }\n }\n }\n}\n", "cvss": {"score": 2.1, "vector": "AV:LOCAL/AC:LOW/Au:NONE/C:PARTIAL/I:NONE/A:NONE/"}}], "seebug": [{"lastseen": "2017-11-19T18:23:14", "description": "CVE ID: CVE-2010-0384\r\n\r\nTor\uff08The Onion Router\uff09\u662f\u7b2c\u4e8c\u4ee3\u6d0b\u8471\u8def\u7531\u7684\u4e00\u79cd\u5b9e\u73b0\uff0c\u7528\u6237\u901a\u8fc7Tor\u53ef\u4ee5\u5728\u56e0\u7279\u7f51\u4e0a\u8fdb\u884c\u533f\u540d\u4ea4\u6d41\u3002\r\n\r\n\u5982\u679c\u5c06Tor\u7528\u4f5c\u4e86\u76ee\u5f55\u955c\u50cf\uff0c\u5728\u68c0\u6d4b\u5230\u9519\u8bef\u7684\u5ba2\u6237\u7aef\u884c\u4e3a\u7684\u65f6\u5019\u5c31\u53ef\u80fd\u5728\u65e5\u5fd7\u4e2d\u8bb0\u5f55\u5ba2\u6237\u7aef\u7684IP\u5730\u5740\u3002\u672c\u5730\u7528\u6237\u901a\u8fc7\u8bfb\u53d6\u65e5\u5fd7\u6587\u4ef6\u5c31\u53ef\u4ee5\u53d1\u73b0\u5ba2\u6237\u7aef\u7684\u8eab\u4efd\u3002\n\nTor 0.2.2.x\n\u5382\u5546\u8865\u4e01\uff1a\r\n\r\nTor\r\n---\r\n\u76ee\u524d\u5382\u5546\u5df2\u7ecf\u53d1\u5e03\u4e86\u5347\u7ea7\u8865\u4e01\u4ee5\u4fee\u590d\u8fd9\u4e2a\u5b89\u5168\u95ee\u9898\uff0c\u8bf7\u5230\u5382\u5546\u7684\u4e3b\u9875\u4e0b\u8f7d\uff1a\r\n\r\nhttps://www.torproject.org/easy-download", "published": "2010-01-27T00:00:00", "type": "seebug", "title": "Tor\u65e5\u5fd7\u6587\u4ef6\u4fe1\u606f\u6cc4\u9732\u6f0f\u6d1e", "bulletinFamily": "exploit", "cvelist": ["CVE-2010-0384"], "modified": "2010-01-27T00:00:00", "href": "https://www.seebug.org/vuldb/ssvid-19007", "id": "SSV:19007", "sourceData": "", "sourceHref": "", "cvss": {"score": 2.1, "vector": "AV:LOCAL/AC:LOW/Au:NONE/C:PARTIAL/I:NONE/A:NONE/"}}]}