Lucene search

K
openvasCopyright (C) 2012 Greenbone Networks GmbHOPENVAS:1361412562310802382
HistoryJan 19, 2012 - 12:00 a.m.

Wibu-Systems CodeMeter Runtime TCP Packets Denial of Service Vulnerability

2012-01-1900:00:00
Copyright (C) 2012 Greenbone Networks GmbH
plugins.openvas.org
12

5 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

PARTIAL

AV:N/AC:L/Au:N/C:N/I:N/A:P

6.5 Medium

AI Score

Confidence

High

0.088 Low

EPSS

Percentile

94.6%

Wibu-Systems CodeMeter Runtime is prone to a denial of service (DoS) vulnerability.

# Copyright (C) 2012 Greenbone Networks GmbH
# 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-or-later
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# 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.

CPE = "cpe:/a:wibu:codemeter_webadmin";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.802382");
  script_version("2022-04-27T12:01:52+0000");
  script_cve_id("CVE-2011-4057");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:P");
  script_tag(name:"last_modification", value:"2022-04-27 12:01:52 +0000 (Wed, 27 Apr 2022)");
  script_tag(name:"creation_date", value:"2012-01-19 15:06:52 +0530 (Thu, 19 Jan 2012)");
  script_name("Wibu-Systems CodeMeter Runtime TCP Packets Denial of Service Vulnerability");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2012 Greenbone Networks GmbH");
  script_family("Denial of Service");
  script_dependencies("gb_codemeter_webadmin_detect.nasl");
  script_mandatory_keys("wibu/codemeter_webadmin/detected");

  script_xref(name:"URL", value:"http://secunia.com/advisories/47497");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/51382");
  script_xref(name:"URL", value:"http://www.kb.cert.org/vuls/id/659515");
  script_xref(name:"URL", value:"http://jvn.jp/en/jp/JVN78901873/index.html");
  script_xref(name:"URL", value:"http://jvndb.jvn.jp/en/contents/2012/JVNDB-2012-000003.html");

  script_tag(name:"impact", value:"Successful exploitation will enable attackers to cause a denial of service condition.");

  script_tag(name:"affected", value:"Wibu-Systems CodeMeter version before 4.40.");

  script_tag(name:"insight", value:"The flaw is due to an unspecified error which fails to handle
  crafted packets to TCP port 22350.");

  script_tag(name:"solution", value:"Upgrade to Wibu-Systems CodeMeter version 4.40 or later.");

  script_tag(name:"summary", value:"Wibu-Systems CodeMeter Runtime is prone to a denial of service (DoS) vulnerability.");

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

  exit(0);
}

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

if( ! port = get_app_port( cpe:CPE ) )
  exit( 0 );

if( ! infos = get_app_version_and_location( cpe:CPE, port:port, exit_no_version:TRUE ) )
  exit( 0 );

version = infos["version"];
path = infos["location"];

if( version_is_less( version:version, test_version:"4.40" ) ) {
  report = report_fixed_ver( installed_version:version, fixed_version:"4.40", install_path:path );
  security_message( port:port, data:report );
  exit( 0 );
}

exit( 99 );

5 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

PARTIAL

AV:N/AC:L/Au:N/C:N/I:N/A:P

6.5 Medium

AI Score

Confidence

High

0.088 Low

EPSS

Percentile

94.6%

Related for OPENVAS:1361412562310802382