diff --git a/advisories/github-reviewed/2024/07/GHSA-529p-jj47-w3m3/GHSA-529p-jj47-w3m3.json b/advisories/github-reviewed/2024/07/GHSA-529p-jj47-w3m3/GHSA-529p-jj47-w3m3.json new file mode 100644 index 00000000000..2e09bdf833b --- /dev/null +++ b/advisories/github-reviewed/2024/07/GHSA-529p-jj47-w3m3/GHSA-529p-jj47-w3m3.json @@ -0,0 +1,88 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-529p-jj47-w3m3", + "modified": "2024-07-10T16:02:07Z", + "published": "2024-07-10T16:02:07Z", + "aliases": [ + "CVE-2024-27095" + ], + "summary": "Decidim cross-site scripting (XSS) in the admin panel", + "details": "### Impact\n\nThe admin panel is subject to potential XSS attach in case the attacker manages to modify some records being uploaded to the server.\n\nThe attacker is able to change e.g. to `` if they know how to craft these requests themselves. And then enter the returned blob ID to the form inputs manually by modifying the edit page source.\n\n### Patches\n\nAvailable in versions 0.27.6 and 0.28.1.\n\n### Workarounds\n\nReview the user accounts that have access to the admin panel (i.e. general Administrators, and participatory space's Administrators) and remove access to them if they don't need it. \n\n### References\n\nOWASP ASVS v4.0.3-5.1.3\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:N/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:H/AT:N/PR:H/UI:P/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "RubyGems", + "name": "decidim-admin" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.27.6" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "RubyGems", + "name": "decidim-admin" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0.28.0.rc1" + }, + { + "fixed": "0.28.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/decidim/decidim/security/advisories/GHSA-529p-jj47-w3m3" + }, + { + "type": "PACKAGE", + "url": "https://github.com/decidim/decidim" + }, + { + "type": "WEB", + "url": "https://github.com/decidim/decidim/releases/tag/v0.27.6" + }, + { + "type": "WEB", + "url": "https://github.com/decidim/decidim/releases/tag/v0.28.1" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-07-10T16:02:07Z", + "nvd_published_at": null + } +} \ No newline at end of file