摘要:
firefox security update
安全等级: High
公告ID: KylinSec-SA-2023-2276
发布日期: 2023年9月28日
关联CVE: CVE-2023-1999
Mozilla Firefox is a standalone web browser, designed for standards compliance and performance. Its functionality can be enhanced via a plethora of extensions.
Security Fix(es):
There exists a use after free/double free in libwebp. An attacker can use the ApplyFiltersAndEncode() function and loop through to free best.bw and assign best = trial pointer. The second loop will then return 0 because of an Out of memory error in VP8 encoder, the pointer is still assigned to trial and the AddressSanitizer will attempt a double free.
(CVE-2023-1999)
cve名称 | 产品 | 组件 | 是否受影响 |
---|---|---|---|
CVE-2023-1999 | KY3.5.2 | libwebp | Fixed |
软件名称 | 架构 | 版本号 |
---|---|---|
firefox | x86_64 | 102.15.0-3.ky3_5.kb1 |
firefox | aarch64 | 102.15.0-3.ky3_5.kb1 |
方法一:下载安装包进行升级安装
1、通过下载链接下载需要升级的升级包保存,如 xxx.rpm
2、通过rpm命令升级,如 rpm -Uvh xxx.rpm
方法二:通过软件源进行升级安装
1、保持能够连接上互联网
2、通过yum命令升级指定的包,如 yum install 包名