Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2024-24919 PoC — Check Point Security Gateways 安全漏洞

Source
Associated Vulnerability
Title:Check Point Security Gateways 安全漏洞 (CVE-2024-24919)
Description:Check Point Security Gateways是以色列Check Point公司的一个人工智能驱动的 NGFW 安全网关。 Check Point Security Gateways 存在安全漏洞。攻击者利用该漏洞可以获取敏感信息。
Description
POC - CVE-2024–24919 - Check Point Security Gateways
Readme
# Check Point Security Gateways Information Disclosure - CVE-2024-24919

Potentially allowing an attacker to read certain information on Check Point Security Gateways once connected to the internet and enabled with Remote Access VPN or Mobile Access Software Blades. A security fix that mitigates this vulnerability is available.

**Read about it** — [CVE-2024-24919](https://nvd.nist.gov/vuln/detail/CVE-2024-24919)

> **Disclaimer**: This Proof of Concept (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.

## Getting Started

### Finding Targets

To find potential targets, use Fofa (similar to Shodan.io):

- **Fofa Dork**: `app=”Check_Point-SSL-Network-Extender”`
  
![Alt text](POC4.png)

First, clone the repository:

```bash
git clone https://github.com/verylazytech/CVE-2024-24919
```

Next chose your target and add it to list.txt file in this format:

- https://ip_address

Run the Exploit:

```bash
python3 CVE-2024-24919.py -l list.txt
```
Now There are 2 options of output:

Unsuccessful:

![Alt text](https://miro.medium.com/v2/resize:fit:640/format:webp/1*lCi1I_fctD6J38w6CFA09Q.png)

Successful:

![Alt text](POC.png)

Now after you find both file passwd & shadow you can try crack the hash with JohnTheRipper, after running the exploit you have 2 files, passwd & shadow, so you can merge them into one file and try crack them (I used rockyou.txt but it can be any password wordlist):
```bash
unshadow passwd shadow > unshadowed.txt 
```
```bash
john --wordlist=/usr/share/wordlists/rockyou.txt unshadowed.txt
```
![Alt text](POC3.png)

And now after we crack the hash we can login to the user!


File Snapshot

[4.0K] /data/pocs/a06a605089350baf91263e27c9a4504889fe06a2 ├── [6.1K] CVE-2024-24919.py ├── [111K] POC3.png ├── [108K] POC4.png ├── [183K] POC.png └── [1.9K] README.md 0 directories, 5 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. If the original source is unavailable, please email f.jinxu#gmail.com for a local snapshot (replace # with @).
    3. Shenlong has snapshotted the POC code for you. To support long-term maintenance, please consider donating. Thank you for your support.