diff --git a/advisories/github-reviewed/2024/12/GHSA-8498-2h75-472j/GHSA-8498-2h75-472j.json b/advisories/github-reviewed/2024/12/GHSA-8498-2h75-472j/GHSA-8498-2h75-472j.json new file mode 100644 index 00000000000..6b31bedde32 --- /dev/null +++ b/advisories/github-reviewed/2024/12/GHSA-8498-2h75-472j/GHSA-8498-2h75-472j.json @@ -0,0 +1,111 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-8498-2h75-472j", + "modified": "2024-12-06T18:24:44Z", + "published": "2024-12-06T12:30:47Z", + "aliases": [ + "CVE-2024-53907" + ], + "summary": "Django denial-of-service in django.utils.html.strip_tags()", + "details": "An issue was discovered in Django 5.1 before 5.1.4, 5.0 before 5.0.10, and 4.2 before 4.2.17. The strip_tags() method and striptags template filter are subject to a potential denial-of-service attack via certain inputs containing large sequences of nested incomplete HTML entities.", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "Django" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "5.1.0" + }, + { + "fixed": "5.1.4" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "Django" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.2.0" + }, + { + "fixed": "4.2.17" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "Django" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "5.0.0" + }, + { + "fixed": "5.0.10" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53907" + }, + { + "type": "WEB", + "url": "https://docs.djangoproject.com/en/dev/releases/security" + }, + { + "type": "PACKAGE", + "url": "https://github.com/django/django" + }, + { + "type": "WEB", + "url": "https://groups.google.com/g/django-announce" + }, + { + "type": "WEB", + "url": "https://www.djangoproject.com/weblog/2024/dec/04/security-releases" + }, + { + "type": "WEB", + "url": "https://www.openwall.com/lists/oss-security/2024/12/04/3" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-770" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-12-06T18:24:43Z", + "nvd_published_at": "2024-12-06T12:15:17Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/12/GHSA-m9g8-fxxm-xg86/GHSA-m9g8-fxxm-xg86.json b/advisories/github-reviewed/2024/12/GHSA-m9g8-fxxm-xg86/GHSA-m9g8-fxxm-xg86.json new file mode 100644 index 00000000000..0bf4a25dc58 --- /dev/null +++ b/advisories/github-reviewed/2024/12/GHSA-m9g8-fxxm-xg86/GHSA-m9g8-fxxm-xg86.json @@ -0,0 +1,111 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-m9g8-fxxm-xg86", + "modified": "2024-12-06T18:25:23Z", + "published": "2024-12-06T12:30:47Z", + "aliases": [ + "CVE-2024-53908" + ], + "summary": "Django SQL injection in HasKey(lhs, rhs) on Oracle", + "details": "An issue was discovered in Django 5.1 before 5.1.4, 5.0 before 5.0.10, and 4.2 before 4.2.17. Direct usage of the django.db.models.fields.json.HasKey lookup, when an Oracle database is used, is subject to SQL injection if untrusted data is used as an lhs value. (Applications that use the jsonfield.has_key lookup via __ are unaffected.)", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "Django" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "5.0.0" + }, + { + "fixed": "5.0.10" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "Django" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "5.1.0" + }, + { + "fixed": "5.1.4" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "Django" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.2.0" + }, + { + "fixed": "4.2.17" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53908" + }, + { + "type": "WEB", + "url": "https://docs.djangoproject.com/en/dev/releases/security" + }, + { + "type": "PACKAGE", + "url": "https://github.com/django/django" + }, + { + "type": "WEB", + "url": "https://groups.google.com/g/django-announce" + }, + { + "type": "WEB", + "url": "https://www.djangoproject.com/weblog/2024/dec/04/security-releases" + }, + { + "type": "WEB", + "url": "https://www.openwall.com/lists/oss-security/2024/12/04/3" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-89" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-12-06T18:25:23Z", + "nvd_published_at": "2024-12-06T12:15:18Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/12/GHSA-8498-2h75-472j/GHSA-8498-2h75-472j.json b/advisories/unreviewed/2024/12/GHSA-8498-2h75-472j/GHSA-8498-2h75-472j.json deleted file mode 100644 index ea0e059a921..00000000000 --- a/advisories/unreviewed/2024/12/GHSA-8498-2h75-472j/GHSA-8498-2h75-472j.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-8498-2h75-472j", - "modified": "2024-12-06T12:30:47Z", - "published": "2024-12-06T12:30:47Z", - "aliases": [ - "CVE-2024-53907" - ], - "details": "An issue was discovered in Django 5.1 before 5.1.4, 5.0 before 5.0.10, and 4.2 before 4.2.17. The strip_tags() method and striptags template filter are subject to a potential denial-of-service attack via certain inputs containing large sequences of nested incomplete HTML entities.", - "severity": [], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53907" - }, - { - "type": "WEB", - "url": "https://docs.djangoproject.com/en/dev/releases/security" - }, - { - "type": "WEB", - "url": "https://groups.google.com/g/django-announce" - }, - { - "type": "WEB", - "url": "https://www.openwall.com/lists/oss-security/2024/12/04/3" - } - ], - "database_specific": { - "cwe_ids": [], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-12-06T12:15:17Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2024/12/GHSA-m9g8-fxxm-xg86/GHSA-m9g8-fxxm-xg86.json b/advisories/unreviewed/2024/12/GHSA-m9g8-fxxm-xg86/GHSA-m9g8-fxxm-xg86.json deleted file mode 100644 index ed4a93ce3e5..00000000000 --- a/advisories/unreviewed/2024/12/GHSA-m9g8-fxxm-xg86/GHSA-m9g8-fxxm-xg86.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-m9g8-fxxm-xg86", - "modified": "2024-12-06T12:30:47Z", - "published": "2024-12-06T12:30:47Z", - "aliases": [ - "CVE-2024-53908" - ], - "details": "An issue was discovered in Django 5.1 before 5.1.4, 5.0 before 5.0.10, and 4.2 before 4.2.17. Direct usage of the django.db.models.fields.json.HasKey lookup, when an Oracle database is used, is subject to SQL injection if untrusted data is used as an lhs value. (Applications that use the jsonfield.has_key lookup via __ are unaffected.)", - "severity": [], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53908" - }, - { - "type": "WEB", - "url": "https://docs.djangoproject.com/en/dev/releases/security" - }, - { - "type": "WEB", - "url": "https://groups.google.com/g/django-announce" - }, - { - "type": "WEB", - "url": "https://www.openwall.com/lists/oss-security/2024/12/04/3" - } - ], - "database_specific": { - "cwe_ids": [], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-12-06T12:15:18Z" - } -} \ No newline at end of file