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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2022-41540 PoC — TP-LINK AX10 信任管理问题漏洞

Source
Associated Vulnerability
Title:TP-LINK AX10 信任管理问题漏洞 (CVE-2022-41540)
Description:TP-LINK AX10是中国普联(TP-LINK)公司的一款路由器。 TP-LINK AX10 V1_211117版本存在安全漏洞,该漏洞源于web应用程序客户端在与路由器通信时使用硬编码加密密钥。攻击者利用该漏洞通过暴力攻击获取序列密钥,并访问敏感信息。
Description
Exploits of different CVE IDs (CVE-2021-37910, CVE-2021-40288, CVE-2021-41435, CVE-2021-41436, CVE-2021-41437, CVE-2021-41441, CVE-2021-41442, CVE-2021-41445, CVE-2021-41449, CVE-2021-41450, CVE-2021-41451, CVE-2021-41753, CVE-2021-41788, CVE-2021-46353, CVE-2022-41540, CVE-2022-41541)
Readme
# easy-exploits

The current repository contains exploits of different CVE IDs that were identified in the past by me (CVE-2021-37910, CVE-2021-40288, CVE-2021-41435, CVE-2021-41436,  CVE-2021-41437, CVE-2021-41441, CVE-2021-41442, CVE-2021-41445, CVE-2021-41449, CVE-2021-41450, CVE-2021-41451, CVE-2021-41753, CVE-2021-41788, CVE-2021-46353, CVE-2022-41540, CVE-2022-41541).


## Motivation

The main purpose of this repository is to give an easy access to these exploits, since they are mentioned in each published manuscript and needed to be formatted, in order to be executed.


## Repository overview

Each directory is separated based on the affected protocol that the attack is escalated and the relevant CVE ID.
```
├── README.md
├── Web
│   ├── ASUS
|   |     ├── CVE-2021-41435
|   |     ├── CVE-2021-41436
|   |     ├── CVE-2021-41437
|   |     ├── HTTP-smuggling
|   |     ├── Stored XSS
│   ├── D-Link
|   |     ├── CVE-2021-41440
|   |     ├── CVE-2021-41441
|   |     ├── CVE-2021-41442
|   |     ├── CVE-2021-41443
|   |     ├── CVE-2021-41445
|   |     ├── CVE-2021-46352
|   |     ├── CVE-2021-46353
│   └── Netgear
|   |     ├── CVE-2021-41449
│   └── TP-Link
|   |     ├── CVE-2021-41450
|   |     ├── CVE-2021-41451
|   |     ├── CVE-2022-41540
|   |     ├── CVE-2022-41541
│   └── Xiaomi
|   |     ├── Clickjacking
|   |     ├── Out-of-band
└── Wi-Fi (WPA3-SAE) (CVE-2021-37910, CVE-2021-40288, CVE-2021-41753, and CVE-2021-41788)
    ├── README.md
    ├── Broadcom
    ├── Qualcomm
    └── MediaTek
```

## Running instructions

For Web attacks, any curl tool stable version should be suffice. For Wi-Fi atacks, Python3 and Scapy 2.4.1 should be enough to use an exploit.


## More resources

The following refers to the original publication manuscripts, in which these exploits were taken, in case anyone needs more information for a vulnerability. For the DoS attacks on Wi-Fi, check [this](https://www.sciencedirect.com/science/article/pii/S221421262100243X) paper. While, for the Web attacks, [this](https://www.hindawi.com/journals/scn/2022/1833062/) paper.


MIT License

Copyright (c) 2022 Efstratios Chatzoglou

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

File Snapshot

[4.0K] /data/pocs/6202b34079388f981a5f2f250b542e2afc67bf54 ├── [1.1K] LICENCE.md ├── [3.3K] README.md ├── [4.0K] Web │   ├── [4.0K] ASUS │   │   ├── [4.0K] CVE-2021-41435 │   │   │   └── [2.0K] exploit_http.sh │   │   ├── [4.0K] CVE-2021-41436 │   │   │   └── [1.5K] exploit_http.sh │   │   ├── [4.0K] CVE-2021-41437 │   │   │   ├── [1.2K] exploit_http.sh │   │   │   └── [ 566] README.md │   │   ├── [4.0K] HTTP-smuggling │   │   │   └── [2.0K] exploit_http.sh │   │   └── [4.0K] Stored XSS │   │   └── [1.1K] exploit_http │   ├── [4.0K] D-Link │   │   ├── [4.0K] CVE-2021-41440 │   │   │   └── [1.3K] exploit_http.html │   │   ├── [4.0K] CVE-2021-41441 │   │   │   └── [1.2K] exploit_http │   │   ├── [4.0K] CVE-2021-41442 │   │   │   ├── [1.7K] exploit_http1.sh │   │   │   ├── [1.3K] exploit_http2.sh │   │   │   └── [2.2K] exploit_http3.sh │   │   ├── [4.0K] CVE-2021-41443 │   │   │   └── [1.1K] exploit_http.sh │   │   ├── [4.0K] CVE-2021-41445 │   │   │   └── [1.1K] exploit_http.sh │   │   ├── [4.0K] CVE-2021-46352 │   │   │   └── [1.1K] exploit_http.sh │   │   └── [4.0K] CVE-2021-46353 │   │   └── [1.1K] exploit_http.sh │   ├── [4.0K] Netgear │   │   └── [4.0K] CVE-2021-41449 │   │   └── [2.4K] exploit_http.sh │   ├── [4.0K] TP-Link │   │   ├── [4.0K] CVE-2021-41450 │   │   │   └── [1.1K] exploit_http.sh │   │   ├── [4.0K] CVE-2021-41451 │   │   │   └── [1.1K] exploit_http.sh │   │   ├── [4.0K] Offline-decryption │   │   │   └── [ 877] README.md │   │   └── [4.0K] Replay │   │   └── [ 713] README.md │   └── [4.0K] Xiaomi │   ├── [4.0K] Clickjacking │   │   └── [ 149] exploit_http.html │   └── [4.0K] Out-of-band │   └── [1.1K] exploit_http └── [4.0K] Wi-Fi (WPA3-SAE) ├── [4.0K] Broadcom │   ├── [1.8K] case1.py │   ├── [1.9K] case2.py │   ├── [1.6K] case3.py │   ├── [1.5K] case4.py │   ├── [1.3K] case5.py │   ├── [4.6K] case6.py │   └── [9.8K] case7.py ├── [4.0K] MediaTek │   ├── [2.1K] case12.py │   └── [2.0K] case13.py ├── [4.0K] Qualcomm │   ├── [1.6K] case10.py │   ├── [2.4K] case11.py │   ├── [1.6K] case8.py │   └── [1.5K] case9.py └── [ 222] README.md 29 directories, 38 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.