From 1190ce61ad4b83ca6da14bf1a7e1175197fb20d3 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 20:00:06 +0000 Subject: [PATCH] Publish Advisories GHSA-52jr-x6h6-xj6g GHSA-52jr-x6h6-xj6g --- .../GHSA-52jr-x6h6-xj6g.json | 61 +++++++++++++++++++ .../GHSA-52jr-x6h6-xj6g.json | 36 ----------- 2 files changed, 61 insertions(+), 36 deletions(-) create mode 100644 advisories/github-reviewed/2024/12/GHSA-52jr-x6h6-xj6g/GHSA-52jr-x6h6-xj6g.json delete mode 100644 advisories/unreviewed/2024/12/GHSA-52jr-x6h6-xj6g/GHSA-52jr-x6h6-xj6g.json diff --git a/advisories/github-reviewed/2024/12/GHSA-52jr-x6h6-xj6g/GHSA-52jr-x6h6-xj6g.json b/advisories/github-reviewed/2024/12/GHSA-52jr-x6h6-xj6g/GHSA-52jr-x6h6-xj6g.json new file mode 100644 index 00000000000..90e422b682a --- /dev/null +++ b/advisories/github-reviewed/2024/12/GHSA-52jr-x6h6-xj6g/GHSA-52jr-x6h6-xj6g.json @@ -0,0 +1,61 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-52jr-x6h6-xj6g", + "modified": "2024-12-05T19:58:23Z", + "published": "2024-12-05T15:31:02Z", + "aliases": [ + "CVE-2024-11942" + ], + "summary": "Drupal core vulnerable to improper error handling", + "details": "Under certain uncommon site configurations, a bug in the CKEditor 5 module can cause some image uploads to move the entire webroot to a different location on the file system. This could be exploited by a malicious user to take down a site.\n\nThe issue is mitigated by the fact that several non-default site configurations must exist simultaneously for this to occur.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "drupal/core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "10.0.0" + }, + { + "fixed": "10.2.10" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-11942" + }, + { + "type": "PACKAGE", + "url": "https://github.com/drupal/core" + }, + { + "type": "WEB", + "url": "https://www.drupal.org/sa-core-2024-002" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-390" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-12-05T19:58:23Z", + "nvd_published_at": "2024-12-05T15:15:08Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/12/GHSA-52jr-x6h6-xj6g/GHSA-52jr-x6h6-xj6g.json b/advisories/unreviewed/2024/12/GHSA-52jr-x6h6-xj6g/GHSA-52jr-x6h6-xj6g.json deleted file mode 100644 index 5d57f3a1985..00000000000 --- a/advisories/unreviewed/2024/12/GHSA-52jr-x6h6-xj6g/GHSA-52jr-x6h6-xj6g.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-52jr-x6h6-xj6g", - "modified": "2024-12-05T18:31:03Z", - "published": "2024-12-05T15:31:02Z", - "aliases": [ - "CVE-2024-11942" - ], - "details": "A vulnerability in Drupal Core allows File Manipulation.This issue affects Drupal Core: from 10.0.0 before 10.2.10.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-11942" - }, - { - "type": "WEB", - "url": "https://www.drupal.org/sa-core-2024-002" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-390" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-12-05T15:15:08Z" - } -} \ No newline at end of file