Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2014-7911 PoC — Android 权限许可和访问控制漏洞

Source
Associated Vulnerability
Title:Android 权限许可和访问控制漏洞 (CVE-2014-7911)
Description:luni/src/main/java/java/io/ObjectInputStream.java in the java.io.ObjectInputStream implementation in Android before 5.0.0 does not verify that deserialization will result in an object that met the requirements for serialization, which allows attackers to execute arbitrary code via a crafted finalize method for a serialized object in an ArrayMap Parcel within an intent sent to system_service, as demonstrated by the finalize method of android.os.BinderProxy, aka Bug 15874291.
Description
vulnerabilities‘ Poc and Exploit
File Snapshot

[4.0K] /data/pocs/a8dd56913db6551301bfbc692ac7ed989c7a1096 ├── [ 809] AndroidManifest.xml ├── [ 698] ant.properties ├── [4.0K] bin │   ├── [ 809] AndroidManifest.xml │   ├── [4.0K] classes │   │   ├── [4.0K] AAdroid │   │   │   └── [4.0K] os │   │   │   └── [ 460] BinderProxy.class │   │   └── [4.0K] andy │   │   └── [4.0K] badserial │   │   └── [4.0K] poc │   │   ├── [ 345] BuildConfig.class │   │   ├── [4.8K] MainActivity.class │   │   ├── [ 340] R$attr.class │   │   ├── [ 407] R$drawable.class │   │   ├── [ 394] R$layout.class │   │   ├── [ 398] R$string.class │   │   └── [ 489] R.class │   ├── [6.1K] classes.dex │   ├── [ 39K] MainActivity.apk │   ├── [4.0K] res │   │   └── [4.0K] crunch │   │   ├── [4.0K] drawable-hdpi │   │   │   └── [9.0K] ic_launcher.png │   │   ├── [4.0K] drawable-ldpi │   │   │   └── [2.6K] ic_launcher.png │   │   ├── [4.0K] drawable-mdpi │   │   │   └── [4.9K] ic_launcher.png │   │   └── [4.0K] drawable-xhdpi │   │   └── [ 14K] ic_launcher.png │   └── [ 33K] resources.ap_ ├── [3.8K] build.xml ├── [4.0K] gen │   └── [4.0K] andy │   └── [4.0K] badserial │   └── [4.0K] poc │   ├── [ 160] BuildConfig.java │   └── [ 574] R.java ├── [ 416] local.properties ├── [ 781] proguard-project.txt ├── [ 563] project.properties ├── [4.0K] res │   ├── [4.0K] drawable-hdpi │   │   └── [9.2K] ic_launcher.png │   ├── [4.0K] drawable-ldpi │   │   └── [2.7K] ic_launcher.png │   ├── [4.0K] drawable-mdpi │   │   └── [5.1K] ic_launcher.png │   ├── [4.0K] drawable-xhdpi │   │   └── [ 14K] ic_launcher.png │   ├── [4.0K] layout │   │   └── [ 391] main.xml │   └── [4.0K] values │   └── [ 114] strings.xml └── [4.0K] src ├── [4.0K] AAdroid │   └── [4.0K] os │   └── [ 246] BinderProxy.java └── [4.0K] andy └── [4.0K] badserial └── [4.0K] poc └── [6.9K] MainActivity.java 30 directories, 32 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →