
PoC de CVE-2026-20805: divulgacion de informacion en Desktop Window Manager (dwm.exe) de Windows.
Proof of concept for the information disclosure vulnerability in Microsoft's Desktop Window Manager (dwm.exe).
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:NA local, already authenticated attacker can exploit this vulnerability to disclose a section address of a remote ALPC (Asynchronous Local Procedure Call) port, constituting a user-mode memory leak.
Successful exploitation allows a low-privileged attacker to obtain sensitive memory information from other processes, which could be used as part of a larger-scale attack to evade defenses or gain higher privilege.
CVE-2026-20805-POC/ ├── poc/ # Contains the observation tool │ └── dumper.py # Script to monitor the information leak ├── docs/ # Technical analysis and references │ └── technical_analysis.md ├── scripts/ # Automation scripts │ └── setup_env.ps1 # PowerShell script to prepare the environment ├── .gitignore └── README.md
bash git clone https://github.com/your-username/CVE-2026-20805-POC.git cd CVE-2026-20805-POC powershell .\scripts\setup_env.ps1 bash python poc/dumper.py dwm.exe under certain conditions. Refer to docs/technical_analysis.md to interpret the results. ## 🛡️ Mitigation Apply the latest Microsoft security updates according to the published guidance. Consult the Microsoft security bulletin for the corresponding patches. ## 📄 References - Microsoft Security Update Guide - CISA Known Exploited Vulnerabilities Catalog - NVD - CVE-2026-20805 ## ⚠️ Warning This repository is for educational and research purposes only. The author is not responsible for the misuse of the information presented here. Use this tool responsibly and only on systems where you have explicit permission. ## 📜 License MIT License