Lucene search
+L

Apache Roller < 5.0.2 Multiple Vulnerabilities

🗓️ 27 Nov 2017 00:00:00Reported by Copyright (C) 2017 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 26 Views

Apache Roller < 5.0.2 Multiple Vulnerabilities. Code execution and XSS flaws in 'ActionSupport' controller and 'RSS' and 'Atom' feed templates

Related
Refs
Code
ReporterTitlePublishedViews
Family
zdt
zdt
Apache Roller OGNL Injection Vulnerability
26 Nov 201300:00
zdt
circl
Circl
CVE-2013-4212
27 Nov 201300:00
circl
checkpoint_advisories
Check Point Advisories
Apache Roller OGNL Injection Remote Code Execution (CVE-2013-4212)
11 Dec 201300:00
checkpoint_advisories
cve
CVE
CVE-2013-4171
7 Dec 201320:00
cve
cve
CVE
CVE-2013-4212
7 Dec 201320:00
cve
cvelist
Cvelist
CVE-2013-4171
7 Dec 201320:00
cvelist
cvelist
Cvelist
CVE-2013-4212
7 Dec 201320:00
cvelist
d2
d2
DSquare Exploit Pack: D2SEC_APACHE_ROLLER
7 Dec 201320:55
d2
dsquare
Dsquare
Apache Roller OGNL Injection
10 Dec 201300:00
dsquare
exploitdb
Exploit DB
Apache Roller - OGNL Injection (Metasploit)
27 Nov 201300:00
exploitdb
Rows per page
# 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.812226");
  script_version("2024-11-05T05:05:33+0000");
  script_tag(name:"last_modification", value:"2024-11-05 05:05:33 +0000 (Tue, 05 Nov 2024)");
  script_tag(name:"creation_date", value:"2017-11-27 14:43:15 +0530 (Mon, 27 Nov 2017)");
  script_tag(name:"cvss_base", value:"6.8");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:P");

  script_cve_id("CVE-2013-4171", "CVE-2013-4212");

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

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

  script_name("Apache Roller < 5.0.2 Multiple Vulnerabilities");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2017 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_apache_roller_http_detect.nasl");
  script_mandatory_keys("apache/roller/detected");

  script_tag(name:"summary", value:"Apache Roller is prone to code execution and cross-site
  scripting (XSS) vulnerabilities.");

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

  script_tag(name:"insight", value:"Multiple flaws are due to:

  - An input validation error via some parameters in certain 'getText' methods in the
  'ActionSupport' controller in Apache Roller.

  - Multiple input validation errors of vectors related to the search results in the 'RSS' and
  'Atom' feed templates.");

  script_tag(name:"impact", value:"Successful exploitation will allow a remote attacker to inject
  arbitrary web script or HTML and also to execute arbitrary commands.");

  script_tag(name:"affected", value:"Apache Roller prior to version 5.0.2.");

  script_tag(name:"solution", value:"Update to version 5.0.2 or later.");

  script_xref(name:"URL", value:"http://www.exploit-db.com/exploits/29859");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/63963");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/63928");
  script_xref(name:"URL", value:"http://rollerweblogger.org/project/entry/apache_roller_5_0_2");
  script_xref(name:"URL", value:"http://security.coverity.com/advisory/2013/Oct/remote-code-execution-in-apache-roller-via-ognl-injection.html");

  exit(0);
}

include("host_details.inc");
include("version_func.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"];
location = infos["location"];

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

exit(99);

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 Nov 2024 00:00Current
6.3Medium risk
Vulners AI Score6.3
CVSS 26.8
EPSS0.81068
26