Lucene search
+L

Cisco TANDBERG C Series and E/EX Series Default Credentials (SSH)

🗓️ 14 Nov 2012 00:00:00Reported by Copyright (C) 2012 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 74 Views

Cisco TANDBERG default SSH credentials vulnerabilit

Related
Refs
Code
ReporterTitlePublishedViews
Family
zdt
zdt
Tandberg E, EX and C Series Endpoints Default Credentials
2 Feb 201100:00
zdt
circl
Circl
CVE-2011-0354
2 Feb 201100:00
circl
cve
CVE
CVE-2011-0354
3 Feb 201115:00
cve
cvelist
Cvelist
CVE-2011-0354
3 Feb 201115:00
cvelist
exploitdb
Exploit DB
Tandberg E & EX & C Series Endpoints - Default Root Account Credentials
2 Feb 201100:00
exploitdb
euvd
EUVD
EUVD-2011-0380
3 Feb 201115:00
euvd
exploitpack
exploitpack
Tandberg E EX C Series Endpoints - Default Root Account Credentials
2 Feb 201100:00
exploitpack
nvd
NVD
CVE-2011-0354
3 Feb 201116:00
nvd
prion
Prion
Default configuration
3 Feb 201116:00
prion
securityvulns
securityvulns
Cisco Security Advisory: Default Credentials for Root Account on Tandberg E, EX and C Series Endpoints
3 Feb 201100:00
securityvulns
Rows per page
# SPDX-FileCopyrightText: 2012 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.103606");
  script_cve_id("CVE-2011-0354");
  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_version("2023-12-20T05:05:58+0000");

  script_name("Cisco TANDBERG C Series and E/EX Series Default Credentials (SSH)");

  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/46107");
  script_xref(name:"URL", value:"http://www.cisco.com/en/US/products/ps11422/products_security_advisory09186a0080b69541.shtml");
  script_xref(name:"URL", value:"http://www.tandberg.com/support/video-conferencing-software-download.jsp?t=2");
  script_xref(name:"URL", value:"http://www.securityfocus.com/archive/1/516126");
  script_xref(name:"URL", value:"http://www.kb.cert.org/vuls/id/436854");

  script_tag(name:"last_modification", value:"2023-12-20 05:05:58 +0000 (Wed, 20 Dec 2023)");
  script_tag(name:"creation_date", value:"2012-11-14 11:19:49 +0100 (Wed, 14 Nov 2012)");
  script_category(ACT_ATTACK);
  script_tag(name:"qod_type", value:"remote_vul");
  script_family("Default Accounts");
  script_tag(name:"solution_type", value:"VendorFix");
  script_copyright("Copyright (C) 2012 Greenbone AG");
  script_dependencies("ssh_detect.nasl", "gb_default_credentials_options.nasl");
  script_require_ports("Services/ssh", 22);
  script_mandatory_keys("ssh/server_banner/available");
  script_exclude_keys("default_credentials/disable_default_account_checks");

  script_tag(name:"solution", value:"The vendor has released an advisory along with fixes. Please see the
  referenced advisory for more information.");

  script_tag(name:"summary", value:"Cisco TANDBERG C Series Endpoints and E/EX Series Personal Video
  devices are using known default credentials.");

  script_tag(name:"impact", value:"An attacker can exploit this issue to gain unauthorized root access to
  the affected devices. Successful exploits will result in the complete compromise of the affected device.");

  exit(0);
}

if(get_kb_item("default_credentials/disable_default_account_checks"))
  exit(0);

include("ssh_func.inc");
include("misc_func.inc");
include("port_service_func.inc");

port = ssh_get_port(default:22);

if(ssh_dont_try_login(port:port))
  exit(0);

# nb: No need to continue/start if we haven't received any banner...
if(!ssh_get_serverbanner(port:port))
  exit(0);

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

login = ssh_login(socket:sock, login:"root", password:"");
if(login == 0) {

  cmd = ssh_cmd(socket:sock, cmd:"ls -l /apps/bin/tandberg");
  close(sock);

  if(eregmatch(pattern:"-rwx.*root.*/apps/bin/tandberg", string:cmd)) {
    security_message(port:port);
    exit(0);
  }
}

if(sock)close(sock);

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

20 Dec 2023 00:00Current
6.7Medium risk
Vulners AI Score6.7
CVSS 210
EPSS0.13988
74