Linux 4.13 Kernel Launches With Accelerated Security Feature

Jonathan MathewsPublic

While most Americans were enjoying the Labor Day weekend, Linux creator Linus Torvalds was busy releasing the Linux 4.13 kernel on Sept. 3. Linux 4.13 is the fourth new Linux kernel released in 2017 and follows Linux 4.12, which debuted in July.

The Linux 4.13 kernel is noteworthy for a number of reasons, including multiple security-related enhancements and some health issues that Torvalds dealt with during the development cycle, which included seven release candidates.

“The other excitement this week was purely personal, consisting of seven hours of pure agony due to a kidney stone,” Torvalds wrote. “I’m all good, but it sure _felt_ a lot longer than seven hours, and I don’t even want to imagine what it is for people that have had the experience drag out for longer.”

Among the security-related changes in the Linux 4.13 kernel is one that Torvalds referred to as a generic protocol issue.

“The change in question is simply changing the default cifs behavior: instead of defaulting to SMB 1.0 (which you really should not use: just google for ‘stop using SMB1’ or similar), the default cifs mount now defaults to a rather more modern SMB 3.0,” Torvalds wrote.

The Common Internet File System (CIFS) and the Server Message Block (SMB) protocol enable cross-platform file and folder sharing between different Windows and Linux systems. SMB version 1 has been considered to be insecure for several years, with multiple vendors including Microsoft warning users since at least 2016 not to use it. SMB-related vulnerabilities have also been a prominent component of several recent high-profile ransomware attacks, including both WannaCry in May and NotPetya in June

Full Article