| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/46305 |
| securenetwork | www.securenetwork.it/ricerca/advisory/download/SN-2010-08.txt |
| linksysbycisco | www.linksysbycisco.com/APAC/en/home |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_linksys_WAP610N_46305.nasl 7019 2017-08-29 11:51:27Z teissa $
#
# Linksys WAP610N Unauthenticated Root Access Security Vulnerability
#
# Authors:
# Michael Meyer <[email protected]>
#
# Copyright:
# Copyright (c) 2011 Greenbone Networks GmbH
#
# 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_summary = "The Linksys WAP610N is prone to a security vulnerability that allows
unauthenticated root access.
An attacker can exploit this issue to gain unauthorized root access to
affected devices. Successful exploits will result in the complete
compromise of an affected device.
Linksys WAP610N firmware versions 1.0.01 and 1.0.00 are vulnerable;
other versions may also be affected.";
if (description)
{
script_id(103080);
script_version("$Revision: 7019 $");
script_tag(name:"last_modification", value:"$Date: 2017-08-29 13:51:27 +0200 (Tue, 29 Aug 2017) $");
script_tag(name:"creation_date", value:"2011-02-18 16:40:55 +0100 (Fri, 18 Feb 2011)");
script_bugtraq_id(46305);
script_tag(name:"cvss_base", value:"10.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
script_name("Linksys WAP610N Unauthenticated Root Access Security Vulnerability");
script_xref(name : "URL" , value : "https://www.securityfocus.com/bid/46305");
script_xref(name : "URL" , value : "http://www.linksysbycisco.com/APAC/en/home");
script_xref(name : "URL" , value : "http://www.securenetwork.it/ricerca/advisory/download/SN-2010-08.txt");
script_tag(name:"qod_type", value:"remote_vul");
script_category(ACT_ATTACK);
script_family("Gain a shell remotely");
script_copyright("This script is Copyright (C) 2011 Greenbone Networks GmbH");
script_dependencies("find_service.nasl");
script_require_ports(1111);
script_tag(name : "summary" , value : tag_summary);
exit(0);
}
include("telnet_func.inc");
port = 1111;
if(!get_port_state(port))exit(0);
soc = open_sock_tcp(port);
if(!soc)exit(0);
telnet_negotiate(socket:soc);
send(socket:soc, data:string("system id\r\n"));
buf = recv(socket:soc, length:512);
close(soc);
if(egrep(pattern:"uid=0.*gid=0",string:buf)) {
security_message(port:port);
exit(0);
}
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