From 6914258d7e44fdda67ea37b937f04538b992d2d6 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Fri, 6 Oct 2023 12:00:33 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2023/36xxx/CVE-2023-36465.json | 90 ++++++++++++++++++++++++++++++++-- 1 file changed, 86 insertions(+), 4 deletions(-) diff --git a/2023/36xxx/CVE-2023-36465.json b/2023/36xxx/CVE-2023-36465.json index e4c5a479d26..07cac24b301 100644 --- a/2023/36xxx/CVE-2023-36465.json +++ b/2023/36xxx/CVE-2023-36465.json @@ -1,17 +1,99 @@ { + "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2023-36465", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security-advisories@github.com", + "STATE": "PUBLIC" }, "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": "Decidim is a participatory democracy framework, written in Ruby on Rails, originally developed for the Barcelona City government online and offline participation website. The `templates` module doesn't enforce the correct permissions, allowing any logged-in user to access to this functionality in the administration panel. An attacker could use this vulnerability to change, create or delete templates of surveys. This issue has been patched in version 0.26.8 and 0.27.4." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-284: Improper Access Control", + "cweId": "CWE-284" + } + ] + } + ] + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "decidim", + "product": { + "product_data": [ + { + "product_name": "decidim", + "version": { + "version_data": [ + { + "version_affected": "=", + "version_value": ">= 0.23.2, < 0.26.8" + }, + { + "version_affected": "=", + "version_value": ">= 0.27.0, < 0.27.4" + } + ] + } + } + ] + } + } + ] + } + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/decidim/decidim/security/advisories/GHSA-639h-86hw-qcjq", + "refsource": "MISC", + "name": "https://github.com/decidim/decidim/security/advisories/GHSA-639h-86hw-qcjq" + }, + { + "url": "https://github.com/decidim/decidim/releases/tag/v0.26.8", + "refsource": "MISC", + "name": "https://github.com/decidim/decidim/releases/tag/v0.26.8" + }, + { + "url": "https://github.com/decidim/decidim/releases/tag/v0.27.4", + "refsource": "MISC", + "name": "https://github.com/decidim/decidim/releases/tag/v0.27.4" + } + ] + }, + "source": { + "advisory": "GHSA-639h-86hw-qcjq", + "discovery": "UNKNOWN" + }, + "impact": { + "cvss": [ + { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "LOW", + "baseScore": 9.1, + "baseSeverity": "CRITICAL", + "confidentialityImpact": "LOW", + "integrityImpact": "HIGH", + "privilegesRequired": "LOW", + "scope": "CHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:H/A:L", + "version": "3.1" } ] }