POC详情: f620f3a64d83ef8f7e4e5f72d4cd188b9372a548

来源
关联漏洞
标题: Android 资源管理错误漏洞 (CVE-2019-2215)
描述:Android是美国谷歌(Google)和开放手持设备联盟(简称OHA)的一套以Linux为基础的开源操作系统。 Android中的binder.c文件存在资源管理错误漏洞。攻击者可利用该漏洞提升权限。
描述
Unlock your Huawei device with ADB (CVE-2019-2215)
文件快照

[4.0K] /data/pocs/f620f3a64d83ef8f7e4e5f72d4cd188b9372a548 ├── [ 333] Android.mk ├── [ 78] Application.mk ├── [4.0K] libsepol │   ├── [1.3K] Android.mk │   ├── [ 26K] ChangeLog │   ├── [ 26K] COPYING │   ├── [4.0K] include │   │   ├── [ 536] Makefile │   │   └── [4.0K] sepol │   │   ├── [1.5K] boolean_record.h │   │   ├── [2.2K] booleans.h │   │   ├── [ 752] context.h │   │   ├── [1.6K] context_record.h │   │   ├── [ 975] debug.h │   │   ├── [ 852] errcodes.h │   │   ├── [1.4K] handle.h │   │   ├── [2.1K] ibendport_record.h │   │   ├── [1.4K] ibendports.h │   │   ├── [2.2K] ibpkey_record.h │   │   ├── [1.3K] ibpkeys.h │   │   ├── [1.8K] iface_record.h │   │   ├── [1.4K] interfaces.h │   │   ├── [ 125] kernel_to_cil.h │   │   ├── [ 126] kernel_to_conf.h │   │   ├── [2.6K] module.h │   │   ├── [ 329] module_to_cil.h │   │   ├── [2.7K] node_record.h │   │   ├── [1.3K] nodes.h │   │   ├── [4.0K] policydb │   │   │   ├── [1.6K] avrule_block.h │   │   │   ├── [4.6K] avtab.h │   │   │   ├── [4.6K] conditional.h │   │   │   ├── [2.5K] constraint.h │   │   │   ├── [3.3K] context.h │   │   │   ├── [3.1K] ebitmap.h │   │   │   ├── [3.6K] expand.h │   │   │   ├── [4.9K] flask.h │   │   │   ├── [1.7K] flask_types.h │   │   │   ├── [4.3K] hashtab.h │   │   │   ├── [1.8K] hierarchy.h │   │   │   ├── [ 517] link.h │   │   │   ├── [4.3K] mls_types.h │   │   │   ├── [1.5K] module.h │   │   │   ├── [ 677] polcaps.h │   │   │   ├── [ 25K] policydb.h │   │   │   ├── [8.4K] services.h │   │   │   ├── [1.9K] sidtab.h │   │   │   ├── [1.1K] symtab.h │   │   │   └── [1.4K] util.h │   │   ├── [4.6K] policydb.h │   │   ├── [1.9K] port_record.h │   │   ├── [1.3K] ports.h │   │   ├── [ 339] roles.h │   │   ├── [ 862] sepol.h │   │   ├── [2.3K] user_record.h │   │   └── [2.0K] users.h │   ├── [4.0K] src │   │   ├── [ 258] android_m_compat.c │   │   ├── [ 568] android_m_compat.h │   │   ├── [ 16K] assertion.c │   │   ├── [ 161] av_permissions.h │   │   ├── [5.5K] avrule_block.c │   │   ├── [ 16K] avtab.c │   │   ├── [ 458] boolean_internal.h │   │   ├── [3.4K] boolean_record.c │   │   ├── [4.4K] booleans.c │   │   ├── [ 20K] conditional.c │   │   ├── [1.4K] constraint.c │   │   ├── [8.1K] context.c │   │   ├── [1.2K] context.h │   │   ├── [ 610] context_internal.h │   │   ├── [6.5K] context_record.c │   │   ├── [1.7K] debug.c │   │   ├── [2.4K] debug.h │   │   ├── [ 722] dso.h │   │   ├── [8.9K] ebitmap.c │   │   ├── [ 87K] expand.c │   │   ├── [5.4K] genbools.c │   │   ├── [6.2K] genusers.c │   │   ├── [1.2K] handle.c │   │   ├── [ 472] handle.h │   │   ├── [6.3K] hashtab.c │   │   ├── [ 17K] hierarchy.c │   │   ├── [ 564] ibendport_internal.h │   │   ├── [6.4K] ibendport_record.c │   │   ├── [5.8K] ibendports.c │   │   ├── [ 666] ibpkey_internal.h │   │   ├── [8.2K] ibpkey_record.c │   │   ├── [6.0K] ibpkeys.c │   │   ├── [ 544] iface_internal.h │   │   ├── [4.7K] iface_record.c │   │   ├── [5.9K] interfaces.c │   │   ├── [ 66K] kernel_to_cil.c │   │   ├── [ 12K] kernel_to_common.c │   │   ├── [2.7K] kernel_to_common.h │   │   ├── [ 63K] kernel_to_conf.c │   │   ├── [1.4K] libsepol.map.in │   │   ├── [ 256] libsepol.pc.in │   │   ├── [ 70K] link.c │   │   ├── [2.5K] Makefile │   │   ├── [ 18K] mls.c │   │   ├── [2.3K] mls.h │   │   ├── [ 23K] module.c │   │   ├── [ 130] module_internal.h │   │   ├── [ 91K] module_to_cil.c │   │   ├── [ 853] node_internal.h │   │   ├── [ 13K] node_record.c │   │   ├── [8.5K] nodes.c │   │   ├── [ 853] polcaps.c │   │   ├── [ 96K] policydb.c │   │   ├── [2.1K] policydb_convert.c │   │   ├── [ 246] policydb_internal.h │   │   ├── [3.9K] policydb_public.c │   │   ├── [ 601] port_internal.h │   │   ├── [5.0K] port_record.c │   │   ├── [7.1K] ports.c │   │   ├── [1.7K] private.h │   │   ├── [1.2K] roles.c │   │   ├── [ 56K] services.c │   │   ├── [5.9K] sidtab.c │   │   ├── [ 119] stpcpy.c │   │   ├── [ 182] stpcpy.h │   │   ├── [ 985] symtab.c │   │   ├── [ 613] user_internal.h │   │   ├── [7.5K] user_record.c │   │   ├── [8.6K] users.c │   │   ├── [7.2K] util.c │   │   └── [ 60K] write.c │   └── [ 8] VERSION ├── [ 611] Makefile └── [ 58K] su98.c 5 directories, 126 files
神龙机器人已为您缓存
备注
    1. 建议优先通过来源进行访问。
    2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
    3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。