# Adobe Acrobat Reader Android 任意代码执行漏洞
## 漏洞概述
Acrobat Reader for Android 版本 21.8.0 及更早版本中存在路径遍历漏洞。未经身份验证的攻击者可以利用此漏洞在当前用户上下文中执行任意代码。
## 影响版本
- 版本 21.8.0 及更早版本
## 漏洞细节
该漏洞为路径遍历漏洞,允许攻击者通过诱导用户打开恶意文件来执行任意代码。
## 影响
- 攻击者需要诱导用户打开恶意文件才能成功利用该漏洞。
- 成功利用此漏洞可以在当前用户上下文中执行任意代码。
# | POC 描述 | 源链接 | 神龙链接 |
---|---|---|---|
1 | This is an Exploit App I made when solving the DocumentViewer challenge (CVE-2021-40724) from MobileHackingLab. It will download a libdocviewe_pro.so library from your local machine unto the vulnerable app's internal storage, load it upon relaunch and achieve an RCE. | https://github.com/tinopreter/DocViewerExploitApp | POC详情 |
暂无评论