安全公告/【CVE-2023-29383】

基本信息

漏洞名称:
受影响操作系统:Asianux
危险等级:低危
影响源码包:shadow
CVSS评分:3.3
发现日期:2023-06-07
修复版本:shadow-4.8.1-6

漏洞描述

In Shadow 4.13, it is possible to inject control characters into fields provided to the SUID program chfn (change finger). Although it is not possible to exploit this directly (e.g., adding a new user fails because \n is in the block list), it is possible to misrepresent the /etc/passwd file when viewed. Use of \r manipulations and Unicode characters to work around blocking of the : character make it possible to give the impression that a new user has been added. In other words, an adversary may be able to convince a system administrator to take the system offline (an indirect, social-engineered denial of service) by demonstrating that "cat /etc/passwd" shows a rogue user account.

修复方式

yum update PackageName

漏洞判定

执行命令yum info PackageName获取软件包版本号,版本小于修复版本,则受此漏洞影响,版本大于等于修复版本,则此漏洞已修复

补丁

参考

https://gitee.com/src-openeuler/shadow/issues/I6VYD4
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-29383
https://nvd.nist.gov/vuln/detail/CVE-2023-29383