Publish Advisories

GHSA-fwr5-q9rx-294f
GHSA-fxpg-gg9g-76gj
This commit is contained in:
advisory-database[bot]
2024-09-16 22:58:30 +00:00
parent 43008795a4
commit c3f94e7729
2 changed files with 31 additions and 41 deletions
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-fwr5-q9rx-294f",
"modified": "2024-05-21T20:21:49Z",
"modified": "2024-09-16T22:56:41Z",
"published": "2018-07-23T19:51:40Z",
"aliases": [
"CVE-2010-4534"
@@ -9,13 +9,20 @@
"summary": "Improper query string handling in Django",
"details": "The administrative interface in django.contrib.admin in Django before 1.1.3, 1.2.x before 1.2.4, and 1.3.x before 1.3 beta 1 does not properly restrict use of the query string to perform certain object filtering, which allows remote authenticated users to obtain sensitive information via a series of requests containing regular expressions, as demonstrated by a created_by__password__regex parameter.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N"
}
],
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "django"
"name": "Django"
},
"ranges": [
{
@@ -34,14 +41,14 @@
{
"package": {
"ecosystem": "PyPI",
"name": "django"
"name": "Django"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "1.2.0"
"introduced": "1.2"
},
{
"fixed": "1.2.4"
@@ -76,6 +83,10 @@
"type": "PACKAGE",
"url": "https://github.com/django/django"
},
{
"type": "WEB",
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/django/PYSEC-2011-8.yaml"
},
{
"type": "WEB",
"url": "http://archives.neohapsis.com/archives/fulldisclosure/2010-12/0580.html"
@@ -100,18 +111,6 @@
"type": "WEB",
"url": "http://ngenuity-is.com/advisories/2010/dec/22/information-leakage-in-django-administrative-inter"
},
{
"type": "WEB",
"url": "http://secunia.com/advisories/42715"
},
{
"type": "WEB",
"url": "http://secunia.com/advisories/42827"
},
{
"type": "WEB",
"url": "http://secunia.com/advisories/42913"
},
{
"type": "WEB",
"url": "http://www.djangoproject.com/weblog/2010/dec/22/security"
@@ -124,25 +123,9 @@
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2011/01/03/5"
},
{
"type": "WEB",
"url": "http://www.securityfocus.com/archive/1/515446"
},
{
"type": "WEB",
"url": "http://www.securityfocus.com/bid/45562"
},
{
"type": "WEB",
"url": "http://www.ubuntu.com/usn/USN-1040-1"
},
{
"type": "WEB",
"url": "http://www.vupen.com/english/advisories/2011/0048"
},
{
"type": "WEB",
"url": "http://www.vupen.com/english/advisories/2011/0098"
}
],
"database_specific": {
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-fxpg-gg9g-76gj",
"modified": "2024-03-07T21:50:30Z",
"modified": "2024-09-16T22:57:31Z",
"published": "2018-07-23T19:52:42Z",
"aliases": [
"CVE-2010-3082"
@@ -9,20 +9,27 @@
"summary": "Cross-site scripting in django",
"details": "Cross-site scripting (XSS) vulnerability in Django 1.2.x before 1.2.2 allows remote attackers to inject arbitrary web script or HTML via a csrfmiddlewaretoken (aka csrf_token) cookie.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N"
}
],
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "django"
"name": "Django"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "1.2.0"
"introduced": "1.2"
},
{
"fixed": "1.2.2"
@@ -57,6 +64,10 @@
"type": "PACKAGE",
"url": "https://github.com/django/django"
},
{
"type": "WEB",
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/django/PYSEC-2010-12.yaml"
},
{
"type": "WEB",
"url": "http://marc.info/?l=oss-security&m=128403961700444&w=2"
@@ -65,10 +76,6 @@
"type": "WEB",
"url": "http://www.djangoproject.com/weblog/2010/sep/08/security-release"
},
{
"type": "WEB",
"url": "http://www.securityfocus.com/bid/43116"
},
{
"type": "WEB",
"url": "http://www.ubuntu.com/usn/USN-1004-1"