目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1000

100.0%

CVE-2024-28397 PoC — Js2Py 安全漏洞

来源
关联漏洞
标题:Js2Py 安全漏洞 (CVE-2024-28397)
Description:Js2Py是Python基金会的一个库。用于将 JavaScript 转换为 Python 代码。 Js2Py 0.74 及之前版本存在安全漏洞,该漏洞源于组件 js2py.disable_pyimport() 中存在一个问题,攻击者利用该漏洞可以通过精心设计的 API 调用执行任意代码。
Description
The CVE-2024-28397 vulnerability affects versions of js2py up to v0.74, a Python library that allows JavaScript code to be executed within the Python interpreter. 
介绍
# CVE-2024-28397 - js2py Sandbox Escape

## Description
The **CVE-2024-28397** vulnerability affects versions of **js2py** up to `v0.74`, a Python library that allows JavaScript code to be executed within the Python interpreter.  

The flaw is in the implementation of the `disable_pyimport()` method, which should prevent JavaScript code from accessing Python objects. However, due to a failure in the implementation, an attacker can circumvent this restriction and obtain references to Python objects within the JavaScript environment, allowing arbitrary code execution on host.

### Technical Details
- **Affected component:** `js2py.disable_pyimport()`  
- **Affected versions:** Up to `v0.74`  
- **CVE ID:** CVE-2024-28397  
- **CVSS v3.1:** 5.3 (Medium)  
- **CWE:** 94 (Improper Control of Code Generation)  

The vulnerability occurs because the `disable_pyimport()` method does not properly prevent access to Python objects from JavaScript code. This allows an attacker, even with protection enabled, to access Python objects and execute arbitrary commands on the system.

---

## How to Use

### Requirements
- PHP >= 7.x  
- Composer  
- PHP cURL extension enabled  
- Python application vulnerable to **CVE-2024-28397 (js2py <= v0.74)** running as target  

### Installation

**Clone the repository and install dependencies:**

### Installation
- Clone the repository and install dependencies:

```bash
git clone https://github.com/yourusername/exploit-js2py-CVE-2024-28397.git
cd exploit-js2py-CVE-2024-28397
composer install
文件快照

[4.0K] /data/pocs/ecf4aa83dd2aa91266d14f448f9bb4e3dc8e8335 ├── [6.1K] exploit_js2py.php └── [1.5K] README.md 0 directories, 2 files
神龙机器人已为您缓存
备注
    1. 建议优先通过来源进行访问。
    2. 本地 POC 快照面向订阅用户开放;当原始来源失效或无法访问时,本地镜像作为订阅权益的一部分提供。
    3. 持续抓取、验证、维护这份 POC 档案需要不少投入,因此本地快照已纳入付费订阅。您的订阅是让这份资料能继续走下去的关键,由衷感谢。 查看订阅方案 →