美文网首页
xz漏洞排查

xz漏洞排查

作者: 田丰w | 来源:发表于2024-04-16 11:41 被阅读0次

https://www.secrss.com/articles/64875

for xz_p in $(type -a xz | awk '{print $NF}' | uniq);
do 
  strings "$xz_p" | grep "xz (XZ Utils)" || echo "No match found for $xz_p";
done

存在漏洞的版本: xz (XZ Utils) 5.6.0 和 5.6.1
确定安全的版本: xz (XZ Utils) <= 5.4.6

相关文章

网友评论

      本文标题:xz漏洞排查

      本文链接:https://www.haomeiwen.com/subject/zvztxjtx.html