Lucene search
+L

Pydio Core < 6.0.7 Multiple Vulnerabilities

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

Pydio < 6.0.7 Multiple Vulnerabilities, prone to XSS and command injection. Successful exploitation allows attacker to change webpage content and run arbitrary commands. Update to Pydio version 6.0.7

Refs
Code
# 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:pydio:pydio";

if( description )
{
  script_oid("1.3.6.1.4.1.25623.1.0.113004");
  script_version("2025-05-01T05:40:03+0000");
  script_tag(name:"last_modification", value:"2025-05-01 05:40:03 +0000 (Thu, 01 May 2025)");
  script_tag(name:"creation_date", value:"2017-09-27 14:27:13 +0200 (Wed, 27 Sep 2017)");
  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_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:"2017-09-28 18:33:00 +0000 (Thu, 28 Sep 2017)");

  script_cve_id("CVE-2015-3431", "CVE-2015-3432");

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

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

  script_name("Pydio Core < 6.0.7 Multiple Vulnerabilities");

  script_category(ACT_GATHER_INFO);

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

  script_tag(name:"summary", value:"Pydio Core is prone to multiple vulnerabilities.");

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

  script_tag(name:"insight", value:"Pydio is prone to cross-site scripting (XSS) and command
  injection vulnerabilities.");

  script_tag(name:"impact", value:"Successful exploitation allows the attacker change the contents
  of the Webpage and send a link to victims. Furthermore, an attacker could run arbitrary commands
  on the host.");

  script_tag(name:"affected", value:"Pydio Core prior to version 6.0.7.");

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

  script_xref(name:"URL", value:"https://pydio.com/en/community/releases/pydio-core/pydio-607-security-release");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/74596");

  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"];
location = infos["location"];

if( version_is_less( version:version, test_version:"6.0.7" ) ) {
  report = report_fixed_ver( installed_version:version, fixed_version:"6.0.7", 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

01 May 2025 00:00Current
7.1High risk
Vulners AI Score7.1
34