Google Chrome 侧边面板搜索存在 UAF漏洞(CVE-2023-6509)
CVE编号
CVE-2023-6509利用情况
暂无补丁情况
N/A披露时间
2023-12-06漏洞描述
Google Chrome 是 Google 公司开发的网页浏览器。侧边面板搜索Side Panel Search是 chrome 的一个功能,可以在浏览网页的同时,在右侧的小面板里显示相关的搜索结果,而不需要打开新的标签页。 侧边面板定义了一个为raw_ptr的浏览器器指针,使用区域搜索控制器LensRegionSearchController时会初始化为一个指向Browser对象的指针,当Browser对象被销毁或回收(如浏览器标签被关闭时),而指针没有更新,从而变成悬空指针。 在修复版本中,通过每次启动侧边栏时获取BrowserView指针,从而避免获取悬空(dangling)的浏览器指针。解决建议
"将组件 chromium 升级至 120.0.6099.62 及以上版本""将组件 chrome 升级至 120.0.6099.62 及以上版本"受影响软件情况
# | 类型 | 厂商 | 产品 | 版本 | 影响面 | ||||
1 | |||||||||
---|---|---|---|---|---|---|---|---|---|
运行在以下环境 | |||||||||
应用 | chrome | * | Up to (excluding) 119.0.6045.105 | ||||||
运行在以下环境 | |||||||||
系统 | 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 (including) 116.0.5845.180-1~deb11u1 | |||||
运行在以下环境 | |||||||||
系统 | debian_12 | chromium | * | Up to (including) 116.0.5845.180-1~deb12u1 | |||||
运行在以下环境 | |||||||||
系统 | debian_sid | chromium | * | Up to (excluding) 120.0.6099.71-1 | |||||
运行在以下环境 | |||||||||
系统 | fedoraproject | fedora | 38 | - | |||||
运行在以下环境 | |||||||||
系统 | fedoraproject | fedora | 39 | - | |||||
运行在以下环境 | |||||||||
系统 | fedora_38 | chromium-common-debuginfo | * | Up to (excluding) 120.0.6099.62-2.fc38 | |||||
运行在以下环境 | |||||||||
系统 | fedora_39 | chromium-common | * | Up to (excluding) 120.0.6099.62-1.fc39 | |||||
运行在以下环境 | |||||||||
系统 | fedora_EPEL_7 | chromium-common | * | Up to (excluding) 120.0.6099.62-1.el7 | |||||
运行在以下环境 | |||||||||
系统 | fedora_EPEL_8 | chromium-common-debuginfo | * | Up to (excluding) 120.0.6099.62-2.el8 | |||||
运行在以下环境 | |||||||||
系统 | fedora_EPEL_9 | chromium-common-debuginfo | * | Up to (excluding) 120.0.6099.62-2.el9 | |||||
- 攻击路径 网络
- 攻击复杂度 低
- 权限要求 无
- 影响范围 未更改
- 用户交互 需要
- 可用性 高
- 保密性 高
- 完整性 高
CWE-ID | 漏洞类型 |
CWE-416 | 释放后使用 |
Exp相关链接

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