Lucene search
+L

203 matches found

Kitploit
Kitploit
•added 2026/09/26 5:54 a.m.•9 views

CVE-2019-14234

POC-Django JSONField/HStoreField SQLインジェクション脆弱性エクスプロイト CVE-2019-14234 Djangoは2019年8月1日にセキュリティアップデートを公開しました。これはJSONFieldとHStoreFieldの2つのモデルフィールドにおけるSQLインジェクション脆弱性を修正するものです。 参考リンク: https://www.djangoproject.com/weblog/2019/aug/01/security-releases/...

9.8CVSS7.6AI score0.47694EPSS
SaveExploits0
Kitploit
Kitploit
•added 2026/09/25 4:35 p.m.•16 views

CVE-2022-28346

CVE-2022-28346 Django パッケージに、SQL インジェクションにつながる欠陥が見つかりました。この欠陥により、悪意のある SQL クエリを含む巧妙に細工された辞書を使用する攻撃者が、データベースを完全に侵害することができます。 目次 CVE-2022-28346 説明 環境 概念実証と悪用 参考 コードリポジトリの上記に、CVE-2022-28346 に関する詳細な分析レポート PDF があります。 説明 CVE-2022-28346 は、人気のある Python Web フレームワークである Django...

9.8CVSS6.8AI score0.18661EPSS
SaveExploits3
Kitploit
Kitploit
•added 2026/09/25 2:43 p.m.•12 views

CVE-2022-28346

CVE-2022-28346 QuerySet.annotate、aggregate、extra におけるSQLインジェクション セットアップ: 初期セットアップのために ./setup.sh を実行してください データベースを初期化するためにdockerイメージを開いてください: docker exec -it containerid /bin/bash そして次のコマンドを実行してください: root@kitploit: python manage.py makemigrations cve202228346 python manage.py migrate...

9.8CVSS7AI score0.18661EPSS
SaveExploits3
Kitploit
Kitploit
•added 2026/09/25 11:30 a.m.•12 views

CVE-2022-28346

CVE-2022-28346 Django QuerySet.annotate, aggregate, extra SQL インジェクション 環境初期化 root@kitploit: 1.python manage.py makemigrations 2.python manage.py migrate 3.访问http://x.x.x.x:8000/ 插入初始化数据 脆弱性の再現 root@kitploit: 访问http://x.x.x.x:8000/demo POC: http://x.x.x.x:8000/demo?field=demo.name" FROM "demouser"...

9.8CVSS6.8AI score0.18661EPSS
SaveExploits3
Kitploit
Kitploit
•added 2026/09/25 3:25 a.m.•12 views

CVE-2021-35042

CVE-2021-35042 サニタイズされていない QuerySet.orderby 入力による SQL インジェクション セットアップ: 初期セットアップのために ./setup.sh を実行してください データベースを初期化するために Docker イメージを開いてください: docker exec -it containerid /bin/bash 以下のコマンドを実行してください: root@kitploit: python manage.py makemigrations cve202135042 python manage.py migrate...

9.8CVSS7.8AI score0.44369EPSS
SaveExploits1
Kitploit
Kitploit
•added 2026/09/24 6:55 p.m.•14 views

CVE-2021-35042

CVE-2021-35042: Django SQLインジェクションの脆弱性 I. 概要 Djangoは、Pythonで書かれたオープンソースのWebアプリケーションフレームワークであり、MVC(Model - View - Controller)モデルに基づいて構築されています。当初は、ローレンス出版グループが所有するニュースコンテンツサイトを管理するために構築されたCMS(コンテンツ管理システム)ソフトウェアでした。 Djangoバージョン3.1.xから3.1.13、およびバージョン3.2.xから3.2.5には、SQLインジェクションの脆弱性が存在します。...

9.8CVSS7.6AI score0.44369EPSS
SaveExploits1
Kitploit
Kitploit
•added 2026/09/24 5:55 p.m.•16 views

CVE-2025-57833

CVE-2025-57833 CVE-2025–57833 の脆弱性を持つサンプルアプリケーション Django 4.2 の 4.2.24 より前のバージョン、5.1 の 5.1.12 より前のバージョン、および 5.2 の 5.2.6 より前のバージョンは、kwargs として辞書展開が QuerySet.annotate または QuerySet.alias に渡される際の SQL インジェクションに対して脆弱です。 現在、作業進行中です。 これは教育目的のみで提供されています。...

8.1CVSS7.7AI score0.16759EPSS
SaveExploits4
Kitploit
Kitploit
•added 2026/09/24 5:52 p.m.•8 views

django-connector-CVE-2025-64459-testbed

Django-CVE-2025-64459-Testbed Django CVE-2025-64459 用の自己完結型テストベッド。Docker を使用した辞書展開による QuerySet.filter パラメータインジェクションを実証します。 脆弱性について CVE-2025-64459 は Django(特にバージョン 5.1.14 未満)における高深刻度の脆弱性であり、ユーザー入力が辞書展開を介して直接渡された場合(例:request.GET)に QuerySet.filter 内でのパラメータインジェクションを許容します。 攻撃者は connector...

9.1CVSS7.3AI score0.19396EPSS
SaveExploits10References1
Kitploit
Kitploit
•added 2026/09/22 2:18 p.m.•14 views

CVE-2022-28346

CVE-2022-28346 PoC 影響: QuerySet.annotate、aggregate、extra における潜在的なSQLインジェクション。 インストール root@kitploit: poetry install python manage.py makemigrations python manage.py migrate python manage.py loaddata data.json python manage.py runserver PoC root@kitploit: ?field=poc.title" FROM "pocblog" union SELE...

9.8CVSS7AI score0.18661EPSS
SaveExploits3References1
OSV
OSV
•added 2026/09/16 3:33 p.m.•8 views

CVE-2026-61595 djust: Multi-tenant isolation fails open on the WebSocket/SSE path, disclosing other tenants' data

djust provides Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance. Prior to version 1.0.7, djust.tenants isolation was enforced only on the HTTP path. The current tenant was stored in threading.local and set exclusively by the HTTP-only TenantMiddleware...

7.7CVSS5.8AI score
SaveExploits0References4
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/09/16 12:00 a.m.•1 views

CVE-2026-61595: Not Failing Securely

djust provides Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance. Prior to version 1.0.7, djust.tenants isolation was enforced only on the HTTP path. The current tenant was stored in threading.local and set exclusively by the HTTP-only TenantMiddleware...

7.7CVSS5.8AI score0.00385EPSS
SaveExploits0References3
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•11 views

Astra Linux – Vulnerability in Python-Django

A issue was discovered in Django 5.0 before 5.0.8 and 4.2 before 4.2.15. The values and valueslist methods on models with a JSONField are vulnerable to SQL injection when column aliases are used, due to a crafted JSON object key being passed as an argument...

9.8CVSS7.1AI score0.01503EPSS
SaveExploits0References2
NVD
NVD
•added 2026/08/24 6:17 p.m.•13 views

CVE-2026-76073

Label Studio does not scope the annotation detail endpoint to the requesting user's organization. AnnotationAPI in labelstudio/tasks/api.py declares queryset = Annotation.objects.all and provides no getqueryset override, so the default lookup retrieves any annotation by primary key. The view's...

8.8CVSS0.00523EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
•added 2026/08/24 5:55 p.m.•11 views

CVE-2026-76073 Label Studio through 1.23.0 Cross-Organization Annotation Access via Unscoped AnnotationAPI Queryset

Label Studio does not scope the annotation detail endpoint to the requesting user's organization. AnnotationAPI in labelstudio/tasks/api.py declares queryset = Annotation.objects.all and provides no getqueryset override, so the default lookup retrieves any annotation by primary key. The view's...

8.8CVSS5.9AI score0.00523EPSS
SaveExploits0References4
OSV
OSV
•added 2026/08/24 5:55 p.m.•25 views

CVE-2026-76073 Label Studio through 1.23.0 Cross-Organization Annotation Access via Unscoped AnnotationAPI Queryset

Label Studio does not scope the annotation detail endpoint to the requesting user's organization. AnnotationAPI in labelstudio/tasks/api.py declares queryset = Annotation.objects.all and provides no getqueryset override, so the default lookup retrieves any annotation by primary key. The view's...

8.7CVSS5.6AI score
SaveExploits0References6
Cvelist
Cvelist
•added 2026/08/24 5:55 p.m.•40 views

CVE-2026-76073 Label Studio through 1.23.0 Cross-Organization Annotation Access via Unscoped AnnotationAPI Queryset

Label Studio does not scope the annotation detail endpoint to the requesting user's organization. AnnotationAPI in labelstudio/tasks/api.py declares queryset = Annotation.objects.all and provides no getqueryset override, so the default lookup retrieves any annotation by primary key. The view's...

8.8CVSS0.00523EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
•added 2026/08/24 12:00 a.m.•29 views

PT-2026-80987

Label Studio does not scope the annotation detail endpoint to the requesting user's organization. AnnotationAPI in label studio/tasks/api.py declares queryset = Annotation.objects.all and provides no get queryset override, so the default lookup retrieves any annotation by primary key. The view's...

8.8CVSS5.4AI score0.00523EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
•added 2026/08/17 12:00 a.m.•8 views

Unity Linux 20.1070e Security Update: python-django (UTSA-2026-099460)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-099460 advisory. An issue was discovered in 5.2 before 5.2.9, 5.1 before 5.1.15, and 4.2 before 4.2.27. FilteredRelation is subject to SQL injection in column aliases, using a suitab...

7AI score0.00923EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/08/06 3:11 p.m.•39 views

CVE-2026-18275 Authorization Bypass Through User-Controlled Key in eScriptorium

Authorization bypass in the process and annotation taxonomy serializers in Scripta eScriptorium through 26.04.1 allows a remote authenticated user to run segmentation and transcription against other users' document parts, overwriting their content, via part primary keys supplied to a many=True...

6.5CVSS0.0039EPSS
SaveExploits0References1
NVD
NVD
•added 2026/08/04 5:16 p.m.•18 views

CVE-2026-15920

An issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8. django.contrib.admin.utils.displayforfield renders URLField values as clickable links in the admin without validating the URL. A value stored with an unsafe scheme is displayed as a link on changelist and read-only admin...

6.1CVSS0.00354EPSS
SaveExploits0References7
Rows per page
Query Builder