Lucene search
+L

Pydio Core <= 8.2.2 Information Disclosure Vulnerability - Active Check

🗓️ 03 Jun 2019 00:00:00Reported by Copyright (C) 2019 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 164 Views

Pydio <= 8.2.2 information disclosure vulnerability. Unauthenticated attacker can access sensitive information via POST and GET requests. Successful exploitation allows reading session timeout, license info, and PHP libraries

Related
Refs
Code
ReporterTitlePublishedViews
Family
0day.today
Pydio 8 Command Execution / Cross Site Scripting Vulnerabilities
29 Mar 201900:00
zdt
CVE
CVE-2019-10046
31 May 201921:11
cve
Cvelist
CVE-2019-10046
31 May 201921:11
cvelist
EUVD
EUVD-2019-2110
7 Oct 202500:30
euvd
NVD
CVE-2019-10046
31 May 201922:29
nvd
Packet Storm
Pydio 8 Command Execution / Cross Site Scripting
29 Mar 201900:00
packetstorm
Prion
Information disclosure
31 May 201922:29
prion
RedhatCVE
CVE-2019-10046
22 May 202508:20
redhatcve
# SPDX-FileCopyrightText: 2019 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.113403");
  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:"2019-06-03 11:26:33 +0200 (Mon, 03 Jun 2019)");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2020-08-24 17:37:00 +0000 (Mon, 24 Aug 2020)");

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

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

  script_cve_id("CVE-2019-10046");

  script_name("Pydio Core <= 8.2.2 Information Disclosure Vulnerability - Active Check");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2019 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_pydio_http_detect.nasl");
  script_require_ports("Services/www", 443);
  script_mandatory_keys("pydio/http/detected");

  script_tag(name:"summary", value:"Pydio Core is prone to an information disclosure
  vulnerability.");

  script_tag(name:"vuldetect", value:"Sends multiple crafted HTTP requests and checks the
  responses.");

  script_tag(name:"insight", value:"An unauthenticated attacker can access sensitive information
  via both a POST request to /index.php and a GET request to
  /index.php?get_action=get_boot_conf.");

  script_tag(name:"impact", value:"Successful exploitation would allow an attacker to read
  information for example about session timeout, license information and installed PHP
  libraries.");

  script_tag(name:"affected", value:"Pydio Core version 8.2.2 and prior.");

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

  script_xref(name:"URL", value:"https://www.secureauth.com/labs/advisories/pydio-8-multiple-vulnerabilities");

  exit(0);
}

include("host_details.inc");
include("http_func.inc");
include("http_keepalive.inc");
include("misc_func.inc");

if( ! port = get_app_port( cpe: CPE, service: "www" ) )
  exit( 0 );

if( ! location = get_app_location( cpe: CPE, port: port ) )
  exit( 0 );

if( location == "/" )
  location = "";

url = location + "/index.php?get_action=get_boot_conf";
buf = http_ka_recv_buf( port: port, url: url, nocache: TRUE );

vuln_url = "";

if( buf =~ '"ajxpVersion":' && buf =~ 'HTTP/[0-9]([.][0-9]+)? 200' ) {
  proto = "GET";
  vuln_url = url;
}

if( ! proto ) {
  url = location + "/index.php";
  req = http_post_put_req( port: port, url: url,
                       data: "get_action=display_doc&doc_file=CREDITS&secure_token=",
                       add_headers: make_array( "Content-Type", "application/x-www-form-urlencoded" ) );
  buf = http_keepalive_send_recv( port: port, data: req );
  if ( buf =~ '>PHP Libraries</div>' && buf =~ 'HTTP/[0-9]([.][0-9]+)? 200' ) {
    proto = "POST";
    vuln_url = url;
  }
}

if( proto ) {
  report = "It was possible to access sensitive information with a crafted HTTP " + proto + " request to: " +
           http_report_vuln_url( port: port, url: vuln_url, url_only: TRUE );
  security_message( data: report, port: port );
  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