cnvd-2022-31838
Vulnerability from cnvd

Title: Django SQL注入漏洞(CNVD-2022-31838)

Description:

Django是Django基金会的一套基于Python语言的开源Web应用框架。该框架包括面向对象的映射器、视图系统、模板系统等。

Django 2.2.28 版本之前的2.2版本、3.2.13 版本之前的3.2版本、4.0.4版本之前的4.0版本存在SQL注入漏洞,QuerySet.annotate()、aggregate() 和 extra() 中存在SQL注入问题。目前没有详细的漏洞细节提供。

Severity:

Patch Name: Django SQL注入漏洞(CNVD-2022-31838)的补丁

Patch Description:

Django是Django基金会的一套基于Python语言的开源Web应用框架。该框架包括面向对象的映射器、视图系统、模板系统等。

Django 2.2.28 版本之前的2.2版本、3.2.13 版本之前的3.2版本、4.0.4版本之前的4.0版本存在SQL注入漏洞,QuerySet.annotate()、aggregate() 和 extra() 中存在SQL注入问题。目前没有详细的漏洞细节提供。目前,供应商发布了安全公告及相关补丁信息,修复了此漏洞。

Formal description:

目前厂商已发布升级补丁以修复漏洞,补丁获取链接: https://www.djangoproject.com/weblog/2022/apr/11/security-releases/

Reference: https://nvd.nist.gov/vuln/detail/CVE-2022-28346

Impacted products
Name
['Django Django >=2.2,<2.2.28', 'Django Django >=3.2,<3.2.13', 'Django Django >=4.0,<4.0.4']
Show details on source website


{
  "cves": {
    "cve": {
      "cveNumber": "CVE-2022-28346",
      "cveUrl": "https://nvd.nist.gov/vuln/detail/CVE-2022-28346"
    }
  },
  "description": "Django\u662fDjango\u57fa\u91d1\u4f1a\u7684\u4e00\u5957\u57fa\u4e8ePython\u8bed\u8a00\u7684\u5f00\u6e90Web\u5e94\u7528\u6846\u67b6\u3002\u8be5\u6846\u67b6\u5305\u62ec\u9762\u5411\u5bf9\u8c61\u7684\u6620\u5c04\u5668\u3001\u89c6\u56fe\u7cfb\u7edf\u3001\u6a21\u677f\u7cfb\u7edf\u7b49\u3002\n\nDjango 2.2.28 \u7248\u672c\u4e4b\u524d\u76842.2\u7248\u672c\u30013.2.13 \u7248\u672c\u4e4b\u524d\u76843.2\u7248\u672c\u30014.0.4\u7248\u672c\u4e4b\u524d\u76844.0\u7248\u672c\u5b58\u5728SQL\u6ce8\u5165\u6f0f\u6d1e\uff0cQuerySet.annotate()\u3001aggregate() \u548c extra() \u4e2d\u5b58\u5728SQL\u6ce8\u5165\u95ee\u9898\u3002\u76ee\u524d\u6ca1\u6709\u8be6\u7ec6\u7684\u6f0f\u6d1e\u7ec6\u8282\u63d0\u4f9b\u3002",
  "formalWay": "\u76ee\u524d\u5382\u5546\u5df2\u53d1\u5e03\u5347\u7ea7\u8865\u4e01\u4ee5\u4fee\u590d\u6f0f\u6d1e\uff0c\u8865\u4e01\u83b7\u53d6\u94fe\u63a5\uff1a \r\nhttps://www.djangoproject.com/weblog/2022/apr/11/security-releases/",
  "isEvent": "\u901a\u7528\u8f6f\u786c\u4ef6\u6f0f\u6d1e",
  "number": "CNVD-2022-31838",
  "openTime": "2022-04-24",
  "patchDescription": "Django\u662fDjango\u57fa\u91d1\u4f1a\u7684\u4e00\u5957\u57fa\u4e8ePython\u8bed\u8a00\u7684\u5f00\u6e90Web\u5e94\u7528\u6846\u67b6\u3002\u8be5\u6846\u67b6\u5305\u62ec\u9762\u5411\u5bf9\u8c61\u7684\u6620\u5c04\u5668\u3001\u89c6\u56fe\u7cfb\u7edf\u3001\u6a21\u677f\u7cfb\u7edf\u7b49\u3002\r\n\r\nDjango 2.2.28 \u7248\u672c\u4e4b\u524d\u76842.2\u7248\u672c\u30013.2.13 \u7248\u672c\u4e4b\u524d\u76843.2\u7248\u672c\u30014.0.4\u7248\u672c\u4e4b\u524d\u76844.0\u7248\u672c\u5b58\u5728SQL\u6ce8\u5165\u6f0f\u6d1e\uff0cQuerySet.annotate()\u3001aggregate() \u548c extra() \u4e2d\u5b58\u5728SQL\u6ce8\u5165\u95ee\u9898\u3002\u76ee\u524d\u6ca1\u6709\u8be6\u7ec6\u7684\u6f0f\u6d1e\u7ec6\u8282\u63d0\u4f9b\u3002\u76ee\u524d\uff0c\u4f9b\u5e94\u5546\u53d1\u5e03\u4e86\u5b89\u5168\u516c\u544a\u53ca\u76f8\u5173\u8865\u4e01\u4fe1\u606f\uff0c\u4fee\u590d\u4e86\u6b64\u6f0f\u6d1e\u3002",
  "patchName": "Django SQL\u6ce8\u5165\u6f0f\u6d1e\uff08CNVD-2022-31838\uff09\u7684\u8865\u4e01",
  "products": {
    "product": [
      "Django Django \u003e=2.2\uff0c\u003c2.2.28",
      "Django Django \u003e=3.2\uff0c\u003c3.2.13",
      "Django Django \u003e=4.0\uff0c\u003c4.0.4"
    ]
  },
  "referenceLink": "https://nvd.nist.gov/vuln/detail/CVE-2022-28346",
  "serverity": "\u9ad8",
  "submitTime": "2022-04-22",
  "title": "Django SQL\u6ce8\u5165\u6f0f\u6d1e\uff08CNVD-2022-31838\uff09"
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.


Loading…