Publish Advisories

GHSA-6565-fg86-6jcx
GHSA-6wcr-wcqm-3mfh
GHSA-wmjg-vqhv-q5p5
This commit is contained in:
advisory-database[bot]
2024-09-18 14:39:41 +00:00
parent 46a1b5254c
commit 50bdf990b6
3 changed files with 110 additions and 10 deletions
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-6565-fg86-6jcx",
"modified": "2023-08-04T23:14:41Z",
"modified": "2024-09-18T14:38:33Z",
"published": "2022-05-17T03:34:12Z",
"aliases": [
"CVE-2015-2241"
@@ -9,13 +9,25 @@
"summary": "Django Cross-site Scripting Vulnerability",
"details": "Cross-site scripting (XSS) vulnerability in the contents function in `admin/helpers.py` in Django before 1.7.6 and 1.8 before 1.8b2 allows remote attackers to inject arbitrary web script or HTML via a model attribute in `ModelAdmin.readonly_fields`, as demonstrated by an `@property`.",
"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"
},
"ecosystem_specific": {
"affected_functions": [
"django.contrib.admin.helpers.AdminReadonlyField.contents"
]
},
"ranges": [
{
@@ -34,7 +46,7 @@
{
"package": {
"ecosystem": "PyPI",
"name": "django"
"name": "Django"
},
"ranges": [
{
@@ -68,6 +80,14 @@
"type": "WEB",
"url": "https://code.djangoproject.com/ticket/24461"
},
{
"type": "PACKAGE",
"url": "https://github.com/django/django"
},
{
"type": "WEB",
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/django/PYSEC-2015-8.yaml"
},
{
"type": "WEB",
"url": "https://web.archive.org/web/20150523054951/http://www.mandriva.com/en/support/security/advisories/advisory/MDVSA-2015:109/?name=MDVSA-2015:109"
@@ -79,6 +99,10 @@
{
"type": "WEB",
"url": "https://www.djangoproject.com/weblog/2015/mar/09/security-releases"
},
{
"type": "WEB",
"url": "http://www.mandriva.com/security/advisories?name=MDVSA-2015:109"
}
],
"database_specific": {
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-6wcr-wcqm-3mfh",
"modified": "2024-03-08T20:49:45Z",
"modified": "2024-09-18T14:37:17Z",
"published": "2022-05-17T03:25:24Z",
"aliases": [
"CVE-2015-8213"
@@ -9,13 +9,20 @@
"summary": "Django settings leak in date template filter",
"details": "The get_format function in `utils/formats.py` in Django before 1.7.x before 1.7.11, 1.8.x before 1.8.7, and 1.9.x before 1.9rc2 might allow remote attackers to obtain sensitive application secrets via a settings key in place of a date/time format setting, as demonstrated by `SECRET_KEY`.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:N/A:N"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/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.8"
"introduced": "1.8a1"
},
{
"fixed": "1.8.7"
@@ -53,7 +60,7 @@
{
"package": {
"ecosystem": "PyPI",
"name": "django"
"name": "Django"
},
"ranges": [
{
@@ -95,6 +102,10 @@
"type": "PACKAGE",
"url": "https://github.com/django/django"
},
{
"type": "WEB",
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/django/PYSEC-2015-11.yaml"
},
{
"type": "WEB",
"url": "https://www.djangoproject.com/weblog/2015/nov/24/security-releases-issued"
File diff suppressed because one or more lines are too long