Lucene search
+L

Cisco ATA 187 Analog Telephone Adapter Unauthorized Access Security Bypass Vulnerability (cisco-sa-20130206-ata187)

🗓️ 01 Dec 2016 00:00:00Reported by Copyright (C) 2016 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 23 Views

Cisco ATA 187 Analog Telephone Adapter Unauthorized Access Security Bypass Vulnerabilit

Related
Refs
Code
ReporterTitlePublishedViews
Family
cisco
Cisco
Cisco ATA 187 Analog Telephone Adaptor Remote Access Vulnerability
6 Feb 201316:00
cisco
cve
CVE
CVE-2013-1111
13 Feb 201323:00
cve
cvelist
Cvelist
CVE-2013-1111
13 Feb 201323:00
cvelist
euvd
EUVD
EUVD-2013-1151
7 Oct 202500:30
euvd
nvd
NVD
CVE-2013-1111
13 Feb 201323:55
nvd
prion
Prion
Improper access control
13 Feb 201323:55
prion
redhatcve
RedhatCVE
CVE-2013-1111
22 May 202505:32
redhatcve
securityvulns
securityvulns
Cisco ATA 187 unauthorized access
11 Feb 201300:00
securityvulns
# SPDX-FileCopyrightText: 2016 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.140086");
  script_cve_id("CVE-2013-1111");
  script_tag(name:"cvss_base", value:"9.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:C");
  script_version("2025-01-17T15:39:18+0000");

  script_name("Cisco ATA 187 Analog Telephone Adapter Unauthorized Access Security Bypass Vulnerability (cisco-sa-20130206-ata187)");

  script_xref(name:"URL", value:"https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20130206-ata187");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/57782");

  script_tag(name:"vuldetect", value:"Try to connect to TCP port 7870 and execute the `id` command.");

  script_tag(name:"insight", value:"The Cisco ATA 187 Analog Telephone Adaptor with firmware 9.2.1.0 and 9.2.3.1
  before ES build 4 does not properly implement access control, which allows remote attackers to execute
  operating-system commands via vectors involving a session on TCP port 7870");

  script_tag(name:"solution", value:"Updates are available.");

  script_tag(name:"summary", value:"Cisco ATA-187 is prone to a security bypass vulnerability because it allows
  attackers to gain unauthorized access to the device.");

  script_tag(name:"affected", value:"An attacker can exploit this issue to view and modify the configuration of an
  affected device, thereby aiding in further attacks.");

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

  script_tag(name:"qod_type", value:"exploit");

  script_tag(name:"last_modification", value:"2025-01-17 15:39:18 +0000 (Fri, 17 Jan 2025)");
  script_tag(name:"creation_date", value:"2016-12-01 14:36:57 +0100 (Thu, 01 Dec 2016)");
  script_category(ACT_GATHER_INFO);
  script_family("CISCO");
  script_copyright("Copyright (C) 2016 Greenbone AG");
  script_dependencies("gb_cisco_ata_consolidation.nasl");
  script_mandatory_keys("cisco/ata/detected");
  script_require_ports(7870);

  exit(0);
}

include("telnet_func.inc");

# nb: While the advisory says only ATA 187 is affected we still want to test
# all ATA devices to be sure that no other unknown devices are affected as well.
if( ! get_kb_item( "cisco/ata/detected" ) )
  exit( 0 );

port = 7870;
if( ! get_port_state( port ) ) exit( 0 );

soc = open_sock_tcp( port );
if( ! soc ) exit( 0 );

telnet_negotiate( socket:soc );

send( socket:soc, data:'id\n');

recv = recv( socket:soc, length:128 );

close( soc );

if( recv =~ "uid=[0-9]+.*gid=[0-9]+" )
{
  report = 'It was possible to execute the `id` command by connection to port `7870` of the remote device.\nResponse:\n' + recv + '\n';
  security_message( port:port, data:report );
  exit( 0 );
}

exit( 99 );

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