Lucene search

K
openvasCopyright (C) 2013 Greenbone AGOPENVAS:1361412562310803990
HistoryDec 27, 2013 - 12:00 a.m.

TYPO3 Multiple Vulnerabilities (Oct 2009)

2013-12-2700:00:00
Copyright (C) 2013 Greenbone AG
plugins.openvas.org
9

8.5 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

SINGLE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:N/AC:M/Au:S/C:C/I:C/A:C

6.3 Medium

AI Score

Confidence

Low

0.017 Low

EPSS

Percentile

87.7%

TYPO3 is prone to multiple vulnerabilities.

# SPDX-FileCopyrightText: 2013 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:typo3:typo3";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.803990");
  script_version("2024-02-20T05:05:48+0000");
  script_cve_id("CVE-2009-3628", "CVE-2009-3629", "CVE-2009-3630", "CVE-2009-3631",
                "CVE-2009-3632", "CVE-2009-3633", "CVE-2009-3635", "CVE-2009-3636");
  script_tag(name:"cvss_base", value:"8.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:S/C:C/I:C/A:C");
  script_tag(name:"qod_type", value:"remote_banner_unreliable");
  script_tag(name:"last_modification", value:"2024-02-20 05:05:48 +0000 (Tue, 20 Feb 2024)");
  script_tag(name:"creation_date", value:"2013-12-27 12:45:17 +0530 (Fri, 27 Dec 2013)");
  script_name("TYPO3 Multiple Vulnerabilities (Oct 2009)");

  script_tag(name:"impact", value:"Successful exploitation will allow remote attackers to steal the
victim's cookie-based authentication credentials or execute arbitrary code.");
  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
  script_tag(name:"insight", value:"Multiple errors exist in the application:

  - Multiple errors in Backend subcomponent, which fails to validate user
supplied input properly.

  - An error exists in Frontend Editing, which fails to sanitize URL parameters
properly.

  - An error exists in API function t3lib_div::quoteJSvalue, which fails to
validate user supplied input properly.

  - Multiple errors exist in Install Tool, which allows login with know md5 hash of
Install Tool password.");
  script_tag(name:"solution", value:"Upgrade to TYPO3 version 4.1.13, 4.2.10, 4.3beta2 or later.");
  script_tag(name:"solution_type", value:"VendorFix");
  script_tag(name:"summary", value:"TYPO3 is prone to multiple vulnerabilities.");
  script_tag(name:"affected", value:"TYPO3 versions 4.0.13 and below, 4.1.0 to 4.1.12, 4.2.0 to 4.2.9 and 4.3.0beta1");

  script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/53917");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/36801");
  script_xref(name:"URL", value:"http://secunia.com/advisories/37122");
  script_xref(name:"URL", value:"https://typo3.org/security/advisory/typo3-sa-2009-016/");
  script_category(ACT_GATHER_INFO);
  script_family("Web application abuses");
  script_copyright("Copyright (C) 2013 Greenbone AG");
  script_dependencies("gb_typo3_http_detect.nasl");
  script_mandatory_keys("typo3/detected");

  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, version_regex:"[0-9]+\.[0-9]+\.[0-9]+")) # nb: Version might not be exact enough
  exit(0);

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

if(version_is_less(version:vers, test_version:"4.1.13") ||
   version_in_range(version:vers, test_version:"4.2.0", test_version2:"4.2.9")) {
  report = report_fixed_ver(installed_version:vers, fixed_version:"See advisory", install_path:path);
  security_message(port:port, data:report);
  exit(0);
}

exit(99);

8.5 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

SINGLE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:N/AC:M/Au:S/C:C/I:C/A:C

6.3 Medium

AI Score

Confidence

Low

0.017 Low

EPSS

Percentile

87.7%