Lucene search

K
hackeroneRtodH1:1192144
HistoryMay 11, 2021 - 1:56 p.m.

Nextcloud: Add to your nextcloud endpoint is not properly protected

2021-05-1113:56:27
rtod
hackerone.com
$100
16

0.001 Low

EPSS

Percentile

36.7%

This is related to https://hackerone.com/reports/1173684

The endpoint you hit does have bruteforce protection
https://github.com/nextcloud/server/blob/master/apps/federatedfilesharing/lib/Controller/MountPublicLinkController.php#L126

But this is only triggered by finding a share that is password protected
https://github.com/nextcloud/server/blob/master/apps/federatedfilesharing/lib/Controller/MountPublicLinkController.php#L157

Or a file drop public share
https://github.com/nextcloud/server/blob/master/apps/federatedfilesharing/lib/Controller/MountPublicLinkController.php#L166

In other words this endpoint can also be used to try to brute force share tokens.

Impact

Low just like on the other report. But should be fixed non the less.

0.001 Low

EPSS

Percentile

36.7%