# N/A
## 漏洞概述
BinaryXmlSerializer.java 文件中的 `attributeBytesBase64` 和 `attributeBytesHex` 方法存在整数溢出问题,可能导致任意 XML 注入,从而引发本地权限提升。
## 影响版本
未指定具体版本。
## 漏洞细节
在 `attributeBytesBase64` 和 `attributeBytesHex` 方法中,由于整数溢出问题,存在任意 XML 注入的风险。这可能使攻击者无需额外的执行权限即可利用该漏洞进行本地权限提升。
## 漏洞影响
此漏洞可能导致本地权限提升。攻击者无需用户交互即可利用该漏洞。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | Writeup and exploit for CVE-2024-34740, integer overflow in Android's BinaryXmlSerializer to system_server file write and then to system_server code execution from normal installed app | https://github.com/michalbednarski/AbxOverflow | POC详情 |
暂无评论