Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-05-06 15:44:43 +0300
committerLukas Reschke <lukas@statuscode.ch>2017-05-06 15:44:43 +0300
commit5e50ece13dbe54219457cbe3e7e0d8c2b1de2897 (patch)
tree878eaefd7b041e0d323b4f8358d1a8b67e263f1c /advisories/nc-sa-2017-011.php
parent3c9284b38634d5789e12d59a10dd66da50fd463d (diff)
Add new advisories and adjust CVE identifiers
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'advisories/nc-sa-2017-011.php')
-rw-r--r--advisories/nc-sa-2017-011.php37
1 files changed, 37 insertions, 0 deletions
diff --git a/advisories/nc-sa-2017-011.php b/advisories/nc-sa-2017-011.php
new file mode 100644
index 00000000..3f1e0165
--- /dev/null
+++ b/advisories/nc-sa-2017-011.php
@@ -0,0 +1,37 @@
+<div class="row page-content-header">
+<div class="col-md-4">
+ <h1>Security Advisory</h1>
+ <a href="/security/advisories/">Back to advisories</a>
+</div>
+</div>
+<div class="row">
+ <div class="col-md-4">
+ <?php get_template_part('advisories/advisory-side'); ?>
+ </div>
+ <div class="col-md-8">
+ <h2>Share tokens for public calendars disclosed (NC-SA-2017-011)</h2>
+ <p>8th May 2017</p>
+ <p>Risk level: <strong>Medium</strong></p>
+ <p>CVSS v3 Base Score: 4.3 (<a href="https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N">AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N</a>)</p>
+ <p>CWE: <a href="https://cwe.mitre.org/data/definitions/548.html">Information Exposure Through Directory Listing (CWE-548)</a></p>
+ <p>HackerOne report: <a href="https://hackerone.com/reports/218876">218876</a></p>
+ <h3>Description</h3>
+ <p><p>A logical error caused disclosure of valid share tokens for public calendars. Thus granting an attacker potentially access to publicly shared calendars without knowing the share token.</p>
+</p>
+ <h3>Affected Software</h3>
+ <ul>
+ <li>Nextcloud Server &lt; <strong>11.0.3</strong> (CVE assignment pending)</li>
+
+ </ul>
+ <h3>Action Taken</h3>
+ <p><p>The error has been fixed and regression tests been added.</p>
+</p>
+ <h3>Acknowledgements</h3>
+ <p>The Nextcloud team thanks the following people for their research and responsible disclosure of the above advisory:</p>
+ <ul>
+ <li>Lukas Reschke - Nextcloud GmbH (lukas@nextcloud.com) - Vulnerability discovery and disclosure.</li>
+ </ul>
+ <br/>
+ <small style="color:grey">This advisory is licensed <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.</small>
+ </div>
+</div>