-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmapenhancementfeature: users and groupsneeds infoprivacystaleTicket or PR with no recent activityTicket or PR with no recent activity
Description
Steps to reproduce
- register as a new user
- after some months, explore the menu
- discover that your mail adress was public to ALL the other cloud users on the same server
Expected behaviour
Private data should not be revealed by default
Make public data available, protect private data.
Source:
- hacker ethics
- gdpr
Actual behaviour
Users mail adress is revealed to other users by default
Server configuration
LAMP, Ubuntu 18.04
Nextcloud version: 15.0.5
fresh installl since upgrade from OC failed
Where did you install Nextcloud from: Webclient
List of activated apps:
deactivated ALL Apps - same behavior
Nextcloud configuration:
Config report
If you have access to your command line run e.g.:
```{
"system": {
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"cloud.REMOVED.de"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "15.0.5.3",
"overwrite.cli.url": "https:\/\/cloud.REMOVED.de",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"mail_smtpmode": "smtp",
"mail_sendmailmode": "pipe",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"updater.secret": "***REMOVED SENSITIVE VALUE***",
"maintenance": false,
"theme": "",
"loglevel": 2,
"CUSTOMSETTINGSMATTHIAS": "ab hier!!!",
"default_language": "de",
"default_locale": "de",
"force_language": "de",
"force_locale": "de",
"mail_smtpsecure": "ssl",
"mail_smtpauthtype": "LOGIN",
"mail_smtpauth": 1,
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "465",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***"
}
}```
### Client configuration
**Browser:**
IE, FF, Chrome
**Operating system:**
a-hahn-com, szaimen, jamasi, Dubidubiduu, J0WI and 5 more
Metadata
Metadata
Assignees
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmapenhancementfeature: users and groupsneeds infoprivacystaleTicket or PR with no recent activityTicket or PR with no recent activity