摘要:
less security update
安全等级: Medium
公告ID: KylinSec-SA-2024-2347
发布日期: 2024年5月17日
关联CVE: CVE-2024-32487
Less is a pager. A pager is a program that displays text files. Other pagers commonly in use are more and pg. Pagers are often used in command-line environments like the Unix shell and the MS-DOS command prompt to display files.
Security Fix(es):
less through 653 allows OS command execution via a newline character in the name of a file, because quoting is mishandled in filename.c. Exploitation typically requires use with attacker-controlled file names, such as the files extracted from an untrusted archive. Exploitation also requires the LESSOPEN environment variable, but this is set by default in many common cases.(CVE-2024-32487)
cve名称 | 产品 | 组件 | 是否受影响 |
---|---|---|---|
CVE-2024-32487 | KY3.5.2 | less | Fixed |
软件名称 | 架构 | 版本号 |
---|---|---|
less-help | noarch | 590-6.ky3_5 |
less | x86_64 | 590-6.ky3_5 |
less | aarch64 | 590-6.ky3_5 |
方法一:下载安装包进行升级安装
1、通过下载链接下载需要升级的升级包保存,如 xxx.rpm
2、通过rpm命令升级,如 rpm -Uvh xxx.rpm
方法二:通过软件源进行升级安装
1、保持能够连接上互联网
2、通过yum命令升级指定的包,如 yum install 包名