中危 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 | |||||||||
---|---|---|---|---|---|---|---|---|---|
运行在以下环境 | |||||||||
应用 | chrome | * | Up to (excluding) 119.0.6045.159 | ||||||
运行在以下环境 | |||||||||
系统 | debian | debian_linux | 11.0 | - | |||||
运行在以下环境 | |||||||||
系统 | debian | debian_linux | 12.0 | - | |||||
运行在以下环境 | |||||||||
系统 | debian_10 | chromium | * | Up to (including) 90.0.4430.212-1~deb10u1 | |||||
运行在以下环境 | |||||||||
系统 | debian_11 | chromium | * | Up to (excluding) 119.0.6045.159-1~deb11u1 | |||||
运行在以下环境 | |||||||||
系统 | debian_12 | chromium | * | Up to (excluding) 119.0.6045.159-1~deb12u1 | |||||
运行在以下环境 | |||||||||
系统 | debian_sid | chromium | * | Up to (excluding) 119.0.6045.159-1 | |||||
运行在以下环境 | |||||||||
系统 | fedora_37 | chromium-common | * | Up to (excluding) 119.0.6045.159-1.fc37 | |||||
运行在以下环境 | |||||||||
系统 | fedora_38 | chromium-common | * | Up to (excluding) 119.0.6045.159-1.fc38 | |||||
运行在以下环境 | |||||||||
系统 | fedora_39 | chromium-common | * | Up to (excluding) 119.0.6045.159-1.fc39 | |||||
运行在以下环境 | |||||||||
系统 | fedora_EPEL_9 | chromium-common | * | Up to (excluding) 119.0.6045.159-1.el9 | |||||
运行在以下环境 | |||||||||
系统 | opensuse_Leap_15.4 | chromium | * | Up to (excluding) 119.0.6045.159-bp155.2.58.1 | |||||
运行在以下环境 | |||||||||
系统 | opensuse_Leap_15.5 | chromium | * | Up to (excluding) 119.0.6045.159-bp155.2.58.1 | |||||
- 攻击路径 远程
- 攻击复杂度 复杂
- 权限要求 普通权限
- 影响范围 全局影响
- EXP成熟度 未验证
- 补丁情况 官方补丁
- 数据保密性 无影响
- 数据完整性 无影响
- 服务器危害 无影响
- 全网数量 N/A
CWE-ID | 漏洞类型 |
CWE-416 | 释放后使用 |
Exp相关链接

版权声明
本站原创文章转载请注明文章出处及链接,谢谢合作!
评论