刚刚曝光的是,您必须支付 300 美元的赎金,因为针对 Microsoft Windows 的勒索软件已加密您的数据。例如,如果 Linux 用户使用 wine,他们需要采取哪些步骤来防止这种情况?
This ransomware is widely reported to be based on a tool developed by the NSA to hack into computers. The NSA tool was used by a hacker group called the Shadow Brokers. The code can be found in Github.
Microsoft released a patch (MS17-010) against this vulnerability on March 14, 2017. The mass infection is reported to have begun spreading on April 14th. This is discussed here …
在这篇文章中,他们说在samba.
在同一篇文章中,他们说 的维护者samba已经修补了版本中的漏洞4.6.4/4.5.10/4.4.14。并且他们还在文章中说Ubuntu和Redhat已经发布了补丁版本。
问题是:我的 Ubuntu 17.04 上安装的 samba 版本是4.5.8(我使用命令samba --version来获取此信息)。
那么 Ubuntu 发布了补丁版本samba吗?如果是,我有版本4.5.8而不是4.5.10修补的版本是怎么回事。
PS:我今天更新了我的电脑sudo apt update && sudo apt upgrade。