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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2025-57833 PoC — Django SQL注入漏洞

Source
Associated Vulnerability
Title:Django SQL注入漏洞 (CVE-2025-57833)
Description:Django是Django基金会的一套基于Python语言的开源Web应用框架。该框架包括面向对象的映射器、视图系统、模板系统等。 Django 4.2.24之前版本、5.1.12之前版本和5.2.6之前版本存在SQL注入漏洞,该漏洞源于FilteredRelation在列别名中受到SQL注入的影响。
Description
Analysis and reproduction of CVE-2025-57833
Readme
CVE-2025-57833 分析和复现
File Snapshot

[4.0K] /data/pocs/d962338015f209b38ec1e979032d3164177803e8 ├── [ 659] manage.py ├── [ 30] README.md ├── [4.0K] vuln │   ├── [ 63] admin.py │   ├── [ 140] apps.py │   ├── [ 0] __init__.py │   ├── [4.0K] migrations │   │   ├── [ 912] 0001_initial.py │   │   ├── [ 642] 0002_auto_20251102_0128.py │   │   └── [ 0] __init__.py │   ├── [ 265] models.py │   ├── [ 60] tests.py │   ├── [ 126] urls.py │   └── [1.6K] views.py └── [4.0K] web ├── [ 383] asgi.py ├── [ 0] __init__.py ├── [3.4K] settings.py ├── [ 814] urls.py └── [ 383] wsgi.py 4 directories, 17 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.