Western Digital My Cloud drives have a built-in backdoor
1–5 of 5 posts
Re: Western Digital My Cloud drives have a built-in backdoor
#2Re: Western Digital My Cloud drives have a built-in backdoor
#3Additionally NFS and SMB are very complex protocols and difficult to setup correctly. NFS without Kerberos provides only very basic whitelisting security. Adding Kerberos means you need active directory or something like FreeIPA and a scary amount of configuration (DNS server requirements, client side Kerberos config etc). I went down the whole Kerberos route and at the end decided mounting via ssh was far simpler and probably more secure. I would only trust a very technically competent vendor to do this well and don’t know if one exists.
Re: Western Digital My Cloud drives have a built-in backdoor
#4For reasons like this I built my own NAS from scratch using a server and ZFS (admittedly using Western Digital red drives). I don’t believe consumer NAS vendors have the capability to properly patch and secure web interfaces and I’d extend this to Synology and QNAP as well. Additionally NFS and SMB are very complex protocols and difficult to setup correctly. NFS without Kerberos provides only very basic whitelisting…
Setting up Kerberos was a nightmare. Also, it is very hard to reason whether your SMB connections are safely encrypted with the specific settings one chooses. The protocols are complicated and the settings opaque. A lot of Stack Overflow is involved.