| Reporter | Title | Published | Views | Family All 13 |
|---|---|---|---|---|
| CVE-2011-2903 | 2 Sep 201116:00 | – | cve | |
| CVE-2011-2903 | 2 Sep 201116:00 | – | cvelist | |
| CVE-2011-2903 | 2 Sep 201116:00 | – | debiancve | |
| EUVD-2011-2876 | 7 Oct 202500:30 | – | euvd | |
| GLSA-201402-22 : TCPTrack: Arbitrary code execution | 23 Feb 201400:00 | – | nessus | |
| TCPTrack: Arbitrary code execution | 21 Feb 201400:00 | – | gentoo | |
| CVE-2011-2903 | 2 Sep 201116:55 | – | nvd | |
| Gentoo Security Advisory GLSA 201402-22 | 29 Sep 201500:00 | – | openvas | |
| Tcptrack Command Line Parsing Heap Based Buffer Overflow Vulnerability | 13 Sep 201100:00 | – | openvas | |
| DEBIAN-CVE-2011-2903 | 2 Sep 201116:55 | – | osv |
| Source | Link |
|---|---|
| bugs | www.bugs.gentoo.org/show_bug.cgi |
| rhythm | www.rhythm.cx/~steve/devel/tcptrack/ |
| seclists | www.seclists.org/oss-sec/2011/q3/293 |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_tcptrack_long_command_bof_vuln.nasl 7015 2017-08-28 11:51:24Z teissa $
#
# Tcptrack Command Line Parsing Heap Based Buffer Overflow Vulnerability
#
# Authors:
# Antu Sanadi <[email protected]>
#
# Copyright:
# Copyright (c) 2011 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 allows attackers to execute arbitrary code via a long
command line argument in the LWRES dissector when processing malformed data
or packets.
Impact Level: System/Application";
tag_affected = "Tcptrack version prior to 1.4.2";
tag_insight = "The flaw is caused due to error in command line parsing, it is not properly
handling long command line argument.";
tag_solution = "Upgrade to Tcptrack 1.4.2 or later,
For updates refer to http://www.rhythm.cx/~steve/devel/tcptrack/#gettingit";
tag_summary = "This host is installed with Tcptrack and is prone to heap based
buffer overflow vulnerability.";
if(description)
{
script_id(801973);
script_version("$Revision: 7015 $");
script_tag(name:"last_modification", value:"$Date: 2017-08-28 13:51:24 +0200 (Mon, 28 Aug 2017) $");
script_tag(name:"creation_date", value:"2011-09-13 07:51:43 +0200 (Tue, 13 Sep 2011)");
script_cve_id("CVE-2011-2903");
script_bugtraq_id(49352);
script_tag(name:"cvss_base", value:"6.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:P");
script_name("Tcptrack Command Line Parsing Heap Based Buffer Overflow Vulnerability");
script_xref(name : "URL" , value : "http://seclists.org/oss-sec/2011/q3/293");
script_xref(name : "URL" , value : "https://bugs.gentoo.org/show_bug.cgi?id=377917");
script_xref(name : "URL" , value : "http://www.rhythm.cx/~steve/devel/tcptrack/#news");
script_tag(name:"qod_type", value:"executable_version");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2011 Greenbone Networks GmbH");
script_dependencies("gb_tcptrack_detect.nasl");
script_family("Buffer overflow");
script_require_keys("Tcptrack/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");
## Get the version from kb
tcpVer = get_kb_item("Tcptrack/Ver");
if(!tcpVer){
exit(0);
}
## Check the version
if(version_is_less(version:tcpVer, test_version:"1.4.2")){
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