中危 Google Chrome Navigation模块存在UAF漏洞(CVE-2023-6112)

CVE编号

CVE-2023-6112

利用情况

暂无

补丁情况

官方补丁

披露时间

2023-11-16
漏洞描述
Google Chrome 是 Google 公司开发的网页浏览器,Navigation模块是其中负责处理网络通信、响应数据处理和渲染的重要模块。
由于MaybeStartLoader 函数将一个unretained指针绑定到 FallbackToNonInterceptedRequest,该指针会传递对象到 ServiceWorkerMainResourceLoader。而当 ServiceWorker 静态路由 API 的源为" network"或"cache"并浏览器触发网络请求中断时,这个unretained指针可能被释放,从而可能引起内存释放后使用(Use After Free)的问题。
指针修改为weak_factory_.GetWeakPtr后,因为弱指针(weak pointer)安全访问特性,如果对象已被销毁,弱指针将不会指向有效的内存地址,从而防止了试图访问已释放内存的行为。
解决建议
"将组件 chrome 升级至 119.0.6045.159 及以上版本"
"升级到119.0.6045.159或更高版本"
受影响软件情况
# 类型 厂商 产品 版本 影响面
1
运行在以下环境
应用 google chrome * Up to
(excluding)
119.0.6045.159
运行在以下环境
系统 alpine_3.18 qt5-qtwebengine * Up to
(excluding)
5.15.13-r12
运行在以下环境
系统 alpine_3.19 qt5-qtwebengine * Up to
(excluding)
5.15.16-r0
运行在以下环境
系统 debian debian_linux 11.0 -
运行在以下环境
系统 debian debian_linux 12.0 -
运行在以下环境
系统 debian_11 chromium * Up to
(excluding)
119.0.6045.159-1~deb11u1
运行在以下环境
系统 debian_12 chromium * Up to
(excluding)
119.0.6045.159-1~deb12u1
运行在以下环境
系统 fedora_37 chromium * Up to
(excluding)
119.0.6045.159-2.fc37
运行在以下环境
系统 fedora_38 chromium * Up to
(excluding)
119.0.6045.159-2.fc38
运行在以下环境
系统 fedora_39 chromium * Up to
(excluding)
119.0.6045.159-2.fc39
运行在以下环境
系统 fedora_EPEL_7 chromium * Up to
(excluding)
119.0.6045.159-1.el7
运行在以下环境
系统 fedora_EPEL_8 chromium * Up to
(excluding)
119.0.6045.159-1.el8
运行在以下环境
系统 fedora_EPEL_9 chromium * Up to
(excluding)
119.0.6045.159-2.el9
运行在以下环境
系统 opensuse_Leap_15.4 opera * Up to
(excluding)
105.0.4970.21-lp154.2.62.1
运行在以下环境
系统 opensuse_Leap_15.5 opera * Up to
(excluding)
105.0.4970.21-lp155.3.21.1
阿里云评分
6.6
  • 攻击路径
    远程
  • 攻击复杂度
    复杂
  • 权限要求
    普通权限
  • 影响范围
    全局影响
  • EXP成熟度
    未验证
  • 补丁情况
    官方补丁
  • 数据保密性
    无影响
  • 数据完整性
    无影响
  • 服务器危害
    无影响
  • 全网数量
    N/A
CWE-ID 漏洞类型
CWE-416 释放后使用
阿里云安全产品覆盖情况