Lucene search
+L

ownCloud XSS and CSRF Protection Bypass Vulnerabilities (Mar 2018) - Windows

🗓️ 23 Mar 2018 00:00:00Reported by Copyright (C) 2018 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 21 Views

ownCloud XSS and CSRF Protection Bypass Vulnerabilities (Mar 2018) - Window

Related
Refs
Code
ReporterTitlePublishedViews
Family
zdt
zdt
ownCloud 6.0.0a - Multiple Vulnerabilities
5 Feb 201400:00
zdt
cnvd
CNVD
ownCloud Cross-Site Scripting Vulnerability (CNVD-2018-08527)
8 Apr 201800:00
cnvd
cve
CVE
CVE-2014-1665
20 Mar 201821:00
cve
cvelist
Cvelist
CVE-2014-1665
20 Mar 201821:00
cvelist
exploitdb
Exploit DB
ownCloud 6.0.0a - Multiple Vulnerabilities
5 Feb 201400:00
exploitdb
euvd
EUVD
EUVD-2014-1739
7 Oct 202500:30
euvd
exploitpack
exploitpack
ownCloud 6.0.0a - Multiple Vulnerabilities
5 Feb 201400:00
exploitpack
nvd
NVD
CVE-2014-1665
20 Mar 201821:29
nvd
openvas
OpenVAS
ownCloud XSS and CSRF Protection Bypass Vulnerabilities (Mar 2018) - Linux
23 Mar 201800:00
openvas
osv
OSV
UBUNTU-CVE-2014-1665
20 Mar 201821:29
osv
Rows per page
# SPDX-FileCopyrightText: 2018 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:owncloud:owncloud";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.813053");
  script_version("2024-02-09T05:06:25+0000");
  script_cve_id("CVE-2014-1665");
  script_tag(name:"cvss_base", value:"3.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:S/C:N/I:P/A:N");
  script_tag(name:"last_modification", value:"2024-02-09 05:06:25 +0000 (Fri, 09 Feb 2024)");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2018-04-13 16:26:00 +0000 (Fri, 13 Apr 2018)");
  script_tag(name:"creation_date", value:"2018-03-23 12:50:26 +0530 (Fri, 23 Mar 2018)");
  script_name("ownCloud XSS and CSRF Protection Bypass Vulnerabilities (Mar 2018) - Windows");

  script_tag(name:"summary", value:"ownCloud is prone to XSS and CSRF 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 insufficient
  validation of user supplied input for the 'filename' while uploading file.");

  script_tag(name:"impact", value:"Successfully exploitation will allow remote
  attackers to conduct an XSS attack when the victim tries to either view the
  contents of the file or delete the file. If the victim is an ownCloud
  administrator, an attacker can force the mounting of the webserver's local
  file system, leading to unauthorized access to server resources and potentially
  shell access.");

  script_tag(name:"affected", value:"ownCloud version 6.0.0a.");

  script_tag(name:"solution", value:"Update to version 6.0.1 or later.
  If upgrading is not an option, then the file can be removed by either
  1) manually removing the file from the disk via command line interface, or
  2) first renaming the file to something else and then deleting the file.");

  script_tag(name:"solution_type", value:"VendorFix");
  script_tag(name:"qod_type", value:"remote_banner");
  script_xref(name:"URL", value:"https://www.exploit-db.com/exploits/31427");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/65457");
  script_xref(name:"URL", value:"https://packetstormsecurity.com/files/125086");
  script_copyright("Copyright (C) 2018 Greenbone AG");
  script_category(ACT_GATHER_INFO);
  script_family("Web application abuses");
  script_dependencies("gb_owncloud_http_detect.nasl", "os_detection.nasl");
  script_mandatory_keys("owncloud/detected", "Host/runs_windows");
  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);

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

if(vers == "6.0.0a") {
  report = report_fixed_ver(installed_version:vers, fixed_version:"6.0.1 or later", install_path:path);
  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

09 Feb 2024 00:00Current
5.4Medium risk
Vulners AI Score5.4
CVSS 23.5
CVSS 35.4
EPSS0.03738
21