对比了我的两台VPS,发现其中一台存在Sudo堆溢出漏洞,如下图:
其中标示为sudoedit:
表示需修复;
所处系统版本为`CentOS Linux release 7.9.2009 (Core)`,可用如下命令查看:
cat /etc/redhat-release
执行系统更新可以修复该漏洞:
yum update && yum upgrade
对比了我的两台VPS,发现其中一台存在Sudo堆溢出漏洞,如下图:
其中标示为sudoedit:
表示需修复;
所处系统版本为`CentOS Linux release 7.9.2009 (Core)`,可用如下命令查看:
cat /etc/redhat-release
执行系统更新可以修复该漏洞:
yum update && yum upgrade
这几天刚将windows 10 升级到1909版本,目的是为了学习一下wsl2 及 ubuntu;
在ubuntu的官方教程中,有这么一段话:
Be sure to check for any established SSH connections by the disabled user, as it is possible they may have existing inbound or outbound connections. Kill any that are found.
当禁用一个用户后,其仍可以通过已授权的ssh authentication进行ssh连接,所以还需要确认是不是有这样的连接存在并清除掉;
Continue reading Linux下快速清除终端进程