Lucene search
+L

Speedport DSL-Router Multiple Vulnerabilities

🗓️ 14 Mar 2014 00:00:00Reported by Copyright (C) 2014 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 46 Views

Speedport DSL-Router Multiple Vulnerabilitie

Related
Refs
Code
ReporterTitlePublishedViews
Family
ATTACKERKB
CVE-2014-9727
29 May 201500:00
attackerkb
Circl
CVE-2014-9727
29 May 201815:50
circl
CNVD
AVM Fritz!Box Arbitrary Command Execution Vulnerability
1 Jun 201500:00
cnvd
Check Point Advisories
AVM Fritz!Box Command Injection (CVE-2014-9727)
25 Jan 202100:00
checkpoint_advisories
CVE
CVE-2014-9727
29 May 201515:00
cve
Cvelist
CVE-2014-9727
29 May 201515:00
cvelist
Metasploit
Fritz!Box Webcm Unauthenticated Command Injection
7 Apr 201407:12
metasploit
NVD
CVE-2014-9727
29 May 201515:59
nvd
OpenVAS
Multiple AVM FRITZ!Box Multiple Vulnerabilities - Version Check
19 Feb 201400:00
openvas
OpenVAS
Multiple AVM FRITZ!Box Multiple Vulnerabilities - Active Check
10 Mar 201400:00
openvas
Rows per page
# SPDX-FileCopyrightText: 2014 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

CPE = "cpe:/a:t-com:speedport";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.105901");
  script_version("2025-09-05T15:40:40+0000");
  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_cve_id("CVE-2014-9727");
  script_name("Speedport DSL-Router Multiple Vulnerabilities");

  script_xref(name:"URL", value:"http://www.telekom.com/verantwortung/sicherheit/216230");
  script_xref(name:"URL", value:"http://www.heise.de/newsticker/meldung/Fritzbox-Luecke-Vier-Speedport-Modelle-der-Telekom-betroffen-2118595.html");

  script_tag(name:"last_modification", value:"2025-09-05 15:40:40 +0000 (Fri, 05 Sep 2025)");
  script_tag(name:"creation_date", value:"2014-03-14 12:11:28 +0700 (Fri, 14 Mar 2014)");
  script_category(ACT_GATHER_INFO);
  script_tag(name:"qod_type", value:"remote_banner");
  script_family("General");
  script_copyright("Copyright (C) 2014 Greenbone AG");
  script_dependencies("gb_speedport_detect.nasl");
  script_mandatory_keys("speedport/model", "speedport/firmware_version");

  script_tag(name:"vuldetect", value:"Check the firmware version.");

  script_tag(name:"solution", value:"The vendor has released updates. Please see the references section
  for more information.");

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

  script_tag(name:"summary", value:"Speedport DSL-Router is prone to multiple vulnerabilities");

  script_tag(name:"affected", value:"See the list at the linked vendor page.");

  exit(0);
}

include("version_func.inc");
include("host_details.inc");

if (!model = get_kb_item("speedport/model")) {
  exit(0);
}

if (!fw_version =  get_kb_item("speedport/firmware_version")) {
  exit(0);
}

fixes = make_array(
                   "W 503V", "66.04.79",
                   "W 721V", "64.04.75",
                   "W 722V", "80.04.79",
                   "W 920V", "65.04.79"
                  );

if (!fixes[model]) {
  exit(99);
}

patch = fixes[model];

if (version_is_less(version:fw_version, test_version:patch)) {
  report = 'Model: ' + model + '\nInstalled Firmware: ' + fw_version + '\nFixed Firmware:     ' + patch + '\n';
  security_message(port:0, data:report);
  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

05 Sep 2025 00:00Current
7.4High risk
Vulners AI Score7.4
CVSS 210
EPSS0.71837
46