Lucene search
+L

ownCloud 'contacts' Security Bypass Vulnerability (May 2014)

🗓️ 05 May 2014 00:00:00Reported by Copyright (C) 2014 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 27 Views

ownCloud 'contacts' Security Bypass Vulnerability, May 2014. Contact application fails to check ownership of contacts, allowing remote attackers to bypass security restrictions and download contacts. Affected versions are ownCloud Server before 4.5.10 and 5.x before 5.0.5. Update to version 4.5.10 or 5.0.5 or later.

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2013-1963
14 Mar 201416:00
cve
cvelist
Cvelist
CVE-2013-1963
14 Mar 201416:00
cvelist
euvd
EUVD
EUVD-2013-1953
7 Oct 202500:30
euvd
fedora
Fedora
[SECURITY] Fedora 18 Update: owncloud-4.5.10-1.fc18
10 May 201304:53
fedora
nessus
Tenable Nessus
Fedora 18 : owncloud-4.5.10-1.fc18 (2013-6417)
10 May 201300:00
nessus
nvd
NVD
CVE-2013-1963
14 Mar 201416:55
nvd
owncloud
OwnCloud
Server: Privilege escalation in the contacts application
19 Apr 201311:42
owncloud
owncloud
OwnCloud
Privilege escalation in the contacts application - ownCloud
19 Apr 201318:06
owncloud
openvas
OpenVAS
Fedora Update for owncloud FEDORA-2013-6417
13 May 201300:00
openvas
openvas
OpenVAS
Fedora Update for owncloud FEDORA-2013-6417
13 May 201300:00
openvas
Rows per page
# SPDX-FileCopyrightText: 2014 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.804281");
  script_version("2024-02-19T05:05:57+0000");
  script_cve_id("CVE-2013-1963");
  script_tag(name:"cvss_base", value:"4.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:P/I:N/A:N");
  script_tag(name:"last_modification", value:"2024-02-19 05:05:57 +0000 (Mon, 19 Feb 2024)");
  script_tag(name:"creation_date", value:"2014-05-05 15:00:11 +0530 (Mon, 05 May 2014)");
  script_name("ownCloud 'contacts' Security Bypass Vulnerability (May 2014)");

  script_tag(name:"summary", value:"ownCloud is prone to a security bypass 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 the Contact application failing to properly check the
ownership of a single contact.");
  script_tag(name:"impact", value:"Successful exploitation will allow remote attackers to bypass security
restrictions and download contacts of arbitrary users.");
  script_tag(name:"affected", value:"ownCloud Server before version 4.5.10 and 5.x before version 5.0.5");
  script_tag(name:"solution", value:"Update to version 4.5.10 or 5.0.5 or later.");
  script_tag(name:"solution_type", value:"VendorFix");

  script_xref(name:"URL", value:"http://seclists.org/oss-sec/2013/q2/133");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/59319");
  script_xref(name:"URL", value:"http://owncloud.org/about/security/advisories/oC-SA-2013-018");
  script_category(ACT_GATHER_INFO);
  script_tag(name:"qod_type", value:"remote_banner");
  script_copyright("Copyright (C) 2014 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_owncloud_http_detect.nasl");
  script_mandatory_keys("owncloud/detected");
  exit(0);
}

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

if(!port = get_app_port(cpe:CPE))
  exit(0);

if(!version = get_app_version(cpe:CPE, port:port))
  exit(0);

if(version_is_less(version:version, test_version:"4.5.10")||
   version_in_range(version:version, test_version:"5.0.0", test_version2:"5.0.4")) {
  security_message(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

19 Feb 2024 00:00Current
6.5Medium risk
Vulners AI Score6.5
CVSS 24
EPSS0.01422
27