LLeaves Blog
首页
搜索
友情链接
留言板
建站教程
NotionNext介绍
往期整理
文章分类
历史归档
文章标签
文章
49
分类
7
标签
39
首页
搜索
友情链接
留言板
建站教程
NotionNext介绍
往期整理
文章分类
历史归档
文章标签
Android安全
🗒️
PendingIntent-security
发布于: 2024-12-1
最后更新: 2024-12-1
次查看
CVE
PendingIntent
目录
0%
0x00 参考
0x01 重定向Intent
1. PendingIntent
2. BroadcastAnyWhere漏洞
3. PendingIntent使用场景
#SliceProvider
#Notifications
#MediaBrowserService
#AppWidgets
4.不安全PendingIntent的通用利用方法
#深入Intent fillIn改写机制
#PendingIntent重定向攻击
#CVE-2020-0188 AOSP Settings SliceProvider
#CVE-2020-0389 AOSP SystemUI RecordingService
#A-166126300 MediaBrowserService
#Some High Profile Apps AppWidgets
#CVE-2020-0294 System Service
5. 危害
6. 安全指导
0x02 自动化分析
LLeaves
Happy Hacking
文章
49
分类
7
标签
39
最新发布
CVE-2024-31317 Zygote命令注入提权system分析
2025-11-24
Android Data Encryption-从百草园Patch到三味书屋
2025-10-7
Magisk V26.1源码分析
2025-9-26
Android ART虚拟机执行流程示意图
2025-8-27
eBPFDexDumper更新-添加抽取代码dump功能
2025-8-27
ByteCTF2021 EasyDroid复现
2025-6-15
公告
目录
0%
0x00 参考
0x01 重定向Intent
1. PendingIntent
2. BroadcastAnyWhere漏洞
3. PendingIntent使用场景
#SliceProvider
#Notifications
#MediaBrowserService
#AppWidgets
4.不安全PendingIntent的通用利用方法
#深入Intent fillIn改写机制
#PendingIntent重定向攻击
#CVE-2020-0188 AOSP Settings SliceProvider
#CVE-2020-0389 AOSP SystemUI RecordingService
#A-166126300 MediaBrowserService
#Some High Profile Apps AppWidgets
#CVE-2020-0294 System Service
5. 危害
6. 安全指导
0x02 自动化分析