From 151927af927cb7b953f49116314f0390624e6e19 Mon Sep 17 00:00:00 2001 From: Michael Hess Date: Wed, 26 Apr 2023 10:06:39 -0400 Subject: [PATCH] Update CVE-2022-25275.json --- 2022/25xxx/CVE-2022-25275.json | 70 ++++++++++++++++++++++++++++++---- 1 file changed, 63 insertions(+), 7 deletions(-) diff --git a/2022/25xxx/CVE-2022-25275.json b/2022/25xxx/CVE-2022-25275.json index cb03a3bdd68..f50914ad32f 100644 --- a/2022/25xxx/CVE-2022-25275.json +++ b/2022/25xxx/CVE-2022-25275.json @@ -1,18 +1,74 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security@drupal.org", "ID": "CVE-2022-25275", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Core", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "9.4", + "version_value": "9.4.3" + }, + { + "version_affected": "<", + "version_name": "9.3", + "version_value": "9.3.19" + }, + { + "version_affected": "<", + "version_name": "7", + "version_value": "7.91" + } + ] + } + } + ] + }, + "vendor_name": "Drupal" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", - "value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." + "value": "In some situations, the Image module does not correctly check access to image files not stored in the standard public files directory when generating derivative images using the image styles system.\n\nAccess to a non-public file is checked only if it is stored in the \"private\" file system. However, some contributed modules provide additional file systems, or schemes, which may lead to this vulnerability.\n\nThis vulnerability is mitigated by the fact that it only applies when the site sets (Drupal 9) $config['image.settings']['allow_insecure_derivatives'] or (Drupal 7) $conf['image_allow_insecure_derivatives'] to TRUE. The recommended and default setting is FALSE, and Drupal core does not provide a way to change that in the admin UI.\n\nSome sites may require configuration changes following this security release. Review the release notes for your Drupal version if you have issues accessing files or image styles after updating.\n\n" + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "Information Disclosure" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://www.drupal.org/sa-core-2022-012", + "refsource": "CONFIRM", + "url": "https://www.drupal.org/sa-core-2022-012" } ] } -} \ No newline at end of file +}