Lucene search

K
openvasCopyright (C) 2017 Greenbone AGOPENVAS:1361412562310812233
HistoryDec 01, 2017 - 12:00 a.m.

Apache Roller 'XML-RPC' Protocol XXE Vulnerability

2017-12-0100:00:00
Copyright (C) 2017 Greenbone AG
plugins.openvas.org
287

7.5 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

9.8 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

9.6 High

AI Score

Confidence

High

0.045 Low

EPSS

Percentile

92.5%

Apache Roller is prone to an XML external entity (XXE) vulnerability.

# SPDX-FileCopyrightText: 2017 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:apache:roller";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.812233");
  script_version("2023-07-14T16:09:27+0000");
  script_cve_id("CVE-2014-0030");
  script_tag(name:"cvss_base", value:"7.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
  script_tag(name:"last_modification", value:"2023-07-14 16:09:27 +0000 (Fri, 14 Jul 2023)");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2019-05-06 20:38:00 +0000 (Mon, 06 May 2019)");
  script_tag(name:"creation_date", value:"2017-12-01 11:21:50 +0530 (Fri, 01 Dec 2017)");
  script_tag(name:"qod_type", value:"remote_banner");
  script_name("Apache Roller 'XML-RPC' Protocol XXE Vulnerability");

  script_tag(name:"summary", value:"Apache Roller is prone to an XML external entity (XXE) vulnerability.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"insight", value:"The flaw is due to XML-RPC protocol support
  in Apache Roller.");

  script_tag(name:"impact", value:"Successful exploitation will allow a
  remote attacker to conduct XML External Entity (XXE) attacks via unspecified
  vectors. This vulnerability exists even if XML-RPC is disabled via the Roller
  Admin Console.");

  script_tag(name:"affected", value:"Apache Roller 4.0.0 and 4.0.1, 5.0, 5.0.1
  and 5.0.2, The unsupported Roller 3.1 release is also affected.");

  script_tag(name:"solution", value:"Upgrade to Apache Roller 5.0.3 or later.");

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

  script_xref(name:"URL", value:"https://liftsecurity.io/advisories/Apache_Roller_XML-RPC_susceptible_to_XXE");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/101230");
  script_copyright("Copyright (C) 2017 Greenbone AG");
  script_category(ACT_GATHER_INFO);
  script_family("Web application abuses");
  script_dependencies("gb_apache_roller_detect.nasl");
  script_mandatory_keys("ApacheRoller/detected");
  exit(0);
}

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

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

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

foreach version(make_list('5.0.2', '5.0.1', '5.0', '4.0.1', '4.0.0', '3.1')) {
  if(vers == version) {
    report = report_fixed_ver(installed_version:vers, fixed_version:"5.0.3", install_path:path);
    security_message(data:report);
    exit(0);
  }
}

exit(99);

7.5 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

9.8 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

9.6 High

AI Score

Confidence

High

0.045 Low

EPSS

Percentile

92.5%