> ## Content Index
> Fetch the complete content index at: https://darkwebinformer.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# CVE-2024-24919 - Check Point Quantum Security Gateways with IPsec VPN in Remote Access VPN PoC
- URL: https://darkwebinformer.com/cve-2024-24919-check-point-quantum-security-gateways-with-ipsec-vpn-in-remote-access-vpn-poc/
- Published: 2024-10-10T22:08:34.000Z
- Updated: 2025-09-04T22:26:02.000Z
- Author: Dark Web Informer
- Tags: Vulnerabilities

GitHub: <https://github.com/skyrowalker/CVE-2024-24919>  
Last Commit: October 10th, 2024

---

## CVE-2024-24919

[](https://github.com/skyrowalker/CVE-2024-24919#cve-2024-24919)

## Description

[](https://github.com/skyrowalker/CVE-2024-24919#description)

CVE-2024-24919 is a critical information disclosure vulnerability affecting various Check Point security products, including Quantum Security Gateways and CloudGuard. It has a high CVSS score of 8.6 and allows unauthenticated attackers to read sensitive files from the affected devices, such as /etc/passwd, /etc/shadow, and configuration files related to network security and VPNs. This means attackers can potentially gain domain privileges and access sensitive information without user interaction or special privileges​

## How It Works

[](https://github.com/skyrowalker/CVE-2024-24919#how-it-works)

The script allows the user to input an IP address and a port, then sends POST requests to a specific endpoint (`/clients/MyCRL`) for various configuration files (such as `/etc/passwd`, `/etc/shadow`, among others). The script indicates whether the request was successful or failed, marking successful responses with an 'O' and failed ones with an 'X'.

## Installation

[](https://github.com/skyrowalker/CVE-2024-24919#installation)git clone https://https://github.com/skyrowalker/CVE-2024-24919.git  
cd CVE-2024-24919  
pip install -r requirements.txt  
python3 CVE-2024-24919.py

## Image

![](https://storage.ghost.io/c/6b/16/6b16ac9c-cd67-432f-b0f3-bbec941084ff/content/images/2024/10/998398.png)

![](https://storage.ghost.io/c/6b/16/6b16ac9c-cd67-432f-b0f3-bbec941084ff/content/images/2024/10/99327872.png)