7.5
CVSSv2

CVE-2022-28347

Published: 12/04/2022 Updated: 07/11/2023
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
CVSS v3 Base Score: 9.8 | Impact Score: 5.9 | Exploitability Score: 3.9
VMScore: 668
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

A SQL injection issue exists in QuerySet.explain() in Django 2.2 prior to 2.2.28, 3.2 prior to 3.2.13, and 4.0 prior to 4.0.4. This occurs by passing a crafted dictionary (with dictionary expansion) as the **options argument, and placing the injection payload in an option name.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

djangoproject django

debian debian linux 11.0

Vendor Advisories

Several security issues were fixed in Django ...
Debian Bug report logs - #1009677 python-django: CVE-2022-28346 Package: python-django; Maintainer for python-django is Debian Python Team <team+python@trackerdebianorg>; Source for python-django is src:python-django (PTS, buildd, popcon) Reported by: "Chris Lamb" <lamby@debianorg> Date: Thu, 14 Apr 2022 08:48:02 ...
Synopsis Moderate: Satellite 611 Release Type/Severity Security Advisory: Moderate Red Hat Insights patch analysis Identify and remediate systems affected by this advisory View affected systems Topic An update is now available for Red Hat Satellite 611 Description Red Hat Satellite is a systems management tool for Linux-basedin ...
Synopsis Important: RHUI 411 release - Security Fixes and Enhancement Update Type/Severity Security Advisory: Important Red Hat Insights patch analysis Identify and remediate systems affected by this advisory View affected systems Topic An updated version of Red Hat Update Infrastructure (RHUI) is now available RHUI 411 introd ...
Synopsis Important: Red Hat Ansible Automation Platform 12 security update Type/Severity Security Advisory: Important Red Hat Insights patch analysis Identify and remediate systems affected by this advisory View affected systems Topic An update is now available for Red Hat Ansible Automation Platform 12Red Hat Product Security ha ...
Synopsis Important: Red Hat Ansible Automation Platform 212 security and bug fix update Type/Severity Security Advisory: Important Red Hat Insights patch analysis Identify and remediate systems affected by this advisory View affected systems Topic An update is now available for Red Hat Ansible Automation Platform 21Red Hat Produ ...
Multiple security issues were found in Django, a Python web development framework, which could result in denial of service, SQL injection or cross-site scripting For the stable distribution (bullseye), these problems have been fixed in version 2:2228-1~deb11u1 We recommend that you upgrade your python-django packages For the detailed security ...
A SQL injection issue was discovered in QuerySetexplain() in Django 22 before 2228, 32 before 3213, and 40 before 404 This occurs by passing a crafted dictionary (with dictionary expansion) as the **options argument, and placing the injection payload in an option name ...
QuerySetexplain() method was subject to SQL injection in option names, using a suitably crafted dictionary, with dictionary expansion, as the **options argument ...

Github Repositories

SQL injection を再現するための Django x PostgresQL アプリ CVE-2022-28347

CUC-2023 本项目为CUC-2023 漏洞环境构建及漏洞复现报告。 githubcom/Shenkongyin/CUC-2023 技术与实现 1Python_CVE_2022_28347_Django 该漏洞使用本地IDE自建项目并结合 docker-composeyml 和 Dockerfile构建漏洞集成环境。使用Python编写POC完成漏洞复现。 2PHP_CVE-2019-7580_ThinkCMF 该漏洞使用 docker-composeyml 拉