Lucene search
K

4969 matches found

Nextcloud
Nextcloud
added 2016/10/10 12:0 a.m.23 views

Stored XSS in CardDAV image export (NC-SA-2016-008)

The CardDAV image export functionality as implemented in Nextcloud allows the download of images stored within a vCard. Due to not performing any kind of verification on the image content this is prone to a stored Cross-Site Scripting attack.Note: Nextcloud employs a very strict Content Security...

3.5CVSS1.3AI score0.01118EPSS
Exploits1Affected Software1
Nextcloud
Nextcloud
added 2016/10/10 12:0 a.m.32 views

Reflected XSS in Gallery application (NC-SA-2016-009)

The gallery app was not properly sanitizing exception messages from the Nextcloud server. Due to an endpoint where an attacker could influence the error message this lead to a reflected Cross-Site-Scripting vulnerability...

4.3CVSS2.2AI score0.01656EPSS
Exploits1Affected Software1
Hacker One
Hacker One
added 2016/10/07 3:11 p.m.67 views

Nextcloud: Filename enumeration && DoS

@secator reported some enumeration and DoS related issue in Nextcloud Server to us. On request of the reporter the issue has only been disclosed limitedly...

4CVSS1.6AI score0.0123EPSS
Exploits0
Hacker One
Hacker One
added 2016/10/03 9:13 p.m.15 views

Nextcloud: Bad content-type in response header when getting document can lead to html injection

Bug When request document by genesisid or filename, the content-type field in response header is 'text/html'. And the document content can be anything. So if we upload an odt file with html format and share with other users, it can lead to html injection when others request that file. PoC - img1...

2.2AI score
Exploits0
Hacker One
Hacker One
added 2016/10/03 10:19 a.m.68 views

Nextcloud: Bypassing quota limit

Hi an user can upload files despite having a limited quota by changing value of "OC-Total-Length" in header to "A" or adding "X-Expected-Entity-Length" in header with "A" value in normal insuffisant storage we have: PUT /remote.php/webdav/a.jpg HTTP/1.1 Content-Type: application/octet-stream...

4CVSS2.3AI score0.00888EPSS
Exploits0
OpenVAS
OpenVAS
added 2016/09/27 12:0 a.m.48 views

Nextcloud 'share.js' Gallery Application XSS Vulnerability - Windows

Nextcloud is prone to a cross-site scripting XSS vulnerability. SPDX-FileCopyrightText: 2016 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only CPE =...

6.1CVSS4.9AI score0.02EPSS
Exploits5References1
OpenVAS
OpenVAS
added 2016/09/27 12:0 a.m.22 views

Nextcloud 'share.js' Gallery Application XSS Vulnerability - Linux

Nextcloud is prone to a cross-site scripting XSS vulnerability. SPDX-FileCopyrightText: 2016 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only CPE =...

6.1CVSS4.9AI score0.02EPSS
Exploits5References1
OpenVAS
OpenVAS
added 2016/09/27 12:0 a.m.14 views

Nextcloud Detection (HTTP)

HTTP based detection of Nextcloud. SPDX-FileCopyrightText: 2016 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription scriptoid"1.3.6.1.4.1.25623.1.0.809413";...

5.8AI score
Exploits0References1
Hacker One
Hacker One
added 2016/09/23 4:56 p.m.12 views

Nextcloud: Content spoofing in lookup.nextcloud.com

Scenerio An attacker can include any arbitrary text using specially crafted nextcloud url. This is done using character /%0d%0a. Steps 1 Attacker distributed the below url by means of spamming or through his website...

1.2AI score
Exploits0
CNVD
CNVD
added 2016/09/19 12:0 a.m.2 views

OwnCloud Server and Nextcloud Server Cross-Site Scripting Vulnerabilities

OwnCloud is a free and open source personal cloud storage solution from OwnCloud Germany.Nextcloud is an open source self-hosted file synchronization and sharing communication application platform.OwnCloud Server and Nextcloud Server are both a server version of one of them. A cross-site scriptin...

5.4CVSS6AI score0.01373EPSS
Exploits1References1
OSV
OSV
added 2016/09/17 9:59 p.m.6 views

CVE-2016-7419

Cross-site scripting XSS vulnerability in share.js in the gallery application in ownCloud Server before 9.0.4 and Nextcloud Server before 9.0.52 allows remote authenticated users to inject arbitrary web script or HTML via a crafted directory name...

5.4CVSS5.2AI score
Exploits0References5
NVD
NVD
added 2016/09/17 9:59 p.m.21 views

CVE-2016-7419

Cross-site scripting XSS vulnerability in share.js in the gallery application in ownCloud Server before 9.0.4 and Nextcloud Server before 9.0.52 allows remote authenticated users to inject arbitrary web script or HTML via a crafted directory name...

5.4CVSS5.1AI score0.01373EPSS
Exploits1References5
Prion
Prion
added 2016/09/17 9:59 p.m.16 views

Cross site scripting

Cross-site scripting XSS vulnerability in share.js in the gallery application in ownCloud Server before 9.0.4 and Nextcloud Server before 9.0.52 allows remote authenticated users to inject arbitrary web script or HTML via a crafted directory name...

3.5CVSS5.5AI score0.01373EPSS
Exploits1References5Affected Software2
Cvelist
Cvelist
added 2016/09/17 9:0 p.m.25 views

CVE-2016-7419

Cross-site scripting XSS vulnerability in share.js in the gallery application in ownCloud Server before 9.0.4 and Nextcloud Server before 9.0.52 allows remote authenticated users to inject arbitrary web script or HTML via a crafted directory name...

5.2AI score0.01373EPSS
Exploits1References5
CVE
CVE
added 2016/09/17 9:0 p.m.56 views

CVE-2016-7419

Affected software and scope: CVE-2016-7419 is an XSS vulnerability in the share.js file of the gallery application used by ownCloud Server < 9.0.4 and Nextcloud Server

5.4CVSS5.1AI score0.01373EPSS
Exploits1References5Affected Software2
Hacker One
Hacker One
added 2016/09/15 10:10 p.m.42 views

Nextcloud: Bypass permissions

@secator reported some permission related issues in Nextcloud Server to us. On request of the reporter the issue has only been disclosed limitedly...

5.5CVSS1.3AI score0.00666EPSS
Exploits0
Hacker One
Hacker One
added 2016/09/13 3:25 p.m.34 views

Nextcloud: Unauthenticated Stored xss

Ohio NextCloud-Sec Team! i know this might be out of scope but i thought i should tell you no lies i thought i'd get more reputation points out of the words , here what i'm pointing at: Details: ======== ! Title: Akismet 2.5.0-3.1.4 - Unauthenticated Stored Cross-Site Scripting XSS Reference:...

6.3AI score
Exploits0
Hacker One
Hacker One
added 2016/09/11 12:49 a.m.19 views

Nextcloud: Android - Possible to intercept broadcasts about uploaded files

Hi. There are the moments of sending unprotected broadcasts https://github.com/nextcloud/android/blob/master/src/com/owncloud/android/files/services/FileUploader.javaL1170 https://github.com/nextcloud/android/blob/master/src/com/owncloud/android/files/services/FileUploader.javaL1116...

1AI score
Exploits0
Hacker One
Hacker One
added 2016/09/07 3:1 p.m.30 views

Nextcloud: Privilege escalation - Normal user can somehow make admin to delete shared folders

@etd reported an issue to us which had already been reported to us an independent party via our public bug tracker. Thus we were not able to qualify this for a monetary reward. However, we'd like to thank @etd for their report! – On request of the reporter, this issue is only disclosed limitedly...

0.6AI score
Exploits0
Hacker One
Hacker One
added 2016/09/04 3:59 p.m.68 views

Nextcloud: Reflected XSS in Gallery App

Go to: nextcloud/index.php/apps/gallery/%3E%3Cscript%3Ealert%28document.domain%29%3C/script%3Ejavascript:alert%280%29//%00 Tested on: Firefox 43.0.1 If you need more information then write me...

4.3CVSS1.5AI score0.01656EPSS
Exploits1
Rows per page
Query Builder