Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1683668 > unrolled thread
| Started by | Steve French <smfrench@gmail.com> |
|---|---|
| First post | 2017-07-09 00:50 +0200 |
| Last post | 2017-07-09 02:10 +0200 |
| Articles | 2 — 1 participant |
Back to article view | Back to linux.kernel
[CIFS] Upgrade default dialect to SMB3 from cifs (SMB1) for improved security Steve French <smfrench@gmail.com> - 2017-07-09 00:50 +0200
Re: [CIFS] Upgrade default dialect to SMB3 from cifs (SMB1) for improved security Steve French <smfrench@gmail.com> - 2017-07-09 02:10 +0200
| From | Steve French <smfrench@gmail.com> |
|---|---|
| Date | 2017-07-09 00:50 +0200 |
| Subject | [CIFS] Upgrade default dialect to SMB3 from cifs (SMB1) for improved security |
| Message-ID | <u16I3-840-19@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
Due to recent publicity about security vulnerabilities in the much older CIFS dialect, these patches move the default dialect to the widely accepted (and quite secure) SMB3.0 dialect from the old default of the CIFS dialect. We do not want to be encouraging use of less secure dialects, and both Microsoft and CERT now strongly recommend not using the older CIFS dialect (SMB Security Best Practices "recommends disabling SMBv1"). SMB3 is both secure and widely available: in Windows 8 and later, Samba and Macs. Users can still choose to explicitly mount with the less secure dialect (for old servers) by choosing "vers=1.0" on the cifs mount e.g. to take advantage of Samba's "CIFS POSIX Extensions" The two patches for this are attached and also at: https://git.samba.org/?p=sfrench/cifs-2.6.git;a=commit;h=abc018498883b395e34e2ee976bca7cb944f8ecd and https://git.samba.org/?p=sfrench/cifs-2.6.git;a=commit;h=c9db9d35a8c85a571d1fa8987703aa0f21de5e32-- Thanks, Steve
[toc] | [next] | [standalone]
| From | Steve French <smfrench@gmail.com> |
|---|---|
| Date | 2017-07-09 02:10 +0200 |
| Subject | Re: [CIFS] Upgrade default dialect to SMB3 from cifs (SMB1) for improved security |
| Message-ID | <u17Xr-w4-1@gated-at.bofh.it> |
| In reply to | #1683668 |
[Multipart message — attachments visible in raw view] — view raw
I had missed a review comment from Pavel - now included, and the first patch updated to include that minor change. https://git.samba.org/?p=sfrench/cifs-2.6.git;a=commit;h=2a38e12053b760a8f5e85030eb89512660077c15 and https://git.samba.org/?p=sfrench/cifs-2.6.git;a=commit;h=eef914a9eb5eb83e60eb498315a491cd1edc13a1 On Sat, Jul 8, 2017 at 5:47 PM, Steve French <smfrench@gmail.com> wrote: > Due to recent publicity about security vulnerabilities in the > much older CIFS dialect, these patches move the default dialect to the > widely accepted (and quite secure) SMB3.0 dialect from the > old default of the CIFS dialect. > > We do not want to be encouraging use of less secure dialects, > and both Microsoft and CERT now strongly recommend not using the > older CIFS dialect (SMB Security Best Practices > "recommends disabling SMBv1"). > > SMB3 is both secure and widely available: in Windows 8 and later, > Samba and Macs. > > Users can still choose to explicitly mount with the less secure > dialect (for old servers) by choosing "vers=1.0" on the cifs > mount e.g. to take advantage of Samba's "CIFS POSIX Extensions" > > The two patches for this are attached and also at: > https://git.samba.org/?p=sfrench/cifs-2.6.git;a=commit;h=abc018498883b395e34e2ee976bca7cb944f8ecd > > and > > https://git.samba.org/?p=sfrench/cifs-2.6.git;a=commit;h=c9db9d35a8c85a571d1fa8987703aa0f21de5e32-- > Thanks, > > Steve -- Thanks, Steve
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web